[ { "path": "_docs/content-guide/accessibility.md", "relative_path": "_docs/content-guide/accessibility.md", "excerpt": "<p>Adapted from <a href=\"https://styleguide.mailchimp.com/writing-for-accessibility/\">mailchimp’s guide</a> under a CC-BY-NC-4.0 license.</p>\n\n", "id": "/docs/content-guide/accessibility", "collection": "docs", "content": "<p>Adapted from <a href=\"https://styleguide.mailchimp.com/writing-for-accessibility/\">mailchimp’s guide</a> under a CC-BY-NC-4.0 license.</p>\n\n<p>We’re always working to make our content more accessible and usable to the widest possible audience. Writing for accessibility\ngoes way beyond making everything on the page available as text. It also affects the way you organize content and guide\nreaders through a page.</p>\n\n<p>Depending on the audience and country, there may be laws governing the level of accessibility required. At minimum, an\naccessible version should be available. Accessibility includes users of all mental and physical capacities, whether situational\n(broken glasses!) or more permanent.</p>\n\n<h2 id=\"basics\">Basics</h2>\n\n<p>We write for a diverse audience of readers who all interact with our content in different ways. We aim to make our content\naccessible to anyone using a screen reader, keyboard navigation, or Braille interface, and to users of all cognitive capabilities.</p>\n\n<p>As you write, consider the following:</p>\n\n<ul>\n <li>Would this language make sense to someone who doesn’t work here?</li>\n <li>Could someone quickly scan this document and understand the material?</li>\n <li>If someone can’t see the colors, images or video, is the message still clear?</li>\n <li>Is the markup clean and structured?</li>\n <li>Mobile devices with accessibility features are increasingly becoming core communication tools, does this work well on them?</li>\n</ul>\n\n<p>Many of the best practices for writing for accessibility echo those for writing technical content, with the added complexity\nof markup, syntax, and structure.</p>\n\n<h2 id=\"guidelines\">Guidelines</h2>\n\n<h3 id=\"avoid-directional-language\">Avoid directional language</h3>\n\n<p>Avoid directional instructions and any language that requires the reader to see the layout or design of the page. This is\nhelpful for many reasons, including layout changes on mobile.</p>\n\n<p><strong>Yes</strong>: “Select from these options,” (with the steps listed after the title)</p>\n\n<p><strong>No</strong>: “Select from the options in the right sidebar.”</p>\n\n<h3 id=\"use-headers\">Use headers</h3>\n\n<p>Headers should always be nested and consecutive. Never skip a header level for styling reasons. To help group sections,\nbe sure the page title is <code class=\"language-plaintext highlighter-rouge\">&lt;h1&gt;</code>, top-level sections are <code class=\"language-plaintext highlighter-rouge\">&lt;h2&gt;</code>s, and subsequent inside those are <code class=\"language-plaintext highlighter-rouge\">&lt;h3&gt;</code> and beyond. Avoid\nexcessive nesting.</p>\n\n<h4 id=\"employ-a-hierarchy\">Employ a hierarchy</h4>\n\n<p>Put the most important information first. Place similar topics in the same paragraph, and clearly separate different topics\nwith headings.</p>\n\n<p>Starting with a simple outline that includes key messages can help you create a hierarchy and organize your ideas in a\nlogical way. This improves scannability and encourages better understanding.</p>\n\n<p>Make true lists instead of using a paragraph or line breaks.</p>\n\n<h3 id=\"label-forms\">Label forms</h3>\n\n<p>Label inputs with clear names, and use appropriate tags. Think carefully about what fields are necessary, and especially\nwhich ones you mark as required. Label required fields clearly. The shorter the form, the better.</p>\n\n<h3 id=\"use-descriptive-links\">Use descriptive links</h3>\n\n<p>Links should provide information on the associated action or destination. Try to avoid “click here” or “learn more.”</p>\n\n<h3 id=\"use-plain-language\">Use plain language</h3>\n\n<p>Write short sentences and use familiar words. Avoid jargon and slang. If you need to use an abbreviation or acronym that\npeople may not understand, explain what it means on first reference.</p>\n\n<h3 id=\"use-alt-text\">Use alt text</h3>\n\n<p>The alt tag is the most basic form of image description, and it should be included on all images. The language will depend\non the purpose of the image:</p>\n\n<ul>\n <li>If it’s a creative photo or supports a story, describe the image in detail in a brief caption.</li>\n <li>If the image is serving a specific function, describe what’s inside the image in detail. People who don’t see the image\nshould come away with the same information as if they had.</li>\n <li>If you’re sharing a chart or graph, include the data in the alt text so people have all the important information.</li>\n</ul>\n\n<p>Each browser handles alt tags differently. Supplement images with standard captions when possible.</p>\n\n<h3 id=\"make-sure-closed-captioning-is-available\">Make sure closed captioning is available</h3>\n\n<p>Closed captioning or transcripts should be available for all videos. The information presented in videos should also be\navailable in other formats.</p>\n\n<h3 id=\"be-mindful-of-visual-elements\">Be mindful of visual elements</h3>\n\n<p>Aim for high contrast between your font and background colors. Tools in the resources section should help with picking\naccessible colors.</p>\n\n<p>Images should not be the only method of communication, because images may not load or may not be seen. Avoid using images\nwhen the same information could be communicated in writing.</p>\n", "url": "/docs/content-guide/accessibility/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"Writing guide for inclusivity","robots":"noindex,follow"}, "title": "Accessibility", "slug": "accessibility", "ext": ".md", "tags": [] }, { "path": "_docs/content-guide/be-concise.md", "relative_path": "_docs/content-guide/be-concise.md", "excerpt": "<p>To keep content understandable, concise, and relevant, it should be:</p>\n\n", "id": "/docs/content-guide/be-concise", "collection": "docs", "content": "<p>To keep content understandable, concise, and relevant, it should be:</p>\n\n<ul>\n <li>Specific</li>\n <li>Informative</li>\n <li>Clear and concise</li>\n <li>Brisk but not terse</li>\n <li>Incisive (friendliness can lead to a lack of precision and unnecessary words) but human (not something generated by\na faceless machine)</li>\n <li>Serious but not pompous or emotionless—adjectives can be subjective and make the text sound more emotive and like spin</li>\n</ul>\n\n<p>You should:</p>\n\n<ul>\n <li>Use contractions (such as <em>can’t</em> and <em>won’t</em>)</li>\n <li>Not let caveats dictate unwieldy grammar (for example, say <em>You can</em> rather than <em>You may be able to</em>)</li>\n <li>Use the language people are using</li>\n <li>Use <a href=\"https://www.google.com/trends\">Google Trends</a> to check for common search terms</li>\n <li>Use short sentences</li>\n <li>Check sentences with more than 25 words to see if you can split them for clarity</li>\n</ul>\n\n<p>Words ending in <em>–ion</em> and <em>-ment</em> tend to make sentences longer and more complicated than necessary. Avoid turning verbs\ninto nouns, a common sign of jargon.</p>\n\n<h2 id=\"keep-sentences-short-and-sweet\">Keep sentences short and sweet</h2>\n\n<p>Craft sentences at 25 words or fewer, whenever possible. If a sentence has fewer than 14 words, <a href=\"http://comprehension.prsa.org/?p=217\">readers understand 90 percent of content</a>. At 25 words, sentences are markedly more difficult to comprehend.</p>\n\n<p>We also recommend varying sentence length. Switching things up helps you keep readers interested. This tactic will also\ngive you better control of your content’s tone — a text with only short sentences can unintentionally sound terse. The\noccasional longer sentence adds a bit of narrative interest (and can help a piece of writing sound friendlier, too).</p>\n\n<p>Here’s an example of how you might transform a too-long sentence into something more manageable. Instead of:</p>\n\n<blockquote>\n <p>Due to privacy and logistical considerations, passes cannot be replaced if lost or stolen; a new Paper Voucher must be\naccessed by going to the <a href=\"https://everykidinapark.gov/\">everykidinapark.gov</a> website and completing the same activities\nto obtain a new Paper Voucher.</p>\n</blockquote>\n\n<p>Use:</p>\n\n<blockquote>\n <p>Unfortunately, we can’t replace lost or stolen passes. Get a new pass by visiting <a href=\"https://everykidinapark.gov/\">everykidinapark.gov</a>\nand signing up again.</p>\n</blockquote>\n", "url": "/docs/content-guide/be-concise/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"Write enough to get your point across, but no more.","robots":"noindex,follow"}, "title": "Be concise", "slug": "be-concise", "ext": ".md", "tags": [] }, { "path": "_docs/content-guide/content-principles.md", "relative_path": "_docs/content-guide/content-principles.md", "excerpt": "<h2 id=\"start-with-user-needs\">Start with user needs.</h2>\n\n", "id": "/docs/content-guide/content-principles", "collection": "docs", "content": "<h2 id=\"start-with-user-needs\">Start with user needs.</h2>\n\n<p>Write in a way that suits the situation. Ask yourself: Who is going to read this? What do they need to know? How might\nthey be feeling?</p>\n\n<p>Help people find the information they need quickly and easily. Guide them through the process.</p>\n\n<h2 id=\"do-the-hard-work-to-make-it-simple\">Do the hard work to make it simple.</h2>\n\n<p>Use plain language and simple sentences.</p>\n\n<p>Choose clarity over cleverness.</p>\n\n<h2 id=\"write-for-everyone\">Write for everyone.</h2>\n\n<p>Respect the complexity of our users’ experiences.</p>\n\n<p>Be willing to be surprised about who’s reading your work.</p>\n\n<h2 id=\"build-trust\">Build trust.</h2>\n\n<p>Talk like a person.</p>\n\n<p>Tell the truth.</p>\n\n<p>Use positive language and concrete examples.</p>\n\n<h2 id=\"start-small-and-iterate\">Start small and iterate.</h2>\n\n<p>Make sure your content works for users. Don’t be afraid to scrap what’s there and start over.</p>\n\n<p>Write a draft, test it out, gather feedback, and keep refining.</p>\n", "url": "/docs/content-guide/content-principles/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"Quick overview of our guiding content principles.","robots":"noindex,follow"}, "title": "Content principles", "slug": "content-principles", "ext": ".md", "tags": [] }, { "path": "_docs/content-guide/grammar-mechanics.md", "relative_path": "_docs/content-guide/grammar-mechanics.md", "excerpt": "<p>Adapted from <a href=\"https://styleguide.mailchimp.com/grammar-and-mechanics/\">mailchimp’s guide</a> under a CC-BY-NC-4.0 license.</p>\n\n", "id": "/docs/content-guide/grammar-mechanics", "collection": "docs", "content": "<p>Adapted from <a href=\"https://styleguide.mailchimp.com/grammar-and-mechanics/\">mailchimp’s guide</a> under a CC-BY-NC-4.0 license.</p>\n\n<h2 class=\"no_toc\" id=\"table-of-contents\">Table of contents</h2>\n\n<ol id=\"markdown-toc\">\n <li><a href=\"#introduction\" id=\"markdown-toc-introduction\">Introduction</a></li>\n <li><a href=\"#basics\" id=\"markdown-toc-basics\">Basics</a></li>\n <li><a href=\"#guidelines\" id=\"markdown-toc-guidelines\">Guidelines</a> <ol>\n <li><a href=\"#abbreviations-and-acronyms\" id=\"markdown-toc-abbreviations-and-acronyms\">Abbreviations and acronyms</a></li>\n <li><a href=\"#active-voice\" id=\"markdown-toc-active-voice\">Active voice</a></li>\n <li><a href=\"#capitalization\" id=\"markdown-toc-capitalization\">Capitalization</a></li>\n <li><a href=\"#contractions\" id=\"markdown-toc-contractions\">Contractions</a></li>\n <li><a href=\"#emoji\" id=\"markdown-toc-emoji\">Emoji</a></li>\n <li><a href=\"#numbers\" id=\"markdown-toc-numbers\">Numbers</a></li>\n <li><a href=\"#dates\" id=\"markdown-toc-dates\">Dates</a></li>\n <li><a href=\"#decimals-and-fractions\" id=\"markdown-toc-decimals-and-fractions\">Decimals and fractions</a></li>\n <li><a href=\"#percentages\" id=\"markdown-toc-percentages\">Percentages</a></li>\n <li><a href=\"#ranges-and-spans\" id=\"markdown-toc-ranges-and-spans\">Ranges and spans</a></li>\n <li><a href=\"#money\" id=\"markdown-toc-money\">Money</a></li>\n <li><a href=\"#telephone-numbers\" id=\"markdown-toc-telephone-numbers\">Telephone numbers</a></li>\n <li><a href=\"#temperature\" id=\"markdown-toc-temperature\">Temperature</a></li>\n <li><a href=\"#time\" id=\"markdown-toc-time\">Time</a></li>\n </ol>\n </li>\n <li><a href=\"#punctuation\" id=\"markdown-toc-punctuation\">Punctuation</a> <ol>\n <li><a href=\"#apostrophes\" id=\"markdown-toc-apostrophes\">Apostrophes</a></li>\n <li><a href=\"#colons\" id=\"markdown-toc-colons\">Colons</a></li>\n <li><a href=\"#commas\" id=\"markdown-toc-commas\">Commas</a></li>\n <li><a href=\"#dashes-and-hyphens\" id=\"markdown-toc-dashes-and-hyphens\">Dashes and hyphens</a></li>\n <li><a href=\"#ellipses\" id=\"markdown-toc-ellipses\">Ellipses</a></li>\n <li><a href=\"#periods\" id=\"markdown-toc-periods\">Periods</a></li>\n <li><a href=\"#question-marks\" id=\"markdown-toc-question-marks\">Question marks</a></li>\n <li><a href=\"#exclamation-points\" id=\"markdown-toc-exclamation-points\">Exclamation points</a></li>\n <li><a href=\"#quotation-marks\" id=\"markdown-toc-quotation-marks\">Quotation marks</a></li>\n <li><a href=\"#semicolons\" id=\"markdown-toc-semicolons\">Semicolons</a></li>\n <li><a href=\"#ampersands\" id=\"markdown-toc-ampersands\">Ampersands</a></li>\n </ol>\n </li>\n <li><a href=\"#people-places-and-things\" id=\"markdown-toc-people-places-and-things\">People, places, and things</a> <ol>\n <li><a href=\"#file-extensions\" id=\"markdown-toc-file-extensions\">File extensions</a></li>\n <li><a href=\"#pronouns\" id=\"markdown-toc-pronouns\">Pronouns</a></li>\n <li><a href=\"#quotes\" id=\"markdown-toc-quotes\">Quotes</a></li>\n <li><a href=\"#names-and-titles\" id=\"markdown-toc-names-and-titles\">Names and titles</a></li>\n <li><a href=\"#schools\" id=\"markdown-toc-schools\">Schools</a></li>\n <li><a href=\"#states-cities-and-countries\" id=\"markdown-toc-states-cities-and-countries\">States, cities, and countries</a></li>\n <li><a href=\"#urls-and-websites\" id=\"markdown-toc-urls-and-websites\">URLs and websites</a></li>\n <li><a href=\"#slang-and-jargon\" id=\"markdown-toc-slang-and-jargon\">Slang and jargon</a></li>\n <li><a href=\"#text-formatting\" id=\"markdown-toc-text-formatting\">Text formatting</a></li>\n <li><a href=\"#write-positively\" id=\"markdown-toc-write-positively\">Write positively</a></li>\n </ol>\n </li>\n</ol>\n\n<h2 id=\"introduction\">Introduction</h2>\n\n<p>Adhering to certain rules of grammar and mechanics helps us keep our writing clear and consistent. This section will lay\nout our house style, which applies to all of our content unless otherwise noted in this guide.</p>\n\n<h2 id=\"basics\">Basics</h2>\n\n<p>Write for all readers. Some people will read every word you write. Others will just skim. Help everyone read better by\ngrouping related ideas together and using descriptive headers and subheaders.</p>\n\n<p>Focus your message. Create a hierarchy of information. Lead with the main point or the most important content, in sentences,\nparagraphs, sections, and pages.</p>\n\n<p>Be concise. Use short words and sentences. Avoid unnecessary modifiers.</p>\n\n<p>Be specific. Avoid vague language. Cut the fluff.</p>\n\n<p>Be consistent. Stick to the copy patterns and style points outlined in this guide.</p>\n\n<h2 id=\"guidelines\">Guidelines</h2>\n\n<p>The guiding principle behind these guidelines is <em>trueness to form</em>: a word, phrase, number, etc. should look like what it\nis. The more a date, time, phone number, quote, or similar looks to the user like its affordance, the more likely the user\nwill understand and consume that information.</p>\n\n<h3 id=\"abbreviations-and-acronyms\">Abbreviations and acronyms</h3>\n\n<p>If there’s a chance your reader won’t recognize an abbreviation or acronym, spell it out the first time you mention it.\nThen use the short version for all other references. If the abbreviation isn’t clearly related to the full version,\nspecify in parentheses.</p>\n\n<blockquote>\n <p>First use: Network Operations Center</p>\n</blockquote>\n\n<blockquote>\n <p>Second use: NOC</p>\n</blockquote>\n\n<blockquote>\n <p>First use: Coordinated Universal Time (UTC)</p>\n</blockquote>\n\n<blockquote>\n <p>Second use: UTC</p>\n</blockquote>\n\n<p>If the abbreviation or acronym is well known, like API or HTML, use it instead (and don’t worry about spelling it out).</p>\n\n<h3 id=\"active-voice\">Active voice</h3>\n\n<p>Use active voice. Avoid passive voice.</p>\n\n<p>In active voice, the subject of the sentence does the action. In passive voice, the subject of the sentence has the action\ndone to it.</p>\n\n<blockquote>\n <p><strong>Yes</strong>: Marti logged into the account.</p>\n</blockquote>\n\n<blockquote>\n <p><strong>No</strong>: The account was logged into by Marti.</p>\n</blockquote>\n\n<p>Words like “was” and “by” may indicate that you’re writing in passive voice. Scan for these words and rework sentences\nwhere they appear.</p>\n\n<p>One exception is when you want to specifically emphasize the action over the subject. In some cases, this is fine.</p>\n\n<blockquote>\n <p>Your account was flagged by our abuse team.</p>\n</blockquote>\n\n<h3 id=\"capitalization\">Capitalization</h3>\n\n<p>We use a few different forms of capitalization. Title case capitalizes the first letter of every word except articles,\nprepositions, and conjunctions. Sentence case capitalizes the first letter of the first word.</p>\n\n<p>When writing out an email address or website URL, use all lowercase.</p>\n\n<blockquote>\n <p>test@example.com</p>\n</blockquote>\n\n<p>Don’t capitalize random words in the middle of sentences. Here are some words that we never capitalize in a sentence.</p>\n\n<ul>\n <li>website</li>\n <li>internet</li>\n <li>online</li>\n <li>email</li>\n</ul>\n\n<h3 id=\"contractions\">Contractions</h3>\n\n<p>They’re great! They give your writing an informal, friendly tone.</p>\n\n<h3 id=\"emoji\">Emoji</h3>\n\n<p>Emoji are a fun way to add humor and visual interest to your writing, but use them infrequently and deliberately.</p>\n\n<h3 id=\"numbers\">Numbers</h3>\n\n<p>Spell out a number when it begins a sentence. Otherwise, use the numeral. This includes ordinals.</p>\n\n<blockquote>\n <p>Ten new employees started on Monday, and 12 start next week.</p>\n</blockquote>\n\n<blockquote>\n <p>I ate 3 donuts at Coffee Hour.</p>\n</blockquote>\n\n<blockquote>\n <p>Meg won 1st place in last year’s Walktober contest.</p>\n</blockquote>\n\n<blockquote>\n <p>We hosted a group of 8th graders who are learning to code.</p>\n</blockquote>\n\n<p>Sometimes it feels weird to use the numeral. If it’s an expression that typically uses spelled-out numbers, leave them\nthat way.</p>\n\n<blockquote>\n <p>A friendly welcome email can help you make a great first impression.</p>\n</blockquote>\n\n<blockquote>\n <p>That is a third-party integration.</p>\n</blockquote>\n\n<blockquote>\n <p>Put your best foot forward with the all-in-one Marketing Platform that grows with you.</p>\n</blockquote>\n\n<blockquote>\n <p>After you send your newsletter, Freddie will give you a high-five.</p>\n</blockquote>\n\n<p>Numbers over 3 digits get commas:</p>\n\n<ul>\n <li>999</li>\n <li>1,000</li>\n <li>150,000</li>\n</ul>\n\n<p>Write out big numbers in full. Abbreviate them if there are space restraints, as in a tweet or a chart: 1k, 150k.</p>\n\n<h3 id=\"dates\">Dates</h3>\n\n<p>Generally, spell out the day of the week and the month. Abbreviate only if space is an issue.</p>\n\n<blockquote>\n <p>Saturday, January 24</p>\n</blockquote>\n\n<blockquote>\n <p>Sat., Jan. 24</p>\n</blockquote>\n\n<h3 id=\"decimals-and-fractions\">Decimals and fractions</h3>\n\n<p>Spell out fractions.</p>\n\n<blockquote>\n <p><strong>Yes</strong>: two-thirds</p>\n</blockquote>\n\n<blockquote>\n <p><strong>No</strong>: 2/3</p>\n</blockquote>\n\n<p>Use decimal points when a number can’t be easily written out as a fraction, like 1.375 or 47.2.</p>\n\n<h3 id=\"percentages\">Percentages</h3>\n\n<p>Use the % symbol instead of spelling out “percent.”</p>\n\n<h3 id=\"ranges-and-spans\">Ranges and spans</h3>\n\n<p>Use a hyphen (-) to indicate a range or span of numbers.</p>\n\n<blockquote>\n <p>It takes 20-30 days.</p>\n</blockquote>\n\n<h3 id=\"money\">Money</h3>\n\n<p>When writing about US currency, use the dollar sign before the amount. Include a decimal and number of cents if more than 0.</p>\n\n<blockquote>\n <p>$20</p>\n</blockquote>\n\n<blockquote>\n <p>$19.99</p>\n</blockquote>\n\n<p>When writing about other currencies, follow the same symbol-amount format:</p>\n\n<blockquote>\n <p>¥1\n€1</p>\n</blockquote>\n\n<p>Defer to Nick Kolenda’s <a href=\"https://www.nickkolenda.com/psychological-pricing-strategies/\">Pricing psychology</a> when setting\nthe price of any product on the site. The goal for any price should be:</p>\n\n<ol>\n <li>Ensuring an acceptable profit margin</li>\n <li>Being honest</li>\n <li>Enticing the prospective buyer</li>\n</ol>\n\n<h3 id=\"telephone-numbers\">Telephone numbers</h3>\n\n<p>For US phone numbers, use the familiar format with the area code in parentheses:</p>\n\n<blockquote>\n <p>(248) 721-0350</p>\n</blockquote>\n\n<p>For any international number, precede with a <code class=\"language-plaintext highlighter-rouge\">+</code> followed by the country code and number with no spaces. If a regional/local\nformatting standard is known, use that.</p>\n\n<blockquote>\n <p>+44 0800 328 1700</p>\n</blockquote>\n\n<h3 id=\"temperature\">Temperature</h3>\n\n<p>Use the degree symbol and the capital F abbreviation for Fahrenheit.</p>\n\n<blockquote>\n <p>98°F</p>\n</blockquote>\n\n<h3 id=\"time\">Time</h3>\n\n<p>Use numerals and AM or PM, with a space in between. Always add minutes, even on the hour, as it makes times within text\nfar more recognizable and skimmable.</p>\n\n<ul>\n <li>7:00 AM</li>\n <li>7:30 PM</li>\n</ul>\n\n<p>Use a hyphen between times to indicate a time period.</p>\n\n<blockquote>\n <p>7:00 AM–10:30 PM</p>\n</blockquote>\n\n<p>Specify time zones when writing about an event or something else people would need to schedule. Abbreviate time zones\nwithin the continental United States as follows:</p>\n\n<ul>\n <li>Eastern time: ET</li>\n <li>Central time: CT</li>\n <li>Mountain time: MT</li>\n <li>Pacific time: PT</li>\n</ul>\n\n<p>When referring to international time zones, spell them out: Nepal Standard Time, Australian Eastern Time. If a time zone\ndoes not have a set name, use its Coordinated Universal Time (UTC) offset.</p>\n\n<p>Abbreviate decades when referring to those within the past 100 years.</p>\n\n<ul>\n <li>the 00s</li>\n <li>the 90s</li>\n</ul>\n\n<p>When referring to decades more than 100 years ago, be more specific:</p>\n\n<ul>\n <li>the 1900s</li>\n <li>the 1890s</li>\n</ul>\n\n<h2 id=\"punctuation\">Punctuation</h2>\n\n<p>Punctuation marks, such as the colon, should be outside of bolding or emphasis if they are at a boundary. Other punctuation\nsimilarly should be “programmer style”, where commas are outside of quotes and the like. This is not exactly to AP/MLA/Chicago\nstyle standards, but matches the personality of our voice.</p>\n\n<p>In some cases, such as apostrophes, quotes, and others, there exist ‘smart’ marks that are curly or otherwise-affected. Using\nthese marks rather than plain or straight quotes is left to your discretion — plain marks are entirely acceptable in all\nusages.</p>\n\n<h3 id=\"apostrophes\">Apostrophes</h3>\n\n<p>The apostrophe’s most common use is making a word possessive. If the word already ends in an s and it’s singular, you also\nadd an ‘s. If the word ends in an s and is plural, just add an apostrophe.</p>\n\n<ul>\n <li>The donut thief ate Sam’s donut.</li>\n <li>The donut thief ate Chris’s donut.</li>\n <li>The donut thief ate the managers’ donuts.</li>\n</ul>\n\n<p>Apostrophes can also be used to denote that you’ve dropped some letters from a word, usually for humor or emphasis. This\nis fine, but do it sparingly.</p>\n\n<h3 id=\"colons\">Colons</h3>\n\n<p>Use a colon (rather than an ellipsis, em dash, or comma) to offset a list.</p>\n\n<blockquote>\n <p>Erin ordered 3 kinds of donuts: glazed, chocolate, and pumpkin.</p>\n</blockquote>\n\n<p>You can also use a colon to join 2 related phrases. If a complete sentence follows the colon, capitalize the 1st word.</p>\n\n<blockquote>\n <p>I was faced with a dilemma: I wanted a donut, but I’d just eaten a bagel.</p>\n</blockquote>\n\n<h3 id=\"commas\">Commas</h3>\n\n<p>When writing a list, use the serial comma (also known as the Oxford comma).</p>\n\n<blockquote>\n <p><strong>Yes</strong>: David admires his parents, Oprah, and Justin Timberlake.</p>\n</blockquote>\n\n<blockquote>\n <p><strong>No</strong>: David admires his parents, Oprah and Justin Timberlake.</p>\n</blockquote>\n\n<p>Otherwise, use common sense. If you’re unsure, read the sentence out loud. Where you find yourself taking a breath, use\na comma.</p>\n\n<h3 id=\"dashes-and-hyphens\">Dashes and hyphens</h3>\n\n<p>Use a hyphen (-) without spaces on either side to link words into single phrase, or to indicate a span or range.</p>\n\n<ul>\n <li>first-time user</li>\n <li>Monday-Friday</li>\n</ul>\n\n<p>Use an em dash (—) <em>with</em> spaces on either side to offset an aside.</p>\n\n<p>Use a true em dash, not hyphens (- or –).</p>\n\n<blockquote>\n <p>Multivariate testing — just one of our new Pro feature — can help you grow your business.</p>\n</blockquote>\n\n<blockquote>\n <p>Austin thought Brad was the donut thief, but he was wrong — it was Lain.</p>\n</blockquote>\n\n<h3 id=\"ellipses\">Ellipses</h3>\n\n<p>Ellipses (…) can be used to indicate that you’re trailing off before the end of a thought. Use them sparingly. Don’t\nuse them for emphasis or drama, and don’t use them in titles or headers.</p>\n\n<blockquote>\n <p>“Where did all those donuts go?” Christy asked. Lain said, “I don’t know…”</p>\n</blockquote>\n\n<p>Ellipses, in brackets, can also be used to show that you’re omitting words in a quote.</p>\n\n<blockquote>\n <p>“When in the Course of human events it becomes necessary for one people to dissolve the political bands which have\nconnected them with another and to assume among the powers of the earth, […] a decent respect to the opinions of\nmankind requires that they should declare the causes which impel them to the separation.”</p>\n</blockquote>\n\n<h3 id=\"periods\">Periods</h3>\n\n<p>Periods go outside of quotation marks, programmer-style. They go outside parentheses when the parenthetical is part of a\nlarger sentence, and inside parentheses when the parenthetical stands alone.</p>\n\n<blockquote>\n <p>Christy said, “I ate a donut”.</p>\n</blockquote>\n\n<blockquote>\n <p>I ate a donut (and I ate a bagel, too).</p>\n</blockquote>\n\n<blockquote>\n <p>I ate a donut and a bagel. (The donut was Sam’s.)</p>\n</blockquote>\n\n<p>Leave a single space between sentences.</p>\n\n<h3 id=\"question-marks\">Question marks</h3>\n\n<p>Question marks go inside quotation marks if they’re part of the quote, and outside otherwise. Like periods, they go outside\nparentheses when the parenthetical is part of a larger sentence, and inside parentheses when the parenthetical stands alone.</p>\n\n<h3 id=\"exclamation-points\">Exclamation points</h3>\n\n<p>Use exclamation points sparingly, and never more than one at a time. They’re like high-fives: A well-timed one is great,\nbut too many can be annoying.</p>\n\n<p>Exclamation points go inside quotation marks when part of the quote, or outside otherwise. Like periods and question marks,\nthey go outside parentheses when the parenthetical is part of a larger sentence, and inside parentheses when the parenthetical\nstands alone.</p>\n\n<p>Never use exclamation points in failure messages or alerts. When in doubt, avoid!</p>\n\n<h3 id=\"quotation-marks\">Quotation marks</h3>\n\n<p>Use quotes to refer to words and letters, titles of short works (like articles and poems), and direct quotations.</p>\n\n<p>Periods and commas go outside quotation marks when terminal. Question marks within quotes follow logic — if the question\nmark is part of the quotation, it goes within. If you’re asking a question that ends with a quote, it goes outside the quote.</p>\n\n<p>Use single quotation marks for quotes within quotes.</p>\n\n<blockquote>\n <p>Who was it that said, “A fool and his donut are easily parted”?</p>\n</blockquote>\n\n<blockquote>\n <p>Brad said, “A wise man once told me, ‘A fool and his donut are easily parted.’”</p>\n</blockquote>\n\n<p>Use single quotes for single words or hyphenated phrases. For multi-word quotations, use double quotes on the outside and\nsingle quotes within. Avoid triple-nested quotes whenever humanly possible.</p>\n\n<h3 id=\"semicolons\">Semicolons</h3>\n\n<p>Go easy on semicolons. They usually support long, complicated sentences that could easily be simplified. Try an em dash\n(—) instead, or simply start a new sentence.</p>\n\n<h3 id=\"ampersands\">Ampersands</h3>\n\n<p>Don’t use ampersands unless one is part of a company or brand name.</p>\n\n<ul>\n <li>Ben and Dan</li>\n <li>Ben &amp; Jerry’s</li>\n</ul>\n\n<h2 id=\"people-places-and-things\">People, places, and things</h2>\n\n<h3 id=\"file-extensions\">File extensions</h3>\n\n<p>When referring generally to a file extension type, use all uppercase without a period. Add a lowercase s to make plural.</p>\n\n<ul>\n <li>GIF</li>\n <li>PDF</li>\n <li>HTML</li>\n <li>JPGs</li>\n</ul>\n\n<p>When referring to a specific file, the filename should be lowercase:</p>\n\n<ul>\n <li>slowclap.gif</li>\n <li>ben-twitter-profile.jpg</li>\n <li>ilovedonuts.html</li>\n</ul>\n\n<h3 id=\"pronouns\">Pronouns</h3>\n\n<p>If your subject’s gender is unknown or irrelevant, use “they,” “them,” and “their” as a singular pronoun. Use “he/him/his”\nand “she/her/her” pronouns as appropriate. Don’t use “one” as a pronoun.</p>\n\n<h3 id=\"quotes\">Quotes</h3>\n\n<p>When quoting someone in a blog post or other publication, use the present tense.</p>\n\n<blockquote>\n <p>“Using Mailchimp has helped our business grow,” says Jamie Smith.</p>\n</blockquote>\n\n<h3 id=\"names-and-titles\">Names and titles</h3>\n\n<p>The first time you mention a person in writing, refer to them by their first and last names. On all other mentions, refer\nto them by their first name.</p>\n\n<p>Capitalize the names of departments and teams (but not the word “team” or “department”).</p>\n\n<ul>\n <li>Marketing team</li>\n <li>Support department</li>\n</ul>\n\n<p>Capitalize individual job titles when referencing to a specific role. Don’t capitalize when referring to the role in general terms.</p>\n\n<blockquote>\n <p>Our new Marketing Manager starts today.</p>\n</blockquote>\n\n<blockquote>\n <p>All the managers ate donuts.</p>\n</blockquote>\n\n<p>Don’t refer to someone as a “ninja,” “rockstar,” or “wizard” unless they literally are one.</p>\n\n<h3 id=\"schools\">Schools</h3>\n\n<p>The first time you mention a school, college, or university in a piece of writing, refer to it by its full official name.\nOn all other mentions, use its more common abbreviation.</p>\n\n<blockquote>\n <p>Georgia Institute of Technology, Georgia Tech</p>\n</blockquote>\n\n<blockquote>\n <p>Georgia State University, GSU</p>\n</blockquote>\n\n<h3 id=\"states-cities-and-countries\">States, cities, and countries</h3>\n\n<p>Spell out all city and state names. Don’t abbreviate city names.</p>\n\n<p>Per AP Style, all cities should be accompanied by their state, with the exception of: Atlanta, Baltimore, Boston, Chicago,\nCincinnati, Cleveland, Dallas, Denver, Detroit, Honolulu, Houston, Indianapolis, Las Vegas, Los Angeles, Miami, Milwaukee,\nMinneapolis, New Orleans, New York, Oklahoma City, Philadelphia, Phoenix, Pittsburgh, St. Louis, Salt Lake City, San Antonio,\nSan Diego, San Francisco, Seattle, Washington.</p>\n\n<p>On first mention, write out United States. On subsequent mentions, US is fine. The same rule applies to any other country\nor federation with a common abbreviation (European Union, EU; United Kingdom, UK).</p>\n\n<h3 id=\"urls-and-websites\">URLs and websites</h3>\n\n<p>Capitalize the names of websites and web publications. Don’t italicize.</p>\n\n<p>Avoid spelling out URLs, but when you need to, write the entire URL including https://www. and the like, so the address is\nrecognizable and skimmable.</p>\n\n<h3 id=\"slang-and-jargon\">Slang and jargon</h3>\n\n<p>Write in plain English. If you need to use a technical term, briefly define it so everyone can understand.</p>\n\n<h3 id=\"text-formatting\">Text formatting</h3>\n\n<p>Use italics to indicate the title of a long work (like a book, movie, or album) or to emphasize a word.</p>\n\n<p>Don’t use underline formatting, and don’t use any combination of italic, bold, caps, and underline.</p>\n\n<p>Left-align text, never center or right-aligned.</p>\n\n<p>Leave one space between sentences, never 2.</p>\n\n<h3 id=\"write-positively\">Write positively</h3>\n\n<p>Use positive language rather than negative language. One way to detect negative language is to look for words like “can’t,”\n“don’t,” etc.</p>\n\n<blockquote>\n <p><strong>Yes</strong>: To get a donut, stand in line.</p>\n</blockquote>\n\n<blockquote>\n <p><strong>No</strong>: You can’t get a donut if you don’t stand in line.</p>\n</blockquote>\n", "url": "/docs/content-guide/grammar-mechanics/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"Formatting and consistency in language on the site.","robots":"noindex,follow"}, "title": "Grammar and mechanics", "slug": "grammar-mechanics", "ext": ".md", "tags": [] }, { "path": "_docs/content-guide/voice-tone.md", "relative_path": "_docs/content-guide/voice-tone.md", "excerpt": "<p>If you’re like many folks, you might not be sure of the difference between voice and tone. Maybe you’ve never deliberately\ncrafted a voice and don’t know where to start. Not to fret! In this section, we’ll discuss the differences between voice\nand tone, how we describe our organizational voice, how to establish your own voice, and how to choose a tone that’s\nappropriate for whatever you’re writing.</p>\n\n", "id": "/docs/content-guide/voice-tone", "collection": "docs", "content": "<p>If you’re like many folks, you might not be sure of the difference between voice and tone. Maybe you’ve never deliberately\ncrafted a voice and don’t know where to start. Not to fret! In this section, we’ll discuss the differences between voice\nand tone, how we describe our organizational voice, how to establish your own voice, and how to choose a tone that’s\nappropriate for whatever you’re writing.</p>\n\n<h2 id=\"the-difference-between-voice-and-tone\">The difference between voice and tone</h2>\n\n<p>It’s a common question and one that young writers find themselves asking often: What’s the difference between voice and\ntone?</p>\n\n<p>Our <strong>voice</strong> is our unique personality. It can be helpful to think of voice as analogous to a person’s voice. Just as\nyou can identify your best friend in a crowd as soon as you hear her distinctive laugh, you can use an author’s or\norganization’s voice to identify a piece of writing even if you haven’t seen the byline. A well-crafted voice communicates\npersonality and values — it’s a distilled representation of an author or organization.</p>\n\n<p><strong>Tone</strong> is more like attitude — the emotional context of a piece. It can be helpful to think of authorial tone as analogous\nto a person’s tone of voice. Just as a person would use a somber, sympathetic tone of voice to console a friend about the\nloss of a pet, an author writing a story about a natural disaster would most likely use a somber, serious tone. Conversely,\nan author writing a blog post about the launch of a new product might use an enthusiastic, upbeat tone.</p>\n\n<h2 id=\"our-voice\">Our voice</h2>\n\n<p>On this site, we like to communicate in a friendly, straightforward way. We consider our voice to be:</p>\n\n<ul>\n <li>Authoritative</li>\n <li>Conversational</li>\n <li>Friendly</li>\n <li>Instructive</li>\n <li>Welcoming to all audiences</li>\n</ul>\n\n<p>We believe that communication can — and should — be fun and easy to read, and our voice represents this.</p>\n\n<h3 id=\"use-contractions\">Use contractions</h3>\n\n<p>In all of the communication we produce, we want to create a strong connection with our users. We want to get them the\ninformation they need in a straightforward way and show that we know what’s important to them. As an organization,\nwe need to sound somewhat official; we also recognize that official doesn’t need to translate to stuffy, archaic, or aloof.</p>\n\n<p>For this reason, we use contractions in the writing we create for our site. We also encourage clients to consider using\ncontractions, too, though we recognize this may not be the right choice for all contexts.</p>\n\n<h2 id=\"establishing-your-own-voice\">Establishing your own voice</h2>\n\n<p>Whether you realize it or not, you already have a unique voice; the tricky part can be classifying it and pinning it down.</p>\n\n<p>To describe your voice — which, in turn, will allow you to diagram it, create guidelines around it, and make it reproducible\n— you’ll need to do some investigation and self reflection. Ask yourself these questions:</p>\n\n<p><strong>What are my core values?</strong> Your voice is a reflection of your core values. Before you craft a voice, consider the values\nyour organization represents and how you can translate these into stylistic patterns. If you’re part of a young organization\nthat hasn’t yet codified its values, you might use this opportunity to start that conversation. Crafting a voice before\nyou’ve determined your organization’s values can be dangerous — your voice might not reflect what you eventually decide\non. Along the same lines, if your organization is undergoing a large-scale values overhaul, you’ll want to make sure your\norganizational voice reflects your new values.</p>\n\n<p><strong>Who is my audience?</strong> In writing, as elsewhere, your audience is paramount — without them, you’d have no reason to write.\nPut yourself in their situation and think about the stylistic traits that might appeal to them. Remember, your voice doesn’t\nneed to appeal to everyone (and, in fact, shouldn’t — cure-alls cure nothing, as the old saying goes).</p>\n\n<p>Use your answers to these questions to craft a description of your voice. Once you’ve come up with your description, look\nit over and identify any contradictions or holes (never a good thing). While voices should be nuanced, they should also\nbe cohesive.</p>\n\n<h3 id=\"choosing-a-tone\">Choosing a tone</h3>\n\n<p>As we mentioned earlier, your voice is a constant, but your tone is a variable. Consider the following: If you’re having\nan irredeemably terrible day, you might get peeved at a store associate who chirpily (and repeatedly) asks if they can\nhelp you with anything. Instead of picking up on your nonverbal — or perhaps verbal — cues, this associate is <strong>tone-deaf</strong>.\nThe associate maintained a consistently helpful voice, but they failed to shift their tone from energetic to restrained.\nAs a result, their message (however valuable or well-intended) is lost on you.</p>\n\n<p>To avoid going the way of the associate, think about your users’ needs in different situations. Use these needs to determine\nyour tone.</p>\n\n<p>Let’s consider three examples that target three different reader groups. Obituaries, technical blog posts, and marketing\nemails targeted at newly engaged couples have vastly different tones. Why? The three types of writing correspond to audiences\nin three highly different emotional states.</p>\n\n<table>\n <thead>\n <tr>\n <th>Type of writing</th>\n <th>Intended readership</th>\n <th>Tone</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Obituary of a prominent community member</td>\n <td>People who knew (or knew of) the deceased</td>\n <td>Respectful, reverent, somber</td>\n <td>“Professor Pelham was respected by his colleagues and revered by students, many of whom would wake before dawn\n on registration day to ensure gaining entry to his classes. His wit, gentle humor, and compassion left their mark\n on everyone he talked to.”</td>\n </tr>\n <tr>\n <td>Blog post announcing open source documentation guide</td>\n <td>Developers and other readers with a strong tech background</td>\n <td>Direct, impartial</td>\n <td>“The <a href=\"https://18f.gsa.gov/2015/07/29/style-guide-for-open-source-documentation/\">Open Source Style Guide</a>\n is a comprehensive handbook for writing clear, accessible, and user-friendly documentation so that your open source\n code repositories are accessible both internally and externally.</td>\n </tr>\n <tr>\n <td>Marketing email from the boutique bridal department of a well-known clothing company </td>\n <td>Newly engaged women (ages 28 through 33)</td>\n <td>Enthusiastic, earnest, bubbly</td>\n <td>“Say ‘I do!’ to 25% off. Now through July 3rd, take an additional 25% off all bridal wear and accessories.\n Celebrate your big day in style (and get a jumpstart on your honeymoon fund!).”</td>\n </tr>\n </tbody>\n</table>\n\n<p>If you’re having trouble finding an appropriate tone, try reframing the situation: How would you talk to a friend who’s\nin the same situation as your target user? Remembering that written communication is a conversation can help you settle\non the best tone for your purpose.</p>\n\n<h2 id=\"further-reading\">Further reading</h2>\n\n<ul>\n <li><strong><a href=\"http://voiceandtone.com/\">MailChimp’s voice and tone guide</a></strong>: This beautifully designed tool allows you to select\ndifferent content types and learn more about what the user might be feeling while reading them, along with examples of\ntones appropriate to those content types. Super simple to use, this is a great quick reference for creating diverse types\nof content.</li>\n <li><strong><a href=\"http://thrivinglifenvc.org/feelings\">The nonviolent communication (NVC) framework for feelings</a></strong>: Pinpointing the\nmost appropriate tone for a piece of content starts with identifying what your readers might be feeling when they read\nthat content. This list of feelings is broken into two categories — feelings you experience when your needs are being\nmet and when they aren’t.</li>\n <li><strong><a href=\"http://goinswriter.com/writing-voice/\">Jeff Goins’ voice activities</a></strong>: Use author Jeff Goins’ ten-step exercise to\npinpoint your authorial voice. The “steps” are actually discrete activities and can be undertaken in any order.</li>\n <li>If you’re still a little confused about voice and tone, <strong><a href=\"http://www.wheaton.edu/Academics/Services/Writing-Center/Writing-Resources/Style-Diction-Tone-and-Voice\">Wheaton College</a></strong>\nprovides an excellent breakdown of those — and more — writing components.</li>\n <li><strong><a href=\"http://www.fastcompany.com/3029356/work-smart/the-best-examples-questions-and-guides-to-find-your-social-media-marketing-voice\">Fast Company</a></strong>\nhas also weighed in on the voice and tone discussion.</li>\n</ul>\n", "url": "/docs/content-guide/voice-tone/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"The mission, vision, and goals of the website qua website.","robots":"noindex,follow"}, "title": "Voice and tone", "slug": "voice-tone", "ext": ".md", "tags": [] }, { "path": "_docs/content-guide/writing-about-people.md", "relative_path": "_docs/content-guide/writing-about-people.md", "excerpt": "<p>Adapted from <a href=\"https://styleguide.mailchimp.com/writing-about-people/\">mailchimp’s guide</a> under a CC-BY-NC-4.0 license.</p>\n\n", "id": "/docs/content-guide/writing-about-people", "collection": "docs", "content": "<p>Adapted from <a href=\"https://styleguide.mailchimp.com/writing-about-people/\">mailchimp’s guide</a> under a CC-BY-NC-4.0 license.</p>\n\n<p>We write the same way we live: with a person-first perspective. Whether you’re writing for an internal or external audience,\nit’s important to write for and about other people in a way that’s compassionate, inclusive, and respectful. Being aware\nof the impact of your language will help make Mailchimp a better place to work and a better steward of our values in the\nworld. In this section we’ll lay out some guidelines for writing about people with compassion, and share some resources\nfor further learning.</p>\n\n<h2 id=\"as-part-of-an-audience\">As part of an audience</h2>\n\n<ul>\n <li>Don’t capitalize “audience” unless it’s grammatically necessary.</li>\n <li>Don’t refer to an audience as “it.” Audiences are made up of real people, so always use “they.”</li>\n <li>This goes for individuals, too. Individuals are real people, never pieces of data.</li>\n</ul>\n\n<h2 id=\"age\">Age</h2>\n\n<p>Don’t reference a person’s age unless it’s relevant to what you’re writing. If it is relevant, include the person’s specific\nage, offset by commas.</p>\n\n<p>The CEO, 16, just got her driver’s license.</p>\n\n<p>Don’t refer to people using age-related descriptors like “young,” “old,” or “elderly.”</p>\n\n<h2 id=\"differing-abilities\">Differing abilities</h2>\n\n<p>When possible, highlight the spectrum of sensory, motors, cognitive, and other abilities, rather than drawing ableist\ndistinctions with language.</p>\n\n<p>Avoid disability-related idioms like “lame” or “falling on deaf ears.” Don’t refer to a person’s disability unless it’s\nrelevant to what you’re writing. If you need to mention it, ask whether your subject prefers person-first language\n(“they have a disability”) or identity-first language (“they are disabled”).</p>\n\n<p>When writing about a person with disabilities, don’t use the words “suffer,” “victim,” or “handicapped.”\n“Handicapped parking” is OK.</p>\n\n<h2 id=\"gender-and-sexuality\">Gender and sexuality</h2>\n\n<p>Don’t call groups of people “guys.” Don’t call women “girls.”</p>\n\n<p>Avoid gendered terms in favor of neutral alternatives, like “server” instead of “waitress” and “businessperson” instead\nof “businessman.”</p>\n\n<p>It’s OK to use “they” as a singular pronoun.</p>\n\n<p>Use the following words as modifiers, but never as nouns:</p>\n\n<ul>\n <li>lesbian</li>\n <li>gay</li>\n <li>bisexual</li>\n <li>transgender (never “transgendered”)</li>\n <li>trans</li>\n <li>queer</li>\n <li>LGBT</li>\n</ul>\n\n<p>Don’t use these words in reference to LGBT people or communities:</p>\n\n<ul>\n <li>homosexual</li>\n <li>lifestyle</li>\n <li>preference</li>\n</ul>\n\n<p>Don’t use “same-sex” marriage, unless the distinction is relevant to what you’re writing. (Avoid “gay marriage.”) Otherwise,\nit’s just “marriage.”</p>\n\n<p>When writing about a person, use their communicated pronouns. When in doubt, just ask or use their name.</p>\n\n<h2 id=\"hearing\">Hearing</h2>\n\n<p>Use “deaf” as an adjective to describe a person with significant hearing loss. You can also use “partially deaf” or\n“hard of hearing.”</p>\n\n<h2 id=\"heritage-and-nationality\">Heritage and nationality</h2>\n\n<p>Don’t use hyphens when referring to someone with dual heritage or nationality. For example, use “Asian American” instead\nof “Asian-American.”</p>\n\n<h2 id=\"medical-conditions\">Medical conditions</h2>\n\n<p>Don’t refer to a person’s medical condition unless it’s relevant to what you’re writing.</p>\n\n<p>If a reference to a person’s medical condition is warranted, use the same rules as writing about people with physical\ndisabilities and emphasize the person first. Don’t call a person with a medical condition a “victim.”</p>\n\n<h2 id=\"mental-and-cognitive-conditions\">Mental and cognitive conditions</h2>\n\n<p>Don’t refer to a person’s mental or cognitive condition unless it’s relevant to what you’re writing. Never assume that\nsomeone has a medical, mental, or cognitive condition.</p>\n\n<p>Don’t describe a person as “mentally ill.” If a reference to a person’s mental or cognitive condition is warranted, use\nthe same rules as writing about people with physical disabilities or medical conditions and emphasize the person first.</p>\n\n<h2 id=\"vision\">Vision</h2>\n\n<p>Use the adjective “blind” to describe a person who is unable to see. Use “low vision” to describe a person with limited vision.</p>\n", "url": "/docs/content-guide/writing-about-people/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"Useful distinctions in order to be inclusive.","robots":"noindex,follow"}, "title": "Writing about people", "slug": "writing-about-people", "ext": ".md", "tags": [] }, { "path": "_docs/content-technical/javascript.md", "relative_path": "_docs/content-technical/javascript.md", "excerpt": "<p>The site comes pre-installed with some JavaScript that allows you to accomplish some common interface conventions without\nhaving to write any front-end code.</p>\n\n", "id": "/docs/content-technical/javascript", "collection": "docs", "content": "<p>The site comes pre-installed with some JavaScript that allows you to accomplish some common interface conventions without\nhaving to write any front-end code.</p>\n\n<p>These scripts can be used in conjunction with one another, and can be used dynamically on the page (new DOM elements with\nrelevant classes are initialized via a mutationObserver, and all event code uses bubbling).</p>\n\n<p>Per the Technical section of the site documentation, all additional JavaScript should be either:</p>\n\n<ol>\n <li>Vanilla JS with no dependencies, and following the patterns and format of the existing scripts</li>\n <li>Relegated to its own context, such as an ‘SPA’ page. The search functionality is an example of a single-page app that\nhas its own JavaScript that doesn’t appear elsewhere on the site</li>\n</ol>\n\n<h2 id=\"initializer\">Initializer</h2>\n\n<p>The core utility among all these scripts is <code class=\"language-plaintext highlighter-rouge\">/assets/js/partials/utility--initizalizer.js</code>. It allows you to easily perform\ninitialization operations on classed elements when they appear in the DOM.</p>\n\n<p>The initializer runs first once the DOM is ready during page load, operating on all registered elements that exist at the\ntime of page load.</p>\n\n<p>A mutationObserver, the only one on the site for performance, then listens for DOM changes, and relatively-efficiently detects\nwhether any registered elements are among the changes. If they are, the registered initialization function is run and a class\nis added to the element to signify that its initializer has run.</p>\n\n<p>For example, if an element should be given a particular class once it’s found in the DOM, the initialization function might\nbe:</p>\n\n<div class=\"language-javascript highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"kd\">var</span> <span class=\"nx\">exampleInitializationFunction</span> <span class=\"o\">=</span> <span class=\"kd\">function</span> <span class=\"p\">(</span><span class=\"nx\">initType</span><span class=\"p\">)</span> <span class=\"p\">{</span>\n  <span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">classList</span><span class=\"p\">.</span><span class=\"nx\">add</span><span class=\"p\">(</span><span class=\"dl\">\"</span><span class=\"s2\">js--event--click</span><span class=\"dl\">\"</span><span class=\"p\">);</span>\n<span class=\"p\">};</span>\n</code></pre></div></div>\n\n<p>Notice that the targeted element is the <code class=\"language-plaintext highlighter-rouge\">this</code> within the function scope.</p>\n\n<p>To register it to run both on load and on DOM mutations, call the <code class=\"language-plaintext highlighter-rouge\">utilityInitializer()</code>:</p>\n\n<div class=\"language-javascript highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"nx\">utilityInitializer</span><span class=\"p\">(</span><span class=\"dl\">\"</span><span class=\"s2\">js--example</span><span class=\"dl\">\"</span><span class=\"p\">,</span> <span class=\"dl\">\"</span><span class=\"s2\">exampleInitializationFunction</span><span class=\"dl\">\"</span><span class=\"p\">);</span>\n</code></pre></div></div>\n\n<p>Any element that enters the DOM with the <code class=\"language-plaintext highlighter-rouge\">js--example</code> class will then have the <code class=\"language-plaintext highlighter-rouge\">js--event--click</code> class added by the function\nyou’ve written, either at page load or when a mutation is observed. In order to prevent the initializer from running multiple\ntimes on the same element, an appended class is also added to the element. In the example, that class would be <code class=\"language-plaintext highlighter-rouge\">js--example--initialized</code>.</p>\n\n<p>Only single classes may be used for the first argument of the <code class=\"language-plaintext highlighter-rouge\">utilityInitializer()</code>, and the class should not have a preceding\nperiod (it’s a class string rather than a selector). Similarly, the second argument should be the function name of the\ninitialization function as a string, allowing for a <code class=\"language-plaintext highlighter-rouge\">this</code> caller into the function as desired.</p>\n\n<p>By convention, the functions passed into the <code class=\"language-plaintext highlighter-rouge\">utilityInitializer()</code> should be named for the partial and appended with\n‘InitializationFunction’. For instance, in <code class=\"language-plaintext highlighter-rouge\">/assets/js/partials/js--copy-above.js</code> (named for the class in the first place,\nwhere the class is descriptive of the behavior), the initialization function passed to <code class=\"language-plaintext highlighter-rouge\">utilityInitializer()</code> is named\n<code class=\"language-plaintext highlighter-rouge\">copyaboveInitializationFunction</code>.</p>\n\n<p>The utility works purely on classes and keeps track of initializations using classes as well. This is by design, since other\nsolves may leak or prevent multiple different initializations on a single element. It also keeps the majority of DOM work\nas class manipulation rather than costly operations.</p>\n\n<h3 id=\"event-bubbling\">Event bubbling</h3>\n\n<p>While not technically part of the initializer, the common pattern on the site for new JavaScript is to use a bubbling event\nlistener to ensure any element matching the correct criteria triggers the event, even if it was not registered to the listener\nat load-time.</p>\n\n<div class=\"language-javascript highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"cm\">/* Use event delegation for any dynamically-added events. */</span>\n<span class=\"nb\">document</span><span class=\"p\">.</span><span class=\"nx\">addEventListener</span><span class=\"p\">(</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">click</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"kd\">function</span> <span class=\"p\">(</span><span class=\"nx\">event</span><span class=\"p\">)</span> <span class=\"p\">{</span>\n    <span class=\"k\">if</span> <span class=\"p\">(</span><span class=\"nx\">event</span><span class=\"p\">.</span><span class=\"nx\">target</span> <span class=\"o\">!==</span> <span class=\"nb\">document</span> <span class=\"o\">&amp;&amp;</span> <span class=\"nx\">event</span><span class=\"p\">.</span><span class=\"nx\">target</span><span class=\"p\">.</span><span class=\"nx\">closest</span><span class=\"p\">(</span><span class=\"dl\">\"</span><span class=\"s2\">.js--example</span><span class=\"dl\">\"</span><span class=\"p\">))</span> <span class=\"p\">{</span>\n      <span class=\"kd\">let</span> <span class=\"nx\">exampleElement</span> <span class=\"o\">=</span> <span class=\"nx\">event</span><span class=\"p\">.</span><span class=\"nx\">target</span><span class=\"p\">.</span><span class=\"nx\">closest</span><span class=\"p\">(</span><span class=\"dl\">\"</span><span class=\"s2\">.js--example</span><span class=\"dl\">\"</span><span class=\"p\">);</span>\n    <span class=\"p\">}</span>\n  <span class=\"p\">},</span>\n  <span class=\"kc\">false</span>\n<span class=\"p\">);</span>\n</code></pre></div></div>\n\n<p>The <code class=\"language-plaintext highlighter-rouge\">closest()</code> method facilitates the bubbling with vanilla methods, narrowing events bubbled to the <code class=\"language-plaintext highlighter-rouge\">document</code> to only elements\nwith a specific selector.</p>\n\n<h2 id=\"utility\">Utility</h2>\n\n<h3 id=\"feature-detection\">Feature detection</h3>\n\n<p>The main JavaScript on the site includes adding a ‘js’ class to the body, which can be used for Progressive enhancement\nin CSS and elsewhere.</p>\n\n<div class=\"language-javascript highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"nb\">document</span><span class=\"p\">.</span><span class=\"nx\">body</span><span class=\"p\">.</span><span class=\"nx\">classList</span><span class=\"p\">.</span><span class=\"nx\">add</span><span class=\"p\">(</span><span class=\"dl\">\"</span><span class=\"s2\">js</span><span class=\"dl\">\"</span><span class=\"p\">);</span>\n</code></pre></div></div>\n\n<h3 id=\"scroll\">Scroll</h3>\n\n<p>The window has a single, lightweight, debounced scroll listener that toggles classes on the body for whether the user is\nscrolling up, down, or if they have reached the top of the page. These classes can be used in the CSS for things like sticky\nheaders:</p>\n\n<ul>\n <li><code class=\"language-plaintext highlighter-rouge\">.body-scroll--down</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.body-scroll--top</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.body-scroll--up</code></li>\n</ul>\n\n<h4 id=\"animate-upon-scroll-reveal\">Animate upon scroll reveal</h4>\n\n<p>The <code class=\"language-plaintext highlighter-rouge\">window</code> also has a single intersectionObserver: it does the lazy-loaded pictures and some classes for doing animations\nonce the user scrolls to reveal the element.</p>\n\n<p>If you have animations defined, as in the <code class=\"language-plaintext highlighter-rouge\">utility--animation.css</code> stylesheet, and applied to an element, you can make the animation\ntrigger via the intersectionObserver by putting the <code class=\"language-plaintext highlighter-rouge\">js--to-animate</code> class on it. This observer is dynamic, so you can put\nreveal animations on elements added via AJAX if so desired.</p>\n\n<p>An example of a reveal animation on an element is as follows:</p>\n\n<div class=\"language-html highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"js--to-animate animation-name--reveal\"</span><span class=\"nt\">&gt;</span>\n  This text will use the 'reveal' animation once observed.\n<span class=\"nt\">&lt;/div&gt;</span>\n</code></pre></div></div>\n\n<p><strong>Result</strong>:</p>\n\n<div class=\"js--to-animate animation-name--reveal\">This text will use the 'reveal' animation once observed.</div>\n\n<h3 id=\"block-links\">“Block links”</h3>\n\n<p>Per <a href=\"https://inclusive-components.design/cards/\">Heydon Pickering’s work on the Inclusive card component</a>, the class\n<code class=\"language-plaintext highlighter-rouge\">js--child--link</code> applied to a card or other block-level context will turn the element into the most functional block-link-like\nitem possible. The class dynamically does the following (conditional on the classed element containing a valid link):</p>\n\n<ul>\n <li>Adds a utility class to change the cursor to <code class=\"language-plaintext highlighter-rouge\">pointer</code> so hover makes it feel like a link</li>\n <li>Adds the <code class=\"language-plaintext highlighter-rouge\">card--hover</code> class, which can be used in CSS to add hover effects</li>\n <li>Triggers a timed event listener that links for clicks, but ignores for highlights and drags</li>\n</ul>\n\n<p><strong>Example</strong>:</p>\n\n<ul class=\"list-style--none layout--multiple--horizontal\">\n <li class=\"card js--child--link display--flex flex-direction--column\">\n <div class=\"card--text padding-horizontal--4 padding-vertical--4\">\n <h3 class=\"card--title font-size--1p25em\">\n <a href=\"/blog/example-post/\">Example card</a>\n </h3>\n <strong class=\"card--subtitle display--block font-size--p875em font-weight--100 font-style--italic\">January 1, 1970</strong>\n <p class=\"card--description font-size--p75em\">Text content for the example card.</p>\n </div>\n <figure class=\"figure figure--image figure--card--image order--neg1\">\n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n <source data-srcset=\"/assets/images/required/meta-image--default.jpg.webp\" type=\"image/webp\" />\n <img data-src=\"/assets/images/required/meta-image--default.jpg\" alt=\"Default alt text\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/meta-image--default.jpg\" alt=\"Default alt text\" loading=\"lazy\" />\n </noscript>\n </figure>\n </li>\n</ul>\n\n<h3 id=\"docblocks\">Docblocks</h3>\n\n<p>On the ‘atomic’ pages (atoms, molecules, organisms, etc.) of the documentation, each component is itself within a ‘docblock’\ncomponent: <code class=\"language-plaintext highlighter-rouge\">molecules/docblock.html</code>. Any class declared and passed to the docblock via the ‘classes’ parameter may then\nbe toggled on the front end to the top-level element of the component (note that every component should have configurable\nclasses at the top level so authors may modify the appearance and functionality to suit their needs).</p>\n\n<p><strong>Example</strong>:</p>\n\n<section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Heading</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <h2 class=\"heading \">\n \n About this section\n \n </h2>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"heading--a11y-visually-hidden\" id=\"heading--a11y-visually-hidden\" value=\"a11y--visually-hidden\" class=\"docblock--classes--class\" />\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\" for=\"heading--a11y-visually-hidden\">\n <code>a11y--visually-hidden</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"heading--color-main\" id=\"heading--color-main\" value=\"color--main\" class=\"docblock--classes--class\" />\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\" for=\"heading--color-main\">\n <code>color--main</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"heading--color-second-dark\" id=\"heading--color-second-dark\" value=\"color--second-dark\" class=\"docblock--classes--class\" />\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\" for=\"heading--color-second-dark\">\n <code>color--second-dark</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"heading--font-family-primary\" id=\"heading--font-family-primary\" value=\"font-family--primary\" class=\"docblock--classes--class\" />\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\" for=\"heading--font-family-primary\">\n <code>font-family--primary</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"heading--font-family-secondary\" id=\"heading--font-family-secondary\" value=\"font-family--secondary\" class=\"docblock--classes--class\" />\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\" for=\"heading--font-family-secondary\">\n <code>font-family--secondary</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"heading--heading-h1\" id=\"heading--heading-h1\" value=\"heading--h1\" class=\"docblock--classes--class\" />\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\" for=\"heading--heading-h1\">\n <code>heading--h1</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"heading--heading-h3\" id=\"heading--heading-h3\" value=\"heading--h3\" class=\"docblock--classes--class\" />\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\" for=\"heading--heading-h3\">\n <code>heading--h3</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nchildren</td>\n \n <td> The textual content of the heading</td>\n \n <td> New section</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nlevel</td>\n \n <td> Number from 1-6 for the heading level</td>\n \n <td> 2\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n \n<figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;h2</span> <span class=\"na\">class=</span><span class=\"s\">\"heading \"</span>\n    <span class=\"nt\">&gt;</span>\n    \n      About this section\n    \n  <span class=\"nt\">&lt;/h2&gt;</span>\n\n          </code></pre></figure>\n\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n \n<figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include atoms/heading.html\n    children=\"About this section\"\n    classes=\"\"\n    level=\"2\"\n  %}\n\n          </code></pre></figure>\n\n </aside>\n </div>\n </details>\n\n <details open=\"\">\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>Headings provide your document with an hierarchical outline.</p>\n\n<ul>\n <li>Avoid skipping heading levels: always start from <code class=\"language-plaintext highlighter-rouge\">&lt;h1&gt;</code>, next use <code class=\"language-plaintext highlighter-rouge\">&lt;h2&gt;</code> and so on</li>\n <li>You should only use one <code class=\"language-plaintext highlighter-rouge\">&lt;h1&gt;</code> per page. Using more than one will not result in an error, but using only one is seen\nas a best practice. It makes logical sense — <code class=\"language-plaintext highlighter-rouge\">&lt;h1&gt;</code> is the most important heading, and tells you what the purpose of the\noverall page is. You wouldn’t have a book with more than one title, or a movie with more than one name! Having a single\ntop-level title is also arguably better for screenreader users, and SEO</li>\n</ul>\n\n<p>@see <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements\">MDN article on h1-h6</a></p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>A common navigation technique for users of screen reading software is jumping from heading to heading to quickly determine\nthe content of the page. Because of this, it is important to not skip one or more heading levels. Doing so may create confusion,\nas the person navigating this way may be left wondering where the missing heading is.</p>\n\n </div>\n </details>\n </section>\n\n<h3 id=\"event-classes\">Event classes</h3>\n\n<p>For the following events:</p>\n\n<div class=\"language-javascript highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"dl\">\"</span><span class=\"s2\">animationcancel</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">animationend</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">animationiteration</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">animationstart</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">blur</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">canplay</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">canplaythrough</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">change</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">click</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">compositionend</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">compositionstart</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">compositionupdate</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">contextmenu</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">dblclick</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">drag</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">dragend</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">dragenter</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">dragleave</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">dragover</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">dragstart</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">drop</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">durationchange</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">emptied</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">ended</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">focus</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">focusin</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">focusout</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">fullscreenchange</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">fullscreenerror</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">gotpointercapture</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">input</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">loadeddata</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">loadedmetadata</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">lostpointercapture</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">mousedown</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">mouseenter</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">mouseleave</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">mousemove</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">mouseout</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">mouseover</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">mouseup</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">pause</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">play</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">playing</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">pointercancel</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">pointerdown</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">pointerenter</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">pointerleave</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">pointermove</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">pointerout</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">pointerover</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">pointerup</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">ratechange</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">reset</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">seeked</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">seeking</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">show</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">slotchange</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">stalled</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">submit</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">suspend</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">SVGAbort</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">SVGError</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">SVGLoad</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">SVGResize</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">SVGScroll</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">SVGUnload</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">SVGZoom</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">timeupdate</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">touchcancel</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">touchend</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">touchmove</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">touchstart</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">transitionend</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">unload</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">volumechange</span><span class=\"dl\">\"</span><span class=\"p\">,</span>\n  <span class=\"dl\">\"</span><span class=\"s2\">waiting</span><span class=\"dl\">\"</span><span class=\"p\">;</span>\n</code></pre></div></div>\n\n<p>…you can add <code class=\"language-plaintext highlighter-rouge\">js--event--</code> and then the event name, and the classed element will have some things happen automatically\nwhen that event triggers:</p>\n\n<ul>\n <li>If the event occurs once, the <code class=\"language-plaintext highlighter-rouge\">js--event--[eventName]--once</code> class is added and persists. So, if you add <code class=\"language-plaintext highlighter-rouge\">js--event--click</code>\nto a <code class=\"language-plaintext highlighter-rouge\">&lt;div&gt;</code> and then click it, that element will have the <code class=\"language-plaintext highlighter-rouge\">js--event--click--once</code> class on it</li>\n <li>The element will have a data attribute after the event occurs at least once: <code class=\"language-plaintext highlighter-rouge\">data-js-event-eventname-count</code> and its\nvalue will increment as the event occurs on the element</li>\n <li>Like the ‘once’ class, the event triggers a ‘toggle’ class. So, if you add <code class=\"language-plaintext highlighter-rouge\">js--event--click</code> to a <code class=\"language-plaintext highlighter-rouge\">&lt;div&gt;</code> and then\nclick it, that element will have the <code class=\"language-plaintext highlighter-rouge\">js--event--click--toggle</code> class on it. Clicking again removes the class, and so forth</li>\n</ul>\n\n<p>A great deal of what we do as front-end JavaScript developers comes down to event handling and class manipulation, so this\ngeneralized utility can often be used to create functionality without writing additional JavaScript. Toogled items like\nlightboxes, dropdown menus, etc. can all be accomplished by addressing the <code class=\"language-plaintext highlighter-rouge\">js--event--...--toggle</code> classes in CSS, usually\nwith an additional class to avoid conflicts.</p>\n\n<p>This functionality is not expressly dynamic (ie. it does not register with the mutationObserver), but it <em>does</em> use event\nbubbling, so dynamically-added elements can also use these utility event classes.</p>\n\n<p>The list of events does not include scroll, resize, or other events that would require a debounce, and are usually best\naccomplished with an observer pattern rather than an event listener.</p>\n\n<h3 id=\"external-links\">External links</h3>\n\n<p>External links, for usability and security purposes, are set to open in a new tab/window via <code class=\"language-plaintext highlighter-rouge\">target=\"_blank\"</code>, with <code class=\"language-plaintext highlighter-rouge\">rel</code>\nset with the <code class=\"language-plaintext highlighter-rouge\">noopener</code> and <code class=\"language-plaintext highlighter-rouge\">noreferrer</code> flags so the browser does not leak private information across sites.</p>\n\n<p>This script is not presently set to be dynamic like other scripts, so any dynamically-added external links may open in the\nsame tab and may leak opener and referrer information to the destination.</p>\n\n<h3 id=\"lazy-loaded-pictures\">Lazy-loaded pictures</h3>\n\n<p>Rather than using a library for lazy loading, since this site only supports evergreen browsers we can let our intersectionObserver\nlazy load our images, with only a minimal fallback.</p>\n\n<p>To lazy-load an <code class=\"language-plaintext highlighter-rouge\">&lt;img&gt;</code> or <code class=\"language-plaintext highlighter-rouge\">&lt;picture&gt;</code>, simply:</p>\n\n<ol>\n <li>Set all instances of <code class=\"language-plaintext highlighter-rouge\">src</code> to <code class=\"language-plaintext highlighter-rouge\">data-src</code> and <code class=\"language-plaintext highlighter-rouge\">srcset</code> to <code class=\"language-plaintext highlighter-rouge\">data-srcset</code></li>\n <li>Put in a placeholder for <code class=\"language-plaintext highlighter-rouge\">src</code> and <code class=\"language-plaintext highlighter-rouge\">srcset</code> as <code class=\"language-plaintext highlighter-rouge\">src=\"/assets/images/required/s.gif\"</code> (a tiny pixel) in order to maintain\nHTML validity</li>\n <li>Ideally, place a working original version of the tag within a <code class=\"language-plaintext highlighter-rouge\">&lt;noscript&gt;</code> element as a fallback</li>\n <li>Add the <code class=\"language-plaintext highlighter-rouge\">picture--lazy-load</code> class to the <code class=\"language-plaintext highlighter-rouge\">&lt;img&gt;</code> or <code class=\"language-plaintext highlighter-rouge\">&lt;picture&gt;</code> element, whichever is at the top level</li>\n</ol>\n\n<p>To make lazy loading and modern formats easier, add all images with the image include:</p>\n\n<div class=\"language-liquid highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"p\">{%</span><span class=\"w\"> </span><span class=\"nt\">include</span><span class=\"w\"> </span>atoms/image.html<span class=\"err\">\n</span><span class=\"w\">  </span><span class=\"na\">alt</span><span class=\"o\">=</span><span class=\"s2\">\"Your alt text here\"</span><span class=\"err\">\n</span><span class=\"w\">  </span><span class=\"na\">caption</span><span class=\"o\">=</span><span class=\"s2\">\"Optional caption here\"</span><span class=\"err\">\n</span><span class=\"w\">  </span><span class=\"na\">classes</span><span class=\"o\">=</span><span class=\"s2\">\"\"</span><span class=\"err\">\n</span><span class=\"w\">  </span><span class=\"na\">src</span><span class=\"o\">=</span><span class=\"s2\">\"required/meta-image--default.jpg\"</span><span class=\"err\">\n</span><span class=\"p\">%}</span>\n</code></pre></div></div>\n\n<p><strong>Result</strong>:</p>\n\n<figure class=\"figure figure--image figure--image--required-meta-image-default-jpg \">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <source srcset=\"/assets/images/required/s.webp\" data-srcset=\"/assets/images/required/meta-image--default.jpg.webp\" type=\"image/webp\" />\n \n <img src=\"/assets/images/required/s.gif\" data-src=\"/assets/images/required/meta-image--default.jpg\" alt=\"Your alt text here\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/meta-image--default.jpg\" alt=\"Your alt text here\" loading=\"lazy\" />\n </noscript>\n \n \n <figcaption class=\"figcaption figure--image--figcaption position--relative z-index--1\">Optional caption here</figcaption>\n \n </figure>\n\n<h2 id=\"special-classed-elements\">Special, classed elements</h2>\n\n<p>There are a few classes/utilities that either change their parent element or work in tandem with adjacent elements. These\nclasses can be used for some of the most frequent interface conventions:</p>\n\n<h3 id=\"copy-above\">Copy above</h3>\n\n<p>The <code class=\"language-plaintext highlighter-rouge\">.js--copy-above</code> class, applied usually to a <code class=\"language-plaintext highlighter-rouge\">&lt;button&gt;</code> like so:</p>\n\n<div class=\"language-html highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"nt\">&lt;button</span> <span class=\"na\">class=</span><span class=\"s\">\"js--copy-above layout--hide--no-javascript\"</span> <span class=\"na\">type=</span><span class=\"s\">\"button\"</span><span class=\"nt\">&gt;</span>\n  + Add another\n<span class=\"nt\">&lt;/button&gt;</span>\n</code></pre></div></div>\n\n<p>…clones the DOM element preceding it upon click, inserts another version, and does some interesting modification to the\ncloned element to ensure proper operation and accessibility.</p>\n\n<p><strong>Example</strong>:</p>\n\n<div class=\"helper-wrapper\">\n <fieldset name=\"attendee\">\n <legend>Attendee</legend>\n <div class=\"form--item form--item--input form--item--input--text \">\n <label class=\"label form--item--label display--block font-size--p75em\" for=\"fullname\"> Full name </label>\n <input name=\"fullname\" id=\"fullname\" type=\"text\" />\n </div>\n </fieldset>\n\n<button class=\"js--copy-above layout--hide--no-javascript\" type=\"button\">+ Add another</button>\n\n</div>\n\n<p>Mainly, it increments the value of any attribute that should be unique on the page, such as <code class=\"language-plaintext highlighter-rouge\">for</code>, <code class=\"language-plaintext highlighter-rouge\">id</code>, <code class=\"language-plaintext highlighter-rouge\">name</code>, and the <code class=\"language-plaintext highlighter-rouge\">aria-</code>\nattributes corresponding to those. These increments are delimited by between 1 and infinity colons (<code class=\"language-plaintext highlighter-rouge\">:</code>) that represent the\ndepth of the element within the DOM element being cloned.</p>\n\n<p>Cloned elements are dismissible, allowing the application to be returned to its original state by the user.</p>\n\n<p>If the original element is:</p>\n\n<div class=\"language-html highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"nt\">&lt;fieldset</span> <span class=\"na\">name=</span><span class=\"s\">\"attendee\"</span><span class=\"nt\">&gt;</span>\n  <span class=\"nt\">&lt;legend&gt;</span>Attendee<span class=\"nt\">&lt;/legend&gt;</span>\n  <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"form--item form--item--input form--item--input--text \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;label</span>\n      <span class=\"na\">class=</span><span class=\"s\">\"label form--item--label display--block font-size--p75em\"</span>\n      <span class=\"na\">for=</span><span class=\"s\">\"fullname\"</span>\n    <span class=\"nt\">&gt;</span>\n      Full name\n    <span class=\"nt\">&lt;/label&gt;</span>\n    <span class=\"nt\">&lt;input</span> <span class=\"na\">name=</span><span class=\"s\">\"fullname\"</span> <span class=\"na\">id=</span><span class=\"s\">\"fullname\"</span> <span class=\"na\">type=</span><span class=\"s\">\"text\"</span> <span class=\"nt\">/&gt;</span>\n  <span class=\"nt\">&lt;/div&gt;</span>\n<span class=\"nt\">&lt;/fieldset&gt;</span>\n</code></pre></div></div>\n\n<p>The first clone created by pressing the js–copy-above button would be augmented to be:</p>\n\n<div class=\"language-html highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"nt\">&lt;fieldset</span>\n  <span class=\"na\">name=</span><span class=\"s\">\"attendee:2\"</span>\n  <span class=\"na\">class=</span><span class=\"s\">\"js--dismissible js--dismissible--initialized position--relative\"</span>\n<span class=\"nt\">&gt;</span>\n  <span class=\"nt\">&lt;button</span> <span class=\"na\">type=</span><span class=\"s\">\"button\"</span> <span class=\"na\">class=</span><span class=\"s\">\"js--dismissible--close\"</span> <span class=\"na\">aria-label=</span><span class=\"s\">\"Close\"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;span</span> <span class=\"na\">aria-hidden=</span><span class=\"s\">\"true\"</span><span class=\"nt\">&gt;</span>×<span class=\"nt\">&lt;/span&gt;</span>\n  <span class=\"nt\">&lt;/button&gt;</span>\n  <span class=\"nt\">&lt;legend&gt;</span>Attendee<span class=\"nt\">&lt;/legend&gt;</span>\n  <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"form--item form--item--input form--item--input--text \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;label</span>\n      <span class=\"na\">class=</span><span class=\"s\">\"label form--item--label display--block font-size--p75em\"</span>\n      <span class=\"na\">for=</span><span class=\"s\">\"fullname:::2\"</span>\n    <span class=\"nt\">&gt;</span>\n      Full name\n    <span class=\"nt\">&lt;/label&gt;</span>\n    <span class=\"nt\">&lt;input</span> <span class=\"na\">name=</span><span class=\"s\">\"fullname:::2\"</span> <span class=\"na\">id=</span><span class=\"s\">\"fullname:::2\"</span> <span class=\"na\">type=</span><span class=\"s\">\"text\"</span> <span class=\"nt\">/&gt;</span>\n  <span class=\"nt\">&lt;/div&gt;</span>\n<span class=\"nt\">&lt;/fieldset&gt;</span>\n</code></pre></div></div>\n\n<p>The colon delimiters can conceivably be used to predict, template, or reconstruct cloned elements on subsequent page loads,\nbased on form data or some other state persistence mechanism not currently used on the site. Note that the <code class=\"language-plaintext highlighter-rouge\">service-worker.js</code>\ncan be modified to persist application state across the session, though this is not implemented in an appreciable way on the\nsite (except for the search page where the History API is used to persist a GET parameter).</p>\n\n<p>Since the delimiters are based on depth in the cloned element, it’s important to ensure any referenced elements within (\nsuch as a paragraph referenced with <code class=\"language-plaintext highlighter-rouge\">aria-describedby</code>) are at the same DOM level within the element. Often this can be\nachieved by wrapping an element with a semantically-empty element such as <code class=\"language-plaintext highlighter-rouge\">&lt;div&gt;</code> or <code class=\"language-plaintext highlighter-rouge\">&lt;span&gt;</code>. If you don’t place elements\nat the same DOM level, assistive technologies or the browser itself may issue a warning about duplicates or a mismatch.</p>\n\n<h3 id=\"dismissible\">Dismissible</h3>\n\n<p>The <code class=\"language-plaintext highlighter-rouge\">js--dismissible</code> class is really cool.</p>\n\n<p><strong>Example</strong>:</p>\n\n<div class=\"alert include include--module include--molecule--alert position--relative\n \n js--dismissible\n alert--status\" id=\"alert--dismissible-status-alert\" role=\"alert\">\n <p>Dismissible status alert</p>\n </div>\n\n<p>If you add it to an element, it will initialize by adding some padding and a close button. When a user presses the close\nbutton, the classed element will be removed from the DOM entirely.</p>\n\n<p>If the dismissed element had a stable-valued <code class=\"language-plaintext highlighter-rouge\">id</code> attribute and also has the <code class=\"language-plaintext highlighter-rouge\">js--dismissible</code> class on subsequent page loads,\na localStorage check will hide the element on DOMReady.</p>\n\n<p>This class functionality is dynamic, so it can be used in conjunction with the “Copy Above” classed element above, for instance,\nwhich opens a lot of possibilities for <code class=\"language-plaintext highlighter-rouge\">&lt;form&gt;</code> and other interfaces.</p>\n\n<h3 id=\"share-to-native\">Share to native</h3>\n\n<p>Share links are the worst. The JavaScript that ships with this site includes a “floating action button” (FAB) that uses the\nbrowser/OS native sharing mechanism rather than a third-party script for sharing links and content. The button will only\nappear if native sharing is supported by the browser (progressive enhancement).</p>\n\n<h3 id=\"toggle-below\">Toggle below</h3>\n\n<p>The <code class=\"language-plaintext highlighter-rouge\">.js--toggle-below</code> class, applied typically to a <code class=\"language-plaintext highlighter-rouge\">&lt;button&gt;</code>, can be used to toggle the visibility of the element immediately\nfollowing the control in the DOM.</p>\n\n<p>Adding a button to the page like so:</p>\n\n<div class=\"language-html highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"nt\">&lt;button</span> <span class=\"na\">type=</span><span class=\"s\">\"button\"</span> <span class=\"na\">class=</span><span class=\"s\">\"js--toggle-below\"</span> <span class=\"na\">aria-expanded=</span><span class=\"s\">\"true\"</span><span class=\"nt\">&gt;</span>\n  Example hidden content<span class=\"nt\">&lt;br</span> <span class=\"nt\">/&gt;</span>\n  <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"js--toggle-below--label\"</span><span class=\"nt\">&gt;</span>Close below<span class=\"nt\">&lt;/span&gt;</span>\n<span class=\"nt\">&lt;/button&gt;</span>\n</code></pre></div></div>\n\n<p><strong>Example</strong>:</p>\n\n<div><!-- Div for adjacency (only needed for markdown) -->\n <button type=\"button\" class=\"js--toggle-below\" aria-expanded=\"true\">\n Example hidden content<br />\n <span class=\"js--toggle-below--label\">Close below</span>\n </button>\n <p>will hide the element following it, with the button toggling the element's appearance in an accessible way on click.</p>\n</div>\n\n<p>If the <code class=\"language-plaintext highlighter-rouge\">aria-expanded</code> attribute is not present or set to <code class=\"language-plaintext highlighter-rouge\">\"true\"</code>, the element following the button is visible and the\ntext of the <code class=\"language-plaintext highlighter-rouge\">&lt;span class=\"js--toggle-below--label&gt;</code> will automatically switch to “Close below”.</p>\n\n<p>If JavaScript is not present, this toggle fails safe, and the contents will be visible.</p>\n\n<h2 id=\"products-snipcart\">Products (snipcart)</h2>\n\n<p>The site’s codebase contains the ability to sell products using the third-party Snipcart e-commerce utility. The snipcart\ncode is dynamically added to the page as needed, for both performance and privacy reasons.</p>\n\n<h3 id=\"product-quantity\">Product quantity</h3>\n\n<p>For a product widget of the following construction (automatic using collections and includes/layouts):</p>\n\n<div class=\"language-html highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"product--widget layout--hide--no-javascript \"</span><span class=\"nt\">&gt;</span>\n  <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"product--widget--quantity\"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;label</span> <span class=\"na\">for=</span><span class=\"s\">\"sbfrt-0001-quantity\"</span><span class=\"nt\">&gt;</span>Quantity:<span class=\"nt\">&lt;/label&gt;</span>\n    <span class=\"nt\">&lt;input</span>\n      <span class=\"na\">type=</span><span class=\"s\">\"number\"</span>\n      <span class=\"na\">id=</span><span class=\"s\">\"sbfrt-0001-quantity\"</span>\n      <span class=\"na\">name=</span><span class=\"s\">\"sbfrt-0001-quantity\"</span>\n      <span class=\"na\">class=</span><span class=\"s\">\"product--widget--quantity--input\"</span>\n      <span class=\"na\">min=</span><span class=\"s\">\"1\"</span>\n      <span class=\"na\">value=</span><span class=\"s\">\"1\"</span>\n    <span class=\"nt\">/&gt;</span>\n  <span class=\"nt\">&lt;/div&gt;</span>\n  <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"product--widget--buy-button\"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;button</span>\n      <span class=\"na\">type=</span><span class=\"s\">\"button\"</span>\n      <span class=\"na\">class=</span><span class=\"s\">\"buy-button snipcart-add-item\"</span>\n      <span class=\"na\">data-item-quantity=</span><span class=\"s\">\"1\"</span>\n      <span class=\"na\">data-item-id=</span><span class=\"s\">\"SBFRT-0001\"</span>\n      <span class=\"na\">data-item-name=</span><span class=\"s\">\"A banana\"</span>\n      <span class=\"na\">data-item-price=</span><span class=\"s\">\"82.99\"</span>\n      <span class=\"na\">data-item-image=</span><span class=\"s\">\"http://localhost:4000/assets/images/1200x630/banana.jpg\"</span>\n      <span class=\"na\">data-item-url=</span><span class=\"s\">\"http://localhost:4000/products/a-banana/\"</span>\n      <span class=\"na\">data-item-description=</span><span class=\"s\">\"Affordable, portable fruiting\"</span>\n    <span class=\"nt\">&gt;</span>\n      Add to cart\n    <span class=\"nt\">&lt;/button&gt;</span>\n  <span class=\"nt\">&lt;/div&gt;</span>\n<span class=\"nt\">&lt;/div&gt;</span>\n</code></pre></div></div>\n\n<p>An event listener is in place to update the <code class=\"language-plaintext highlighter-rouge\">data-item-quantity</code> attribute on the button (as specified by snipcart’s API)\nwhen the <code class=\"language-plaintext highlighter-rouge\">.product--widget--quantity</code> number input changes.</p>\n\n<p>For this to work, the parent must be a <code class=\"language-plaintext highlighter-rouge\">.product--widget</code> and the number <code class=\"language-plaintext highlighter-rouge\">&lt;input&gt;</code> itself must have the class <code class=\"language-plaintext highlighter-rouge\">.product--widget--quantity--input</code></p>\n\n<h3 id=\"cartcheckout-fab\">Cart/checkout FAB</h3>\n\n<p>If a snipcart cookie is present, a “floating action button” for accessing the shopping cart will appear to the user.</p>\n", "url": "/docs/content-technical/javascript/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"Scripts and behaviors available for use on the site.","robots":"noindex,follow"}, "title": "JavaScript", "slug": "javascript", "ext": ".md", "tags": [] }, { "path": "_docs/content-technical/layouts.md", "relative_path": "_docs/content-technical/layouts.md", "excerpt": "<p>Any page on the site can use the layout utilities included in the CSS to make beautiful, responsive layouts.</p>\n\n", "id": "/docs/content-technical/layouts", "collection": "docs", "content": "<p>Any page on the site can use the layout utilities included in the CSS to make beautiful, responsive layouts.</p>\n\n<h2 class=\"no_toc\" id=\"table-of-contents\">Table of contents</h2>\n\n<ol id=\"markdown-toc\">\n <li><a href=\"#basic-example\" id=\"markdown-toc-basic-example\">Basic example</a> <ol>\n <li><a href=\"#div-and-aside\" id=\"markdown-toc-div-and-aside\">Div and aside</a></li>\n </ol>\n </li>\n <li><a href=\"#sectionsstripes\" id=\"markdown-toc-sectionsstripes\">Sections/stripes</a></li>\n <li><a href=\"#classes\" id=\"markdown-toc-classes\">Classes</a> <ol>\n <li><a href=\"#propertyvaluecss\" id=\"markdown-toc-propertyvaluecss\">property–value.css</a> <ol>\n <li><a href=\"#align-content--\" id=\"markdown-toc-align-content--\"><code class=\"language-plaintext highlighter-rouge\">align-content--</code></a></li>\n <li><a href=\"#align-items--\" id=\"markdown-toc-align-items--\"><code class=\"language-plaintext highlighter-rouge\">align-items--</code></a></li>\n <li><a href=\"#align-self--\" id=\"markdown-toc-align-self--\"><code class=\"language-plaintext highlighter-rouge\">align-self--</code></a></li>\n <li><a href=\"#display--\" id=\"markdown-toc-display--\"><code class=\"language-plaintext highlighter-rouge\">display--</code></a></li>\n <li><a href=\"#flex--\" id=\"markdown-toc-flex--\"><code class=\"language-plaintext highlighter-rouge\">flex--</code></a></li>\n <li><a href=\"#flex-direction--\" id=\"markdown-toc-flex-direction--\"><code class=\"language-plaintext highlighter-rouge\">flex-direction--</code></a></li>\n <li><a href=\"#flex-wrap--\" id=\"markdown-toc-flex-wrap--\"><code class=\"language-plaintext highlighter-rouge\">flex-wrap--</code></a></li>\n <li><a href=\"#justify-content--\" id=\"markdown-toc-justify-content--\"><code class=\"language-plaintext highlighter-rouge\">justify-content--</code></a></li>\n </ol>\n </li>\n <li><a href=\"#utilityclassescss\" id=\"markdown-toc-utilityclassescss\">utility–classes.css</a> <ol>\n <li><a href=\"#a11y--visually-hidden\" id=\"markdown-toc-a11y--visually-hidden\"><code class=\"language-plaintext highlighter-rouge\">a11y--visually-hidden</code></a></li>\n <li><a href=\"#background-image-display-mobile--hide\" id=\"markdown-toc-background-image-display-mobile--hide\"><code class=\"language-plaintext highlighter-rouge\">background-image-display-mobile--hide</code></a></li>\n </ol>\n </li>\n <li><a href=\"#utilitylayoutcss\" id=\"markdown-toc-utilitylayoutcss\">utility–layout.css</a> <ol>\n <li><a href=\"#layout--column\" id=\"markdown-toc-layout--column\"><code class=\"language-plaintext highlighter-rouge\">layout--column</code></a></li>\n <li><a href=\"#layout--column--empty\" id=\"markdown-toc-layout--column--empty\"><code class=\"language-plaintext highlighter-rouge\">layout--column--empty</code></a></li>\n <li><a href=\"#layout--multiple--horizontal\" id=\"markdown-toc-layout--multiple--horizontal\"><code class=\"language-plaintext highlighter-rouge\">layout--multiple--horizontal</code></a></li>\n <li><a href=\"#layout--row\" id=\"markdown-toc-layout--row\"><code class=\"language-plaintext highlighter-rouge\">layout--row</code></a></li>\n <li><a href=\"#layout--stripe\" id=\"markdown-toc-layout--stripe\"><code class=\"language-plaintext highlighter-rouge\">layout--stripe</code></a></li>\n </ol>\n </li>\n <li><a href=\"#utilityspacingcss\" id=\"markdown-toc-utilityspacingcss\">utility–spacing.css</a> <ol>\n <li><a href=\"#margin-horizontal--\" id=\"markdown-toc-margin-horizontal--\"><code class=\"language-plaintext highlighter-rouge\">margin-horizontal--</code></a></li>\n <li><a href=\"#margin-horizontal--collapse\" id=\"markdown-toc-margin-horizontal--collapse\"><code class=\"language-plaintext highlighter-rouge\">margin-horizontal--collapse</code></a></li>\n <li><a href=\"#margin-top--auto\" id=\"markdown-toc-margin-top--auto\"><code class=\"language-plaintext highlighter-rouge\">margin-top--auto</code></a></li>\n <li><a href=\"#margin-vertical--\" id=\"markdown-toc-margin-vertical--\"><code class=\"language-plaintext highlighter-rouge\">margin-vertical--</code></a></li>\n <li><a href=\"#padding-horizontal--\" id=\"markdown-toc-padding-horizontal--\"><code class=\"language-plaintext highlighter-rouge\">padding-horizontal--</code></a></li>\n <li><a href=\"#padding-horizontal--collapse\" id=\"markdown-toc-padding-horizontal--collapse\"><code class=\"language-plaintext highlighter-rouge\">padding-horizontal--collapse</code></a></li>\n <li><a href=\"#padding-vertical--\" id=\"markdown-toc-padding-vertical--\"><code class=\"language-plaintext highlighter-rouge\">padding-vertical--</code></a></li>\n </ol>\n </li>\n </ol>\n </li>\n</ol>\n\n<h2 id=\"basic-example\">Basic example</h2>\n\n<div class=\"language-html highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--row display--flex\"</span><span class=\"nt\">&gt;</span>\n  <span class=\"nt\">&lt;aside</span>\n    <span class=\"na\">class=</span><span class=\"s\">\"layout--column flex--1 display--flex flex-direction--column justify-content--center padding-horizontal--4 padding-horizontal--collapse\"</span>\n  <span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;p&gt;</span>Left column content.<span class=\"nt\">&lt;/p&gt;</span>\n  <span class=\"nt\">&lt;/aside&gt;</span>\n\n  <span class=\"nt\">&lt;aside</span>\n    <span class=\"na\">class=</span><span class=\"s\">\"layout--column flex--1 display--flex flex-direction--column justify-content--center padding-horizontal--4 padding-horizontal--collapse\"</span>\n  <span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;p&gt;</span>Right column content.<span class=\"nt\">&lt;/p&gt;</span>\n  <span class=\"nt\">&lt;/aside&gt;</span>\n<span class=\"nt\">&lt;/div&gt;</span>\n</code></pre></div></div>\n\n<p>The above HTML renders out as:</p>\n\n<p><strong>Example</strong>:</p>\n\n<div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center padding-horizontal--4 padding-horizontal--collapse\">\n <p>Left column content.</p>\n </aside>\n\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center padding-horizontal--4 padding-horizontal--collapse\">\n <p>Right column content.</p>\n </aside>\n</div>\n\n<div class=\"spacer padding-vertical--4 \"></div>\n\n<p>Let’s break down the markup and classes for all this. The above code can be copied as the starter for a layout, but having\nan appreciation of <em>why</em> a layout works the way it does will help ensure you don’t have to refer to this page all the time.</p>\n\n<h3 id=\"div-and-aside\">Div and aside</h3>\n\n<p>The wrapper for any row containing columns should be a semantically-appropriate or meaningless element. In most cases a\n<code class=\"language-plaintext highlighter-rouge\">&lt;div&gt;</code> will do nicely.</p>\n\n<p>Each column, even if it is the bigger column, is an aside, so using <code class=\"language-plaintext highlighter-rouge\">&lt;aside&gt;</code> is at least not semantically out of bounds.</p>\n\n<h2 id=\"sectionsstripes\">Sections/stripes</h2>\n\n<p>As is customary on websites in the 2020s, each page consists of horizontal stripes sectioning content from the header all\nthe way to the footer. Many pages have one big stripe for content, such as blog posts or documentation, whereas full-fledged\npages with storytelling or sales purposes may have additional stripes for calls to action and other uses.</p>\n\n<p>The site includes the <code class=\"language-plaintext highlighter-rouge\">_includes/organisms/section.html</code> component, which can tentatively be used for any such stripe. However,\nthere are two main considerations for this:</p>\n\n<ol>\n <li>Using Liquid’s assign/capture functionality in order to pass in section children/contents is likely more trouble and\nrender-time processing than it’s worth</li>\n <li>For most collections, the content is wrapped in a section by default, so adding sections directly to the page is chiefly\nfor the ‘page’ collection (some collections work like pages, but only for <code class=\"language-plaintext highlighter-rouge\">.html</code> files rather than <code class=\"language-plaintext highlighter-rouge\">.md</code> files)</li>\n</ol>\n\n<p>For HTML validation and outline-level accessibility, be sure to include an <code class=\"language-plaintext highlighter-rouge\">&lt;h2&gt;</code> near the beginning of any section you create.</p>\n\n<p>A section/stripe typically has the following markup:</p>\n\n<div class=\"language-html highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"nt\">&lt;section</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--stripe\"</span><span class=\"nt\">&gt;</span>\n  <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--stripe--inner\"</span><span class=\"nt\">&gt;</span>\n    {% include atoms/heading.html children=\"Describes the section contents\"\n    classes=\"\" level=\"2\" %} ...section contents here.\n  <span class=\"nt\">&lt;/div&gt;</span>\n<span class=\"nt\">&lt;/section&gt;</span>\n</code></pre></div></div>\n\n<p>Above, <code class=\"language-plaintext highlighter-rouge\">.layout--stripe--inner</code> sets a max-width to the maximum content width of the site, and horizontally centers itself.\nThe main <code class=\"language-plaintext highlighter-rouge\">&lt;section&gt;</code> tag can take as many classes as needed, such as background-color and images. For accessibility, be sure\nto declare <code class=\"language-plaintext highlighter-rouge\">color--white</code> when applying a dark background.</p>\n\n<h2 id=\"classes\">Classes</h2>\n\n<p>The site’s CSS contains a bunch of utility-first classes for constructing layouts. Some of them follow the property–value\nconvention for CSS relating to flexbox, so a mastery of flexbox and knowledge of the property–value convention for the site’s\nutility classes will get you most of the way. We’ll document the flexbox classes below, nevertheless.</p>\n\n<h3 id=\"propertyvaluecss\">property–value.css</h3>\n\n<p>property–value.css contains any CSS property that has keyword values beyond ‘none’, ‘inherit’, and ‘initial’. If you’re\nlooking to put <code class=\"language-plaintext highlighter-rouge\">cursor: pointer;</code> on an element, for instance, you can use the property two dashes value class syntax and\napply</p>\n\n<div class=\"language-html highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"cursor--pointer\"</span><span class=\"nt\">&gt;&lt;/div&gt;</span>\n</code></pre></div></div>\n\n<p>instead. The following class categories are the ones most applicable to layouts.</p>\n\n<h4 id=\"align-content--\"><code class=\"language-plaintext highlighter-rouge\">align-content--</code></h4>\n\n<p>The classes</p>\n\n<ul>\n <li><code class=\"language-plaintext highlighter-rouge\">.align-content--flex-start</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.align-content--flex-end</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.align-content--center</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.align-content--space-between</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.align-content--space-around</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.align-content--space-evenly</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.align-content--stretch</code></li>\n</ul>\n\n<p>apply the keyword property values for <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/align-content\">align-content</a>.</p>\n\n<p>Typically in layouts the vertical and horizontal alignment is applied to different elements (<code class=\"language-plaintext highlighter-rouge\">layout--row</code> and <code class=\"language-plaintext highlighter-rouge\">layout--column</code>),\nso cross-axis settings are rare.</p>\n\n<h4 id=\"align-items--\"><code class=\"language-plaintext highlighter-rouge\">align-items--</code></h4>\n\n<p>These classes are also used sparingly, but can be used especially when centering.</p>\n\n<ul>\n <li><code class=\"language-plaintext highlighter-rouge\">.align-items--flex-start</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.align-items--flex-end</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.align-items--center</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.align-items--baseline</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.align-items--stretch</code></li>\n</ul>\n\n<p>One quick way to attempt vertical centering is to put align-items on the container. However, often the more resilient vertical\ncentering rests with flex-direction–column and justify-content–center instead.</p>\n\n<h4 id=\"align-self--\"><code class=\"language-plaintext highlighter-rouge\">align-self--</code></h4>\n\n<p>This is a super rare set of classes to use in a typical layout, but are available nonetheless.</p>\n\n<ul>\n <li><code class=\"language-plaintext highlighter-rouge\">.align-self--flex-start</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.align-self--flex-end</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.align-self--center</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.align-self--baseline</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.align-self--stretch</code></li>\n</ul>\n\n<h4 id=\"display--\"><code class=\"language-plaintext highlighter-rouge\">display--</code></h4>\n\n<p>The display property is key to setting a container to a flexbox layout.</p>\n\n<ul>\n <li><code class=\"language-plaintext highlighter-rouge\">.display--flex</code></li>\n</ul>\n\n<p>Adding this class to a container, on its own, puts its children in a flex context. Additional classes will augment the\nchildren.</p>\n\n<h4 id=\"flex--\"><code class=\"language-plaintext highlighter-rouge\">flex--</code></h4>\n\n<p>Some of the standard layout keyword values include auto, initial, and none. These largely have the effect of making the\nflex child take the space it needs, with auto making it take up the remaining space.</p>\n\n<ul>\n <li><code class=\"language-plaintext highlighter-rouge\">.flex--auto</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.flex--initial</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.flex--none</code></li>\n</ul>\n\n<p>The 1-6 numbered flex classes allow for proportional layout:</p>\n\n<ul>\n <li><code class=\"language-plaintext highlighter-rouge\">.flex--1</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.flex--2</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.flex--3</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.flex--4</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.flex--5</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.flex--6</code></li>\n</ul>\n\n<p>A layout containing a <code class=\"language-plaintext highlighter-rouge\">flex--2</code> and two <code class=\"language-plaintext highlighter-rouge\">flex--1</code> children would have a 50/25/25% layout in its\nrespective direction.</p>\n\n<h4 id=\"flex-direction--\"><code class=\"language-plaintext highlighter-rouge\">flex-direction--</code></h4>\n\n<p>Chiefly, flex-direction–row (the default) sets layouts horizontally, while flex-direction–colulmn\nplaces them vertically.</p>\n\n<ul>\n <li><code class=\"language-plaintext highlighter-rouge\">.flex-direction--row</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.flex-direction--row-reverse</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.flex-direction--column</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.flex-direction--column-reverse</code></li>\n</ul>\n\n<p>Each of the reverse classes/values can be used for creating alternating layouts, or for otherwise augmenting the source\norder without using the <code class=\"language-plaintext highlighter-rouge\">order</code> property.</p>\n\n<h4 id=\"flex-wrap--\"><code class=\"language-plaintext highlighter-rouge\">flex-wrap--</code></h4>\n\n<p>By default, flex containers do not wrap their children. The flex-wrap–wrap class can be added to create layouts that\ncontinue to a second line, for instance.</p>\n\n<ul>\n <li><code class=\"language-plaintext highlighter-rouge\">.flex-wrap--nowrap</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.flex-wrap--wrap</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.flex-wrap--wrap-reverse</code></li>\n</ul>\n\n<h4 id=\"justify-content--\"><code class=\"language-plaintext highlighter-rouge\">justify-content--</code></h4>\n\n<p>The justify-content property is the most useful plain modifier class for layouts. It sets the orientation of the children\nwithin a flex container to the start, center, or puts available space between the items.</p>\n\n<ul>\n <li><code class=\"language-plaintext highlighter-rouge\">.justify-content--flex-start</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.justify-content--flex-end</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.justify-content--center</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.justify-content--space-between</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.justify-content--space-around</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.justify-content--space-evenly</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.justify-content--stretch</code></li>\n</ul>\n\n<h3 id=\"utilityclassescss\">utility–classes.css</h3>\n\n<p>There are plenty more classes in this file, but the following are most useful for making engaging sections and layouts.</p>\n\n<h4 id=\"a11y--visually-hidden\"><code class=\"language-plaintext highlighter-rouge\">a11y--visually-hidden</code></h4>\n\n<p>The <code class=\"language-plaintext highlighter-rouge\">.a11y--visually-hidden</code> class is useful for section headings and other elements that should not appear visually, but\nare semantically necessary or accessibly useful. It hides the content except when it or its children has <code class=\"language-plaintext highlighter-rouge\">:focus</code>.</p>\n\n<h4 id=\"background-image-display-mobile--hide\"><code class=\"language-plaintext highlighter-rouge\">background-image-display-mobile--hide</code></h4>\n\n<p><code class=\"language-plaintext highlighter-rouge\">.background-image-display-mobile--hide</code> is useful when you use a busy photographic background image that looks good on\ndesktop, but may impede legibility on mobile. It will hide background images for viewports narrower than 1023px.</p>\n\n<h3 id=\"utilitylayoutcss\">utility–layout.css</h3>\n\n<p>All the layout classes reside here, and most are namespaced with <code class=\"language-plaintext highlighter-rouge\">.layout--</code> to make them easy to see when scanning markup.</p>\n\n<h4 id=\"layout--column\"><code class=\"language-plaintext highlighter-rouge\">layout--column</code></h4>\n\n<p>All <code class=\"language-plaintext highlighter-rouge\">&lt;aside&gt;</code> elements or others serving as columns in a layout should have the <code class=\"language-plaintext highlighter-rouge\">.layout--column</code> class. It sets a min-width\nin case flex-shrink settings would otherwise smush the column to a tiny size. When the layout collapses to a single column,\nthe class also sets reasonable top and bottom spacing that aren’t necessary when the columns are side-by-side.</p>\n\n<h4 id=\"layout--column--empty\"><code class=\"language-plaintext highlighter-rouge\">layout--column--empty</code></h4>\n\n<p>Use <code class=\"language-plaintext highlighter-rouge\">.layout--column--empty</code> when a column has no content but is inserted to fill space. When the layout collapses to a single\ncolumn any element with this class will be hidden.</p>\n\n<h4 id=\"layout--multiple--horizontal\"><code class=\"language-plaintext highlighter-rouge\">layout--multiple--horizontal</code></h4>\n\n<p><code class=\"language-plaintext highlighter-rouge\">.layout--multiple--horizontal</code> is slightly different conceptually from the other layouts in this guide. The layout–multiple–horizontal\nclass can be placed on a wrapper (ideally a <code class=\"language-plaintext highlighter-rouge\">&lt;ul&gt;</code> or <code class=\"language-plaintext highlighter-rouge\">&lt;ol&gt;</code>) and all the direct children are laid out three wide and wrapping.\nThis is ideal for the ‘card’ UI pattern.</p>\n\n<p>As with <code class=\"language-plaintext highlighter-rouge\">layout--row</code>, the cards go to a single column at narrow viewports.</p>\n\n<p>Often this works best if you can automatically add <code class=\"language-plaintext highlighter-rouge\">.flex--1</code> to all the child cards.</p>\n\n<h4 id=\"layout--row\"><code class=\"language-plaintext highlighter-rouge\">layout--row</code></h4>\n\n<p>The <code class=\"language-plaintext highlighter-rouge\">.layout--row</code> class allows the row (containing one or more columns) to wrap if needs to, starting at 1023px and narrower,\nand forces a single-column layout at 767px and narrower.</p>\n\n<h4 id=\"layout--stripe\"><code class=\"language-plaintext highlighter-rouge\">layout--stripe</code></h4>\n\n<p><code class=\"language-plaintext highlighter-rouge\">.layout--stripe</code> pads sections responsively. At desktop-ish viewports the padding is bigger, while on smaller viewports\nthere is slighly less vertical padding to account for the smaller screen real estate.</p>\n\n<h3 id=\"utilityspacingcss\">utility–spacing.css</h3>\n\n<p>The utility–spacing.css file has classes for putting margin and padding on elements, and handling that spacing responsively.</p>\n\n<h4 id=\"margin-horizontal--\"><code class=\"language-plaintext highlighter-rouge\">margin-horizontal--</code></h4>\n\n<p><code class=\"language-plaintext highlighter-rouge\">.margin-horizontal--0</code>, <code class=\"language-plaintext highlighter-rouge\">.margin-horizontal--1</code>, <code class=\"language-plaintext highlighter-rouge\">.margin-horizontal--2</code>, <code class=\"language-plaintext highlighter-rouge\">.margin-horizontal--4</code>, <code class=\"language-plaintext highlighter-rouge\">.margin-horizontal--8</code>,\n<code class=\"language-plaintext highlighter-rouge\">.margin-horizontal--16</code>, <code class=\"language-plaintext highlighter-rouge\">.margin-horizontal--32</code></p>\n\n<h4 id=\"margin-horizontal--collapse\"><code class=\"language-plaintext highlighter-rouge\">margin-horizontal--collapse</code></h4>\n\n<p>Often the margin put on an item for desktop display is too large for mobile. The <code class=\"language-plaintext highlighter-rouge\">.margin-horizontal--collapse</code> gets rid\nof horizontal margins on elements at narrow viewports, so everything displays in a neat column and obeys the box model and\noverflow rules.</p>\n\n<h4 id=\"margin-top--auto\"><code class=\"language-plaintext highlighter-rouge\">margin-top--auto</code></h4>\n\n<p><code class=\"language-plaintext highlighter-rouge\">.margin-top--auto</code> is particularly useful for pushing an element to the bottom of the column (such as a “read more” link)\nwhen using a <code class=\"language-plaintext highlighter-rouge\">layout--column</code> or <code class=\"language-plaintext highlighter-rouge\">flex-direction--column</code> where the content does not flex-grow to fill the entire space\nnecessarily.</p>\n\n<h4 id=\"margin-vertical--\"><code class=\"language-plaintext highlighter-rouge\">margin-vertical--</code></h4>\n\n<p>The margin-vertical classes, like their padding counterparts, apply vertical spacing in the same units as the horizontal\nclasses, but in the other direction. Vertical margin and padding need not have full-fledged collapse rules (horizontal\nspacing interacts with the edges of the viewport, whereas vertical spacing most often contributes to scroll length, so\nfor practical purposes we are stringent about horizontal spacing and lax about vertical spacing), but the larger classes\nhalve in size for small viewports.</p>\n\n<ul>\n <li><code class=\"language-plaintext highlighter-rouge\">.margin-vertical--0</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.margin-vertical--1</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.margin-vertical--2</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.margin-vertical--4</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.margin-vertical--8</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.margin-vertical--16</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.margin-vertical--32</code></li>\n</ul>\n\n<h4 id=\"padding-horizontal--\"><code class=\"language-plaintext highlighter-rouge\">padding-horizontal--</code></h4>\n\n<p>The horizontal padding classes use the same units as all the other spacing classes, and like <code class=\"language-plaintext highlighter-rouge\">margin-horizontal--</code> there\nis a <code class=\"language-plaintext highlighter-rouge\">.padding-horizontal--collapse</code> class available for quick responsiveness.</p>\n\n<ul>\n <li><code class=\"language-plaintext highlighter-rouge\">.padding-horizontal--0</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.padding-horizontal--1</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.padding-horizontal--2</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.padding-horizontal--4</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.padding-horizontal--8</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.padding-horizontal--16</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.padding-horizontal--32</code>,</li>\n</ul>\n\n<h4 id=\"padding-horizontal--collapse\"><code class=\"language-plaintext highlighter-rouge\">padding-horizontal--collapse</code></h4>\n\n<p><code class=\"language-plaintext highlighter-rouge\">.padding-horizontal--collapse</code> collapse the horizontal padding applied by the regular classes when you get down to narrow\nviewports, allowing columns to have a lot of breathing room at desktop but maintain a clean left line of content on mobile\ndevices and other narrow viewports.</p>\n\n<h4 id=\"padding-vertical--\"><code class=\"language-plaintext highlighter-rouge\">padding-vertical--</code></h4>\n\n<p>The vertical padding classes should be used fairly sparingly, since a flex column with <code class=\"language-plaintext highlighter-rouge\">justify-content--</code> classes appied\nis overwhelmingly more likely to accomplish the desired effect. For more fixed applications, and for facilitating the spacer\ncomponent, these classes can give you vertical internal spacing.</p>\n\n<ul>\n <li><code class=\"language-plaintext highlighter-rouge\">.padding-vertical--0</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.padding-vertical--1</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.padding-vertical--2</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.padding-vertical--4</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.padding-vertical--8</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.padding-vertical--16</code></li>\n <li><code class=\"language-plaintext highlighter-rouge\">.padding-vertical--32</code></li>\n</ul>\n", "url": "/docs/content-technical/layouts/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"Instructions for making layouts.","robots":"noindex,follow"}, "title": "Layouts", "slug": "layouts", "ext": ".md", "tags": [] }, { "path": "_docs/content-technical/markdown.md", "relative_path": "_docs/content-technical/markdown.md", "excerpt": "<h2 class=\"no_toc\" id=\"table-of-contents\">Table of contents</h2>\n\n", "id": "/docs/content-technical/markdown", "collection": "docs", "content": "<h2 class=\"no_toc\" id=\"table-of-contents\">Table of contents</h2>\n\n<ol id=\"markdown-toc\">\n <li><a href=\"#introduction\" id=\"markdown-toc-introduction\">Introduction</a></li>\n <li><a href=\"#all-syntax\" id=\"markdown-toc-all-syntax\">All syntax</a> <ol>\n <li><a href=\"#plain-paragraph-text\" id=\"markdown-toc-plain-paragraph-text\">Plain paragraph text</a></li>\n <li><a href=\"#headings\" id=\"markdown-toc-headings\">Headings</a></li>\n <li><a href=\"#emphasis\" id=\"markdown-toc-emphasis\">Emphasis</a> <ol>\n <li><a href=\"#italic-text\" id=\"markdown-toc-italic-text\">Italic text</a></li>\n <li><a href=\"#bold-text\" id=\"markdown-toc-bold-text\">Bold text</a></li>\n </ol>\n </li>\n <li><a href=\"#links\" id=\"markdown-toc-links\">Links</a> <ol>\n <li><a href=\"#external-links\" id=\"markdown-toc-external-links\">External links</a></li>\n <li><a href=\"#internal-links\" id=\"markdown-toc-internal-links\">Internal links</a></li>\n </ol>\n </li>\n <li><a href=\"#lists\" id=\"markdown-toc-lists\">Lists</a> <ol>\n <li><a href=\"#bulleted-lists\" id=\"markdown-toc-bulleted-lists\">Bulleted lists</a></li>\n <li><a href=\"#numbered-lists\" id=\"markdown-toc-numbered-lists\">Numbered lists</a></li>\n </ol>\n </li>\n <li><a href=\"#quotes\" id=\"markdown-toc-quotes\">Quotes</a></li>\n <li><a href=\"#code\" id=\"markdown-toc-code\">Code</a> <ol>\n <li><a href=\"#big-blocks-of-code\" id=\"markdown-toc-big-blocks-of-code\">Big blocks of code</a></li>\n <li><a href=\"#little-code-examples\" id=\"markdown-toc-little-code-examples\">Little code examples</a></li>\n </ol>\n </li>\n <li><a href=\"#tables\" id=\"markdown-toc-tables\">Tables</a></li>\n <li><a href=\"#images\" id=\"markdown-toc-images\">Images</a></li>\n <li><a href=\"#footnotes\" id=\"markdown-toc-footnotes\">Footnotes</a></li>\n </ol>\n </li>\n <li><a href=\"#advanced\" id=\"markdown-toc-advanced\">Advanced</a> <ol>\n <li><a href=\"#classes\" id=\"markdown-toc-classes\">Classes</a></li>\n <li><a href=\"#html-elements\" id=\"markdown-toc-html-elements\">HTML elements</a></li>\n </ol>\n </li>\n</ol>\n\n<p>A table of contents, based on the headings in the documents, can be added to the <strong>top</strong> [only] of a markdown (.md) file\nwith the following code exactly:</p>\n\n<div class=\"language-markdown highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"gu\">## Table of contents</span>\n{: .no_toc}\n<span class=\"p\">\n1.</span> TOC\n{:toc}\n</code></pre></div></div>\n\n<h2 id=\"introduction\">Introduction</h2>\n\n<p>On this site we use a text format called markdown for much of the content. This format is plain old text with some extra\n‘syntax’ (symbols and spacing) to let you make things like links, headings, bold and italic text, and a bunch of other stuff,\nall in a way that looks mostly natural on its own.</p>\n\n<p>A big advantage of this format is that you can learn it without having to learn the nitty-gritty of HTML, and end up with\nbeautiful pages. Anywhere you see a file that ends in <code class=\"language-plaintext highlighter-rouge\">.md</code> you can use this markdown stuff outlined below and spice the\nheck out of your content without bugging a developer!</p>\n\n<h2 id=\"all-syntax\">All syntax</h2>\n\n<p>This site renders markdown using the <a href=\"https://kramdown.gettalong.org/syntax.html\">kramdown engine</a>, and as such can take\nany syntax accepted by the engine as a whole. In circumstances where there are multiple ways to make an element, this\nguide is prescriptive about the preferred style to use for consistency on this site.</p>\n\n<h3 id=\"plain-paragraph-text\">Plain paragraph text</h3>\n\n<p>Regular text can be typed as you naturally would in a word-processing program; just type out the text and then hit Enter\ntwice to create a new paragraph.</p>\n\n<p>One thing we do as a convention on this site is hit Enter once (start a new line) when the line you’re on gets to 120\nletters/characters long. This makes the text readable and manageable in a plain text editor without fancy wrapping settings.</p>\n\n<p>Here’s an example of some plain old paragraph text in a markdown file:</p>\n\n<div class=\"language-markdown highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code>Regular text can be typed as you naturally would in a word-processing program; just type out the text and then hit Enter\ntwice to create a new paragraph.\n\nOne thing we do as a convention on this site is hit Enter once (start a new line) when the line you're on gets to 120\nletters/characters long. This makes the text readable and manageable in a plain text editor without fancy wrapping settings.\n\nHere's an example of some plain old paragraph text in a markdown file:\n</code></pre></div></div>\n\n<h3 id=\"headings\">Headings</h3>\n\n<p>Headings are a great way to split your content into meaningful, bite-size sections. Usability researchers have found time\nand again that users respond very poorly to long paragraphs and big walls of text, so headings are a great solve for that.\nThey also give people waypoints in the document to skim, and are necessary if you want a table of contents like the one at\nthe top of this page.</p>\n\n<p>Headings must follow a logical outline order… you can’t start a page with a fourth-level heading just because you like\nthe way it looks. In fact, every page on the web should have just one first-level heading. That’s why every markdown page\nyou see on the site should start with a second-level heading!</p>\n\n<p>You can add a heading like this:</p>\n\n<div class=\"language-markdown highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"gu\">### Headings</span>\n</code></pre></div></div>\n\n<p>And here are all the heading levels available to you when writing:</p>\n\n<div class=\"language-markdown highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"gu\">## Second-level heading</span>\n\n<span class=\"gu\">### Third-level heading</span>\n\n<span class=\"gu\">#### Fourth-level heading</span>\n\n<span class=\"gu\">##### Fifth-level heading</span>\n\n<span class=\"gu\">###### Sixth-level heading</span>\n</code></pre></div></div>\n\n<p>You’re not allowed to go beyond six levels. Typically if you get past four you’re probably writing too much on one page.</p>\n\n<h3 id=\"emphasis\">Emphasis</h3>\n\n<p>On this site we use bold and italic text in a specific way, and avoid underlined plain text since it can be mistaken for\nlinks. Italic text is useful for the titles of media, or for <em>non-confident</em> emphasis. When <strong>confident</strong> of what is being\nemphasized, use bold text instead.</p>\n\n<h4 id=\"italic-text\">Italic text</h4>\n\n<p>Italic text can be added by wrapping the text in question in single underscores:</p>\n\n<div class=\"language-markdown highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code>This text is regular, while _this text is italic_. We're back to regular.\n</code></pre></div></div>\n\n<p>Which renders to:</p>\n\n<p>This text is regular, while <em>this text is italic</em>. We’re back to regular.</p>\n\n<h4 id=\"bold-text\">Bold text</h4>\n\n<p>Bold text can be added by wrapping the text in question in double asterisks:</p>\n\n<div class=\"language-markdown highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code>This text is regular, while <span class=\"gs\">**this text is bold**</span>. We're back to regular.\n</code></pre></div></div>\n\n<p>Which renders to:</p>\n\n<p>This text is regular, while <strong>this text is bold</strong>. We’re back to regular.</p>\n\n<h3 id=\"links\">Links</h3>\n\n<p>Links are the backbone of the web. They allow you to write a little in one place and refer to information that exists on\nanother site or page. In markdown there is a straightforward way to make links. Be advised, though, that linking to content\non the site is different from link to external sites.</p>\n\n<p>The main syntax to know is the squares-and-parentheses for links: <code class=\"language-plaintext highlighter-rouge\">[descriptive text](https://...)</code></p>\n\n<h4 id=\"external-links\">External links</h4>\n\n<p>For external links, be sure to insert a fully-qualified address, including the <code class=\"language-plaintext highlighter-rouge\">https://</code> part.</p>\n\n<div class=\"language-markdown highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code>Learn more <span class=\"p\">[</span><span class=\"nv\">at the Google home page</span><span class=\"p\">](</span><span class=\"sx\">https://www.google.com</span><span class=\"p\">)</span>.\n</code></pre></div></div>\n\n<p>Which renders as:</p>\n\n<p>Learn more <a href=\"https://www.google.com\">at the Google home page</a>.</p>\n\n<h4 id=\"internal-links\">Internal links</h4>\n\n<p>Internal links can be done in one of two ways. The first is if you’re <strong>certain</strong> that a particular path exists and will\nalways exist, you can refer to it directly:</p>\n\n<div class=\"language-markdown highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code>We go into our history on the <span class=\"p\">[</span><span class=\"nv\">About us page</span><span class=\"p\">](</span><span class=\"sx\">/about/</span><span class=\"p\">)</span>.\n</code></pre></div></div>\n\n<p>This renders as:</p>\n\n<p>We go into our history on the <a href=\"/about/\">About us page</a>.</p>\n\n<p>Note that the link starts with a slash. Typically you want all links of this type to be “root relative”, or beginning with\na slash (<code class=\"language-plaintext highlighter-rouge\">/</code>) and showing the full path from the home page.</p>\n\n<p><em>However</em>, pretty link paths can change for SEO or usability purposes, whereas the file and its location is much less likely\nto change. Given this, we can use a method of linking that the underlying (Jekyll) system provides:</p>\n\n<div class=\"language-markdown highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code>We go into our history on the <span class=\"p\">[</span><span class=\"nv\">About us page</span><span class=\"p\">](</span><span class=\"sx\">{%</span> link collections/pages/about.html %}).\n</code></pre></div></div>\n\n<p>This renders similar to the above link:</p>\n\n<p>We go into our history on the <a href=\"/about/\">About us page</a>.</p>\n\n<p>If the pretty path to the About page changes, the Jekyll method will automatically update the link, while the hard-coded\nmethod will still point to the old path.</p>\n\n<p>When working with content files and their paths and links, please abide by the following:</p>\n\n<ol>\n <li>Use the Jekyll, file-based method for links whenever possible</li>\n <li>Avoid changing the file name or location of existing content files, especially of the Page and Doc type</li>\n <li>When changing the “pretty path” (‘Permalink’ in the YAML front matter), be sure to <a href=\"https://github.com/jekyll/jekyll-redirect-from#usage\">use the redirect-from plugin</a>\nto preserve the old path and prevent link rot</li>\n</ol>\n\n<h3 id=\"lists\">Lists</h3>\n\n<p>Lists are great for making bite-sized scannable areas of content, logically grouping concepts, ensuring accessible listings,\nand semantically saying whether a list has no order (bulleted) or that order is important (numbered).</p>\n\n<h4 id=\"bulleted-lists\">Bulleted lists</h4>\n\n<p>Bulleted lists can be entered as a line starting with two spaces, an asterisk, then another space, followed by that bullet’s\ncontent, like so:</p>\n\n<div class=\"language-markdown highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"p\">-</span> First bullet in the list, though since it's a bullet that's not important. This bullet has a lot of content, requiring\n  it to wrap at 120 characters. We indent the second and subsequent lines with an extra two spaces\n<span class=\"p\">-</span> Another bullet\n<span class=\"p\">-</span> Sure, let's do another bullet. Note that stylistically we do not end list items with periods\n</code></pre></div></div>\n\n<p>This renders to the screen as:</p>\n\n<ul>\n <li>First bullet in the list, though since it’s a bullet that’s not important. This bullet has a lot of content, requiring\nit to wrap at 120 characters. We indent the second and subsequent lines with an extra two spaces</li>\n <li>Another bullet</li>\n <li>Sure, let’s do another bullet. Note that stylistically we do not end list items with periods</li>\n</ul>\n\n<h4 id=\"numbered-lists\">Numbered lists</h4>\n\n<p>Numbered lists are similar to bullet list syntax, just with the asterisks replaced with numbers and periods, like so:</p>\n\n<div class=\"language-markdown highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"p\">1.</span> Say we need to talk\n<span class=\"p\">2.</span> Say \"sit down, it's just a talk\"\n<span class=\"p\">3.</span> Smile politely\n<span class=\"p\">4.</span> Stare politely right on through\n</code></pre></div></div>\n\n<p>This renders to the screen as:</p>\n\n<ol>\n <li>Say we need to talk</li>\n <li>Say “sit down, it’s just a talk”</li>\n <li>Smile politely</li>\n <li>Stare politely right on through</li>\n</ol>\n\n<p><em>Sometimes</em> markdown gets upset when you have a numbered list with more than 9 items. In this case, it’s ok to start again\nat zero or one, rather than using two-digit numbers. While it’s true that any number can be used at any position in a numbered\nlist, try whenever possible to use the correct number order so that the plain markdown file is readable.</p>\n\n<h3 id=\"quotes\">Quotes</h3>\n\n<p>A blockquote is started using the <code class=\"language-plaintext highlighter-rouge\">&gt;</code> marker followed by a space; all following lines that are also started with the\nblockquote marker belong to the blockquote. You can use other markdown within a quote as necessary:</p>\n\n<div class=\"language-markdown highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"gt\">&gt; Some sort of window to your right</span>\n<span class=\"gt\">&gt; As he goes left and you **stay right**</span>\n<span class=\"gt\">&gt; Between the lines of fear and blame</span>\n<span class=\"gt\">&gt; You begin to wonder why you came</span>\n</code></pre></div></div>\n\n<p>The above quote code renders as:</p>\n\n<blockquote>\n <p>Some sort of window to your right\nAs he goes left and you <strong>stay right</strong>\nBetween the lines of fear and blame\nYou begin to wonder why you came</p>\n</blockquote>\n\n<p>The principle behind using a blockquote rather than a “sentence quote” is similar to the usage of code blocks below; a brief\nquote is most appropriate inline with its surrounding text, whereas a longer quote or one deserving emphasis should be in\na blockquote like above.</p>\n\n<h3 id=\"code\">Code</h3>\n\n<p>If you would like to place code samples within some of the text on a page, you can either use inline code, which can appear\non the same line as the rest of the text, or in a block with smart highlighting. Inline code is good for brief examples\nwhere highlighting and other concerns are minimal, whereas a block of code is appropriate for multi-line samples.</p>\n\n<h4 id=\"big-blocks-of-code\">Big blocks of code</h4>\n\n<p>To insert a multi-line, highlighted code sample, wrap it top and bottom with three backticks. Optionally, you can add\na notation after the opening backticks to indicate the <a href=\"https://rouge-ruby.github.io/docs/Rouge/Lexers.html\">kind of syntax to highlight within</a>:</p>\n\n<div class=\"language-markdown highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"p\">```</span><span class=\"nl\">javascript\n</span><span class=\"nx\">alert</span><span class=\"p\">(</span><span class=\"dl\">\"</span><span class=\"s2\">This is a bad example of JavaScript!</span><span class=\"dl\">\"</span><span class=\"p\">);</span>\n<span class=\"p\">```</span>\n</code></pre></div></div>\n\n<p>This renders on the screen as:</p>\n\n<div class=\"language-javascript highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"nx\">alert</span><span class=\"p\">(</span><span class=\"dl\">\"</span><span class=\"s2\">This is a bad example of JavaScript!</span><span class=\"dl\">\"</span><span class=\"p\">);</span>\n</code></pre></div></div>\n\n<h4 id=\"little-code-examples\">Little code examples</h4>\n\n<p>Inline code can be added with single backticks, within a sentence if desired.</p>\n\n<div class=\"language-markdown highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code>In markdown, <span class=\"sb\">`### Example`</span> becomes <span class=\"sb\">`&lt;h3&gt;Example&lt;/h3&gt;`</span> in HTML.\n</code></pre></div></div>\n\n<p>This renders on the front end as: In markdown, <code class=\"language-plaintext highlighter-rouge\">### Example</code> becomes <code class=\"language-plaintext highlighter-rouge\">&lt;h3&gt;Example&lt;/h3&gt;</code> in HTML.</p>\n\n<h3 id=\"tables\">Tables</h3>\n\n<p>kramdown supports a syntax for creating simple tables. A line starting with a pipe character (<code class=\"language-plaintext highlighter-rouge\">|</code>)\nstarts a table row. However, if the pipe characters is immediately followed by a dash (<code class=\"language-plaintext highlighter-rouge\">-</code>), a\nseparator line is created. Separator lines are used to split the table header from the table body\n(and optionally align the table columns) and to split the table body into multiple parts. If the\npipe character is followed by an equal sign (<code class=\"language-plaintext highlighter-rouge\">=</code>), the tables rows below it are part of the table\nfooter.</p>\n\n<div class=\"language-markdown highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code>| Header1 | Header2 | Header3 |\n| :------ | :-----: | ------: |\n| cell1   |  cell2  |   cell3 |\n| cellA   |  cellB  |   cellC |\n| cell1   |  cell2  |   cell3 |\n| cellA   |  cellB  |   cellC |\n</code></pre></div></div>\n\n<p>This renders out as:</p>\n\n<table>\n <thead>\n <tr>\n <th style=\"text-align: left\">Header1</th>\n <th style=\"text-align: center\">Header2</th>\n <th style=\"text-align: right\">Header3</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td style=\"text-align: left\">cell1</td>\n <td style=\"text-align: center\">cell2</td>\n <td style=\"text-align: right\">cell3</td>\n </tr>\n <tr>\n <td style=\"text-align: left\">cellA</td>\n <td style=\"text-align: center\">cellB</td>\n <td style=\"text-align: right\">cellC</td>\n </tr>\n <tr>\n <td style=\"text-align: left\">cell1</td>\n <td style=\"text-align: center\">cell2</td>\n <td style=\"text-align: right\">cell3</td>\n </tr>\n <tr>\n <td style=\"text-align: left\">cellA</td>\n <td style=\"text-align: center\">cellB</td>\n <td style=\"text-align: right\">cellC</td>\n </tr>\n </tbody>\n</table>\n\n<p>Tables in both markdown and HTML are some of the most complicated syntax. If you find yourself making a table, it may be\ntime to discuss your needs with a developer.</p>\n\n<h3 id=\"images\">Images</h3>\n\n<p>Images can be added in the manner shown below. Just… <strong>don’t do it this way</strong>. Keep reading this section.</p>\n\n<div class=\"language-markdown highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"p\">![</span><span class=\"nv\">Default meta image</span><span class=\"p\">](</span><span class=\"sx\">/assets/images/required/meta-image--default.jpg</span><span class=\"p\">)</span>\n</code></pre></div></div>\n\n<p>Since this site is obscenely high-performance, it does a bunch of things to images when the site regenerates to make images\nload faster. The way of adding images above won’t do it, but the way below will:</p>\n\n<div class=\"language-smarty highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"k\">{</span><span class=\"o\">%</span> <span class=\"nb\">include</span> <span class=\"na\">atoms</span><span class=\"o\">/</span><span class=\"na\">image</span><span class=\"o\">.</span><span class=\"na\">html</span>\n  <span class=\"na\">src</span><span class=\"o\">=</span><span class=\"s2\">\"required/meta-image--default.jpg\"</span>\n  <span class=\"na\">alt</span><span class=\"o\">=</span><span class=\"s2\">\"Default meta image\"</span>\n  <span class=\"na\">caption</span><span class=\"o\">=</span><span class=\"s2\">\"Look how shareable the page is!\"</span>\n<span class=\"o\">%</span><span class=\"k\">}</span>\n</code></pre></div></div>\n\n<p>The example code above becomes:</p>\n\n<figure class=\"figure figure--image figure--image--required-meta-image-default-jpg \">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <source srcset=\"/assets/images/required/s.webp\" data-srcset=\"/assets/images/required/meta-image--default.jpg.webp\" type=\"image/webp\" />\n \n <img src=\"/assets/images/required/s.gif\" data-src=\"/assets/images/required/meta-image--default.jpg\" alt=\"Default meta image\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/meta-image--default.jpg\" alt=\"Default meta image\" loading=\"lazy\" />\n </noscript>\n \n \n <figcaption class=\"figcaption figure--image--figcaption position--relative z-index--1\">Look how shareable the page is!</figcaption>\n \n </figure>\n\n<h3 id=\"footnotes\">Footnotes</h3>\n\n<p>Footnotes can easily be used. Just set a footnote marker<sup id=\"fnref:1\" role=\"doc-noteref\"><a href=\"#fn:1\" class=\"footnote\" rel=\"footnote\">1</a></sup> in the text and somewhere else the footnote definition<sup id=\"fnref:2\" role=\"doc-noteref\"><a href=\"#fn:2\" class=\"footnote\" rel=\"footnote\">2</a></sup>.\nIt looks like this:</p>\n\n<div class=\"language-markdown highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code>This is some text with a footnote[^3]. We breeze past it into the next sentence.\n\n<span class=\"p\">[</span><span class=\"ss\">^3</span><span class=\"p\">]:</span> <span class=\"sx\">And</span> here is the definition.\n</code></pre></div></div>\n\n<p>Typically you’d put all the footnote definitions at the bottom of a heading-ed section, or perhaps the page, depending on\nhow much you have written.</p>\n\n<h2 id=\"advanced\">Advanced</h2>\n\n<p>The elements below get into murky territory, since if you’re using them it’s often a sign you should be using an HTML file\ninstead of a markdown one.</p>\n\n<h3 id=\"classes\">Classes</h3>\n\n<p>CSS classes can be added to certain elements using the <code class=\"language-plaintext highlighter-rouge\">{: .classname }</code> syntax. For example, here’s how we made the\n‘Advanced’ heading above:</p>\n\n<div class=\"language-markdown highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code><span class=\"gu\">## Advanced</span>\n\n{: .}\n</code></pre></div></div>\n\n<h3 id=\"html-elements\">HTML elements</h3>\n\n<p>Any valid HTML can be entered as-is into a markdown file and it will come out the other side as rendered HTML. Any text\nwithin the HTML will not be interpreted as markdown, though, so ensure the contents of a wrapping HTML element are also\npre-written as HTML.</p>\n\n<p>Something like:</p>\n\n<div class=\"language-markdown highlighter-rouge\"><div class=\"highlight\"><pre class=\"highlight\"><code>Here is some plain text. <span class=\"nt\">&lt;em&gt;</span>This text is italic<span class=\"nt\">&lt;/em&gt;</span> but this text is not.\n</code></pre></div></div>\n\n<p>Renders to the screen as:</p>\n\n<p>Here is some plain text. <em>This text is italic</em> but this text is not.</p>\n<div class=\"footnotes\" role=\"doc-endnotes\">\n <ol>\n <li id=\"fn:1\" role=\"doc-endnote\">\n <p>The bracket with the caret and 1 in the footnote example above <a href=\"#fnref:1\" class=\"reversefootnote\" role=\"doc-backlink\">&#8617;</a></p>\n </li>\n <li id=\"fn:2\" role=\"doc-endnote\">\n <p>The bracket-y dealie with the colon after it in the footnote example above <a href=\"#fnref:2\" class=\"reversefootnote\" role=\"doc-backlink\">&#8617;</a></p>\n </li>\n </ol>\n</div>\n", "url": "/docs/content-technical/markdown/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"All markdown syntax and its usage for this site.","robots":"noindex,follow"}, "title": "Markdown", "slug": "markdown", "ext": ".md", "tags": [] }, { "path": "_docs/content-technical/seo.html", "relative_path": "_docs/content-technical/seo.html", "excerpt": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h2 class=\"heading \"\n >\n \n Table\n \n </h2>\n\n\n\n\n", "id": "/docs/content-technical/seo", "collection": "docs", "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h2 class=\"heading \"\n >\n \n Table\n \n </h2>\n\n\n\n\n<p>\n Use this table to review content and ensure the metadata matches the content:\n</p>\n\n<table>\n <thead>\n <th>Title</th>\n <th>Description</th>\n <th>Meta title</th>\n <th>Img src</th>\n <th>Img alt</th>\n <th>Meta robots</th>\n <th>Type</th>\n </thead>\n <tbody>\n \n <tr>\n <td>\n \n <a href=\"/404.html\">You may be LOST</a>\n </td>\n <td>There has been an issue finding your page.</td>\n <td></td>\n <td>1200x630/john-locke.jpg</td>\n <td>We're not the only ones on this island and we all know it</td>\n <td>noindex,follow</td>\n <td>Page</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/about/\">About Brad</a>\n </td>\n <td>Who, what, when, where, why, and how.</td>\n <td></td>\n <td>about-brad_social.jpg</td>\n <td></td>\n <td></td>\n <td>Page</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/accessibility-statement/\">Accessibility Statement</a>\n </td>\n <td>Our commitment to all users visiting this site.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>Page</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/categories/\">Categories</a>\n </td>\n <td>List of all the categories on the site, with their tagged items.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>Page</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/contact-us/\">Contact us</a>\n </td>\n <td>We would love to hear from you.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>Page</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/\">Documentation</a>\n </td>\n <td>Guides and tools for writing and designing around this site.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>Page</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/events/archive/\">Events Archive</a>\n </td>\n <td>Events that have previously occurred.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>Page</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/events/\">Events</a>\n </td>\n <td>All the goings-on.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>Page</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/faq/\">Frequently asked questions</a>\n </td>\n <td>What we've been asked, and what we say when asked.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>Page</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/\">Blog</a>\n </td>\n <td>Serialized writings collected in a single place for your enjoyment.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>Page</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/search/\">Search</a>\n </td>\n <td>Textually find content on the site via a form with a text box.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>Page</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/\">Home</a>\n </td>\n <td>Brad Czerniak is a Drupal and JAMstack developer in Michigan.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>Page</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/offline.html\">You're offline</a>\n </td>\n <td>When your connection is interrupted and you go to a non-cached page, this is where you land.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>Page</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/press/\">Press</a>\n </td>\n <td>Who to contact if you're a journalist.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>Page</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/privacy-policy/\">Privacy Policy</a>\n </td>\n <td>How you can expect your data to be handled, and when and where cookies are used on the site.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>Page</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/products/\">Products</a>\n </td>\n <td>Products for sale.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>Page</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/site-map/\">Site map</a>\n </td>\n <td>A list of all links on the site, grouped by type and in alphabetical order.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>Page</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/tags/\">Tags</a>\n </td>\n <td>List of all the tags on the site, with their tagged items.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>Page</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/terms-conditions/\">Terms and conditions</a>\n </td>\n <td>Rules and regulations for the use of this website.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>Page</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/thank-you/\">Thank you!</a>\n </td>\n <td>We appreciate your form submission!</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>Page</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/contact\">(untitled)</a>\n </td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>Page</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/home\">(untitled)</a>\n </td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>Page</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/page-2/\">Blog</a>\n </td>\n <td>Serialized writings collected in a single place for your enjoyment.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>Page</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/page-3/\">Blog</a>\n </td>\n <td>Serialized writings collected in a single place for your enjoyment.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>Page</td>\n </tr>\n \n\n \n \n \n \n \n <tr>\n <td>\n \n <a href=\"/docs/content-guide/accessibility/\">Accessibility</a>\n </td>\n <td>Writing guide for inclusivity</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/design/atoms/\">Atoms</a>\n </td>\n <td>The very smallest components in the design system.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/content-guide/be-concise/\">Be concise</a>\n </td>\n <td>Write enough to get your point across, but no more.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/technical/browser-support/\">Browser support</a>\n </td>\n <td>Browsers this site supports when testing and building.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/design/design-tokens/root/color/\">Color</a>\n </td>\n <td>The very smallest components in the design system.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/content-guide/content-principles/\">Content principles</a>\n </td>\n <td>Quick overview of our guiding content principles.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/design/forms/\">Forms</a>\n </td>\n <td>The very smallest components in the design system.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/design/assets/gif/\">GIF files</a>\n </td>\n <td>All the GIF files in the assets directory.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/content-guide/grammar-mechanics/\">Grammar and mechanics</a>\n </td>\n <td>Formatting and consistency in language on the site.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/design/icons/\">Icons</a>\n </td>\n <td>The very smallest components in the design system.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/user-experience/information-architecture/\">Information architecture</a>\n </td>\n <td>Menus, tagging, and other structures.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/design/assets/jpg/\">JPEG files</a>\n </td>\n <td>All the JPEG files in the assets directory.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/design/assets/json/\">JSON files</a>\n </td>\n <td>JavaScript Object Notation files available publicly on this site.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/content-technical/javascript/\">JavaScript</a>\n </td>\n <td>Scripts and behaviors available for use on the site.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/design/design-tokens/lang/lang/\">Lang (translated)</a>\n </td>\n <td>Values for translated CSS strings.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/content-technical/layouts/\">Layouts</a>\n </td>\n <td>Instructions for making layouts.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/content-technical/markdown/\">Markdown</a>\n </td>\n <td>All markdown syntax and its usage for this site.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/design/molecules/\">Molecules</a>\n </td>\n <td>Components that are made up of more than one little thing.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/design/moodboard/\">Moodboard</a>\n </td>\n <td>Fonts, colors, logos and imagery, and other things that contribute to the feel.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/design/organisms/\">Organisms</a>\n </td>\n <td>Biggest components, made up of all the smaller kinds.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/design/assets/png/\">PNG files</a>\n </td>\n <td>All the PNG files in the assets directory.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/technical/performance-budget/\">Performance budget</a>\n </td>\n <td>The allowed number and size of assets delivered to users on the front end.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/user-experience/personas/\">Personas</a>\n </td>\n <td>Intentional stereotypes used for empathetic framing.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/design/assets/svg/\">SVG files</a>\n </td>\n <td>All the SVG files in the assets directory.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/content-technical/seo/\">Search engine optimization</a>\n </td>\n <td>Page metadata for reviewing to ensure good SEO.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/design/sections/\">Sections (reusable)</a>\n </td>\n <td>Reusable and demonstration content at organism size.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/strategic-plan/\">Strategic Plan</a>\n </td>\n <td>The mission, vision, and goals of the website qua website.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/user-experience/ux-principles/\">UX principles</a>\n </td>\n <td>Prioritzation of the laws of user experience for heuristic work.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/user-experience/user-testing/\">User testing</a>\n </td>\n <td>Instructions for testing the site with users.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/design/design-tokens/root/values/\">Values (design tokens)</a>\n </td>\n <td>Values for non-color design tokens.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/content-guide/voice-tone/\">Voice and tone</a>\n </td>\n <td>The mission, vision, and goals of the website qua website.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/docs/content-guide/writing-about-people/\">Writing about people</a>\n </td>\n <td>Useful distinctions in order to be inclusive.</td>\n <td></td>\n <td></td>\n <td></td>\n <td>noindex,follow</td>\n <td>docs</td>\n </tr>\n \n \n \n \n \n \n \n \n \n \n \n \n <tr>\n <td>\n \n <a href=\"/blog/so1ve-anniversary/\">3 years of Solve it once</a>\n </td>\n <td>A few easy things you can do to support Brad, just this once.</td>\n <td></td>\n <td>1200x630/share_3-years-of-so1ve.png</td>\n <td>A graphic representation of this post title and description</td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/52for2009-1-turk-for-2-hours-a-day/\">52for2009 #1 — Turk for 2 hours a day</a>\n </td>\n <td>This was a fun idea for a new years resolution</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/a-hint-at-the-future/\">A Hint at the Future</a>\n </td>\n <td>I don't want to be one of those sporadic bloggers that apologize whenever they go a while without posting</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/a-no-brainer/\">A No-brainer</a>\n </td>\n <td>Brad being wrong about OBL.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/a-year-of-transliteracy-call-to-action/\">A Year of Transliteracy: Call to Action</a>\n </td>\n <td>Putting transliteracy behind me</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/an-alternative-interpretation/\">An Alternative Interpretation</a>\n </td>\n <td>Silly Beatles thing.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/an-implication-for-geeks/\">An implication for geeks</a>\n </td>\n <td>I think Freeman Dyson was dead wrong</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/and-the-other-half-completed-projects/\">And the other half-completed projects…</a>\n </td>\n <td>Stuff I was working on in August 2007</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/another-responsive-data-tables-approach/\">Another Responsive Data Tables Approach</a>\n </td>\n <td>Little Bobby Tables strikes again</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/both-have-good-points/\">Both Have Good Points</a>\n </td>\n <td>Summarizing a twitter debate about the digital divide</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/css-is-syntactically-inconsistent/\">CSS is Syntactically Inconsistent</a>\n </td>\n <td>Pseudo this, pseudo that</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/coming-soon/\">Coming soon</a>\n </td>\n <td>Commitment to blog more</td>\n <td></td>\n <td>french-onion-dip.jpg</td>\n <td>A sticker on the tub top of some French onion dip</td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/context-in-the-future/\">Context in the Future</a>\n </td>\n <td>Desiring siloes right before siloes became pervasive</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/day-five/\">Day Five</a>\n </td>\n <td>He says I'm getting better.</td>\n <td></td>\n <td>1200x630/share_3day-five.png</td>\n <td>Agent Checkles with me in the mirror.</td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/development-favicon/\">Development Favicon</a>\n </td>\n <td>A neat browser extension I made</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/drupal-and-git/\">Drupal and Git</a>\n </td>\n <td>A presentation that made me locally infamous</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/drupal-is-the-answer/\">Drupal is the Answer</a>\n </td>\n <td>Presenter notes for a Drupal presentation</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/encyclopedia-of-censorship/\">Encyclopedia of Censorship</a>\n </td>\n <td>[Redacted]</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/energy/\">Energy</a>\n </td>\n <td>The most important point to ponder.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/example-post/\">Example post</a>\n </td>\n <td>A blog post with example content and front matter.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/facebook-librarian-beta-release/\">Facebook Librarian Beta Release</a>\n </td>\n <td>This app no longer exists, btw. It was a cool old thing that did not steal your personal info.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/flextures/\">Flextures</a>\n </td>\n <td>Really wanna twist a phone</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/for-the-cultural-lexicon/\">For the Cultural Lexicon</a>\n </td>\n <td>I starchive my gmail all the time. Inbox zero, baby!</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/further-refining-transliteracy/\">Further Refining Transliteracy</a>\n </td>\n <td>More long-winded talk that nobody cares about now</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/general-update/\">General Update</a>\n </td>\n <td>A Brad post, going into 2008.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/gmail-hacks/\">Gmail hacks</a>\n </td>\n <td>Forwarding and send as instructions for Wayne State LIS students in 2008.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/google-chatback-badge-improvements/\">Google Chatback Badge Improvements</a>\n </td>\n <td>Deprecated chat widget</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/help-me-with-my-resume/\">Help me with my resume</a>\n </td>\n <td>First draft of my online resume. It had wood grain.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/his-name-is-miles-get-it/\">His name is Miles, get it?</a>\n </td>\n <td>Memes! Get your memes here!</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/how-to-live/\">How to Live</a>\n </td>\n <td>Simple two-step process.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/il-communication/\">IL Communication</a>\n </td>\n <td>Just one literacy was not enough criticism for one Brad</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/is-it-opposite-day/\">Is it Opposite Day?</a>\n </td>\n <td>Gimmick site I ran for a while</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/is-this-a-coincidence/\">Is this a coincidence?</a>\n </td>\n <td>Sometimes we don't hurt just the ones we love.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/keep-reading/\">Keep Reading!</a>\n </td>\n <td>Andrew Keen's arguments become weaker over time.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/languages-of-a-blueberry-smoothie/\">Languages of a Blueberry Smoothie</a>\n </td>\n <td>Still trying to bring folks around to my pedantry</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/librarian-updates/\">Librarian updates</a>\n </td>\n <td>Progress on the Facebook Librarian app.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/librarything-issues/\">LibraryThing Issues</a>\n </td>\n <td>Early versions of a catalog app were nightmarish</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/lose-the-meebome-gadget/\">Lose the MeeboMe Gadget</a>\n </td>\n <td>Strong opinion from the age of Flash.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/matters-of-media/\">Matters of Media</a>\n </td>\n <td>Making Claude Shannon spin in his grave</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/more-theme-y-stuff/\">More Theme-y Stuff</a>\n </td>\n <td>Example theme for a defunct tool for a defunct tool.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/my-first-chrome-48/\">My First Chrome 48</a>\n </td>\n <td>Early review of a free Chromebook</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/my-productivity-system/\">My productivity system</a>\n </td>\n <td>An index card and some simple rules that keep me going</td>\n <td></td>\n <td>1200x630/share_my-productivity-system.png</td>\n <td>A weekly index card works for me. Maybe it will work for you, too.</td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/observations/\">Observations</a>\n </td>\n <td>Took an unexpected swipe at Orlando Bloom</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/oh-dear/\">Oh Dear</a>\n </td>\n <td>Racism is racism.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/okay-so-i-almost-have-a-site/\">Okay, so I almost have a site</a>\n </td>\n <td>Don't really want a blog. Gonna make it very Brad-like soon.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/on-transliteracy/\">On Transliteracy</a>\n </td>\n <td>The beginning of a series of correct-but-underappreciated screeds</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/only-upgrade/\">Only Upgrade?</a>\n </td>\n <td>I think this counts as a tweet.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/patrons-in-their-natural-habitat/\">Patrons in their Natural Habitat</a>\n </td>\n <td>Library meta humor.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/people-are-making-pretty-themes/\">People are making pretty themes!</a>\n </td>\n <td>Gone themes from defunct tools.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/personal-transparency/\">Personal Transparency</a>\n </td>\n <td>Bradleaks: a document dump</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/play-the-house-home-game/\">Play the 'House' Home game!</a>\n </td>\n <td>The best in 2007-Google-Doc-based entertainment.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/post-to-blog-gadget/\">Post To Blog Gadget</a>\n </td>\n <td>For all the iGoogle users out there.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/practically-mobile/\">Practically Mobile</a>\n </td>\n <td>Check out this early RWD post!</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/quick-pontoon-rant/\">Quick pontoon rant</a>\n </td>\n <td>The number of pontoons does not change the name.</td>\n <td></td>\n <td>1200x630/pontoon-boat.jpg</td>\n <td>Illustration that a pontoon boat has one or more pontoons</td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/recipe-before-i-make-it-1-mexitalian-burger/\">Recipe before I make it #1- MexItalian Burger</a>\n </td>\n <td>This turned out great! Red Robin eat your heart out</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/redefining-transliteracy/\">Redefining Transliteracy</a>\n </td>\n <td>Exposition of the correct transliteracy definition</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/resist-that-advice/\">Resist That Advice </a>\n </td>\n <td>Redesign early and often?</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/sass-considered-harmful/\">Sass considered harmful</a>\n </td>\n <td>CSS preprocessors had a lot of promises but not a lot of delivery. It is time to dump them.</td>\n <td></td>\n <td>1200x630/share_sass-considered-harmful.png</td>\n <td>It's CSS all the way down, and 'preprocessors' never did what you thought.</td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/simple-productivity-hack/\">Simple Productivity Hack</a>\n </td>\n <td>A Google Alerts trick from back in the day.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/six-pack/\">Six Pack</a>\n </td>\n <td>Peyton Manning telling it like it is.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/skeptical-about-this-one/\">Skeptical about this one</a>\n </td>\n <td>An encyclopedia beyond belief</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/some-predictions/\">Some Predictions</a>\n </td>\n <td>Young Brad being stupid about energy</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/something-to-consider/\">Something to consider</a>\n </td>\n <td>Prejudging the visuals for Speed Racer.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/speaking-the-same-language/\">Speaking the Same Language</a>\n </td>\n <td>Far more depth into transliteracy</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/sports-night/\">Sports Night</a>\n </td>\n <td>Quotes from one of my favorite shows.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/stop-reading/\">Stop Reading!</a>\n </td>\n <td>Why read when you can skim and pretend?</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/stuff-about-sleep/\">Stuff about sleep</a>\n </td>\n <td>Instead of Westworld we got Little Caesars Arena</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/the-best-thing-since-a-better-mousetrap/\">The Best Thing since a Better Mousetrap</a>\n </td>\n <td>Four days into the app, and the plans are coming together.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/the-future/\">The Future</a>\n </td>\n <td>Postdictions about the first iPhone.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/the-history-and-art-of-the-video-power-hour/\">The History and Art of the Video Power Hour</a>\n </td>\n <td>Notes on an obscure hobby.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/the-trouble-with-charity/\">The Trouble with Charity</a>\n </td>\n <td>An opinion I've since outgrown.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/corporate-maxims/\">Things I keep repeating in meetings</a>\n </td>\n <td>When you find yourself part of a big corporation</td>\n <td></td>\n <td>1200x630/share_business-maxims.png</td>\n <td>Useful business-speak, heuristics, and smart-sounding gibberish.</td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/things-that-interest-me/\">Things that interest me</a>\n </td>\n <td>Two seemingly-small concepts that caught my eye.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/those-canadians/\">Those Canadians!</a>\n </td>\n <td>Please let me become a citizen, Canada.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/una-dia/\">Una Dia</a>\n </td>\n <td>Reflections on the first day of the librarian facebook app.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/useless-halloween-predictions/\">Useless Halloween Predictions</a>\n </td>\n <td>Made one of these costume predictions a reality.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/valentine-commercialism/\">Valentine Commercialism</a>\n </td>\n <td>Pink electronics are for people who like the color pink.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/week-2-encyclopedia-by-letters/\">Week 2 — Encyclopedia by Letters</a>\n </td>\n <td>Reading a bunch of articles and listing them</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/what-browsers-do-that-they-shouldnt/\">What Browsers do (that they shouldn't)</a>\n </td>\n <td>A slice of browser history.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/whiteboard-backlog/\">Whiteboard Backlog</a>\n </td>\n <td>Drawings all over the walls of my apartment</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/questioning-css-practices/\">Why Are We CSS-ing All Stupid?</a>\n </td>\n <td>Unfinished draft I really wanted to publish</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/widgetgadget-rant-1/\">Widget/Gadget rant #1</a>\n </td>\n <td>Widgets and Gadgets are a pervasive phenomenon. As such, it's strange that they're so under-developed.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/widgetgadget-rant-2/\">Widget/Gadget rant #2</a>\n </td>\n <td>Let me start with the bottom line: You should make a widget for your site.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/your-fast-catalog/\">Your Fast Catalog</a>\n </td>\n <td>Oddly-specific WebPAC tweaks</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/igoogle-theme-maker/\">iGoogle Theme Maker!</a>\n </td>\n <td>A cool, dead project for a defunct Google homepage.</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/ios-4-graph-paper-wallpaper/\">iOS 4 Graph Paper Wallpaper</a>\n </td>\n <td>Free, simple wallpaper</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/iphone-alarm-clock-improvements/\">iPhone alarm clock improvements</a>\n </td>\n <td>Perhaps my best idea</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/blog/meta-rock/\">meta rock</a>\n </td>\n <td>I miss old-school ze frank</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td>posts</td>\n </tr>\n \n \n \n \n \n \n <tr>\n <td>\n \n <a href=\"/products/a-banana/\">A banana</a>\n </td>\n <td>Affordable, portable fruiting</td>\n <td></td>\n <td>1200x630/banana.jpg</td>\n <td>Stylish banana</td>\n <td></td>\n <td>products</td>\n </tr>\n \n <tr>\n <td>\n \n <a href=\"/products/b-banana/\">B banana</a>\n </td>\n <td>Lesser fruit</td>\n <td></td>\n <td>1200x630/banana-invert.jpg</td>\n <td>Stylish banana</td>\n <td></td>\n <td>products</td>\n </tr>\n \n \n \n </tbody>\n</table>\n", "url": "/docs/content-technical/seo/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"Page metadata for reviewing to ensure good SEO.","robots":"noindex,follow"}, "title": "Search engine optimization", "slug": "seo", "ext": ".html", "tags": [] }, { "path": "_docs/design/assets/gif.html", "relative_path": "_docs/design/assets/gif.html", "excerpt": "<table>\n <thead>\n <tr>\n <th>Image</th>\n <th>Filename</th>\n <th>Full path</th>\n <th>Include code</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n <td><img src=\"/assets/images/required/s.gif\" alt=\"\" loading=\"lazy\" /></td>\n <td>s.gif</td>\n <td>/assets/images/required/s.gif</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"required/s.gif\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n </tbody>\n</table>\n", "id": "/docs/design/assets/gif", "collection": "docs", "content": "<table>\n <thead>\n <tr>\n <th>Image</th>\n <th>Filename</th>\n <th>Full path</th>\n <th>Include code</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n <td><img src=\"/assets/images/required/s.gif\" alt=\"\" loading=\"lazy\" /></td>\n <td>s.gif</td>\n <td>/assets/images/required/s.gif</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"required/s.gif\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n </tbody>\n</table>\n", "url": "/docs/design/assets/gif/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"All the GIF files in the assets directory.","robots":"noindex,follow"}, "title": "GIF files", "slug": "gif", "ext": ".html", "tags": [] }, { "path": "_docs/design/assets/jpg.html", "relative_path": "_docs/design/assets/jpg.html", "excerpt": "<table>\n <thead>\n <tr>\n <th>Image</th>\n <th>Filename</th>\n <th>Full path</th>\n <th>Include code</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n <td><img src=\"/assets/images/1200x630/banana-invert.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>banana-invert.jpg</td>\n <td>/assets/images/1200x630/banana-invert.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"1200x630/banana-invert.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/1200x630/banana.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>banana.jpg</td>\n <td>/assets/images/1200x630/banana.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"1200x630/banana.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/1200x630/brad-czerniak.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>brad-czerniak.jpg</td>\n <td>/assets/images/1200x630/brad-czerniak.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"1200x630/brad-czerniak.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/1200x630/example-index-card.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>example-index-card.jpg</td>\n <td>/assets/images/1200x630/example-index-card.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"1200x630/example-index-card.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/1200x630/john-locke.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>john-locke.jpg</td>\n <td>/assets/images/1200x630/john-locke.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"1200x630/john-locke.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/1200x630/pontoon-boat.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>pontoon-boat.jpg</td>\n <td>/assets/images/1200x630/pontoon-boat.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"1200x630/pontoon-boat.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/1200x630/tuscan-sign.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>tuscan-sign.jpg</td>\n <td>/assets/images/1200x630/tuscan-sign.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"1200x630/tuscan-sign.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/960x640baselinegrid.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>960x640baselinegrid.jpg</td>\n <td>/assets/images/960x640baselinegrid.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"960x640baselinegrid.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/about-brad_social.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>about-brad_social.jpg</td>\n <td>/assets/images/about-brad_social.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"about-brad_social.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/alarming.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>alarming.jpg</td>\n <td>/assets/images/alarming.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"alarming.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/asymbol.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>asymbol.jpg</td>\n <td>/assets/images/asymbol.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"asymbol.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/atheme.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>atheme.jpg</td>\n <td>/assets/images/atheme.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"atheme.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/bpcz_gc_bg.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>bpcz_gc_bg.jpg</td>\n <td>/assets/images/bpcz_gc_bg.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"bpcz_gc_bg.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/brad_business.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>brad_business.jpg</td>\n <td>/assets/images/brad_business.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"brad_business.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/brad_bw.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>brad_bw.jpg</td>\n <td>/assets/images/brad_bw.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"brad_bw.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/brad_kid-business.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>brad_kid-business.jpg</td>\n <td>/assets/images/brad_kid-business.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"brad_kid-business.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/brad_senior-photo.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>brad_senior-photo.jpg</td>\n <td>/assets/images/brad_senior-photo.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"brad_senior-photo.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/french-onion-dip.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>french-onion-dip.jpg</td>\n <td>/assets/images/french-onion-dip.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"french-onion-dip.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/gmail_stickers.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>gmail_stickers.jpg</td>\n <td>/assets/images/gmail_stickers.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"gmail_stickers.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/hit.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>hit.jpg</td>\n <td>/assets/images/hit.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"hit.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/in-css/hero-home.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>hero-home.jpg</td>\n <td>/assets/images/in-css/hero-home.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"in-css/hero-home.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/languages-of-a-conversation.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>languages-of-a-conversation.jpg</td>\n <td>/assets/images/languages-of-a-conversation.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"languages-of-a-conversation.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/lovegurup1.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>lovegurup1.jpg</td>\n <td>/assets/images/lovegurup1.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"lovegurup1.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/luda404.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>luda404.jpg</td>\n <td>/assets/images/luda404.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"luda404.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/nyan_cat.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>nyan_cat.jpg</td>\n <td>/assets/images/nyan_cat.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"nyan_cat.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/paranormal.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>paranormal.jpg</td>\n <td>/assets/images/paranormal.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"paranormal.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/posts/2023-05-24-so1ve-anniversary/0-hanging-cabinets.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>0-hanging-cabinets.jpg</td>\n <td>/assets/images/posts/2023-05-24-so1ve-anniversary/0-hanging-cabinets.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"posts/2023-05-24-so1ve-anniversary/0-hanging-cabinets.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/posts/2023-05-24-so1ve-anniversary/1-floors.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>1-floors.jpg</td>\n <td>/assets/images/posts/2023-05-24-so1ve-anniversary/1-floors.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"posts/2023-05-24-so1ve-anniversary/1-floors.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/posts/2023-05-24-so1ve-anniversary/2-prep-counters.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>2-prep-counters.jpg</td>\n <td>/assets/images/posts/2023-05-24-so1ve-anniversary/2-prep-counters.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"posts/2023-05-24-so1ve-anniversary/2-prep-counters.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/posts/2023-05-24-so1ve-anniversary/3-mostly-finished.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>3-mostly-finished.jpg</td>\n <td>/assets/images/posts/2023-05-24-so1ve-anniversary/3-mostly-finished.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"posts/2023-05-24-so1ve-anniversary/3-mostly-finished.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/posts/2023-05-24-so1ve-anniversary/family.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>family.jpg</td>\n <td>/assets/images/posts/2023-05-24-so1ve-anniversary/family.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"posts/2023-05-24-so1ve-anniversary/family.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/posts/2023-05-24-so1ve-anniversary/invitation-progress.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>invitation-progress.jpg</td>\n <td>/assets/images/posts/2023-05-24-so1ve-anniversary/invitation-progress.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"posts/2023-05-24-so1ve-anniversary/invitation-progress.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/posts/2023-05-24-so1ve-anniversary/papercraft.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>papercraft.jpg</td>\n <td>/assets/images/posts/2023-05-24-so1ve-anniversary/papercraft.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"posts/2023-05-24-so1ve-anniversary/papercraft.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/ranger-float.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>ranger-float.jpg</td>\n <td>/assets/images/ranger-float.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"ranger-float.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/required/demo.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>demo.jpg</td>\n <td>/assets/images/required/demo.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"required/demo.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/required/demo_bw.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>demo_bw.jpg</td>\n <td>/assets/images/required/demo_bw.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"required/demo_bw.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/required/meta-image--default.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>meta-image--default.jpg</td>\n <td>/assets/images/required/meta-image--default.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"required/meta-image--default.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/symbols.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>symbols.jpg</td>\n <td>/assets/images/symbols.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"symbols.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/the_letter_that_johnnie_walker_read.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>the_letter_that_johnnie_walker_read.jpg</td>\n <td>/assets/images/the_letter_that_johnnie_walker_read.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"the_letter_that_johnnie_walker_read.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/tj.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>tj.jpg</td>\n <td>/assets/images/tj.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"tj.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/translit-medium-example.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>translit-medium-example.jpg</td>\n <td>/assets/images/translit-medium-example.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"translit-medium-example.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/turk.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>turk.jpg</td>\n <td>/assets/images/turk.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"turk.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/weirdcomm.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>weirdcomm.jpg</td>\n <td>/assets/images/weirdcomm.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"weirdcomm.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n </tbody>\n</table>\n", "id": "/docs/design/assets/jpg", "collection": "docs", "content": "<table>\n <thead>\n <tr>\n <th>Image</th>\n <th>Filename</th>\n <th>Full path</th>\n <th>Include code</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n <td><img src=\"/assets/images/1200x630/banana-invert.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>banana-invert.jpg</td>\n <td>/assets/images/1200x630/banana-invert.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"1200x630/banana-invert.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/1200x630/banana.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>banana.jpg</td>\n <td>/assets/images/1200x630/banana.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"1200x630/banana.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/1200x630/brad-czerniak.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>brad-czerniak.jpg</td>\n <td>/assets/images/1200x630/brad-czerniak.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"1200x630/brad-czerniak.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/1200x630/example-index-card.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>example-index-card.jpg</td>\n <td>/assets/images/1200x630/example-index-card.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"1200x630/example-index-card.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/1200x630/john-locke.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>john-locke.jpg</td>\n <td>/assets/images/1200x630/john-locke.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"1200x630/john-locke.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/1200x630/pontoon-boat.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>pontoon-boat.jpg</td>\n <td>/assets/images/1200x630/pontoon-boat.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"1200x630/pontoon-boat.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/1200x630/tuscan-sign.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>tuscan-sign.jpg</td>\n <td>/assets/images/1200x630/tuscan-sign.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"1200x630/tuscan-sign.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/960x640baselinegrid.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>960x640baselinegrid.jpg</td>\n <td>/assets/images/960x640baselinegrid.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"960x640baselinegrid.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/about-brad_social.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>about-brad_social.jpg</td>\n <td>/assets/images/about-brad_social.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"about-brad_social.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/alarming.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>alarming.jpg</td>\n <td>/assets/images/alarming.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"alarming.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/asymbol.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>asymbol.jpg</td>\n <td>/assets/images/asymbol.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"asymbol.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/atheme.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>atheme.jpg</td>\n <td>/assets/images/atheme.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"atheme.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/bpcz_gc_bg.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>bpcz_gc_bg.jpg</td>\n <td>/assets/images/bpcz_gc_bg.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"bpcz_gc_bg.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/brad_business.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>brad_business.jpg</td>\n <td>/assets/images/brad_business.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"brad_business.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/brad_bw.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>brad_bw.jpg</td>\n <td>/assets/images/brad_bw.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"brad_bw.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/brad_kid-business.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>brad_kid-business.jpg</td>\n <td>/assets/images/brad_kid-business.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"brad_kid-business.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/brad_senior-photo.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>brad_senior-photo.jpg</td>\n <td>/assets/images/brad_senior-photo.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"brad_senior-photo.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/french-onion-dip.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>french-onion-dip.jpg</td>\n <td>/assets/images/french-onion-dip.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"french-onion-dip.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/gmail_stickers.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>gmail_stickers.jpg</td>\n <td>/assets/images/gmail_stickers.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"gmail_stickers.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/hit.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>hit.jpg</td>\n <td>/assets/images/hit.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"hit.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/in-css/hero-home.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>hero-home.jpg</td>\n <td>/assets/images/in-css/hero-home.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"in-css/hero-home.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/languages-of-a-conversation.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>languages-of-a-conversation.jpg</td>\n <td>/assets/images/languages-of-a-conversation.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"languages-of-a-conversation.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/lovegurup1.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>lovegurup1.jpg</td>\n <td>/assets/images/lovegurup1.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"lovegurup1.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/luda404.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>luda404.jpg</td>\n <td>/assets/images/luda404.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"luda404.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/nyan_cat.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>nyan_cat.jpg</td>\n <td>/assets/images/nyan_cat.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"nyan_cat.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/paranormal.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>paranormal.jpg</td>\n <td>/assets/images/paranormal.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"paranormal.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/posts/2023-05-24-so1ve-anniversary/0-hanging-cabinets.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>0-hanging-cabinets.jpg</td>\n <td>/assets/images/posts/2023-05-24-so1ve-anniversary/0-hanging-cabinets.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"posts/2023-05-24-so1ve-anniversary/0-hanging-cabinets.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/posts/2023-05-24-so1ve-anniversary/1-floors.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>1-floors.jpg</td>\n <td>/assets/images/posts/2023-05-24-so1ve-anniversary/1-floors.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"posts/2023-05-24-so1ve-anniversary/1-floors.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/posts/2023-05-24-so1ve-anniversary/2-prep-counters.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>2-prep-counters.jpg</td>\n <td>/assets/images/posts/2023-05-24-so1ve-anniversary/2-prep-counters.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"posts/2023-05-24-so1ve-anniversary/2-prep-counters.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/posts/2023-05-24-so1ve-anniversary/3-mostly-finished.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>3-mostly-finished.jpg</td>\n <td>/assets/images/posts/2023-05-24-so1ve-anniversary/3-mostly-finished.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"posts/2023-05-24-so1ve-anniversary/3-mostly-finished.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/posts/2023-05-24-so1ve-anniversary/family.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>family.jpg</td>\n <td>/assets/images/posts/2023-05-24-so1ve-anniversary/family.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"posts/2023-05-24-so1ve-anniversary/family.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/posts/2023-05-24-so1ve-anniversary/invitation-progress.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>invitation-progress.jpg</td>\n <td>/assets/images/posts/2023-05-24-so1ve-anniversary/invitation-progress.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"posts/2023-05-24-so1ve-anniversary/invitation-progress.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/posts/2023-05-24-so1ve-anniversary/papercraft.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>papercraft.jpg</td>\n <td>/assets/images/posts/2023-05-24-so1ve-anniversary/papercraft.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"posts/2023-05-24-so1ve-anniversary/papercraft.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/ranger-float.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>ranger-float.jpg</td>\n <td>/assets/images/ranger-float.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"ranger-float.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/required/demo.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>demo.jpg</td>\n <td>/assets/images/required/demo.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"required/demo.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/required/demo_bw.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>demo_bw.jpg</td>\n <td>/assets/images/required/demo_bw.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"required/demo_bw.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/required/meta-image--default.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>meta-image--default.jpg</td>\n <td>/assets/images/required/meta-image--default.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"required/meta-image--default.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/symbols.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>symbols.jpg</td>\n <td>/assets/images/symbols.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"symbols.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/the_letter_that_johnnie_walker_read.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>the_letter_that_johnnie_walker_read.jpg</td>\n <td>/assets/images/the_letter_that_johnnie_walker_read.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"the_letter_that_johnnie_walker_read.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/tj.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>tj.jpg</td>\n <td>/assets/images/tj.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"tj.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/translit-medium-example.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>translit-medium-example.jpg</td>\n <td>/assets/images/translit-medium-example.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"translit-medium-example.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/turk.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>turk.jpg</td>\n <td>/assets/images/turk.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"turk.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/weirdcomm.jpg\" alt=\"\" loading=\"lazy\" /></td>\n <td>weirdcomm.jpg</td>\n <td>/assets/images/weirdcomm.jpg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"weirdcomm.jpg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n </tbody>\n</table>\n", "url": "/docs/design/assets/jpg/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"All the JPEG files in the assets directory.","robots":"noindex,follow"}, "title": "JPEG files", "slug": "jpg", "ext": ".html", "tags": [] }, { "path": "_docs/design/assets/json.html", "relative_path": "_docs/design/assets/json.html", "excerpt": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h2 class=\"heading \"\n >\n \n Table\n \n </h2>\n\n\n\n\n", "id": "/docs/design/assets/json", "collection": "docs", "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h2 class=\"heading \"\n >\n \n Table\n \n </h2>\n\n\n\n\n<p>\n The following JSON feeds can be used by any party abiding by the CORS policy:\n</p>\n\n<table>\n <thead>\n <th>File name (linked)</th>\n <th>Description</th>\n </thead>\n <tbody>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <tr>\n <td><a href=\"http://bradczerniak.com/assets/data/browserslist.json\">browserslist.json</a></td>\n <td>A JSON representation of .browserslistrc, in the same format as accepted in ./package.json.</td>\n </tr>\n \n \n \n \n <tr>\n <td><a href=\"http://bradczerniak.com/assets/data/budget.json\">budget.json</a></td>\n <td>The site's front-end performance budget, broken down by asset type. Can be used in Lighthouse CLI ( https://web.dev/use-lighthouse-for-performance-budgets/#run-lighthouse )</td>\n </tr>\n \n \n \n \n \n \n \n \n \n \n \n \n \n <tr>\n <td><a href=\"http://bradczerniak.com/assets/data/data-feeds.json\">data-feeds.json</a></td>\n <td>A meta-listing of all publicly-available JSON feeds on the site</td>\n </tr>\n \n \n \n \n <tr>\n <td><a href=\"http://bradczerniak.com/assets/data/design-tokens.json\">design-tokens.json</a></td>\n <td>A single source of truth for design decisions, to be used in the style guide and in the CSS. Potentially compatible with amzn/style-dictionary ( https://github.com/amzn/style-dictionary )</td>\n </tr>\n \n \n \n \n \n \n \n <tr>\n <td><a href=\"http://bradczerniak.com/assets/data/collections/docs.json\">docs.json</a></td>\n <td>Listing of all documentation content on the site</td>\n </tr>\n \n \n \n \n \n \n \n \n \n \n <tr>\n <td><a href=\"http://bradczerniak.com/assets/data/collections/events.json\">events.json</a></td>\n <td>Listing of all event content on the site</td>\n </tr>\n \n \n \n \n \n \n \n <tr>\n <td><a href=\"http://bradczerniak.com/assets/data/collections/forms.json\">forms.json</a></td>\n <td>Listing of all forms on the site</td>\n </tr>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <tr>\n <td><a href=\"http://bradczerniak.com/rss/blog/jsonfeed.json\">jsonfeed.json</a></td>\n <td>All of the blog posts on the site, in https://jsonfeed.org/ format</td>\n </tr>\n \n \n \n \n <tr>\n <td><a href=\"http://bradczerniak.com/rss/events/jsonfeed.json\">jsonfeed.json</a></td>\n <td>All of the events on the site, in https://jsonfeed.org/ format</td>\n </tr>\n \n \n \n \n \n \n \n \n \n \n \n \n \n <tr>\n <td><a href=\"http://bradczerniak.com/assets/data/collections/pages.json\">pages.json</a></td>\n <td>Listing of all page content on the site</td>\n </tr>\n \n \n \n \n <tr>\n <td><a href=\"http://bradczerniak.com/assets/data/collections/people.json\">people.json</a></td>\n <td>Listing of all people on the site</td>\n </tr>\n \n \n \n \n <tr>\n <td><a href=\"http://bradczerniak.com/assets/data/collections/posts.json\">posts.json</a></td>\n <td>Listing of all posts content on the site</td>\n </tr>\n \n \n \n \n \n \n \n \n \n \n <tr>\n <td><a href=\"http://bradczerniak.com/assets/data/products--snipcart-crawler.json\">products--snipcart-crawler.json</a></td>\n <td>A feed of all site products for snipcart, in a format you can use to fetch at https://app.snipcart.com/dashboard/products/fetch</td>\n </tr>\n \n \n \n \n \n \n \n <tr>\n <td><a href=\"http://bradczerniak.com/assets/data/collections/products.json\">products.json</a></td>\n <td>Listing of all products on the site</td>\n </tr>\n \n \n \n \n \n \n \n \n \n \n <tr>\n <td><a href=\"http://bradczerniak.com/assets/data/search-index.json\">search-index.json</a></td>\n <td>All the published textual content of the site split out by page, for searching on the front end</td>\n </tr>\n \n \n \n \n <tr>\n <td><a href=\"http://bradczerniak.com/assets/data/collections/sections.json\">sections.json</a></td>\n <td>Listing of all reusable sections on the site</td>\n </tr>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <tr>\n <td><a href=\"http://bradczerniak.com/redirects.json\">redirects.json</a></td>\n <td></td>\n </tr>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n </tbody>\n</table>\n", "url": "/docs/design/assets/json/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"JavaScript Object Notation files available publicly on this site.","robots":"noindex,follow"}, "title": "JSON files", "slug": "json", "ext": ".html", "tags": [] }, { "path": "_docs/design/assets/png.html", "relative_path": "_docs/design/assets/png.html", "excerpt": "<table>\n <thead>\n <tr>\n <th>Image</th>\n <th>Filename</th>\n <th>Full path</th>\n <th>Include code</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n <td><img src=\"/apple-touch-icon.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>apple-touch-icon.png</td>\n <td>/apple-touch-icon.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"/apple-touch-icon.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/1200x630/share_3-years-of-so1ve.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>share_3-years-of-so1ve.png</td>\n <td>/assets/images/1200x630/share_3-years-of-so1ve.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"1200x630/share_3-years-of-so1ve.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/1200x630/share_3day-five.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>share_3day-five.png</td>\n <td>/assets/images/1200x630/share_3day-five.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"1200x630/share_3day-five.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/1200x630/share_business-maxims.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>share_business-maxims.png</td>\n <td>/assets/images/1200x630/share_business-maxims.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"1200x630/share_business-maxims.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/1200x630/share_my-productivity-system.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>share_my-productivity-system.png</td>\n <td>/assets/images/1200x630/share_my-productivity-system.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"1200x630/share_my-productivity-system.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/1200x630/share_sass-considered-harmful.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>share_sass-considered-harmful.png</td>\n <td>/assets/images/1200x630/share_sass-considered-harmful.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"1200x630/share_sass-considered-harmful.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/all_i_see_are_equations.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>all_i_see_are_equations.png</td>\n <td>/assets/images/all_i_see_are_equations.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"all_i_see_are_equations.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/default_alarm.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>default_alarm.png</td>\n <td>/assets/images/default_alarm.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"default_alarm.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/frequentflyermiles.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>frequentflyermiles.png</td>\n <td>/assets/images/frequentflyermiles.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"frequentflyermiles.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/hawidu.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>hawidu.png</td>\n <td>/assets/images/hawidu.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"hawidu.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/ios-grid.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>ios-grid.png</td>\n <td>/assets/images/ios-grid.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"ios-grid.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/lanojs.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>lanojs.png</td>\n <td>/assets/images/lanojs.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"lanojs.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/logo-mark.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>logo-mark.png</td>\n <td>/assets/images/logo-mark.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"logo-mark.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/map-class-regex.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>map-class-regex.png</td>\n <td>/assets/images/map-class-regex.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"map-class-regex.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/mixin-docs.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>mixin-docs.png</td>\n <td>/assets/images/mixin-docs.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"mixin-docs.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/nauticalmiles.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>nauticalmiles.png</td>\n <td>/assets/images/nauticalmiles.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"nauticalmiles.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/required/apple-touch-icon.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>apple-touch-icon.png</td>\n <td>/assets/images/required/apple-touch-icon.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"required/apple-touch-icon.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/required/logo-mark_512.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>logo-mark_512.png</td>\n <td>/assets/images/required/logo-mark_512.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"required/logo-mark_512.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/required/tile-wide.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>tile-wide.png</td>\n <td>/assets/images/required/tile-wide.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"required/tile-wide.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/required/tile.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>tile.png</td>\n <td>/assets/images/required/tile.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"required/tile.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/tables_content_in_css.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>tables_content_in_css.png</td>\n <td>/assets/images/tables_content_in_css.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"tables_content_in_css.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n </tbody>\n</table>\n", "id": "/docs/design/assets/png", "collection": "docs", "content": "<table>\n <thead>\n <tr>\n <th>Image</th>\n <th>Filename</th>\n <th>Full path</th>\n <th>Include code</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n <td><img src=\"/apple-touch-icon.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>apple-touch-icon.png</td>\n <td>/apple-touch-icon.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"/apple-touch-icon.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/1200x630/share_3-years-of-so1ve.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>share_3-years-of-so1ve.png</td>\n <td>/assets/images/1200x630/share_3-years-of-so1ve.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"1200x630/share_3-years-of-so1ve.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/1200x630/share_3day-five.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>share_3day-five.png</td>\n <td>/assets/images/1200x630/share_3day-five.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"1200x630/share_3day-five.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/1200x630/share_business-maxims.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>share_business-maxims.png</td>\n <td>/assets/images/1200x630/share_business-maxims.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"1200x630/share_business-maxims.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/1200x630/share_my-productivity-system.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>share_my-productivity-system.png</td>\n <td>/assets/images/1200x630/share_my-productivity-system.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"1200x630/share_my-productivity-system.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/1200x630/share_sass-considered-harmful.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>share_sass-considered-harmful.png</td>\n <td>/assets/images/1200x630/share_sass-considered-harmful.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"1200x630/share_sass-considered-harmful.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/all_i_see_are_equations.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>all_i_see_are_equations.png</td>\n <td>/assets/images/all_i_see_are_equations.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"all_i_see_are_equations.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/default_alarm.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>default_alarm.png</td>\n <td>/assets/images/default_alarm.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"default_alarm.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/frequentflyermiles.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>frequentflyermiles.png</td>\n <td>/assets/images/frequentflyermiles.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"frequentflyermiles.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/hawidu.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>hawidu.png</td>\n <td>/assets/images/hawidu.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"hawidu.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/ios-grid.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>ios-grid.png</td>\n <td>/assets/images/ios-grid.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"ios-grid.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/lanojs.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>lanojs.png</td>\n <td>/assets/images/lanojs.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"lanojs.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/logo-mark.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>logo-mark.png</td>\n <td>/assets/images/logo-mark.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"logo-mark.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/map-class-regex.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>map-class-regex.png</td>\n <td>/assets/images/map-class-regex.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"map-class-regex.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/mixin-docs.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>mixin-docs.png</td>\n <td>/assets/images/mixin-docs.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"mixin-docs.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/nauticalmiles.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>nauticalmiles.png</td>\n <td>/assets/images/nauticalmiles.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"nauticalmiles.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/required/apple-touch-icon.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>apple-touch-icon.png</td>\n <td>/assets/images/required/apple-touch-icon.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"required/apple-touch-icon.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/required/logo-mark_512.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>logo-mark_512.png</td>\n <td>/assets/images/required/logo-mark_512.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"required/logo-mark_512.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/required/tile-wide.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>tile-wide.png</td>\n <td>/assets/images/required/tile-wide.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"required/tile-wide.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/required/tile.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>tile.png</td>\n <td>/assets/images/required/tile.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"required/tile.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/tables_content_in_css.png\" alt=\"\" loading=\"lazy\" /></td>\n <td>tables_content_in_css.png</td>\n <td>/assets/images/tables_content_in_css.png</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"tables_content_in_css.png\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n </tbody>\n</table>\n", "url": "/docs/design/assets/png/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"All the PNG files in the assets directory.","robots":"noindex,follow"}, "title": "PNG files", "slug": "png", "ext": ".html", "tags": [] }, { "path": "_docs/design/assets/svg.html", "relative_path": "_docs/design/assets/svg.html", "excerpt": "<table>\n <thead>\n <tr>\n <th>Image</th>\n <th>Filename</th>\n <th>Full path</th>\n <th>Include code</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n <td><img src=\"/assets/images/required/logo-inverted.svg\" alt=\"\" loading=\"lazy\" /></td>\n <td>logo-inverted.svg</td>\n <td>/assets/images/required/logo-inverted.svg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"required/logo-inverted.svg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/required/logo-mark.svg\" alt=\"\" loading=\"lazy\" /></td>\n <td>logo-mark.svg</td>\n <td>/assets/images/required/logo-mark.svg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"required/logo-mark.svg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/required/logo.svg\" alt=\"\" loading=\"lazy\" /></td>\n <td>logo.svg</td>\n <td>/assets/images/required/logo.svg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"required/logo.svg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/unidentified_cartoon.svg\" alt=\"\" loading=\"lazy\" /></td>\n <td>unidentified_cartoon.svg</td>\n <td>/assets/images/unidentified_cartoon.svg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"unidentified_cartoon.svg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n </tbody>\n</table>\n", "id": "/docs/design/assets/svg", "collection": "docs", "content": "<table>\n <thead>\n <tr>\n <th>Image</th>\n <th>Filename</th>\n <th>Full path</th>\n <th>Include code</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n <td><img src=\"/assets/images/required/logo-inverted.svg\" alt=\"\" loading=\"lazy\" /></td>\n <td>logo-inverted.svg</td>\n <td>/assets/images/required/logo-inverted.svg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"required/logo-inverted.svg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/required/logo-mark.svg\" alt=\"\" loading=\"lazy\" /></td>\n <td>logo-mark.svg</td>\n <td>/assets/images/required/logo-mark.svg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"required/logo-mark.svg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/required/logo.svg\" alt=\"\" loading=\"lazy\" /></td>\n <td>logo.svg</td>\n <td>/assets/images/required/logo.svg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"required/logo.svg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n <tr>\n <td><img src=\"/assets/images/unidentified_cartoon.svg\" alt=\"\" loading=\"lazy\" /></td>\n <td>unidentified_cartoon.svg</td>\n <td>/assets/images/unidentified_cartoon.svg</td>\n <td><code><pre>\n          \n            {% include atoms/image.html\n              alt=\"Alt text here. Important.\"\n              caption=\"Caption is optional but pretty cool\"\n              src=\"unidentified_cartoon.svg\"\n            %}\n          \n        </pre></code></td>\n </tr>\n \n </tbody>\n</table>\n", "url": "/docs/design/assets/svg/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"All the SVG files in the assets directory.","robots":"noindex,follow"}, "title": "SVG files", "slug": "svg", "ext": ".html", "tags": [] }, { "path": "_docs/design/atoms.html", "relative_path": "_docs/design/atoms.html", "excerpt": "<p>These are the smallest constituent components of the system.</p>\n\n", "id": "/docs/design/atoms", "collection": "docs", "content": "<p>These are the smallest constituent components of the system.</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Heading</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <h2 class=\"heading \"\n >\n \n About this section\n \n </h2>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"heading--a11y-visually-hidden\"\n id=\"heading--a11y-visually-hidden\"\n value=\"a11y--visually-hidden\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"heading--a11y-visually-hidden\">\n <code>a11y--visually-hidden</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"heading--color-main\"\n id=\"heading--color-main\"\n value=\"color--main\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"heading--color-main\">\n <code>color--main</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"heading--color-second-dark\"\n id=\"heading--color-second-dark\"\n value=\"color--second-dark\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"heading--color-second-dark\">\n <code>color--second-dark</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"heading--font-family-primary\"\n id=\"heading--font-family-primary\"\n value=\"font-family--primary\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"heading--font-family-primary\">\n <code>font-family--primary</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"heading--font-family-secondary\"\n id=\"heading--font-family-secondary\"\n value=\"font-family--secondary\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"heading--font-family-secondary\">\n <code>font-family--secondary</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"heading--heading-h1\"\n id=\"heading--heading-h1\"\n value=\"heading--h1\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"heading--heading-h1\">\n <code>heading--h1</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"heading--heading-h3\"\n id=\"heading--heading-h3\"\n value=\"heading--h3\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"heading--heading-h3\">\n <code>heading--h3</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nchildren</td>\n \n <td> The textual content of the heading</td>\n \n <td> New section</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nlevel</td>\n \n <td> Number from 1-6 for the heading level</td>\n \n <td> 2\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;h2</span> <span class=\"na\">class=</span><span class=\"s\">\"heading \"</span>\n    <span class=\"nt\">&gt;</span>\n    \n      About this section\n    \n  <span class=\"nt\">&lt;/h2&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include atoms/heading.html\n    children=\"About this section\"\n    classes=\"\"\n    level=\"2\"\n  %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>Headings provide your document with an hierarchical outline.</p>\n\n<ul>\n <li>Avoid skipping heading levels: always start from <code class=\"language-plaintext highlighter-rouge\">&lt;h1&gt;</code>, next use <code class=\"language-plaintext highlighter-rouge\">&lt;h2&gt;</code> and so on</li>\n <li>You should only use one <code class=\"language-plaintext highlighter-rouge\">&lt;h1&gt;</code> per page. Using more than one will not result in an error, but using only one is seen\nas a best practice. It makes logical sense — <code class=\"language-plaintext highlighter-rouge\">&lt;h1&gt;</code> is the most important heading, and tells you what the purpose of the\noverall page is. You wouldn’t have a book with more than one title, or a movie with more than one name! Having a single\ntop-level title is also arguably better for screenreader users, and SEO</li>\n</ul>\n\n<p>@see <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements\">MDN article on h1-h6</a></p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>A common navigation technique for users of screen reading software is jumping from heading to heading to quickly determine\nthe content of the page. Because of this, it is important to not skip one or more heading levels. Doing so may create confusion,\nas the person navigating this way may be left wondering where the missing heading is.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Icon</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <figure class=\"figure figure--icon \">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M14.7 5.34c.13-.32.55-1.59-.13-3.31 0 0-1.05-.33-3.44 1.3-1-.28-2.07-.32-3.13-.32s-2.13.04-3.13.32c-2.39-1.64-3.44-1.3-3.44-1.3-.68 1.72-.26 2.99-.13 3.31C.49 6.21 0 7.33 0 8.69 0 13.84 3.33 15 7.98 15S16 13.84 16 8.69c0-1.36-.49-2.48-1.3-3.35zM8 14.02c-3.3 0-5.98-.15-5.98-3.35 0-.76.38-1.48 1.02-2.07 1.07-.98 2.9-.46 4.96-.46 2.07 0 3.88-.52 4.96.46.65.59 1.02 1.3 1.02 2.07 0 3.19-2.68 3.35-5.98 3.35zM5.49 9.01c-.66 0-1.2.8-1.2 1.78s.54 1.79 1.2 1.79c.66 0 1.2-.8 1.2-1.79s-.54-1.78-1.2-1.78zm5.02 0c-.66 0-1.2.79-1.2 1.78s.54 1.79 1.2 1.79c.66 0 1.2-.8 1.2-1.79s-.53-1.78-1.2-1.78z\"/></svg>\n </figure>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"icon--color-main\"\n id=\"icon--color-main\"\n value=\"color--main\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"icon--color-main\">\n <code>color--main</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"icon--color-accent\"\n id=\"icon--color-accent\"\n value=\"color--accent\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"icon--color-accent\">\n <code>color--accent</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nlibrary</td>\n \n <td> the icon library from which the symbol comes</td>\n \n <td> octicons</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nsymbol</td>\n \n <td> the filename/subpath of the icon without the .svg part</td>\n \n <td> alert\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;figure</span> <span class=\"na\">class=</span><span class=\"s\">\"figure figure--icon \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;svg</span> <span class=\"na\">xmlns=</span><span class=\"s\">\"http://www.w3.org/2000/svg\"</span> <span class=\"na\">width=</span><span class=\"s\">\"16\"</span> <span class=\"na\">height=</span><span class=\"s\">\"16\"</span> <span class=\"na\">viewBox=</span><span class=\"s\">\"0 0 16 16\"</span><span class=\"nt\">&gt;&lt;path</span> <span class=\"na\">fill-rule=</span><span class=\"s\">\"evenodd\"</span> <span class=\"na\">d=</span><span class=\"s\">\"M14.7 5.34c.13-.32.55-1.59-.13-3.31 0 0-1.05-.33-3.44 1.3-1-.28-2.07-.32-3.13-.32s-2.13.04-3.13.32c-2.39-1.64-3.44-1.3-3.44-1.3-.68 1.72-.26 2.99-.13 3.31C.49 6.21 0 7.33 0 8.69 0 13.84 3.33 15 7.98 15S16 13.84 16 8.69c0-1.36-.49-2.48-1.3-3.35zM8 14.02c-3.3 0-5.98-.15-5.98-3.35 0-.76.38-1.48 1.02-2.07 1.07-.98 2.9-.46 4.96-.46 2.07 0 3.88-.52 4.96.46.65.59 1.02 1.3 1.02 2.07 0 3.19-2.68 3.35-5.98 3.35zM5.49 9.01c-.66 0-1.2.8-1.2 1.78s.54 1.79 1.2 1.79c.66 0 1.2-.8 1.2-1.79s-.54-1.78-1.2-1.78zm5.02 0c-.66 0-1.2.79-1.2 1.78s.54 1.79 1.2 1.79c.66 0 1.2-.8 1.2-1.79s-.53-1.78-1.2-1.78z\"</span><span class=\"nt\">/&gt;&lt;/svg&gt;</span>\n  <span class=\"nt\">&lt;/figure&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include atoms/icon.html\n    classes=\"\"\n    library=\"octicons\"\n    symbol=\"octoface\"\n  %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>Icons visually represent a small concept. They’re used to provide both visual guidance and visual interest to an element.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Since icons are primarily visual, it’s important that icons not be the only way of conveying meaning. Textual labels are\nimportant to avoid inaccessible and unusable “mystery meat navigation”.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Image</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <figure class=\"figure figure--image figure--image--required-meta-image-default-jpg \">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <source srcset=\"/assets/images/required/s.webp\"\n data-srcset=\"/assets/images/required/meta-image--default.jpg.webp\" type=\"image/webp\" />\n \n <img src=\"/assets/images/required/s.gif\"\n data-src=\"/assets/images/required/meta-image--default.jpg\" alt=\"Default social image\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/meta-image--default.jpg\" alt=\"Default social image\" loading=\"lazy\" />\n </noscript>\n \n \n <figcaption class=\"figcaption figure--image--figcaption position--relative z-index--1\">You will see this as the default on the site</figcaption>\n \n </figure>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"image--background-color-third-light\"\n id=\"image--background-color-third-light\"\n value=\"background-color--third-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"image--background-color-third-light\">\n <code>background-color--third-light</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nalt</td>\n \n <td> appropriate alt text</td>\n \n <td> A circus clown</td>\n \n </tr>\n \n <tr>\n \n \n <td>\ncaption</td>\n \n <td> an optional caption</td>\n \n <td> We saw this guy at the circus</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nlink_url</td>\n \n <td> an optional link to wrap it</td>\n \n <td> http://www.google.com</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nsrc</td>\n \n <td> the filename/subpath of the image in /assets/images/</td>\n \n <td> circus-clown.jpg\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;figure</span> <span class=\"na\">class=</span><span class=\"s\">\"figure figure--image figure--image--required-meta-image-default-jpg \"</span><span class=\"nt\">&gt;</span>\n    \n      <span class=\"nt\">&lt;picture</span> <span class=\"na\">class=</span><span class=\"s\">\"picture picture--lazy-load layout--hide--no-javascript\"</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"image\"</span><span class=\"nt\">&gt;</span>\n        \n        \n        \n          <span class=\"nt\">&lt;source</span> <span class=\"na\">srcset=</span><span class=\"s\">\"/assets/images/required/s.webp\"</span>\n            <span class=\"na\">data-srcset=</span><span class=\"s\">\"/assets/images/required/meta-image--default.jpg.webp\"</span> <span class=\"na\">type=</span><span class=\"s\">\"image/webp\"</span> <span class=\"nt\">/&gt;</span>\n        \n        <span class=\"nt\">&lt;img</span> <span class=\"na\">src=</span><span class=\"s\">\"/assets/images/required/s.gif\"</span>\n          <span class=\"na\">data-src=</span><span class=\"s\">\"/assets/images/required/meta-image--default.jpg\"</span> <span class=\"na\">alt=</span><span class=\"s\">\"Default social image\"</span> <span class=\"na\">loading=</span><span class=\"s\">\"lazy\"</span> <span class=\"nt\">/&gt;</span>\n      <span class=\"nt\">&lt;/picture&gt;</span>\n      <span class=\"nt\">&lt;noscript&gt;</span>\n        <span class=\"nt\">&lt;img</span> <span class=\"na\">src=</span><span class=\"s\">\"/assets/images/required/meta-image--default.jpg\"</span> <span class=\"na\">alt=</span><span class=\"s\">\"Default social image\"</span> <span class=\"na\">loading=</span><span class=\"s\">\"lazy\"</span> <span class=\"nt\">/&gt;</span>\n      <span class=\"nt\">&lt;/noscript&gt;</span>\n    \n    \n      <span class=\"nt\">&lt;figcaption</span> <span class=\"na\">class=</span><span class=\"s\">\"figcaption figure--image--figcaption position--relative z-index--1\"</span><span class=\"nt\">&gt;</span>You will see this as the default on the site<span class=\"nt\">&lt;/figcaption&gt;</span>\n    \n  <span class=\"nt\">&lt;/figure&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include atoms/image.html\n    alt=\"Default social image\"\n    caption=\"You will see this as the default on the site\"\n    classes=\"\"\n    src=\"required/meta-image--default.jpg\"\n  %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>Images represent ideas visually. They should be used to make an impact where communicating an idea is more effective with\nvisual aids.</p>\n\n<h4 id=\"technical\">Technical</h4>\n\n<p>Images should be inserted using the liquid template include whenever possible, since the liquid template uses conditional\nchecks to insert next-generation optimized images if available.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>It is required for all images to have an alt attribute. If an image has no communicative value (ie. it is purely decorative),\nits alt attribute should be an empty string. Otherwise, the alt attribute’s text should be a description of the image’s role\nin the corpus of the page.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Spacer</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n<div class=\"spacer padding-vertical--4 \"></div>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"spacer--background-color-second-dark\"\n id=\"spacer--background-color-second-dark\"\n value=\"background-color--second-dark\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"spacer--background-color-second-dark\">\n <code>background-color--second-dark</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nsize</td>\n \n <td> 1 or 2 or 4 or 8 or 16 or 32. How tall the spacer should be</td>\n \n <td> 4\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n<span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"spacer padding-vertical--4 \"</span><span class=\"nt\">&gt;&lt;/div&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include atoms/spacer.html\n    size=\"4\"\n  %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>Spacers are used to put some breathing room vertically between elements.</p>\n\n<h4 id=\"technical\">Technical</h4>\n\n<p>Spacers are only available in 1, 2, 4, 8, 16, and 32 sizes. Other size values will result in an empty spacer.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Spacers are empty <code class=\"language-plaintext highlighter-rouge\">&lt;div&gt;</code> elements with no semantic value. Spacers should not be used for any semantic purpose.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n", "url": "/docs/design/atoms/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"The very smallest components in the design system.","robots":"noindex,follow"}, "title": "Atoms", "slug": "atoms", "ext": ".html", "tags": [] }, { "path": "_docs/design/design-tokens/lang/lang.html", "relative_path": "_docs/design/design-tokens/lang/lang.html", "excerpt": "<p>The following are translated strings used in the front-end code, grouped by language code.</p>\n\n", "id": "/docs/design/design-tokens/lang/lang", "collection": "docs", "content": "<p>The following are translated strings used in the front-end code, grouped by language code.</p>\n\n\n\n <h3>de</h3>\n\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Value</th>\n <th>Description</th>\n <th>Category</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n <td class=\"font-family--monospace\">content--error</td>\n <td class=\"font-family--monospace\">'Fehler: '</td>\n <td>String that can be translated.</td>\n <td>i18n/l10n</td>\n </tr>\n \n \n </tbody>\n </table>\n\n", "url": "/docs/design/design-tokens/lang/lang/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"Values for translated CSS strings.","robots":"noindex,follow"}, "title": "Lang (translated)", "slug": "lang", "ext": ".html", "tags": [] }, { "path": "_docs/design/design-tokens/root/color.html", "relative_path": "_docs/design/design-tokens/root/color.html", "excerpt": "<p>Color plays a big part in bringing a brand together. Here is the palette of the base scheme, right next to each\n other. If you can't feel a brand impression or at least get a hint at a mood, it might be worthwhile to revisit the\n scheme.</p>\n\n", "id": "/docs/design/design-tokens/root/color", "collection": "docs", "content": "<p>Color plays a big part in bringing a brand together. Here is the palette of the base scheme, right next to each\n other. If you can't feel a brand impression or at least get a hint at a mood, it might be worthwhile to revisit the\n scheme.</p>\n\n<ul class=\"list-style--none layout--multiple--horizontal\">\n <li class=\"flex--1\">\n <div class=\"palette background-color--main color--white font-family--monospace text-align--center display--flex\n flex-direction--column justify-content--center\">\n #0081a7\n </div>\n </li>\n <li class=\"flex--1\">\n <div class=\"palette background-color--second color--white font-family--monospace text-align--center display--flex\n flex-direction--column justify-content--center\">\n #f07167\n </div>\n </li>\n <li class=\"flex--1\">\n <div class=\"palette background-color--third color--white font-family--monospace text-align--center display--flex\n flex-direction--column justify-content--center\">\n #00afb9\n </div>\n </li>\n <li class=\"flex--1\">\n <div class=\"palette background-color--accent color--white font-family--monospace text-align--center display--flex\n flex-direction--column justify-content--center\">\n #6100a7\n </div>\n </li>\n</ul>\n\n<p>Often the brand palette is used more subtly, via the light versions of the brand shades. These washed-out or pastel\n tones should also work together to give you a hint of the brand:</p>\n\n<ul class=\"list-style--none layout--multiple--horizontal\">\n <li class=\"flex--1\">\n <div class=\"palette background-color--main-light font-family--monospace text-align--center display--flex\n flex-direction--column justify-content--center\">\n #ccf4ff\n </div>\n </li>\n <li class=\"flex--1\">\n <div class=\"palette background-color--second-light font-family--monospace text-align--center display--flex\n flex-direction--column justify-content--center\">\n #ffcfcc\n </div>\n </li>\n <li class=\"flex--1\">\n <div class=\"palette background-color--third-light font-family--monospace text-align--center display--flex\n flex-direction--column justify-content--center\">\n #ccfcff\n </div>\n </li>\n</ul>\n\n<p>Here are all the brand colors, broken out in logical groupings.</p>\n\n<table>\n <thead>\n <tr>\n <th>Palette</th>\n <th>Value</th>\n <th>Name</th>\n <th>Description</th>\n <th>Category</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <div class=\"palette background-color--black\">\n </div>\n </td>\n <td>#222</td>\n <td>black</td>\n <td>Black or near-black, typically used for body text against a white background.</td>\n <td>Monochrome</td>\n </tr>\n \n <tr>\n <td>\n <div class=\"palette background-color--grey-dark\">\n </div>\n </td>\n <td>#555</td>\n <td>grey-dark</td>\n <td>A dark grey used for less text contrast in places, and some light-on-dark sections</td>\n <td>Monochrome</td>\n </tr>\n \n <tr>\n <td>\n <div class=\"palette background-color--grey\">\n </div>\n </td>\n <td>#aaa</td>\n <td>grey</td>\n <td>A medium grey has lots of utility throughout; borders, text, everything</td>\n <td>Monochrome</td>\n </tr>\n \n <tr>\n <td>\n <div class=\"palette background-color--grey-light\">\n </div>\n </td>\n <td>#f7f7f7</td>\n <td>grey-light</td>\n <td>Especially used for alternating sections with white background, but also versatile</td>\n <td>Monochrome</td>\n </tr>\n \n <tr>\n <td>\n <div class=\"palette background-color--white\">\n </div>\n </td>\n <td>#fff</td>\n <td>white</td>\n <td>The one, the only, white.</td>\n <td>Monochrome</td>\n </tr>\n \n <tr>\n <td>\n <div class=\"palette background-color--main\">\n </div>\n </td>\n <td>#0081a7</td>\n <td>main</td>\n <td>A medium shade of an on-brand blue, ideally. Used for links by default</td>\n <td>Theme</td>\n </tr>\n \n <tr>\n <td>\n <div class=\"palette background-color--main-dark\">\n </div>\n </td>\n <td>#002733</td>\n <td>main-dark</td>\n <td>A dark shade of the main hue, used for thematic backgrounds</td>\n <td>Theme</td>\n </tr>\n \n <tr>\n <td>\n <div class=\"palette background-color--main-light\">\n </div>\n </td>\n <td>#ccf4ff</td>\n <td>main-light</td>\n <td>A very light shade of the main hue, used for backgrounds primarily.</td>\n <td>Theme</td>\n </tr>\n \n <tr>\n <td>\n <div class=\"palette background-color--second\">\n </div>\n </td>\n <td>#f07167</td>\n <td>second</td>\n <td>Medium shade of what is usually a hot color like red, yellow, or orange</td>\n <td>Theme</td>\n </tr>\n \n <tr>\n <td>\n <div class=\"palette background-color--second-dark\">\n </div>\n </td>\n <td>#331716</td>\n <td>second-dark</td>\n <td>A darker shade of the secondary hue</td>\n <td>Theme</td>\n </tr>\n \n <tr>\n <td>\n <div class=\"palette background-color--second-light\">\n </div>\n </td>\n <td>#ffcfcc</td>\n <td>second-light</td>\n <td>A light shade of the secondary hue</td>\n <td>Theme</td>\n </tr>\n \n <tr>\n <td>\n <div class=\"palette background-color--third\">\n </div>\n </td>\n <td>#00afb9</td>\n <td>third</td>\n <td>The third brand/theme color in a medium shade</td>\n <td>Theme</td>\n </tr>\n \n <tr>\n <td>\n <div class=\"palette background-color--third-dark\">\n </div>\n </td>\n <td>#003033</td>\n <td>third-dark</td>\n <td>A dark shade of the third hue</td>\n <td>Theme</td>\n </tr>\n \n <tr>\n <td>\n <div class=\"palette background-color--third-light\">\n </div>\n </td>\n <td>#ccfcff</td>\n <td>third-light</td>\n <td>A light shade of the third hue</td>\n <td>Theme</td>\n </tr>\n \n <tr>\n <td>\n <div class=\"palette background-color--accent\">\n </div>\n </td>\n <td>#6100a7</td>\n <td>accent</td>\n <td>A special color, often a medium shade. If the brand has a purple or teal, it is great here</td>\n <td>Theme</td>\n </tr>\n \n <tr>\n <td>\n <div class=\"palette background-color--status\">\n </div>\n </td>\n <td>#004085</td>\n <td>status</td>\n <td>Text color for status alerts</td>\n <td>UI</td>\n </tr>\n \n <tr>\n <td>\n <div class=\"palette background-color--status-background\">\n </div>\n </td>\n <td>#cce5ff</td>\n <td>status-background</td>\n <td>Background color for status alerts</td>\n <td>UI</td>\n </tr>\n \n <tr>\n <td>\n <div class=\"palette background-color--warning\">\n </div>\n </td>\n <td>#856404</td>\n <td>warning</td>\n <td>Text color for warning alerts</td>\n <td>UI</td>\n </tr>\n \n <tr>\n <td>\n <div class=\"palette background-color--warning-background\">\n </div>\n </td>\n <td>#fff3cd</td>\n <td>warning-background</td>\n <td>Background color for warning alerts</td>\n <td>UI</td>\n </tr>\n \n <tr>\n <td>\n <div class=\"palette background-color--error\">\n </div>\n </td>\n <td>#721c24</td>\n <td>error</td>\n <td>Text color for error alerts</td>\n <td>UI</td>\n </tr>\n \n <tr>\n <td>\n <div class=\"palette background-color--error-background\">\n </div>\n </td>\n <td>#f8d7da</td>\n <td>error-background</td>\n <td>Background color for error alerts</td>\n <td>UI</td>\n </tr>\n \n </tbody>\n</table>\n", "url": "/docs/design/design-tokens/root/color/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"The very smallest components in the design system.","robots":"noindex,follow"}, "title": "Color", "slug": "color", "ext": ".html", "tags": [] }, { "path": "_docs/design/design-tokens/root/values.html", "relative_path": "_docs/design/design-tokens/root/values.html", "excerpt": "<p>The following is a listing of design tokens for the design system of the site. Colors are displayed on their own page.\n As the design system matures, some values may also be broken out and given examples.</p>\n\n", "id": "/docs/design/design-tokens/root/values", "collection": "docs", "content": "<p>The following is a listing of design tokens for the design system of the site. Colors are displayed on their own page.\n As the design system matures, some values may also be broken out and given examples.</p>\n\n\n\n \n <h3>border</h3>\n\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Value</th>\n <th>Description</th>\n <th>Category</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n <td class=\"font-family--monospace\">border--default</td>\n <td class=\"font-family--monospace\">1px solid</td>\n <td>The thickness, style, and perhaps color of the default border</td>\n <td>Mood</td>\n </tr>\n \n \n </tbody>\n </table>\n \n\n \n <h3>border-radius</h3>\n\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Value</th>\n <th>Description</th>\n <th>Category</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n <td class=\"font-family--monospace\">border-radius--default</td>\n <td class=\"font-family--monospace\">.25em</td>\n <td>The roundedness of corners on items that have rounded corners</td>\n <td>Mood</td>\n </tr>\n \n \n </tbody>\n </table>\n \n\n \n <h3>box-shadow</h3>\n\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Value</th>\n <th>Description</th>\n <th>Category</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n <td class=\"font-family--monospace\">box-shadow--default</td>\n <td class=\"font-family--monospace\">0 .1em .75em rgba(99,99,99,.625)</td>\n <td>The default shadow cast by an element when an element is supposed to cast a shadow</td>\n <td>Mood</td>\n </tr>\n \n \n </tbody>\n </table>\n \n\n \n\n \n <h3>content</h3>\n\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Value</th>\n <th>Description</th>\n <th>Category</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n <td class=\"font-family--monospace\">content--error</td>\n <td class=\"font-family--monospace\">'Error: '</td>\n <td>String that can be translated.</td>\n <td>i18n/l10n</td>\n </tr>\n \n <tr>\n <td class=\"font-family--monospace\">content--footnotes</td>\n <td class=\"font-family--monospace\">'Footnotes'</td>\n <td>String denoting footnotes that can be translated</td>\n <td>i18n/l10n</td>\n </tr>\n \n \n </tbody>\n </table>\n \n\n \n <h3>font-family</h3>\n\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Value</th>\n <th>Description</th>\n <th>Category</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n <td class=\"font-family--monospace\">font-family--input</td>\n <td class=\"font-family--monospace\">'Public Sans', Arial, Helvetica, sans-serif</td>\n <td>Font used for form fields, primarily</td>\n <td>Typography</td>\n </tr>\n \n <tr>\n <td class=\"font-family--monospace\">font-family--monospace</td>\n <td class=\"font-family--monospace\">'courier new', courier, monospace</td>\n <td>Code font. Usually defaults to a web-safe font</td>\n <td>Typography</td>\n </tr>\n \n <tr>\n <td class=\"font-family--monospace\">font-family--primary</td>\n <td class=\"font-family--monospace\">'Public Sans', Arial, Helvetica, sans-serif</td>\n <td>Main body copy and erstwhile main font</td>\n <td>Typography</td>\n </tr>\n \n <tr>\n <td class=\"font-family--monospace\">font-family--secondary</td>\n <td class=\"font-family--monospace\">'Emberly', Georgia, Times New Roman, serif</td>\n <td>Font for headings and other visual emphasis</td>\n <td>Typography</td>\n </tr>\n \n \n </tbody>\n </table>\n \n\n \n <h3>layout</h3>\n\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Value</th>\n <th>Description</th>\n <th>Category</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n <td class=\"font-family--monospace\">layout--content-area</td>\n <td class=\"font-family--monospace\">1200px</td>\n <td>The maximum width that content inside sections can get</td>\n <td>Maximum</td>\n </tr>\n \n \n </tbody>\n </table>\n \n\n \n <h3>line-height</h3>\n\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Value</th>\n <th>Description</th>\n <th>Category</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n <td class=\"font-family--monospace\">line-height--default</td>\n <td class=\"font-family--monospace\">1.425</td>\n <td>The leading, or vertical space between lines, of body text, expressed as a unitless number</td>\n <td>Typography</td>\n </tr>\n \n <tr>\n <td class=\"font-family--monospace\">line-height--heading</td>\n <td class=\"font-family--monospace\">1</td>\n <td>The leading, or vertical space between lines, of headings, expressed as a unitless number</td>\n <td>Typography</td>\n </tr>\n \n \n </tbody>\n </table>\n \n\n \n <h3>spacing</h3>\n\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Value</th>\n <th>Description</th>\n <th>Category</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n <td class=\"font-family--monospace\">spacing--single</td>\n <td class=\"font-family--monospace\">0.625rem</td>\n <td>The base unit for styling of space: with, between, around things. Big values make the design airy, small tight</td>\n <td>Mood</td>\n </tr>\n \n \n </tbody>\n </table>\n \n\n \n <h3>text-shadow</h3>\n\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Value</th>\n <th>Description</th>\n <th>Category</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n <td class=\"font-family--monospace\">text-shadow--default</td>\n <td class=\"font-family--monospace\">0 0 2px rgba(0,0,0,.325)</td>\n <td>The default shadow cast by text when given a shadow</td>\n <td>Mood</td>\n </tr>\n \n \n </tbody>\n </table>\n \n\n \n <h3>transition</h3>\n\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Value</th>\n <th>Description</th>\n <th>Category</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n <td class=\"font-family--monospace\">transition--default</td>\n <td class=\"font-family--monospace\">all .3s ease-in</td>\n <td>The properties, timing, and easing of most site elements when they change between property values</td>\n <td>Mood</td>\n </tr>\n \n \n </tbody>\n </table>\n \n\n", "url": "/docs/design/design-tokens/root/values/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"Values for non-color design tokens.","robots":"noindex,follow"}, "title": "Values (design tokens)", "slug": "values", "ext": ".html", "tags": [] }, { "path": "_docs/design/forms.html", "relative_path": "_docs/design/forms.html", "excerpt": "<p>Forms, whether standalone or called as the form collection type, can use these well-constructed components.</p>\n\n", "id": "/docs/design/forms", "collection": "docs", "content": "<p>Forms, whether standalone or called as the form collection type, can use these well-constructed components.</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Input</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <div class=\"form--item form--item--input form--item--input--email \">\n <label class=\"label form--item--label display--block font-size--p75em\" for=\"email\">\n Primary email\n \n <sup class=\"form--item--required\" aria-hidden=\"true\">*</sup>\n <span class=\"a11y--visually-hidden\">required</span>\n \n </label>\n <input name=\"email\" id=\"email\" type=\"email\"\n aria-describedby=\"email--description\" \n required\n />\n \n <p class=\"form--item--description\" id=\"email--description\">Inputs can have description text.</p>\n \n </div>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"input--background-color-main-light\"\n id=\"input--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"input--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"input--font-size-2em\"\n id=\"input--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"input--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark</td>\n \n </tr>\n \n <tr>\n \n \n <td>\ndescription</td>\n \n <td> Longer textual description or help text</td>\n \n <td> Inputs can have description text</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nlabel</td>\n \n <td> text as short description of what to fill out</td>\n \n <td> Primary email</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nname</td>\n \n <td> input name passed as the key for the value in the form</td>\n \n <td> email</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nrequired</td>\n \n <td> Whether it is required to fill this out in order to submit the form</td>\n \n <td> true</td>\n \n </tr>\n \n <tr>\n \n \n <td>\ntype</td>\n \n <td> the type attribute to apply to the tag</td>\n \n <td> text\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"form--item form--item--input form--item--input--email \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;label</span> <span class=\"na\">class=</span><span class=\"s\">\"label form--item--label display--block font-size--p75em\"</span> <span class=\"na\">for=</span><span class=\"s\">\"email\"</span><span class=\"nt\">&gt;</span>\n      Primary email\n      \n        <span class=\"nt\">&lt;sup</span> <span class=\"na\">class=</span><span class=\"s\">\"form--item--required\"</span> <span class=\"na\">aria-hidden=</span><span class=\"s\">\"true\"</span><span class=\"nt\">&gt;</span>*<span class=\"nt\">&lt;/sup&gt;</span>\n        <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"a11y--visually-hidden\"</span><span class=\"nt\">&gt;</span>required<span class=\"nt\">&lt;/span&gt;</span>\n      \n    <span class=\"nt\">&lt;/label&gt;</span>\n    <span class=\"nt\">&lt;input</span> <span class=\"na\">name=</span><span class=\"s\">\"email\"</span> <span class=\"na\">id=</span><span class=\"s\">\"email\"</span> <span class=\"na\">type=</span><span class=\"s\">\"email\"</span>\n      <span class=\"na\">aria-describedby=</span><span class=\"s\">\"email--description\"</span> \n      <span class=\"na\">required</span>\n    <span class=\"nt\">/&gt;</span>\n    \n      <span class=\"nt\">&lt;p</span> <span class=\"na\">class=</span><span class=\"s\">\"form--item--description\"</span> <span class=\"na\">id=</span><span class=\"s\">\"email--description\"</span><span class=\"nt\">&gt;</span>Inputs can have description text.<span class=\"nt\">&lt;/p&gt;</span>\n    \n  <span class=\"nt\">&lt;/div&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include forms/form--input.html\n    classes=\"\"\n    description=\"Inputs can have description text.\"\n    label=\"Primary email\"\n    name=\"email\"\n    required=true\n    type=\"email\"\n  %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>Use the input component for text, tel, email, hidden, or other varieties of the base-level <code class=\"language-plaintext highlighter-rouge\">&lt;input&gt;</code> tag.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Form inputs require a matching label that is associated with it either implicitly or by using the <code class=\"language-plaintext highlighter-rouge\">for</code> attribute.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Yes/No</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <fieldset class=\"fieldset form--fieldset form--fieldset--yes-no \">\n <legend>Répondez s'il vous plaît\n \n </legend>\n\n <div class=\"layout--row display--flex flex-direction--row justify-content--space-around\">\n <div class=\"form--item form--item--radio flex--0 margin-vertical--1 position--relative\">\n <input type=\"radio\" name=\"rsvp\" id=\"rsvp--on\"\n aria-describedby=\"rsvp--description\" \n \n value=\"Yes\"\n />\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"rsvp--on\">\n Looking forward to it!\n </label>\n </div>\n\n <div class=\"form--item form--item--radio flex--0 margin-vertical--1 position--relative\">\n <input type=\"radio\" name=\"rsvp\" id=\"rsvp--off\"\n aria-describedby=\"rsvp--description\" \n \n value=\"No\"\n />\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"rsvp--off\">\n With regret\n </label>\n </div>\n </div>\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--2 \"></div>\n\n\n\n \n <div class=\"text-align--center\">\n <div>\n <p class=\"form--item--description\" id=\"rsvp--description\">Will you attend the wedding reception dinner on October 9, 2020?</p>\n </div>\n </div>\n \n </fieldset>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"yes-no--background-color-main-light\"\n id=\"yes-no--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"yes-no--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"yes-no--font-size-2em\"\n id=\"yes-no--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"yes-no--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark</td>\n \n </tr>\n \n <tr>\n \n \n <td>\ndefault</td>\n \n <td> whether the on or off value should be checked by default</td>\n \n <td> on</td>\n \n </tr>\n \n <tr>\n \n \n <td>\ndescription</td>\n \n <td> Longer textual description or help text</td>\n \n <td> Inputs can have description text</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nlabel</td>\n \n <td> text as short description of what to fill out</td>\n \n <td> Primary email</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nlabel_off</td>\n \n <td> Short text for a false-returning answer</td>\n \n <td> No thank you</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nlabel_on</td>\n \n <td> Short text for a true-returning answer</td>\n \n <td> Yes please</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nname</td>\n \n <td> input name passed as the key for the value in the form</td>\n \n <td> email</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nrequired</td>\n \n <td> Whether it is required to fill this out in order to submit the form</td>\n \n <td> true\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;fieldset</span> <span class=\"na\">class=</span><span class=\"s\">\"fieldset form--fieldset form--fieldset--yes-no \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;legend&gt;</span>Répondez s'il vous plaît\n      \n    <span class=\"nt\">&lt;/legend&gt;</span>\n\n    <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--row display--flex flex-direction--row justify-content--space-around\"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"form--item form--item--radio flex--0 margin-vertical--1 position--relative\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;input</span> <span class=\"na\">type=</span><span class=\"s\">\"radio\"</span> <span class=\"na\">name=</span><span class=\"s\">\"rsvp\"</span> <span class=\"na\">id=</span><span class=\"s\">\"rsvp--on\"</span>\n          <span class=\"na\">aria-describedby=</span><span class=\"s\">\"rsvp--description\"</span> \n          \n          <span class=\"na\">value=</span><span class=\"s\">\"Yes\"</span>\n        <span class=\"nt\">/&gt;</span>\n        <span class=\"nt\">&lt;label</span> <span class=\"na\">class=</span><span class=\"s\">\"label form--item--label display--block font-size--p75em padding-vertical--2\"</span>\n          <span class=\"na\">for=</span><span class=\"s\">\"rsvp--on\"</span><span class=\"nt\">&gt;</span>\n          Looking forward to it!\n        <span class=\"nt\">&lt;/label&gt;</span>\n      <span class=\"nt\">&lt;/div&gt;</span>\n\n      <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"form--item form--item--radio flex--0 margin-vertical--1 position--relative\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;input</span> <span class=\"na\">type=</span><span class=\"s\">\"radio\"</span> <span class=\"na\">name=</span><span class=\"s\">\"rsvp\"</span> <span class=\"na\">id=</span><span class=\"s\">\"rsvp--off\"</span>\n          <span class=\"na\">aria-describedby=</span><span class=\"s\">\"rsvp--description\"</span> \n          \n          <span class=\"na\">value=</span><span class=\"s\">\"No\"</span>\n        <span class=\"nt\">/&gt;</span>\n        <span class=\"nt\">&lt;label</span> <span class=\"na\">class=</span><span class=\"s\">\"label form--item--label display--block font-size--p75em padding-vertical--2\"</span>\n          <span class=\"na\">for=</span><span class=\"s\">\"rsvp--off\"</span><span class=\"nt\">&gt;</span>\n          With regret\n        <span class=\"nt\">&lt;/label&gt;</span>\n      <span class=\"nt\">&lt;/div&gt;</span>\n    <span class=\"nt\">&lt;/div&gt;</span>\n\n    \n      \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n<span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"spacer padding-vertical--2 \"</span><span class=\"nt\">&gt;&lt;/div&gt;</span>\n\n\n\n      \n      <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"text-align--center\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;div&gt;</span>\n          <span class=\"nt\">&lt;p</span> <span class=\"na\">class=</span><span class=\"s\">\"form--item--description\"</span> <span class=\"na\">id=</span><span class=\"s\">\"rsvp--description\"</span><span class=\"nt\">&gt;</span>Will you attend the wedding reception dinner on October 9, 2020?<span class=\"nt\">&lt;/p&gt;</span>\n        <span class=\"nt\">&lt;/div&gt;</span>\n      <span class=\"nt\">&lt;/div&gt;</span>\n    \n  <span class=\"nt\">&lt;/fieldset&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include forms/form--yes-no.html\n    classes=\"\"\n    default=false\n    description=\"Will you attend the wedding reception dinner on October 9, 2020?\"\n    label=\"Répondez s'il vous plaît\"\n    label_off=\"With regret\"\n    label_on=\"Looking forward to it!\"\n    name=\"rsvp\"\n    required=false\n  %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>The yes/no component lets you get a clear answer using radio buttons to toggle. This base level control could then be\nenhanced with JavaScript and styling to be a single switch-style toggle, though that is not strictly necessary.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Radios are recognized by most assistive technologies. The more you change the markup the greater risk you have of breaking\nthe experience for somebody.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Textarea</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <div class=\"form--item form--item--textarea \">\n <label class=\"label form--item--label display--block font-size--p75em\" for=\"comment\">\n Commentary\n \n </label>\n <textarea name=\"comment\" id=\"comment\" rows=\"4\"\n aria-describedby=\"comment--description\" \n \n ></textarea>\n \n <p class=\"form--item--description\" id=\"comment--description\">Questions, dietary info, well-wishes, <em>your single greatest piece of advice besides wash-your-hands and wear-sunscreen</em>.</p>\n \n </div>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"textarea--background-color-main-light\"\n id=\"textarea--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"textarea--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"textarea--font-size-2em\"\n id=\"textarea--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"textarea--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark</td>\n \n </tr>\n \n <tr>\n \n \n <td>\ndescription</td>\n \n <td> Longer textual description or help text</td>\n \n <td> Inputs can have description text</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nlabel</td>\n \n <td> text as short description of what to fill out</td>\n \n <td> Primary email</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nname</td>\n \n <td> input name passed as the key for the value in the form</td>\n \n <td> email</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nrequired</td>\n \n <td> Whether it is required to fill this out in order to submit the form</td>\n \n <td> true</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nrows</td>\n \n <td> Number of rows for the element. Fewer for shorter anticipated answers</td>\n \n <td> 5\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"form--item form--item--textarea \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;label</span> <span class=\"na\">class=</span><span class=\"s\">\"label form--item--label display--block font-size--p75em\"</span> <span class=\"na\">for=</span><span class=\"s\">\"comment\"</span><span class=\"nt\">&gt;</span>\n      Commentary\n      \n    <span class=\"nt\">&lt;/label&gt;</span>\n    <span class=\"nt\">&lt;textarea</span> <span class=\"na\">name=</span><span class=\"s\">\"comment\"</span> <span class=\"na\">id=</span><span class=\"s\">\"comment\"</span> <span class=\"na\">rows=</span><span class=\"s\">\"4\"</span>\n      <span class=\"na\">aria-describedby=</span><span class=\"s\">\"comment--description\"</span> \n      \n    <span class=\"nt\">&gt;&lt;/textarea&gt;</span>\n    \n      <span class=\"nt\">&lt;p</span> <span class=\"na\">class=</span><span class=\"s\">\"form--item--description\"</span> <span class=\"na\">id=</span><span class=\"s\">\"comment--description\"</span><span class=\"nt\">&gt;</span>Questions, dietary info, well-wishes, <span class=\"nt\">&lt;em&gt;</span>your single greatest piece of advice besides wash-your-hands and wear-sunscreen<span class=\"nt\">&lt;/em&gt;</span>.<span class=\"nt\">&lt;/p&gt;</span>\n    \n  <span class=\"nt\">&lt;/div&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include forms/form--textarea.html\n    classes=\"\"\n    description=\"Questions, dietary info, well-wishes, <span class=\"nt\">&lt;em&gt;</span>your single greatest piece of advice besides wash-your-hands and wear-sunscreen<span class=\"nt\">&lt;/em&gt;</span>.\"\n    label=\"Commentary\"\n    name=\"comment\"\n    required=false\n    rows=\"4\"\n    mode=\"docblock\"\n  %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>Use the textarea component to receive long textual answers.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Textareas can be finicky.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n", "url": "/docs/design/forms/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"The very smallest components in the design system.","robots":"noindex,follow"}, "title": "Forms", "slug": "forms", "ext": ".html", "tags": [] }, { "path": "_docs/design/icons.html", "relative_path": "_docs/design/icons.html", "excerpt": "<p>The framework comes with octicons, simple-icons, and a directory for 'other'.</p>\n\n", "id": "/docs/design/icons", "collection": "docs", "content": "<p>The framework comes with octicons, simple-icons, and a directory for 'other'.</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h2 class=\"heading \"\n >\n \n Octicons\n \n </h2>\n\n\n\n\n<table>\n <thead>\n <tr>\n <th>Icon</th>\n <th>Filename</th>\n <th>Full path</th>\n <th>Include code</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8.893 1.5c-.183-.31-.52-.5-.887-.5s-.703.19-.886.5L.138 13.499a.98.98 0 000 1.001c.193.31.53.501.886.501h13.964c.367 0 .704-.19.877-.5a1.03 1.03 0 00.01-1.002L8.893 1.5zm.133 11.497H6.987v-2.003h2.039v2.003zm0-3.004H6.987V5.987h2.039v4.006z\"/></svg>\n </figure>\n </td>\n <td>alert.svg</td>\n <td><code>_includes/icons/octicons/alert.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"alert\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M13 2H1v2h12V2zM0 4a1 1 0 001 1v9a1 1 0 001 1h10a1 1 0 001-1V5a1 1 0 001-1V2a1 1 0 00-1-1H1a1 1 0 00-1 1v2zm2 1h10v9H2V5zm2 3h6V7H4v1z\"/></svg>\n </figure>\n </td>\n <td>archive.svg</td>\n <td><code>_includes/icons/octicons/archive.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"archive\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"16\" viewBox=\"0 0 20 16\"><path d=\"M0 8l6-5v3h8V3l6 5-6 5v-3H6v3L0 8z\"/></svg>\n </figure>\n </td>\n <td>arrow-both.svg</td>\n <td><code>_includes/icons/octicons/arrow-both.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"arrow-both\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\"><path fill-rule=\"evenodd\" d=\"M7 7V3H3v4H0l5 6 5-6H7z\"/></svg>\n </figure>\n </td>\n <td>arrow-down.svg</td>\n <td><code>_includes/icons/octicons/arrow-down.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"arrow-down\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\"><path fill-rule=\"evenodd\" d=\"M6 3L0 8l6 5v-3h4V6H6V3z\"/></svg>\n </figure>\n </td>\n <td>arrow-left.svg</td>\n <td><code>_includes/icons/octicons/arrow-left.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"arrow-left\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\"><path fill-rule=\"evenodd\" d=\"M10 8L4 3v3H0v4h4v3l6-5z\"/></svg>\n </figure>\n </td>\n <td>arrow-right.svg</td>\n <td><code>_includes/icons/octicons/arrow-right.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"arrow-right\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"6\" height=\"16\" viewBox=\"0 0 6 16\"><path fill-rule=\"evenodd\" d=\"M4 7V5H2v2H0l3 4 3-4H4z\"/></svg>\n </figure>\n </td>\n <td>arrow-small-down.svg</td>\n <td><code>_includes/icons/octicons/arrow-small-down.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"arrow-small-down\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"6\" height=\"16\" viewBox=\"0 0 6 16\"><path fill-rule=\"evenodd\" d=\"M4 7V5L0 8l4 3V9h2V7H4z\"/></svg>\n </figure>\n </td>\n <td>arrow-small-left.svg</td>\n <td><code>_includes/icons/octicons/arrow-small-left.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"arrow-small-left\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"6\" height=\"16\" viewBox=\"0 0 6 16\"><path fill-rule=\"evenodd\" d=\"M6 8L2 5v2H0v2h2v2l4-3z\"/></svg>\n </figure>\n </td>\n <td>arrow-small-right.svg</td>\n <td><code>_includes/icons/octicons/arrow-small-right.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"arrow-small-right\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"6\" height=\"16\" viewBox=\"0 0 6 16\"><path fill-rule=\"evenodd\" d=\"M3 5L0 9h2v2h2V9h2L3 5z\"/></svg>\n </figure>\n </td>\n <td>arrow-small-up.svg</td>\n <td><code>_includes/icons/octicons/arrow-small-up.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"arrow-small-up\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\"><path fill-rule=\"evenodd\" d=\"M5 3L0 9h3v4h4V9h3L5 3z\"/></svg>\n </figure>\n </td>\n <td>arrow-up.svg</td>\n <td><code>_includes/icons/octicons/arrow-up.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"arrow-up\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M14.38 14.59L11 7V3h1V2H3v1h1v4L.63 14.59A1 1 0 001.54 16h11.94c.72 0 1.2-.75.91-1.41h-.01zM3.75 10L5 7V3h5v4l1.25 3h-7.5zM8 8h1v1H8V8zM7 7H6V6h1v1zm0-3h1v1H7V4zm0-3H6V0h1v1z\"/></svg>\n </figure>\n </td>\n <td>beaker.svg</td>\n <td><code>_includes/icons/octicons/beaker.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"beaker\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"15\" height=\"16\" viewBox=\"0 0 15 16\"><path fill-rule=\"evenodd\" d=\"M14 12v1H0v-1l.73-.58c.77-.77.81-2.55 1.19-4.42C2.69 3.23 6 2 6 2c0-.55.45-1 1-1s1 .45 1 1c0 0 3.39 1.23 4.16 5 .38 1.88.42 3.66 1.19 4.42l.66.58H14zm-7 4c1.11 0 2-.89 2-2H5c0 1.11.89 2 2 2z\"/></svg>\n </figure>\n </td>\n <td>bell.svg</td>\n <td><code>_includes/icons/octicons/bell.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"bell\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\"><path fill-rule=\"evenodd\" d=\"M1 2h3.83c2.48 0 4.3.75 4.3 2.95 0 1.14-.63 2.23-1.67 2.61v.06c1.33.3 2.3 1.23 2.3 2.86 0 2.39-1.97 3.52-4.61 3.52H1V2zm3.66 4.95c1.67 0 2.38-.66 2.38-1.69 0-1.17-.78-1.61-2.34-1.61H3.13v3.3h1.53zm.27 5.39c1.77 0 2.75-.64 2.75-1.98 0-1.27-.95-1.81-2.75-1.81h-1.8v3.8h1.8v-.01z\"/></svg>\n </figure>\n </td>\n <td>bold.svg</td>\n <td><code>_includes/icons/octicons/bold.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"bold\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M3 5h4v1H3V5zm0 3h4V7H3v1zm0 2h4V9H3v1zm11-5h-4v1h4V5zm0 2h-4v1h4V7zm0 2h-4v1h4V9zm2-6v9c0 .55-.45 1-1 1H9.5l-1 1-1-1H2c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h5.5l1 1 1-1H15c.55 0 1 .45 1 1zm-8 .5L7.5 3H2v9h6V3.5zm7-.5H9.5l-.5.5V12h6V3z\"/></svg>\n </figure>\n </td>\n <td>book.svg</td>\n <td><code>_includes/icons/octicons/book.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"book\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\"><path fill-rule=\"evenodd\" d=\"M9 0H1C.27 0 0 .27 0 1v15l5-3.09L10 16V1c0-.73-.27-1-1-1zm-.78 4.25L6.36 5.61l.72 2.16c.06.22-.02.28-.2.17L5 6.6 3.12 7.94c-.19.11-.25.05-.2-.17l.72-2.16-1.86-1.36c-.17-.16-.14-.23.09-.23l2.3-.03.7-2.16h.25l.7 2.16 2.3.03c.23 0 .27.08.09.23h.01z\"/></svg>\n </figure>\n </td>\n <td>bookmark.svg</td>\n <td><code>_includes/icons/octicons/bookmark.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"bookmark\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M9 4V3c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v1H1c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1H9zM6 3h2v1H6V3zm7 6H8v1H6V9H1V5h1v3h10V5h1v4z\"/></svg>\n </figure>\n </td>\n <td>briefcase.svg</td>\n <td><code>_includes/icons/octicons/briefcase.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"briefcase\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M9 9H8c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1H6c-.55 0-1 .45-1 1v2h1v3c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-3h1v-2c0-.55-.45-1-1-1zM7 7h1v1H7V7zm2 4H8v4H7v-4H6v-1h3v1zm2.09-3.5c0-1.98-1.61-3.59-3.59-3.59A3.593 3.593 0 004 8.31v1.98c-.61-.77-1-1.73-1-2.8 0-2.48 2.02-4.5 4.5-4.5S12 5.01 12 7.49c0 1.06-.39 2.03-1 2.8V8.31c.06-.27.09-.53.09-.81zm3.91 0c0 2.88-1.63 5.38-4 6.63v-1.05a6.553 6.553 0 003.09-5.58A6.59 6.59 0 007.5.91 6.59 6.59 0 00.91 7.5c0 2.36 1.23 4.42 3.09 5.58v1.05A7.497 7.497 0 017.5 0C11.64 0 15 3.36 15 7.5z\"/></svg>\n </figure>\n </td>\n <td>broadcast.svg</td>\n <td><code>_includes/icons/octicons/broadcast.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"broadcast\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M5 3h1v1H5V3zM3 3h1v1H3V3zM1 3h1v1H1V3zm12 10H1V5h12v8zm0-9H7V3h6v1zm1-1c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V3z\"/></svg>\n </figure>\n </td>\n <td>browser.svg</td>\n <td><code>_includes/icons/octicons/browser.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"browser\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M11 10h3V9h-3V8l3.17-1.03-.34-.94L11 7V6c0-.55-.45-1-1-1V4c0-.48-.36-.88-.83-.97L10.2 2H12V1H9.8l-2 2h-.59L5.2 1H3v1h1.8l1.03 1.03C5.36 3.12 5 3.51 5 4v1c-.55 0-1 .45-1 1v1l-2.83-.97-.34.94L4 8v1H1v1h3v1L.83 12.03l.34.94L4 12v1c0 .55.45 1 1 1h1l1-1V6h1v7l1 1h1c.55 0 1-.45 1-1v-1l2.83.97.34-.94L11 11v-1zM9 5H6V4h3v1z\"/></svg>\n </figure>\n </td>\n <td>bug.svg</td>\n <td><code>_includes/icons/octicons/bug.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"bug\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M13 2h-1v1.5c0 .28-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5V2H6v1.5c0 .28-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5V2H2c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h11c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm0 12H2V5h11v9zM5 3H4V1h1v2zm6 0h-1V1h1v2zM6 7H5V6h1v1zm2 0H7V6h1v1zm2 0H9V6h1v1zm2 0h-1V6h1v1zM4 9H3V8h1v1zm2 0H5V8h1v1zm2 0H7V8h1v1zm2 0H9V8h1v1zm2 0h-1V8h1v1zm-8 2H3v-1h1v1zm2 0H5v-1h1v1zm2 0H7v-1h1v1zm2 0H9v-1h1v1zm2 0h-1v-1h1v1zm-8 2H3v-1h1v1zm2 0H5v-1h1v1zm2 0H7v-1h1v1zm2 0H9v-1h1v1z\"/></svg>\n </figure>\n </td>\n <td>calendar.svg</td>\n <td><code>_includes/icons/octicons/calendar.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"calendar\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5L12 5z\"/></svg>\n </figure>\n </td>\n <td>check.svg</td>\n <td><code>_includes/icons/octicons/check.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"check\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M16 8.5l-6 6-3-3L8.5 10l1.5 1.5L14.5 7 16 8.5zM5.7 12.2l.8.8H2c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h7c.55 0 1 .45 1 1v6.5l-.8-.8c-.39-.39-1.03-.39-1.42 0L5.7 10.8a.996.996 0 000 1.41v-.01zM4 4h5V3H4v1zm0 2h5V5H4v1zm0 2h3V7H4v1zM3 9H2v1h1V9zm0-2H2v1h1V7zm0-2H2v1h1V5zm0-2H2v1h1V3z\"/></svg>\n </figure>\n </td>\n <td>checklist.svg</td>\n <td><code>_includes/icons/octicons/checklist.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"checklist\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\"><path fill-rule=\"evenodd\" d=\"M5 11L0 6l1.5-1.5L5 8.25 8.5 4.5 10 6l-5 5z\"/></svg>\n </figure>\n </td>\n <td>chevron-down.svg</td>\n <td><code>_includes/icons/octicons/chevron-down.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"chevron-down\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"8\" height=\"16\" viewBox=\"0 0 8 16\"><path fill-rule=\"evenodd\" d=\"M5.5 3L7 4.5 3.25 8 7 11.5 5.5 13l-5-5 5-5z\"/></svg>\n </figure>\n </td>\n <td>chevron-left.svg</td>\n <td><code>_includes/icons/octicons/chevron-left.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"chevron-left\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"8\" height=\"16\" viewBox=\"0 0 8 16\"><path fill-rule=\"evenodd\" d=\"M7.5 8l-5 5L1 11.5 4.75 8 1 4.5 2.5 3l5 5z\"/></svg>\n </figure>\n </td>\n <td>chevron-right.svg</td>\n <td><code>_includes/icons/octicons/chevron-right.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"chevron-right\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\"><path fill-rule=\"evenodd\" d=\"M10 10l-1.5 1.5L5 7.75 1.5 11.5 0 10l5-5 5 5z\"/></svg>\n </figure>\n </td>\n <td>chevron-up.svg</td>\n <td><code>_includes/icons/octicons/chevron-up.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"chevron-up\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm0 1.3c1.3 0 2.5.44 3.47 1.17l-8 8A5.755 5.755 0 011.3 8c0-3.14 2.56-5.7 5.7-5.7zm0 11.41c-1.3 0-2.5-.44-3.47-1.17l8-8c.73.97 1.17 2.17 1.17 3.47 0 3.14-2.56 5.7-5.7 5.7z\"/></svg>\n </figure>\n </td>\n <td>circle-slash.svg</td>\n <td><code>_includes/icons/octicons/circle-slash.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"circle-slash\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M3 5c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm8 0c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm0 6c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm2-10H5v2.17c.36.19.64.47.83.83h2.34c.42-.78 1.33-1.28 2.34-1.05.75.19 1.36.8 1.53 1.55.31 1.38-.72 2.59-2.05 2.59-.8 0-1.48-.44-1.83-1.09H5.83c-.42.8-1.33 1.28-2.34 1.03-.73-.17-1.34-.78-1.52-1.52C1.72 4.49 2.2 3.59 3 3.17V1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1l5-5h2.17c.42-.78 1.33-1.28 2.34-1.05.75.19 1.36.8 1.53 1.55.31 1.38-.72 2.59-2.05 2.59-.8 0-1.48-.44-1.83-1.09H6.99L4 15h9c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1z\"/></svg>\n </figure>\n </td>\n <td>circuit-board.svg</td>\n <td><code>_includes/icons/octicons/circuit-board.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"circuit-board\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M2 13h4v1H2v-1zm5-6H2v1h5V7zm2 3V8l-3 3 3 3v-2h5v-2H9zM4.5 9H2v1h2.5V9zM2 12h2.5v-1H2v1zm9 1h1v2c-.02.28-.11.52-.3.7-.19.18-.42.28-.7.3H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h3c0-1.11.89-2 2-2 1.11 0 2 .89 2 2h3c.55 0 1 .45 1 1v5h-1V6H1v9h10v-2zM2 5h8c0-.55-.45-1-1-1H8c-.55 0-1-.45-1-1s-.45-1-1-1-1 .45-1 1-.45 1-1 1H3c-.55 0-1 .45-1 1z\"/></svg>\n </figure>\n </td>\n <td>clippy.svg</td>\n <td><code>_includes/icons/octicons/clippy.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"clippy\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M8 8h3v2H7c-.55 0-1-.45-1-1V4h2v4zM7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 011.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7z\"/></svg>\n </figure>\n </td>\n <td>clock.svg</td>\n <td><code>_includes/icons/octicons/clock.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"clock\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M9 12h2l-3 3-3-3h2V7h2v5zm3-8c0-.44-.91-3-4.5-3C5.08 1 3 2.92 3 5 1.02 5 0 6.52 0 8c0 1.53 1 3 3 3h3V9.7H3C1.38 9.7 1.3 8.28 1.3 8c0-.17.05-1.7 1.7-1.7h1.3V5c0-1.39 1.56-2.7 3.2-2.7 2.55 0 3.13 1.55 3.2 1.8v1.2H12c.81 0 2.7.22 2.7 2.2 0 2.09-2.25 2.2-2.7 2.2h-2V11h2c2.08 0 4-1.16 4-3.5C16 5.06 14.08 4 12 4z\"/></svg>\n </figure>\n </td>\n <td>cloud-download.svg</td>\n <td><code>_includes/icons/octicons/cloud-download.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"cloud-download\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M7 9H5l3-3 3 3H9v5H7V9zm5-4c0-.44-.91-3-4.5-3C5.08 2 3 3.92 3 6 1.02 6 0 7.52 0 9c0 1.53 1 3 3 3h3v-1.3H3c-1.62 0-1.7-1.42-1.7-1.7 0-.17.05-1.7 1.7-1.7h1.3V6c0-1.39 1.56-2.7 3.2-2.7 2.55 0 3.13 1.55 3.2 1.8v1.2H12c.81 0 2.7.22 2.7 2.2 0 2.09-2.25 2.2-2.7 2.2h-2V12h2c2.08 0 4-1.16 4-3.5C16 6.06 14.08 5 12 5z\"/></svg>\n </figure>\n </td>\n <td>cloud-upload.svg</td>\n <td><code>_includes/icons/octicons/cloud-upload.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"cloud-upload\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M9.5 3L8 4.5 11.5 8 8 11.5 9.5 13 14 8 9.5 3zm-5 0L0 8l4.5 5L6 11.5 2.5 8 6 4.5 4.5 3z\"/></svg>\n </figure>\n </td>\n <td>code.svg</td>\n <td><code>_includes/icons/octicons/code.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"code\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M15 1H6c-.55 0-1 .45-1 1v2H1c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h1v3l3-3h4c.55 0 1-.45 1-1V9h1l3 3V9h1c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM9 11H4.5L3 12.5V11H1V5h4v3c0 .55.45 1 1 1h3v2zm6-3h-2v1.5L11.5 8H6V2h9v6z\"/></svg>\n </figure>\n </td>\n <td>comment-discussion.svg</td>\n <td><code>_includes/icons/octicons/comment-discussion.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"comment-discussion\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M14 1H2c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h2v3.5L7.5 11H14c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 9H7l-2 2v-2H2V2h12v8z\"/></svg>\n </figure>\n </td>\n <td>comment.svg</td>\n <td><code>_includes/icons/octicons/comment.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"comment\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M12 9H2V8h10v1zm4-6v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h14c.55 0 1 .45 1 1zm-1 3H1v6h14V6zm0-3H1v1h14V3zm-9 7H2v1h4v-1z\"/></svg>\n </figure>\n </td>\n <td>credit-card.svg</td>\n <td><code>_includes/icons/octicons/credit-card.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"credit-card\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"8\" height=\"16\" viewBox=\"0 0 8 16\"><path fill-rule=\"evenodd\" d=\"M0 7v2h8V7H0z\"/></svg>\n </figure>\n </td>\n <td>dash.svg</td>\n <td><code>_includes/icons/octicons/dash.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"dash\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M9 5H8V4h1v1zm4 3h-1v1h1V8zM6 5H5v1h1V5zM5 8H4v1h1V8zm11-5.5l-.5-.5L9 7c-.06-.02-1 0-1 0-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-.92l6-5.58zm-1.59 4.09c.19.61.3 1.25.3 1.91 0 3.42-2.78 6.2-6.2 6.2-3.42 0-6.21-2.78-6.21-6.2 0-3.42 2.78-6.2 6.2-6.2 1.2 0 2.31.34 3.27.94l.94-.94A7.459 7.459 0 008.51 1C4.36 1 1 4.36 1 8.5 1 12.64 4.36 16 8.5 16c4.14 0 7.5-3.36 7.5-7.5 0-1.03-.2-2.02-.59-2.91l-1 1z\"/></svg>\n </figure>\n </td>\n <td>dashboard.svg</td>\n <td><code>_includes/icons/octicons/dashboard.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"dashboard\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M6 15c-3.31 0-6-.9-6-2v-2c0-.17.09-.34.21-.5.67.86 3 1.5 5.79 1.5s5.12-.64 5.79-1.5c.13.16.21.33.21.5v2c0 1.1-2.69 2-6 2zm0-4c-3.31 0-6-.9-6-2V7c0-.11.04-.21.09-.31.03-.06.07-.13.12-.19C.88 7.36 3.21 8 6 8s5.12-.64 5.79-1.5c.05.06.09.13.12.19.05.1.09.21.09.31v2c0 1.1-2.69 2-6 2zm0-4c-3.31 0-6-.9-6-2V3c0-1.1 2.69-2 6-2s6 .9 6 2v2c0 1.1-2.69 2-6 2zm0-5c-2.21 0-4 .45-4 1s1.79 1 4 1 4-.45 4-1-1.79-1-4-1z\"/></svg>\n </figure>\n </td>\n <td>database.svg</td>\n <td><code>_includes/icons/octicons/database.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"database\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path d=\"M1 1h7.5l2 2H9L8 2H1v12h10v-1h1v1c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1zm9 6h3v1h-3V7zm2 2h-2v1h2V9zM8.583 4h4.375L15 6v5.429a.58.58 0 01-.583.571H8.583A.58.58 0 018 11.429V10h1v1h5V6.5L12.5 5H9v1H8V4.571A.58.58 0 018.583 4zM9.5 7H6.667V5l-4 3 4 3V9H9.5V7z\"/></svg>\n </figure>\n </td>\n <td>dependent.svg</td>\n <td><code>_includes/icons/octicons/dependent.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"dependent\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M4 6h3V0h2v6h3l-4 4-4-4zm11-4h-4v1h4v8H1V3h4V2H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h5.34c-.25.61-.86 1.39-2.34 2h8c-1.48-.61-2.09-1.39-2.34-2H15c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1z\"/></svg>\n </figure>\n </td>\n <td>desktop-download.svg</td>\n <td><code>_includes/icons/octicons/desktop-download.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"desktop-download\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M15.2 2.09L10 5.72V3c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V9.28l5.2 3.63c.33.23.8 0 .8-.41v-10c0-.41-.47-.64-.8-.41z\"/></svg>\n </figure>\n </td>\n <td>device-camera-video.svg</td>\n <td><code>_includes/icons/octicons/device-camera-video.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"device-camera-video\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M15 3H7c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zM6 5H2V4h4v1zm4.5 7C8.56 12 7 10.44 7 8.5S8.56 5 10.5 5 14 6.56 14 8.5 12.44 12 10.5 12zM13 8.5c0 1.38-1.13 2.5-2.5 2.5S8 9.87 8 8.5 9.13 6 10.5 6 13 7.13 13 8.5z\"/></svg>\n </figure>\n </td>\n <td>device-camera.svg</td>\n <td><code>_includes/icons/octicons/device-camera.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"device-camera\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M15 2H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h5.34c-.25.61-.86 1.39-2.34 2h8c-1.48-.61-2.09-1.39-2.34-2H15c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm0 9H1V3h14v8z\"/></svg>\n </figure>\n </td>\n <td>device-desktop.svg</td>\n <td><code>_includes/icons/octicons/device-desktop.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"device-desktop\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\"><path fill-rule=\"evenodd\" d=\"M9 0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM5 15.3c-.72 0-1.3-.58-1.3-1.3 0-.72.58-1.3 1.3-1.3.72 0 1.3.58 1.3 1.3 0 .72-.58 1.3-1.3 1.3zM9 12H1V2h8v10z\"/></svg>\n </figure>\n </td>\n <td>device-mobile.svg</td>\n <td><code>_includes/icons/octicons/device-mobile.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"device-mobile\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M13 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 13H1V2h12v12zM6 9H3V7h3V4h2v3h3v2H8v3H6V9z\"/></svg>\n </figure>\n </td>\n <td>diff-added.svg</td>\n <td><code>_includes/icons/octicons/diff-added.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"diff-added\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M13 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 13H1V2h12v12zm-8.5-2H3v-1.5L9.5 4H11v1.5L4.5 12z\"/></svg>\n </figure>\n </td>\n <td>diff-ignored.svg</td>\n <td><code>_includes/icons/octicons/diff-ignored.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"diff-ignored\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M13 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 13H1V2h12v12zM4 8c0-1.66 1.34-3 3-3s3 1.34 3 3-1.34 3-3 3-3-1.34-3-3z\"/></svg>\n </figure>\n </td>\n <td>diff-modified.svg</td>\n <td><code>_includes/icons/octicons/diff-modified.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"diff-modified\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M13 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 13H1V2h12v12zm-2-5H3V7h8v2z\"/></svg>\n </figure>\n </td>\n <td>diff-removed.svg</td>\n <td><code>_includes/icons/octicons/diff-removed.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"diff-removed\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M6 9H3V7h3V4l5 4-5 4V9zm8-7v12c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h12c.55 0 1 .45 1 1zm-1 0H1v12h12V2z\"/></svg>\n </figure>\n </td>\n <td>diff-renamed.svg</td>\n <td><code>_includes/icons/octicons/diff-renamed.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"diff-renamed\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"13\" height=\"16\" viewBox=\"0 0 13 16\"><path fill-rule=\"evenodd\" d=\"M6 7h2v1H6v2H5V8H3V7h2V5h1v2zm-3 6h5v-1H3v1zM7.5 2L11 5.5V15c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h6.5zM10 6L7 3H1v12h9V6zM8.5 0H3v1h5l4 4v8h1V4.5L8.5 0z\"/></svg>\n </figure>\n </td>\n <td>diff.svg</td>\n <td><code>_includes/icons/octicons/diff.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"diff\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M11 5H1c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zM4 9H2V7h2v2zm3 0H5V7h2v2zm3 0H8V7h2v2z\"/></svg>\n </figure>\n </td>\n <td>ellipsis.svg</td>\n <td><code>_includes/icons/octicons/ellipsis.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"ellipsis\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"14\" viewBox=\"0 0 16 14\"><path fill-rule=\"evenodd\" d=\"M14.822.854a.5.5 0 10-.707-.708l-2.11 2.11C10.89 1.483 9.565.926 8.06.926c-5.06 0-8.06 6-8.06 6s1.162 2.323 3.258 4.078l-2.064 2.065a.5.5 0 10.707.707L14.822.854zM4.86 9.403L6.292 7.97A1.999 1.999 0 016 6.925c0-1.11.89-2 2-2 .384 0 .741.106 1.045.292l1.433-1.433A3.98 3.98 0 008 2.925c-2.2 0-4 1.8-4 4 0 .938.321 1.798.859 2.478zm7.005-3.514l1.993-1.992A14.873 14.873 0 0116 6.925s-3 6-7.94 6a6.609 6.609 0 01-2.661-.57l1.565-1.566c.33.089.678.136 1.036.136 2.22 0 4-1.78 4-4 0-.358-.047-.705-.136-1.036zM9.338 8.415l.152-.151a1.996 1.996 0 01-.152.151z\"/></svg>\n </figure>\n </td>\n <td>eye-closed.svg</td>\n <td><code>_includes/icons/octicons/eye-closed.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"eye-closed\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z\"/></svg>\n </figure>\n </td>\n <td>eye.svg</td>\n <td><code>_includes/icons/octicons/eye.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"eye\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M4 12h1v1H2v-1h1v-2H2V9h2v3zm8-7.5V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h7.5L12 4.5zM11 5L8 2H1v12h10V5zM8 4H6v1h1v2H6v1h3V7H8V4zM2 4h3v4H2V4zm1 3h1V5H3v2zm3 2h3v4H6V9zm1 3h1v-2H7v2z\"/></svg>\n </figure>\n </td>\n <td>file-binary.svg</td>\n <td><code>_includes/icons/octicons/file-binary.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"file-binary\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M8.5 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V4.5L8.5 1zM11 14H1V2h7l3 3v9zM5 6.98L3.5 8.5 5 10l-.5 1L2 8.5 4.5 6l.5.98zM7.5 6L10 8.5 7.5 11l-.5-.98L8.5 8.5 7 7l.5-1z\"/></svg>\n </figure>\n </td>\n <td>file-code.svg</td>\n <td><code>_includes/icons/octicons/file-code.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"file-code\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M13 4H7V3c0-.66-.31-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zM6 4H1V3h5v1z\"/></svg>\n </figure>\n </td>\n <td>file-directory.svg</td>\n <td><code>_includes/icons/octicons/file-directory.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"file-directory\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M6 5h2v2H6V5zm6-.5V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h7.5L12 4.5zM11 5L8 2H1v11l3-5 2 4 2-2 3 3V5z\"/></svg>\n </figure>\n </td>\n <td>file-media.svg</td>\n <td><code>_includes/icons/octicons/file-media.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"file-media\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M8.5 1H1a1 1 0 00-1 1v12a1 1 0 001 1h10a1 1 0 001-1V4.5L8.5 1zM1 2h4a.68.68 0 00-.31.2 1.08 1.08 0 00-.23.47 4.22 4.22 0 00-.09 1.47c.06.609.173 1.211.34 1.8A21.78 21.78 0 013.6 8.6c-.5 1-.8 1.66-.91 1.84a7.156 7.156 0 00-.69.3c-.362.165-.699.38-1 .64V2zm4.42 4.8a5.65 5.65 0 001.17 2.09c.275.237.595.417.94.53-.64.09-1.23.2-1.81.33-.618.15-1.223.347-1.81.59s.22-.44.61-1.25c.365-.74.67-1.51.91-2.3l-.01.01zM11 14H1.5a.743.743 0 01-.17 0 2.12 2.12 0 00.73-.44 10.14 10.14 0 001.78-2.38c.31-.13.58-.23.81-.31l.42-.14c.45-.13.94-.23 1.44-.33s1-.16 1.48-.2c.447.216.912.394 1.39.53.403.11.814.188 1.23.23h.38V14H11zm0-4.86a3.743 3.743 0 00-.64-.28 4.221 4.221 0 00-.75-.11c-.411.003-.822.03-1.23.08a3 3 0 01-1-.64 6.07 6.07 0 01-1.29-2.33c.111-.661.178-1.33.2-2 .02-.25.02-.5 0-.75a1.05 1.05 0 00-.2-.88.82.82 0 00-.61-.23H8l3 3v4.14z\"/></svg>\n </figure>\n </td>\n <td>file-pdf.svg</td>\n <td><code>_includes/icons/octicons/file-pdf.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"file-pdf\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M10 7H4v7h9c.55 0 1-.45 1-1V8h-4V7zM9 9H5V8h4v1zm4-5H7V3c0-.66-.31-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h2V7c0-.55.45-1 1-1h6c.55 0 1 .45 1 1h3V5c0-.55-.45-1-1-1zM6 4H1V3h5v1z\"/></svg>\n </figure>\n </td>\n <td>file-submodule.svg</td>\n <td><code>_includes/icons/octicons/file-submodule.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"file-submodule\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M13 4H7V3c0-.66-.31-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zM1 3h5v1H1V3zm6 9v-2c-.98-.02-1.84.22-2.55.7-.71.48-1.19 1.25-1.45 2.3.02-1.64.39-2.88 1.13-3.73C4.86 8.43 5.82 8 7.01 8V6l4 3-4 3H7z\"/></svg>\n </figure>\n </td>\n <td>file-symlink-directory.svg</td>\n <td><code>_includes/icons/octicons/file-symlink-directory.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"file-symlink-directory\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M8.5 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V4.5L8.5 1zM11 14H1V2h7l3 3v9zM6 4.5l4 3-4 3v-2c-.98-.02-1.84.22-2.55.7-.71.48-1.19 1.25-1.45 2.3.02-1.64.39-2.88 1.13-3.73.73-.84 1.69-1.27 2.88-1.27v-2H6z\"/></svg>\n </figure>\n </td>\n <td>file-symlink-file.svg</td>\n <td><code>_includes/icons/octicons/file-symlink-file.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"file-symlink-file\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M8.5 1H1a1 1 0 00-1 1v12a1 1 0 001 1h10a1 1 0 001-1V4.5L8.5 1zM11 14H1V2h3v1h1V2h3l3 3v9zM5 4V3h1v1H5zM4 4h1v1H4V4zm1 2V5h1v1H5zM4 6h1v1H4V6zm1 2V7h1v1H5zM4 9.28A2 2 0 003 11v1h4v-1a2 2 0 00-2-2V8H4v1.28zM6 10v1H4v-1h2z\"/></svg>\n </figure>\n </td>\n <td>file-zip.svg</td>\n <td><code>_includes/icons/octicons/file-zip.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"file-zip\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M6 5H2V4h4v1zM2 8h7V7H2v1zm0 2h7V9H2v1zm0 2h7v-1H2v1zm10-7.5V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h7.5L12 4.5zM11 5L8 2H1v12h10V5z\"/></svg>\n </figure>\n </td>\n <td>file.svg</td>\n <td><code>_includes/icons/octicons/file.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"file\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M5.05.31c.81 2.17.41 3.38-.52 4.31C3.55 5.67 1.98 6.45.9 7.98c-1.45 2.05-1.7 6.53 3.53 7.7-2.2-1.16-2.67-4.52-.3-6.61-.61 2.03.53 3.33 1.94 2.86 1.39-.47 2.3.53 2.27 1.67-.02.78-.31 1.44-1.13 1.81 3.42-.59 4.78-3.42 4.78-5.56 0-2.84-2.53-3.22-1.25-5.61-1.52.13-2.03 1.13-1.89 2.75.09 1.08-1.02 1.8-1.86 1.33-.67-.41-.66-1.19-.06-1.78C8.18 5.31 8.68 2.45 5.05.32L5.03.3l.02.01z\"/></svg>\n </figure>\n </td>\n <td>flame.svg</td>\n <td><code>_includes/icons/octicons/flame.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"flame\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M4 11l3 3 3-3H8V5H6v6H4zm-4 0c0 .55.45 1 1 1h2.5l-1-1h-1l2-2H5V8H3.5l-2-2H5V5H1c-.55 0-1 .45-1 1l2.5 2.5L0 11zm10.5-2H9V8h1.5l2-2H9V5h4c.55 0 1 .45 1 1l-2.5 2.5L14 11c0 .55-.45 1-1 1h-2.5l1-1h1l-2-2z\"/></svg>\n </figure>\n </td>\n <td>fold-down.svg</td>\n <td><code>_includes/icons/octicons/fold-down.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"fold-down\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M10 6L7 3 4 6h2v6h2V6h2zm4 0c0-.55-.45-1-1-1h-2.5l1 1h1l-2 2H9v1h1.5l2 2H9v1h4c.55 0 1-.45 1-1l-2.5-2.5L14 6zM3.5 8H5v1H3.5l-2 2H5v1H1c-.55 0-1-.45-1-1l2.5-2.5L0 6c0-.55.45-1 1-1h2.5l-1 1h-1l2 2z\"/></svg>\n </figure>\n </td>\n <td>fold-up.svg</td>\n <td><code>_includes/icons/octicons/fold-up.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"fold-up\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M7 9l3 3H8v3H6v-3H4l3-3zm3-6H8V0H6v3H4l3 3 3-3zm4 2c0-.55-.45-1-1-1h-2.5l-1 1h3l-2 2h-7l-2-2h3l-1-1H1c-.55 0-1 .45-1 1l2.5 2.5L0 10c0 .55.45 1 1 1h2.5l1-1h-3l2-2h7l2 2h-3l1 1H13c.55 0 1-.45 1-1l-2.5-2.5L14 5z\"/></svg>\n </figure>\n </td>\n <td>fold.svg</td>\n <td><code>_includes/icons/octicons/fold.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"fold\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M14 8.77v-1.6l-1.94-.64-.45-1.09.88-1.84-1.13-1.13-1.81.91-1.09-.45-.69-1.92h-1.6l-.63 1.94-1.11.45-1.84-.88-1.13 1.13.91 1.81-.45 1.09L0 7.23v1.59l1.94.64.45 1.09-.88 1.84 1.13 1.13 1.81-.91 1.09.45.69 1.92h1.59l.63-1.94 1.11-.45 1.84.88 1.13-1.13-.92-1.81.47-1.09L14 8.75v.02zM7 11c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"/></svg>\n </figure>\n </td>\n <td>gear.svg</td>\n <td><code>_includes/icons/octicons/gear.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"gear\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M13 4h-1.38c.19-.33.33-.67.36-.91.06-.67-.11-1.22-.52-1.61C11.1 1.1 10.65 1 10.1 1h-.11c-.53.02-1.11.25-1.53.58-.42.33-.73.72-.97 1.2-.23-.48-.55-.88-.97-1.2-.42-.32-1-.58-1.53-.58h-.03c-.56 0-1.06.09-1.44.48-.41.39-.58.94-.52 1.61.03.23.17.58.36.91H1.98c-.55 0-1 .45-1 1v3h1v5c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V8h1V5c0-.55-.45-1-1-1H13zm-4.78-.88c.17-.36.42-.67.75-.92.3-.23.72-.39 1.05-.41h.09c.45 0 .66.11.8.25s.33.39.3.95c-.05.19-.25.61-.5 1h-2.9l.41-.88v.01zM4.09 2.04c.13-.13.31-.25.91-.25.31 0 .72.17 1.03.41.33.25.58.55.75.92L7.2 4H4.3c-.25-.39-.45-.81-.5-1-.03-.56.16-.81.3-.95l-.01-.01zM7 12.99H3V8h4v5-.01zm0-6H2V5h5v2-.01zm5 6H8V8h4v5-.01zm1-6H8V5h5v2-.01z\"/></svg>\n </figure>\n </td>\n <td>gift.svg</td>\n <td><code>_includes/icons/octicons/gift.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"gift\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M8 10.5L9 14H5l1-3.5L5.25 9h3.5L8 10.5zM10 6H4L2 7h10l-2-1zM9 2L7 3 5 2 4 5h6L9 2zm4.03 7.75L10 9l1 2-2 3h3.22c.45 0 .86-.31.97-.75l.56-2.28c.14-.53-.19-1.08-.72-1.22zM4 9l-3.03.75c-.53.14-.86.69-.72 1.22l.56 2.28c.11.44.52.75.97.75H5l-2-3 1-2z\"/></svg>\n </figure>\n </td>\n <td>gist-secret.svg</td>\n <td><code>_includes/icons/octicons/gist-secret.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"gist-secret\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M7.5 5L10 7.5 7.5 10l-.75-.75L8.5 7.5 6.75 5.75 7.5 5zm-3 0L2 7.5 4.5 10l.75-.75L3.5 7.5l1.75-1.75L4.5 5zM0 13V2c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v11c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1zm1 0h10V2H1v11z\"/></svg>\n </figure>\n </td>\n <td>gist.svg</td>\n <td><code>_includes/icons/octicons/gist.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"gist\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\"><path fill-rule=\"evenodd\" d=\"M10 5c0-1.11-.89-2-2-2a1.993 1.993 0 00-1 3.72v.3c-.02.52-.23.98-.63 1.38-.4.4-.86.61-1.38.63-.83.02-1.48.16-2 .45V4.72a1.993 1.993 0 00-1-3.72C.88 1 0 1.89 0 3a2 2 0 001 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-.53-.2-1-.53-1.36.09-.06.48-.41.59-.47.25-.11.56-.17.94-.17 1.05-.05 1.95-.45 2.75-1.25S8.95 7.77 9 6.73h-.02C9.59 6.37 10 5.73 10 5zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm0 12.41c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm6-8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z\"/></svg>\n </figure>\n </td>\n <td>git-branch.svg</td>\n <td><code>_includes/icons/octicons/git-branch.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"git-branch\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M10.86 7c-.45-1.72-2-3-3.86-3-1.86 0-3.41 1.28-3.86 3H0v2h3.14c.45 1.72 2 3 3.86 3 1.86 0 3.41-1.28 3.86-3H14V7h-3.14zM7 10.2c-1.22 0-2.2-.98-2.2-2.2 0-1.22.98-2.2 2.2-2.2 1.22 0 2.2.98 2.2 2.2 0 1.22-.98 2.2-2.2 2.2z\"/></svg>\n </figure>\n </td>\n <td>git-commit.svg</td>\n <td><code>_includes/icons/octicons/git-commit.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"git-commit\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M5 12H4c-.27-.02-.48-.11-.69-.31-.21-.2-.3-.42-.31-.69V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V11c.03.78.34 1.47.94 2.06.6.59 1.28.91 2.06.94h1v2l3-3-3-3v2zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm11 9.48V5c-.03-.78-.34-1.47-.94-2.06-.6-.59-1.28-.91-2.06-.94H9V0L6 3l3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28A1.993 1.993 0 0012 15a1.993 1.993 0 001-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z\"/></svg>\n </figure>\n </td>\n <td>git-compare.svg</td>\n <td><code>_includes/icons/octicons/git-compare.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"git-compare\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M10 7c-.73 0-1.38.41-1.73 1.02V8C7.22 7.98 6 7.64 5.14 6.98c-.75-.58-1.5-1.61-1.89-2.44A1.993 1.993 0 002 .99C.89.99 0 1.89 0 3a2 2 0 001 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2a1.993 1.993 0 001-3.72V7.67c.67.7 1.44 1.27 2.3 1.69.86.42 2.03.63 2.97.64v-.02c.36.61 1 1.02 1.73 1.02 1.11 0 2-.89 2-2 0-1.11-.89-2-2-2zm-6.8 6c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm8 6c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z\"/></svg>\n </figure>\n </td>\n <td>git-merge.svg</td>\n <td><code>_includes/icons/octicons/git-merge.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"git-merge\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M11 11.28V5c-.03-.78-.34-1.47-.94-2.06C9.46 2.35 8.78 2.03 8 2H7V0L4 3l3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28A1.993 1.993 0 0010 15a1.993 1.993 0 001-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zM4 3c0-1.11-.89-2-2-2a1.993 1.993 0 00-1 3.72v6.56A1.993 1.993 0 002 15a1.993 1.993 0 001-3.72V4.72c.59-.34 1-.98 1-1.72zm-.8 10c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z\"/></svg>\n </figure>\n </td>\n <td>git-pull-request.svg</td>\n <td><code>_includes/icons/octicons/git-pull-request.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"git-pull-request\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M9 2h6c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1H9a1 1 0 11-2 0H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h6a1 1 0 112 0zm6 1v10H1V3h14zm-2.5 4a1.5 1.5 0 100-3 1.5 1.5 0 000 3z\"/></svg>\n </figure>\n </td>\n <td>github-action.svg</td>\n <td><code>_includes/icons/octicons/github-action.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"github-action\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M7 1C3.14 1 0 4.14 0 8s3.14 7 7 7c.48 0 .94-.05 1.38-.14-.17-.08-.2-.73-.02-1.09.19-.41.81-1.45.2-1.8-.61-.35-.44-.5-.81-.91-.37-.41-.22-.47-.25-.58-.08-.34.36-.89.39-.94.02-.06.02-.27 0-.33 0-.08-.27-.22-.34-.23-.06 0-.11.11-.2.13-.09.02-.5-.25-.59-.33-.09-.08-.14-.23-.27-.34-.13-.13-.14-.03-.33-.11s-.8-.31-1.28-.48c-.48-.19-.52-.47-.52-.66-.02-.2-.3-.47-.42-.67-.14-.2-.16-.47-.2-.41-.04.06.25.78.2.81-.05.02-.16-.2-.3-.38-.14-.19.14-.09-.3-.95s.14-1.3.17-1.75c.03-.45.38.17.19-.13-.19-.3 0-.89-.14-1.11-.13-.22-.88.25-.88.25.02-.22.69-.58 1.16-.92.47-.34.78-.06 1.16.05.39.13.41.09.28-.05-.13-.13.06-.17.36-.13.28.05.38.41.83.36.47-.03.05.09.11.22s-.06.11-.38.3c-.3.2.02.22.55.61s.38-.25.31-.55c-.07-.3.39-.06.39-.06.33.22.27.02.5.08.23.06.91.64.91.64-.83.44-.31.48-.17.59.14.11-.28.3-.28.3-.17-.17-.19.02-.3.08-.11.06-.02.22-.02.22-.56.09-.44.69-.42.83 0 .14-.38.36-.47.58-.09.2.25.64.06.66-.19.03-.34-.66-1.31-.41-.3.08-.94.41-.59 1.08.36.69.92-.19 1.11-.09.19.1-.06.53-.02.55.04.02.53.02.56.61.03.59.77.53.92.55.17 0 .7-.44.77-.45.06-.03.38-.28 1.03.09.66.36.98.31 1.2.47.22.16.08.47.28.58.2.11 1.06-.03 1.28.31.22.34-.88 2.09-1.22 2.28-.34.19-.48.64-.84.92s-.81.64-1.27.91c-.41.23-.47.66-.66.8 3.14-.7 5.48-3.5 5.48-6.84 0-3.86-3.14-7-7-7L7 1zm1.64 6.56c-.09.03-.28.22-.78-.08-.48-.3-.81-.23-.86-.28 0 0-.05-.11.17-.14.44-.05.98.41 1.11.41.13 0 .19-.13.41-.05.22.08.05.13-.05.14zM6.34 1.7c-.05-.03.03-.08.09-.14.03-.03.02-.11.05-.14.11-.11.61-.25.52.03-.11.27-.58.3-.66.25zm1.23.89c-.19-.02-.58-.05-.52-.14.3-.28-.09-.38-.34-.38-.25-.02-.34-.16-.22-.19.12-.03.61.02.7.08.08.06.52.25.55.38.02.13 0 .25-.17.25zm1.47-.05c-.14.09-.83-.41-.95-.52-.56-.48-.89-.31-1-.41-.11-.1-.08-.19.11-.34.19-.15.69.06 1 .09.3.03.66.27.66.55.02.25.33.5.19.63h-.01z\"/></svg>\n </figure>\n </td>\n <td>globe.svg</td>\n <td><code>_includes/icons/octicons/globe.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"globe\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"8\" height=\"16\" viewBox=\"0 0 8 16\"><path fill-rule=\"evenodd\" d=\"M8 4v1H0V4h8zM0 8h8V7H0v1zm0 3h8v-1H0v1z\"/></svg>\n </figure>\n </td>\n <td>grabber.svg</td>\n <td><code>_includes/icons/octicons/grabber.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"grabber\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M16 14v1H0V0h1v14h15zM5 13H3V8h2v5zm4 0H7V3h2v10zm4 0h-2V6h2v7z\"/></svg>\n </figure>\n </td>\n <td>graph.svg</td>\n <td><code>_includes/icons/octicons/graph.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"graph\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M1.192 3.924C1.909 3.294 2.835 3 3.727 3 4.73 3 5.513 3.485 6 3.894 6.488 3.485 7.271 3 8.273 3c.892 0 1.818.293 2.535.924C11.545 4.572 12 5.525 12 6.7c0 .962-.435 1.891-.944 2.67-.522.8-1.2 1.558-1.852 2.203a24.563 24.563 0 01-1.793 1.6c-.451.365-1.39 1.045-1.39 1.045s-1.277-.921-1.431-1.046a24.57 24.57 0 01-1.793-1.599c-.652-.645-1.33-1.404-1.853-2.202C.434 8.59 0 7.662 0 6.7c0-1.175.455-2.128 1.192-2.776zm4.96 7.694l-.151.122a22.6 22.6 0 01-1.797-1.588c-.599-.593-1.17-1.24-1.586-1.876C2.19 7.621 2 7.088 2 6.7c0-.625.226-1.022.513-1.274.305-.27.743-.426 1.214-.426.344 0 .686.172.993.43.191.161.332.314.455.448.255.278.432.472.826.472a.868.868 0 00.497-.14c.146-.096.264-.232.394-.38.112-.13.234-.27.39-.4.306-.258.647-.43.99-.43.472 0 .91.157 1.215.426.287.252.513.649.513 1.274 0 .388-.19.922-.618 1.576-.416.636-.987 1.283-1.585 1.876-.595.589-1.193 1.1-1.645 1.466z\"/></svg>\n </figure>\n </td>\n <td>heart-outline.svg</td>\n <td><code>_includes/icons/octicons/heart-outline.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"heart-outline\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M8.727 3C7.091 3 6.001 4.65 6.001 4.65S4.909 3 3.273 3C1.636 3 0 4.1 0 6.3 0 9.6 6 14 6 14s6-4.4 6-7.7C12 4.1 10.364 3 8.727 3z\"/></svg>\n </figure>\n </td>\n <td>heart.svg</td>\n <td><code>_includes/icons/octicons/heart.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"heart\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M8 13H6V6h5v2H8v5zM7 1C4.81 1 2.87 2.02 1.59 3.59L0 2v4h4L2.5 4.5C3.55 3.17 5.17 2.3 7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 011.3 8c0-.34.03-.67.09-1H.08C.03 7.33 0 7.66 0 8c0 3.86 3.14 7 7 7s7-3.14 7-7-3.14-7-7-7z\"/></svg>\n </figure>\n </td>\n <td>history.svg</td>\n <td><code>_includes/icons/octicons/history.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"history\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M16 9l-3-3V2h-2v2L8 1 0 9h2l1 5c0 .55.45 1 1 1h8c.55 0 1-.45 1-1l1-5h2zm-4 5H9v-4H7v4H4L2.81 7.69 8 2.5l5.19 5.19L12 14z\"/></svg>\n </figure>\n </td>\n <td>home.svg</td>\n <td><code>_includes/icons/octicons/home.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"home\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\"><path fill-rule=\"evenodd\" d=\"M1 7h2v2h1V3H3v3H1V3H0v6h1V7zm9 2V7H9v2h1zm0-3V4H9v2h1zM7 6V4h2V3H6v6h1V7h2V6H7zm-7 7h10v-2H0v2z\"/></svg>\n </figure>\n </td>\n <td>horizontal-rule.svg</td>\n <td><code>_includes/icons/octicons/horizontal-rule.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"horizontal-rule\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M3 6c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1H3zm8 1.75L9.75 9h-1.5L7 7.75 5.75 9h-1.5L3 7.75V7h.75L5 8.25 6.25 7h1.5L9 8.25 10.25 7H11v.75zM5 11h4v1H5v-1zm2-9C3.14 2 0 4.91 0 8.5V13c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V8.5C14 4.91 10.86 2 7 2zm6 11H1V8.5c0-3.09 2.64-5.59 6-5.59s6 2.5 6 5.59V13z\"/></svg>\n </figure>\n </td>\n <td>hubot.svg</td>\n <td><code>_includes/icons/octicons/hubot.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"hubot\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M14 9l-1.13-7.14c-.08-.48-.5-.86-1-.86H2.13c-.5 0-.92.38-1 .86L0 9v5c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V9zm-3.28.55l-.44.89c-.17.34-.52.56-.91.56H4.61c-.38 0-.72-.22-.89-.55l-.44-.91c-.17-.33-.52-.55-.89-.55H1l1-7h10l1 7h-1.38c-.39 0-.73.22-.91.55l.01.01z\"/></svg>\n </figure>\n </td>\n <td>inbox.svg</td>\n <td><code>_includes/icons/octicons/inbox.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"inbox\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M4 6a2 2 0 100 4c.137 0 .402-.073.796-.318a7.49 7.49 0 001.138-.908c.285-.27.543-.542.753-.774a14.22 14.22 0 00-.753-.774 7.49 7.49 0 00-1.138-.908C4.402 6.073 4.137 6 4 6zm5.313 2c.21.232.468.504.753.774.37.35.764.676 1.138.908.394.245.659.318.796.318a2 2 0 100-4c-.137 0-.402.073-.796.318a7.483 7.483 0 00-1.138.908c-.285.27-.543.542-.753.774zM8 9.527a15.45 15.45 0 01-.691.7 9.587 9.587 0 01-1.457 1.154C5.34 11.698 4.69 12 4 12a4 4 0 010-8c.691 0 1.34.302 1.852.62.531.33 1.034.754 1.457 1.154.255.24.489.481.691.699.202-.218.436-.458.691-.7a9.587 9.587 0 011.457-1.154C10.66 4.302 11.31 4 12 4a4 4 0 010 8c-.691 0-1.34-.302-1.852-.62a9.464 9.464 0 01-1.457-1.154A14.47 14.47 0 018 9.527z\"/></svg>\n </figure>\n </td>\n <td>infinity.svg</td>\n <td><code>_includes/icons/octicons/infinity.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"infinity\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M6.3 5.69a.942.942 0 01-.28-.7c0-.28.09-.52.28-.7.19-.18.42-.28.7-.28.28 0 .52.09.7.28.18.19.28.42.28.7 0 .28-.09.52-.28.7a1 1 0 01-.7.3c-.28 0-.52-.11-.7-.3zM8 7.99c-.02-.25-.11-.48-.31-.69-.2-.19-.42-.3-.69-.31H6c-.27.02-.48.13-.69.31-.2.2-.3.44-.31.69h1v3c.02.27.11.5.31.69.2.2.42.31.69.31h1c.27 0 .48-.11.69-.31.2-.19.3-.42.31-.69H8V7.98v.01zM7 2.3c-3.14 0-5.7 2.54-5.7 5.68 0 3.14 2.56 5.7 5.7 5.7s5.7-2.55 5.7-5.7c0-3.15-2.56-5.69-5.7-5.69v.01zM7 .98c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.12-7-7 3.14-7 7-7z\"/></svg>\n </figure>\n </td>\n <td>info.svg</td>\n <td><code>_includes/icons/octicons/info.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"info\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"13\" height=\"16\" viewBox=\"0 0 13 16\" >\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 0H9v1a1 1 0 00-1 1H7a1 1 0 00-1 1v1H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h1v1l1-.5 1 .5v-1h4c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1H7V3h1a1 1 0 001-1h1a1 1 0 001 1h1v13h1V3a1 1 0 00-1-1h-1a1 1 0 00-1-1V0zM8 12H2V5h6v7zm-7 1h1v1H1v-1zm7 0v1H4v-1h4zm3-9h-1v2h1V4zm0 3h-1v2h1V7zm0 3h-1v2h1v-2zm0 3h-1v2h1v-2zm-7-2H3v-1h1v1zm0-5H3v1h1V6zm0 2H3v1h1V8z\"/>\n</svg>\n </figure>\n </td>\n <td>internal-repo.svg</td>\n <td><code>_includes/icons/octicons/internal-repo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"internal-repo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M7 10h2v2H7v-2zm2-6H7v5h2V4zm1.5 1.5l-1 1L12 9l4-4.5-1-1L12 7l-1.5-1.5zM8 13.7A5.71 5.71 0 012.3 8c0-3.14 2.56-5.7 5.7-5.7 1.83 0 3.45.88 4.5 2.2l.92-.92A6.947 6.947 0 008 1C4.14 1 1 4.14 1 8s3.14 7 7 7 7-3.14 7-7l-1.52 1.52c-.66 2.41-2.86 4.19-5.48 4.19v-.01z\"/></svg>\n </figure>\n </td>\n <td>issue-closed.svg</td>\n <td><code>_includes/icons/octicons/issue-closed.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"issue-closed\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 011.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z\"/></svg>\n </figure>\n </td>\n <td>issue-opened.svg</td>\n <td><code>_includes/icons/octicons/issue-opened.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"issue-opened\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M8 9H6V4h2v5zm-2 3h2v-2H6v2zm6.33-2H10l1.5 1.5c-1.05 1.33-2.67 2.2-4.5 2.2A5.71 5.71 0 011.3 8c0-.34.03-.67.09-1H.08C.03 7.33 0 7.66 0 8c0 3.86 3.14 7 7 7 2.19 0 4.13-1.02 5.41-2.59L14 14v-4h-1.67zM1.67 6H4L2.5 4.5C3.55 3.17 5.17 2.3 7 2.3c3.14 0 5.7 2.56 5.7 5.7 0 .34-.03.67-.09 1h1.31c.05-.33.08-.66.08-1 0-3.86-3.14-7-7-7-2.19 0-4.13 1.02-5.41 2.59L0 2v4h1.67z\"/></svg>\n </figure>\n </td>\n <td>issue-reopened.svg</td>\n <td><code>_includes/icons/octicons/issue-reopened.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"issue-reopened\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"6\" height=\"16\" viewBox=\"0 0 6 16\"><path fill-rule=\"evenodd\" d=\"M2.81 5h1.98L3 14H1l1.81-9zm.36-2.7c0-.7.58-1.3 1.33-1.3.56 0 1.13.38 1.13 1.03 0 .75-.59 1.3-1.33 1.3-.58 0-1.13-.38-1.13-1.03z\"/></svg>\n </figure>\n </td>\n <td>italic.svg</td>\n <td><code>_includes/icons/octicons/italic.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"italic\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M4.5 6l-.5.5v5l.5.5h2l.5-.5v-5L6.5 6h-2zM6 11H5V7h1v4zm6.27-7.25C12.05 2.37 11.96 1.12 12 0H9.02c0 .27-.13.48-.39.69-.25.2-.63.3-1.13.3-.5 0-.88-.09-1.13-.3-.23-.2-.36-.42-.36-.69H3c.05 1.13-.03 2.38-.25 3.75C2.55 5.13 1.95 5.88 1 6v9c.02.27.11.48.31.69.2.21.42.3.69.31h11c.27-.02.48-.11.69-.31.21-.2.3-.42.31-.69V6c-.95-.13-1.53-.88-1.75-2.25h.02zM13 15H2V7c.89-.5 1.48-1.25 1.72-2.25S4.03 2.5 4 1h1c-.02.78.16 1.47.52 2.06.36.58 1.02.89 2 .94.98-.02 1.64-.33 2-.94.36-.59.5-1.28.48-2.06h1c.02 1.42.13 2.55.33 3.38.2.81.69 2 1.67 2.63v8V15zM8.5 6l-.5.5v5l.5.5h2l.5-.5v-5l-.5-.5h-2zm1.5 5H9V7h1v4z\"/></svg>\n </figure>\n </td>\n <td>jersey.svg</td>\n <td><code>_includes/icons/octicons/jersey.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"jersey\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"13\" height=\"16\" viewBox=\"0 0 13 16\"><path fill-rule=\"evenodd\" d=\"M1.5 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm5 0a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM13 7.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z\"/></svg>\n </figure>\n </td>\n <td>kebab-horizontal.svg</td>\n <td><code>_includes/icons/octicons/kebab-horizontal.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"kebab-horizontal\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"3\" height=\"16\" viewBox=\"0 0 3 16\"><path fill-rule=\"evenodd\" d=\"M0 2.5a1.5 1.5 0 103 0 1.5 1.5 0 00-3 0zm0 5a1.5 1.5 0 103 0 1.5 1.5 0 00-3 0zM1.5 14a1.5 1.5 0 110-3 1.5 1.5 0 010 3z\"/></svg>\n </figure>\n </td>\n <td>kebab-vertical.svg</td>\n <td><code>_includes/icons/octicons/kebab-vertical.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"kebab-vertical\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M12.83 2.17C12.08 1.42 11.14 1.03 10 1c-1.13.03-2.08.42-2.83 1.17S6.04 3.86 6.01 5c0 .3.03.59.09.89L0 12v1l1 1h2l1-1v-1h1v-1h1v-1h2l1.09-1.11c.3.08.59.11.91.11 1.14-.03 2.08-.42 2.83-1.17S13.97 6.14 14 5c-.03-1.14-.42-2.08-1.17-2.83zM11 5.38c-.77 0-1.38-.61-1.38-1.38 0-.77.61-1.38 1.38-1.38.77 0 1.38.61 1.38 1.38 0 .77-.61 1.38-1.38 1.38z\"/></svg>\n </figure>\n </td>\n <td>key.svg</td>\n <td><code>_includes/icons/octicons/key.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"key\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M10 5H9V4h1v1zM3 6H2v1h1V6zm5-2H7v1h1V4zM4 4H2v1h2V4zm8 7h2v-1h-2v1zM8 7h1V6H8v1zm-4 3H2v1h2v-1zm8-6h-1v1h1V4zm2 0h-1v1h1V4zm-2 5h2V6h-2v3zm4-6v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h14c.55 0 1 .45 1 1zm-1 0H1v9h14V3zM6 7h1V6H6v1zm0-3H5v1h1V4zM4 7h1V6H4v1zm1 4h6v-1H5v1zm5-4h1V6h-1v1zM3 8H2v1h1V8zm5 0v1h1V8H8zM6 8v1h1V8H6zM5 8H4v1h1V8zm5 1h1V8h-1v1z\"/></svg>\n </figure>\n </td>\n <td>keyboard.svg</td>\n <td><code>_includes/icons/octicons/keyboard.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"keyboard\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M7 4c-.83 0-1.5-.67-1.5-1.5S6.17 1 7 1s1.5.67 1.5 1.5S7.83 4 7 4zm7 6c0 1.11-.89 2-2 2h-1c-1.11 0-2-.89-2-2l2-4h-1c-.55 0-1-.45-1-1H8v8c.42 0 1 .45 1 1h1c.42 0 1 .45 1 1H3c0-.55.58-1 1-1h1c0-.55.58-1 1-1h.03L6 5H5c0 .55-.45 1-1 1H3l2 4c0 1.11-.89 2-2 2H2c-1.11 0-2-.89-2-2l2-4H1V5h3c0-.55.45-1 1-1h4c.55 0 1 .45 1 1h3v1h-1l2 4zM2.5 7L1 10h3L2.5 7zM13 10l-1.5-3-1.5 3h3z\"/></svg>\n </figure>\n </td>\n <td>law.svg</td>\n <td><code>_includes/icons/octicons/law.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"law\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z\"/></svg>\n </figure>\n </td>\n <td>light-bulb.svg</td>\n <td><code>_includes/icons/octicons/light-bulb.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"light-bulb\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path d=\"M4.5 7.5L3 9l5 5 5-5-1.5-1.5L9 10.179V2H7v8.179L4.5 7.5z\"/></svg>\n </figure>\n </td>\n <td>line-arrow-down.svg</td>\n <td><code>_includes/icons/octicons/line-arrow-down.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"line-arrow-down\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path d=\"M8.5 4.5L7 3 2 8l5 5 1.5-1.5L5.821 9H14V7H5.821L8.5 4.5z\"/></svg>\n </figure>\n </td>\n <td>line-arrow-left.svg</td>\n <td><code>_includes/icons/octicons/line-arrow-left.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"line-arrow-left\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path d=\"M7.5 11.5L9 13l5-5-5-5-1.5 1.5L10.179 7H2v2h8.179L7.5 11.5z\"/></svg>\n </figure>\n </td>\n <td>line-arrow-right.svg</td>\n <td><code>_includes/icons/octicons/line-arrow-right.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"line-arrow-right\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path d=\"M11.5 8.5L13 7 8 2 3 7l1.5 1.5L7 5.821V14h2V5.821L11.5 8.5z\"/></svg>\n </figure>\n </td>\n <td>line-arrow-up.svg</td>\n <td><code>_includes/icons/octicons/line-arrow-up.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"line-arrow-up\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M11 10h1v3c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h3v1H1v10h10v-3zM6 2l2.25 2.25L5 7.5 6.5 9l3.25-3.25L12 8V2H6z\"/></svg>\n </figure>\n </td>\n <td>link-external.svg</td>\n <td><code>_includes/icons/octicons/link-external.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"link-external\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"/></svg>\n </figure>\n </td>\n <td>link.svg</td>\n <td><code>_includes/icons/octicons/link.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"link\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"13\" height=\"16\" viewBox=\"0 0 13 16\"><path fill-rule=\"evenodd\" d=\"M12.01 13c0 .59 0 1-.59 1H4.6c-.59 0-.59-.41-.59-1 0-.59 0-1 .59-1h6.81c.59 0 .59.41.59 1h.01zM4.6 4h6.81C12 4 12 3.59 12 3c0-.59 0-1-.59-1H4.6c-.59 0-.59.41-.59 1 0 .59 0 1 .59 1zm6.81 3H4.6c-.59 0-.59.41-.59 1 0 .59 0 1 .59 1h6.81C12 9 12 8.59 12 8c0-.59 0-1-.59-1zm-9.4-6h-.72c-.3.19-.58.25-1.03.34V2h.75v2.14H.17V5h2.84v-.86h-1V1zm.392 8.12c-.129 0-.592.04-.802.07.53-.56 1.14-1.25 1.14-1.89C2.72 6.52 2.18 6 1.38 6c-.59 0-.97.2-1.38.64l.58.58c.19-.19.38-.38.64-.38.28 0 .48.16.48.52 0 .53-.77 1.2-1.7 2.06V10h3v-.88h-.598zm-.222 3.79v-.03c.44-.19.64-.47.64-.86 0-.7-.56-1.11-1.44-1.11-.48 0-.89.19-1.28.52l.55.64c.25-.2.44-.31.69-.31.27 0 .42.13.42.36 0 .27-.2.44-.86.44v.75c.83 0 .98.17.98.47 0 .25-.23.38-.58.38-.28 0-.56-.14-.81-.38l-.48.66c.3.36.77.56 1.41.56.83 0 1.53-.41 1.53-1.16 0-.5-.31-.81-.77-.94v.01z\"/></svg>\n </figure>\n </td>\n <td>list-ordered.svg</td>\n <td><code>_includes/icons/octicons/list-ordered.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"list-ordered\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M2 13c0 .59 0 1-.59 1H.59C0 14 0 13.59 0 13c0-.59 0-1 .59-1h.81c.59 0 .59.41.59 1H2zm2.59-9h6.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1H4.59C4 2 4 2.41 4 3c0 .59 0 1 .59 1zM1.41 7H.59C0 7 0 7.41 0 8c0 .59 0 1 .59 1h.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01zm0-5H.59C0 2 0 2.41 0 3c0 .59 0 1 .59 1h.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01zm10 5H4.59C4 7 4 7.41 4 8c0 .59 0 1 .59 1h6.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01zm0 5H4.59C4 12 4 12.41 4 13c0 .59 0 1 .59 1h6.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01z\"/></svg>\n </figure>\n </td>\n <td>list-unordered.svg</td>\n <td><code>_includes/icons/octicons/list-unordered.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"list-unordered\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M6 0C2.69 0 0 2.5 0 5.5 0 10.02 6 16 6 16s6-5.98 6-10.5C12 2.5 9.31 0 6 0zm0 14.55C4.14 12.52 1 8.44 1 5.5 1 3.02 3.25 1 6 1c1.34 0 2.61.48 3.56 1.36.92.86 1.44 1.97 1.44 3.14 0 2.94-3.14 7.02-5 9.05zM8 5.5c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z\"/></svg>\n </figure>\n </td>\n <td>location.svg</td>\n <td><code>_includes/icons/octicons/location.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"location\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M4 13H3v-1h1v1zm8-6v7c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h1V4c0-2.2 1.8-4 4-4s4 1.8 4 4v2h1c.55 0 1 .45 1 1zM3.8 6h4.41V4c0-1.22-.98-2.2-2.2-2.2-1.22 0-2.2.98-2.2 2.2v2H3.8zM11 7H2v7h9V7zM4 8H3v1h1V8zm0 2H3v1h1v-1z\"/></svg>\n </figure>\n </td>\n <td>lock.svg</td>\n <td><code>_includes/icons/octicons/lock.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"lock\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"16\" viewBox=\"0 0 25 16\"><path fill-rule=\"evenodd\" d=\"M4.7 8.73h2.45v4.02c-.55.27-1.64.34-2.53.34-2.56 0-3.47-2.2-3.47-5.05 0-2.85.91-5.06 3.48-5.06 1.28 0 2.06.23 3.28.73V2.66C7.27 2.33 6.25 2 4.63 2 1.13 2 0 4.69 0 8.03c0 3.34 1.11 6.03 4.63 6.03 1.64 0 2.81-.27 3.59-.64V7.73H4.7v1zm6.39 3.72V6.06h-1.05v6.28c0 1.25.58 1.72 1.72 1.72v-.89c-.48 0-.67-.16-.67-.7v-.02zm.25-8.72c0-.44-.33-.78-.78-.78s-.77.34-.77.78.33.78.77.78.78-.34.78-.78zm4.34 5.69c-1.5-.13-1.78-.48-1.78-1.17 0-.77.33-1.34 1.88-1.34 1.05 0 1.66.16 2.27.36v-.94c-.69-.3-1.52-.39-2.25-.39-2.2 0-2.92 1.2-2.92 2.31 0 1.08.47 1.88 2.73 2.08 1.55.13 1.77.63 1.77 1.34 0 .73-.44 1.42-2.06 1.42-1.11 0-1.86-.19-2.33-.36v.94c.5.2 1.58.39 2.33.39 2.38 0 3.14-1.2 3.14-2.41 0-1.28-.53-2.03-2.75-2.23h-.03zm8.58-2.47v-.86h-2.42v-2.5l-1.08.31v2.11l-1.56.44v.48h1.56v5c0 1.53 1.19 2.13 2.5 2.13.19 0 .52-.02.69-.05v-.89c-.19.03-.41.03-.61.03-.97 0-1.5-.39-1.5-1.34V6.94h2.42v.02-.01z\"/></svg>\n </figure>\n </td>\n <td>logo-gist.svg</td>\n <td><code>_includes/icons/octicons/logo-gist.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"logo-gist\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"45\" height=\"16\" viewBox=\"0 0 45 16\"><path fill-rule=\"evenodd\" d=\"M18.53 12.03h-.02c.009 0 .015.01.024.011h.006l-.01-.01zm.004.011c-.093.001-.327.05-.574.05-.78 0-1.05-.36-1.05-.83V8.13h1.59c.09 0 .16-.08.16-.19v-1.7c0-.09-.08-.17-.16-.17h-1.59V3.96c0-.08-.05-.13-.14-.13h-2.16c-.09 0-.14.05-.14.13v2.17s-1.09.27-1.16.28c-.08.02-.13.09-.13.17v1.36c0 .11.08.19.17.19h1.11v3.28c0 2.44 1.7 2.69 2.86 2.69.53 0 1.17-.17 1.27-.22.06-.02.09-.09.09-.16v-1.5a.177.177 0 00-.146-.18zM42.23 9.84c0-1.81-.73-2.05-1.5-1.97-.6.04-1.08.34-1.08.34v3.52s.49.34 1.22.36c1.03.03 1.36-.34 1.36-2.25zm2.43-.16c0 3.43-1.11 4.41-3.05 4.41-1.64 0-2.52-.83-2.52-.83s-.04.46-.09.52c-.03.06-.08.08-.14.08h-1.48c-.1 0-.19-.08-.19-.17l.02-11.11c0-.09.08-.17.17-.17h2.13c.09 0 .17.08.17.17v3.77s.82-.53 2.02-.53l-.01-.02c1.2 0 2.97.45 2.97 3.88zm-8.72-3.61h-2.1c-.11 0-.17.08-.17.19v5.44s-.55.39-1.3.39-.97-.34-.97-1.09V6.25c0-.09-.08-.17-.17-.17h-2.14c-.09 0-.17.08-.17.17v5.11c0 2.2 1.23 2.75 2.92 2.75 1.39 0 2.52-.77 2.52-.77s.05.39.08.45c.02.05.09.09.16.09h1.34c.11 0 .17-.08.17-.17l.02-7.47c0-.09-.08-.17-.19-.17zm-23.7-.01h-2.13c-.09 0-.17.09-.17.2v7.34c0 .2.13.27.3.27h1.92c.2 0 .25-.09.25-.27V6.23c0-.09-.08-.17-.17-.17zm-1.05-3.38c-.77 0-1.38.61-1.38 1.38 0 .77.61 1.38 1.38 1.38.75 0 1.36-.61 1.36-1.38 0-.77-.61-1.38-1.36-1.38zm16.49-.25h-2.11c-.09 0-.17.08-.17.17v4.09h-3.31V2.6c0-.09-.08-.17-.17-.17h-2.13c-.09 0-.17.08-.17.17v11.11c0 .09.09.17.17.17h2.13c.09 0 .17-.08.17-.17V8.96h3.31l-.02 4.75c0 .09.08.17.17.17h2.13c.09 0 .17-.08.17-.17V2.6c0-.09-.08-.17-.17-.17zM8.81 7.35v5.74c0 .04-.01.11-.06.13 0 0-1.25.89-3.31.89-2.49 0-5.44-.78-5.44-5.92S2.58 1.99 5.1 2c2.18 0 3.06.49 3.2.58.04.05.06.09.06.14L7.94 4.5c0 .09-.09.2-.2.17-.36-.11-.9-.33-2.17-.33-1.47 0-3.05.42-3.05 3.73s1.5 3.7 2.58 3.7c.92 0 1.25-.11 1.25-.11v-2.3H4.88c-.11 0-.19-.08-.19-.17V7.35c0-.09.08-.17.19-.17h3.74c.11 0 .19.08.19.17z\"/></svg>\n </figure>\n </td>\n <td>logo-github.svg</td>\n <td><code>_includes/icons/octicons/logo-github.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"logo-github\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M6 5H4V4h2v1zm3 1H4v1h5V6zm5-.48V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V5.52c0-.33.16-.63.42-.81L2 3.58V3c0-.55.45-1 1-1h1.2L7 0l2.8 2H11c.55 0 1 .45 1 1v.58l1.58 1.13c.27.19.42.48.42.81zM3 7.5L7 10l4-2.5V3H3v4.5zm-2 6l4.5-3-4.5-3v6zm11 .5l-5-3-5 3h10zm1-6.5l-4.5 3 4.5 3v-6z\"/></svg>\n </figure>\n </td>\n <td>mail-read.svg</td>\n <td><code>_includes/icons/octicons/mail-read.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"mail-read\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M0 4v8c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1zm13 0L7 9 1 4h12zM1 5.5l4 3-4 3v-6zM2 12l3.5-3L7 10.5 8.5 9l3.5 3H2zm11-.5l-4-3 4-3v6z\"/></svg>\n </figure>\n </td>\n <td>mail.svg</td>\n <td><code>_includes/icons/octicons/mail.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"mail\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z\"/></svg>\n </figure>\n </td>\n <td>mark-github.svg</td>\n <td><code>_includes/icons/octicons/mark-github.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"mark-github\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M14.85 3H1.15C.52 3 0 3.52 0 4.15v7.69C0 12.48.52 13 1.15 13h13.69c.64 0 1.15-.52 1.15-1.15v-7.7C16 3.52 15.48 3 14.85 3zM9 11H7V8L5.5 9.92 4 8v3H2V5h2l1.5 2L7 5h2v6zm2.99.5L9.5 8H11V5h2v3h1.5l-2.51 3.5z\"/></svg>\n </figure>\n </td>\n <td>markdown.svg</td>\n <td><code>_includes/icons/octicons/markdown.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"markdown\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M10 1c-.17 0-.36.05-.52.14C8.04 2.02 4.5 4.58 3 5c-1.38 0-3 .67-3 2.5S1.63 10 3 10c.3.08.64.23 1 .41V15h2v-3.45c1.34.86 2.69 1.83 3.48 2.31.16.09.34.14.52.14.52 0 1-.42 1-1V2c0-.58-.48-1-1-1zm0 12c-.38-.23-.89-.58-1.5-1-.16-.11-.33-.22-.5-.34V3.31c.16-.11.31-.2.47-.31.61-.41 1.16-.77 1.53-1v11zm2-6h4v1h-4V7zm0 2l4 2v1l-4-2V9zm4-6v1l-4 2V5l4-2z\"/></svg>\n </figure>\n </td>\n <td>megaphone.svg</td>\n <td><code>_includes/icons/octicons/megaphone.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"megaphone\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M6.58 15c1.25 0 2.52-.31 3.56-.94l-.42-.94c-.84.52-1.89.83-3.03.83-3.23 0-5.64-2.08-5.64-5.72 0-4.37 3.23-7.18 6.58-7.18 3.45 0 5.22 2.19 5.22 5.2 0 2.39-1.34 3.86-2.5 3.86-1.05 0-1.36-.73-1.05-2.19l.73-3.75H8.98l-.11.72c-.41-.63-.94-.83-1.56-.83-2.19 0-3.66 2.39-3.66 4.38 0 1.67.94 2.61 2.3 2.61.84 0 1.67-.53 2.3-1.25.11.94.94 1.45 1.98 1.45 1.67 0 3.77-1.67 3.77-5C14 2.61 11.59 0 7.83 0 3.66 0 0 3.33 0 8.33 0 12.71 2.92 15 6.58 15zm-.31-5c-.73 0-1.36-.52-1.36-1.67 0-1.45.94-3.22 2.41-3.22.52 0 .84.2 1.25.83l-.52 3.02c-.63.73-1.25 1.05-1.78 1.05V10z\"/></svg>\n </figure>\n </td>\n <td>mention.svg</td>\n <td><code>_includes/icons/octicons/mention.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"mention\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M8 2H6V0h2v2zm4 5H2c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h10l2 2-2 2zM8 4H6v2h2V4zM6 16h2V8H6v8z\"/></svg>\n </figure>\n </td>\n <td>milestone.svg</td>\n <td><code>_includes/icons/octicons/milestone.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"milestone\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M15.5 4.7L8.5 0l-7 4.7c-.3.19-.5.45-.5.8V16l7.5-4 7.5 4V5.5c0-.34-.2-.61-.5-.8zm-.5 9.8l-6-3.25V10H8v1.25L2 14.5v-9l6-4V6h1V1.5l6 4v9zM6 7h5V5l3 3-3 3V9H6v2L3 8l3-3v2z\"/></svg>\n </figure>\n </td>\n <td>mirror.svg</td>\n <td><code>_includes/icons/octicons/mirror.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"mirror\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8.11 2.8a.34.34 0 00-.2 0L.27 5.18a.35.35 0 000 .67L2 6.4v1.77c-.3.17-.5.5-.5.86 0 .19.05.36.14.5-.08.14-.14.31-.14.5v2.58c0 .55 2 .55 2 0v-2.58c0-.19-.05-.36-.14-.5.08-.14.14-.31.14-.5 0-.38-.2-.69-.5-.86V6.72l4.89 1.53c.06.02.14.02.2 0l7.64-2.38a.35.35 0 000-.67L8.1 2.81l.01-.01zM4 8l3.83 1.19h-.02c.13.03.25.03.36 0L12 8v2.5c0 1-1.8 1.5-4 1.5s-4-.5-4-1.5V8zm3.02-2.5c0 .28.45.5 1 .5s1-.22 1-.5-.45-.5-1-.5-1 .22-1 .5z\"/></svg>\n </figure>\n </td>\n <td>mortar-board.svg</td>\n <td><code>_includes/icons/octicons/mortar-board.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"mortar-board\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 2.81v10.38c0 .67-.81 1-1.28.53L3 10H1c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h2l3.72-3.72C7.19 1.81 8 2.14 8 2.81zm7.53 3.22l-1.06-1.06-1.97 1.97-1.97-1.97-1.06 1.06L11.44 8 9.47 9.97l1.06 1.06 1.97-1.97 1.97 1.97 1.06-1.06L13.56 8l1.97-1.97z\"/></svg>\n </figure>\n </td>\n <td>mute.svg</td>\n <td><code>_includes/icons/octicons/mute.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"mute\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M16 5v3c0 .55-.45 1-1 1h-3v2L9 8l3-3v2h2V5h2zM8 8c0 2.2-1.8 4-4 4s-4-1.8-4-4 1.8-4 4-4 4 1.8 4 4zM1.5 9.66L5.66 5.5C5.18 5.19 4.61 5 4 5 2.34 5 1 6.34 1 8c0 .61.19 1.17.5 1.66zM7 8c0-.61-.19-1.17-.5-1.66L2.34 10.5c.48.31 1.05.5 1.66.5 1.66 0 3-1.34 3-3z\"/></svg>\n </figure>\n </td>\n <td>no-newline.svg</td>\n <td><code>_includes/icons/octicons/no-newline.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"no-newline\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M3 10h4V9H3v1zm0-2h6V7H3v1zm0-2h8V5H3v1zm10 6H1V3h12v9zM1 2c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1H1z\"/></svg>\n </figure>\n </td>\n <td>note.svg</td>\n <td><code>_includes/icons/octicons/note.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"note\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M14.7 5.34c.13-.32.55-1.59-.13-3.31 0 0-1.05-.33-3.44 1.3-1-.28-2.07-.32-3.13-.32s-2.13.04-3.13.32c-2.39-1.64-3.44-1.3-3.44-1.3-.68 1.72-.26 2.99-.13 3.31C.49 6.21 0 7.33 0 8.69 0 13.84 3.33 15 7.98 15S16 13.84 16 8.69c0-1.36-.49-2.48-1.3-3.35zM8 14.02c-3.3 0-5.98-.15-5.98-3.35 0-.76.38-1.48 1.02-2.07 1.07-.98 2.9-.46 4.96-.46 2.07 0 3.88-.52 4.96.46.65.59 1.02 1.3 1.02 2.07 0 3.19-2.68 3.35-5.98 3.35zM5.49 9.01c-.66 0-1.2.8-1.2 1.78s.54 1.79 1.2 1.79c.66 0 1.2-.8 1.2-1.79s-.54-1.78-1.2-1.78zm5.02 0c-.66 0-1.2.79-1.2 1.78s.54 1.79 1.2 1.79c.66 0 1.2-.8 1.2-1.79s-.53-1.78-1.2-1.78z\"/></svg>\n </figure>\n </td>\n <td>octoface.svg</td>\n <td><code>_includes/icons/octicons/octoface.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"octoface\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M16 12.999c0 .439-.45 1-1 1H7.995c-.539 0-.994-.447-.995-.999H1c-.54 0-1-.561-1-1 0-2.634 3-4 3-4s.229-.409 0-1c-.841-.621-1.058-.59-1-3 .058-2.419 1.367-3 2.5-3s2.442.58 2.5 3c.058 2.41-.159 2.379-1 3-.229.59 0 1 0 1s1.549.711 2.42 2.088C9.196 9.369 10 8.999 10 8.999s.229-.409 0-1c-.841-.62-1.058-.59-1-3 .058-2.419 1.367-3 2.5-3s2.437.581 2.495 3c.059 2.41-.158 2.38-1 3-.229.59 0 1 0 1s3.005 1.366 3.005 4z\"/></svg>\n </figure>\n </td>\n <td>organization.svg</td>\n <td><code>_includes/icons/octicons/organization.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"organization\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1 4.27v7.47c0 .45.3.84.75.97l6.5 1.73c.16.05.34.05.5 0l6.5-1.73c.45-.13.75-.52.75-.97V4.27c0-.45-.3-.84-.75-.97l-6.5-1.74a1.4 1.4 0 00-.5 0L1.75 3.3c-.45.13-.75.52-.75.97zm7 9.09l-6-1.59V5l6 1.61v6.75zM2 4l2.5-.67L11 5.06l-2.5.67L2 4zm13 7.77l-6 1.59V6.61l2-.55V8.5l2-.53V5.53L15 5v6.77zm-2-7.24L6.5 2.8l2-.53L15 4l-2 .53z\"/></svg>\n </figure>\n </td>\n <td>package.svg</td>\n <td><code>_includes/icons/octicons/package.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"package\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M6 0C2.69 0 0 2.69 0 6v1c0 .55.45 1 1 1v5c0 1.1 2.24 2 5 2s5-.9 5-2V8c.55 0 1-.45 1-1V6c0-3.31-2.69-6-6-6zm3 10v.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V10c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-2c0-.28-.22-.5-.5-.5s-.5.22-.5.5v.5c0 .55-.45 1-1 1s-1-.45-1-1v-1c-.55 0-1-.45-1-1V7.2c.91.49 2.36.8 4 .8 1.64 0 3.09-.31 4-.8V9c0 .55-.45 1-1 1zM6 7c-1.68 0-3.12-.41-3.71-1C2.88 5.41 4.32 5 6 5c1.68 0 3.12.41 3.71 1-.59.59-2.03 1-3.71 1zm0-3c-2.76 0-5 .89-5 2 0-2.76 2.24-5 5-5s5 2.24 5 5c0-1.1-2.24-2-5-2z\"/></svg>\n </figure>\n </td>\n <td>paintcan.svg</td>\n <td><code>_includes/icons/octicons/paintcan.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"paintcan\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M0 12v3h3l8-8-3-3-8 8zm3 2H1v-2h1v1h1v1zm10.3-9.3L12 6 9 3l1.3-1.3a.996.996 0 011.41 0l1.59 1.59c.39.39.39 1.02 0 1.41z\"/></svg>\n </figure>\n </td>\n <td>pencil.svg</td>\n <td><code>_includes/icons/octicons/pencil.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"pencil\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M12 14.002a.998.998 0 01-.998.998H1.001A1 1 0 010 13.999V13c0-2.633 4-4 4-4s.229-.409 0-1c-.841-.62-.944-1.59-1-4 .173-2.413 1.867-3 3-3s2.827.586 3 3c-.056 2.41-.159 3.38-1 4-.229.59 0 1 0 1s4 1.367 4 4v1.002z\"/></svg>\n </figure>\n </td>\n <td>person.svg</td>\n <td><code>_includes/icons/octicons/person.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"person\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M10 1.2V2l.5 1L6 6H2.2c-.44 0-.67.53-.34.86L5 10l-4 5 5-4 3.14 3.14a.5.5 0 00.86-.34V10l3-4.5 1 .5h.8c.44 0 .67-.53.34-.86L10.86.86a.5.5 0 00-.86.34z\"/></svg>\n </figure>\n </td>\n <td>pin.svg</td>\n <td><code>_includes/icons/octicons/pin.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"pin\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M14 8A7 7 0 110 8a7 7 0 0114 0zm-8.223 3.482l4.599-3.066a.5.5 0 000-.832L5.777 4.518A.5.5 0 005 4.934v6.132a.5.5 0 00.777.416z\"/></svg>\n </figure>\n </td>\n <td>play.svg</td>\n <td><code>_includes/icons/octicons/play.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"play\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M14 6V5h-4V3H8v1H6c-1.03 0-1.77.81-2 2L3 7c-1.66 0-3 1.34-3 3v2h1v-2c0-1.11.89-2 2-2l1 1c.25 1.16.98 2 2 2h2v1h2v-2h4V9h-4V6h4z\"/></svg>\n </figure>\n </td>\n <td>plug.svg</td>\n <td><code>_includes/icons/octicons/plug.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"plug\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"7\" height=\"16\" viewBox=\"0 0 7 16\"><path fill-rule=\"evenodd\" d=\"M4 4H3v3H0v1h3v3h1V8h3V7H4V4z\"/></svg>\n </figure>\n </td>\n <td>plus-small.svg</td>\n <td><code>_includes/icons/octicons/plus-small.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"plus-small\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M12 9H7v5H5V9H0V7h5V2h2v5h5v2z\"/></svg>\n </figure>\n </td>\n <td>plus.svg</td>\n <td><code>_includes/icons/octicons/plus.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"plus\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"8\" height=\"16\" viewBox=\"0 0 8 16\"><path fill-rule=\"evenodd\" d=\"M4 10.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM4 12a4 4 0 100-8 4 4 0 000 8z\"/></svg>\n </figure>\n </td>\n <td>primitive-dot-stroke.svg</td>\n <td><code>_includes/icons/octicons/primitive-dot-stroke.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"primitive-dot-stroke\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"8\" height=\"16\" viewBox=\"0 0 8 16\"><path fill-rule=\"evenodd\" d=\"M0 8c0-2.2 1.8-4 4-4s4 1.8 4 4-1.8 4-4 4-4-1.8-4-4z\"/></svg>\n </figure>\n </td>\n <td>primitive-dot.svg</td>\n <td><code>_includes/icons/octicons/primitive-dot.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"primitive-dot\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"8\" height=\"16\" viewBox=\"0 0 8 16\"><path fill-rule=\"evenodd\" d=\"M8 12H0V4h8v8z\"/></svg>\n </figure>\n </td>\n <td>primitive-square.svg</td>\n <td><code>_includes/icons/octicons/primitive-square.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"primitive-square\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"15\" height=\"16\" viewBox=\"0 0 15 16\"><path fill-rule=\"evenodd\" d=\"M10 12h3V2h-3v10zm-4-2h3V2H6v8zm-4 4h3V2H2v12zm-1 1h13V1H1v14zM14 0H1a1 1 0 00-1 1v14a1 1 0 001 1h13a1 1 0 001-1V1a1 1 0 00-1-1z\"/></svg>\n </figure>\n </td>\n <td>project.svg</td>\n <td><code>_includes/icons/octicons/project.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"project\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M11.5 8L8.8 5.4 6.6 8.5 5.5 1.6 2.38 8H0v2h3.6l.9-1.8.9 5.4L9 8.5l1.6 1.5H14V8h-2.5z\"/></svg>\n </figure>\n </td>\n <td>pulse.svg</td>\n <td><code>_includes/icons/octicons/pulse.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"pulse\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M6 10h2v2H6v-2zm4-3.5C10 8.64 8 9 8 9H6c0-.55.45-1 1-1h.5c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5V7H4c0-1.5 1.5-3 3-3s3 1 3 2.5zM7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 011.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7z\"/></svg>\n </figure>\n </td>\n <td>question.svg</td>\n <td><code>_includes/icons/octicons/question.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"question\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M6.16 3.5C3.73 5.06 2.55 6.67 2.55 9.36c.16-.05.3-.05.44-.05 1.27 0 2.5.86 2.5 2.41 0 1.61-1.03 2.61-2.5 2.61-1.9 0-2.99-1.52-2.99-4.25 0-3.8 1.75-6.53 5.02-8.42L6.16 3.5zm7 0c-2.43 1.56-3.61 3.17-3.61 5.86.16-.05.3-.05.44-.05 1.27 0 2.5.86 2.5 2.41 0 1.61-1.03 2.61-2.5 2.61-1.89 0-2.98-1.52-2.98-4.25 0-3.8 1.75-6.53 5.02-8.42l1.14 1.84h-.01z\"/></svg>\n </figure>\n </td>\n <td>quote.svg</td>\n <td><code>_includes/icons/octicons/quote.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"quote\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M4.79 6.11c.25-.25.25-.67 0-.92-.32-.33-.48-.76-.48-1.19 0-.43.16-.86.48-1.19.25-.26.25-.67 0-.92a.613.613 0 00-.45-.19c-.16 0-.33.06-.45.19-.57.58-.85 1.35-.85 2.11 0 .76.29 1.53.85 2.11.25.25.66.25.9 0zM2.33.52a.651.651 0 00-.92 0C.48 1.48.01 2.74.01 3.99c0 1.26.47 2.52 1.4 3.48.25.26.66.26.91 0s.25-.68 0-.94c-.68-.7-1.02-1.62-1.02-2.54 0-.92.34-1.84 1.02-2.54a.66.66 0 00.01-.93zm5.69 5.1A1.62 1.62 0 106.4 4c-.01.89.72 1.62 1.62 1.62zM14.59.53a.628.628 0 00-.91 0c-.25.26-.25.68 0 .94.68.7 1.02 1.62 1.02 2.54 0 .92-.34 1.83-1.02 2.54-.25.26-.25.68 0 .94a.651.651 0 00.92 0c.93-.96 1.4-2.22 1.4-3.48A5.048 5.048 0 0014.59.53zM8.02 6.92c-.41 0-.83-.1-1.2-.3l-3.15 8.37h1.49l.86-1h4l.84 1h1.49L9.21 6.62c-.38.2-.78.3-1.19.3zm-.01.48L9.02 11h-2l.99-3.6zm-1.99 5.59l1-1h2l1 1h-4zm5.19-11.1c-.25.25-.25.67 0 .92.32.33.48.76.48 1.19 0 .43-.16.86-.48 1.19-.25.26-.25.67 0 .92a.63.63 0 00.9 0c.57-.58.85-1.35.85-2.11 0-.76-.28-1.53-.85-2.11a.634.634 0 00-.9 0z\"/></svg>\n </figure>\n </td>\n <td>radio-tower.svg</td>\n <td><code>_includes/icons/octicons/radio-tower.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"radio-tower\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M6 3.5c3.92.44 8 3.125 8 10-2.312-5.062-4.75-6-8-6V11L.5 5.5 6 0v3.5z\"/></svg>\n </figure>\n </td>\n <td>reply.svg</td>\n <td><code>_includes/icons/octicons/reply.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"reply\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M15 0H9v7c0 .55.45 1 1 1h1v1h1V8h3c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-4 7h-1V6h1v1zm4 0h-3V6h3v1zm0-2h-4V1h4v4zM4 5H3V4h1v1zm0-2H3V2h1v1zM2 1h6V0H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h2v2l1.5-1.5L6 16v-2h5c.55 0 1-.45 1-1v-3H2V1zm9 10v2H6v-1H3v1H1v-2h10zM3 8h1v1H3V8zm1-1H3V6h1v1z\"/></svg>\n </figure>\n </td>\n <td>repo-clone.svg</td>\n <td><code>_includes/icons/octicons/repo-clone.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"repo-clone\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M10 9H8v7H6V9H4l2.25-3H4l3-4 3 4H7.75L10 9zm1-9H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h4v-1H1v-2h4v-1H2V1h9v9H9v1h2v2H9v1h2c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z\"/></svg>\n </figure>\n </td>\n <td>repo-force-push.svg</td>\n <td><code>_includes/icons/octicons/repo-force-push.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"repo-force-push\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\"><path fill-rule=\"evenodd\" d=\"M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z\"/></svg>\n </figure>\n </td>\n <td>repo-forked.svg</td>\n <td><code>_includes/icons/octicons/repo-forked.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"repo-forked\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M13 8V6H7V4h6V2l3 3-3 3zM4 2H3v1h1V2zm7 5h1v6c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v2h-1V1H2v9h9V7zm0 4H1v2h2v-1h3v1h5v-2zM4 6H3v1h1V6zm0-2H3v1h1V4zM3 9h1V8H3v1z\"/></svg>\n </figure>\n </td>\n <td>repo-pull.svg</td>\n <td><code>_includes/icons/octicons/repo-pull.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"repo-pull\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M4 3H3V2h1v1zM3 5h1V4H3v1zm4 0L4 9h2v7h2V9h2L7 5zm4-5H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h4v-1H1v-2h4v-1H2V1h9.02L11 10H9v1h2v2H9v1h2c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z\"/></svg>\n </figure>\n </td>\n <td>repo-push.svg</td>\n <td><code>_includes/icons/octicons/repo-push.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"repo-push\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M12 6c0-.55-.45-1-1-1h-1V4c0-2.2-1.8-4-4-4S2 1.8 2 4v1H1c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h5v-1H2V6h9v2h1V6zM8.21 5V4c0-1.22-.98-2.2-2.2-2.2-1.22 0-2.2.98-2.2 2.2v1h4.4zM12 12h2v2h-2v2h-2v-2H8v-2h2v-2h2v2zm-9 0h1v-1H3v1zm0-5h1v1H3V7zm1 2H3v1h1V9z\"/></svg>\n </figure>\n </td>\n <td>repo-template-private.svg</td>\n <td><code>_includes/icons/octicons/repo-template-private.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"repo-template-private\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M12 8V1c0-.55-.45-1-1-1H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h2v2l1.5-1.5L6 16v-4H3v1H1v-2h7v-1H2V1h9v7h1zM4 2H3v1h1V2zM3 4h1v1H3V4zm1 2H3v1h1V6zm0 3H3V8h1v1zm6 3H8v2h2v2h2v-2h2v-2h-2v-2h-2v2z\"/></svg>\n </figure>\n </td>\n <td>repo-template.svg</td>\n <td><code>_includes/icons/octicons/repo-template.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"repo-template\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z\"/></svg>\n </figure>\n </td>\n <td>repo.svg</td>\n <td><code>_includes/icons/octicons/repo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"repo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M0 2a1 1 0 011-1h14a1 1 0 011 1v9a1 1 0 01-1 1H7l-4 4v-4H1a1 1 0 01-1-1V2zm1 0h14v9H6.5L4 13.5V11H1V2zm6 6h2v2H7V8zm0-5h2v4H7V3z\"/></svg>\n </figure>\n </td>\n <td>report.svg</td>\n <td><code>_includes/icons/octicons/report.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"report\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M0 1a1 1 0 011-1h14a1 1 0 011 1v10a1 1 0 01-1 1H7.5L4 15.5V12H1a1 1 0 01-1-1V1zm1 0v10h4v2l2-2h8V1H1zm7.5 3h2v1h-2v2h-1V5h-2V4h2V2h1v2zm2 5h-5V8h5v1z\"/></svg>\n </figure>\n </td>\n <td>request-changes.svg</td>\n <td><code>_includes/icons/octicons/request-changes.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"request-changes\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M12.17 3.83c-.27-.27-.47-.55-.63-.88-.16-.31-.27-.66-.34-1.02-.58.33-1.16.7-1.73 1.13-.58.44-1.14.94-1.69 1.48-.7.7-1.33 1.81-1.78 2.45H3L0 10h3l2-2c-.34.77-1.02 2.98-1 3l1 1c.02.02 2.23-.64 3-1l-2 2v3l3-3v-3c.64-.45 1.75-1.09 2.45-1.78.55-.55 1.05-1.13 1.47-1.7.44-.58.81-1.16 1.14-1.72-.36-.08-.7-.19-1.03-.34a3.39 3.39 0 01-.86-.63zM16 0s-.09.38-.3 1.06c-.2.7-.55 1.58-1.06 2.66-.7-.08-1.27-.33-1.66-.72-.39-.39-.63-.94-.7-1.64C13.36.84 14.23.48 14.92.28 15.62.08 16 0 16 0z\"/></svg>\n </figure>\n </td>\n <td>rocket.svg</td>\n <td><code>_includes/icons/octicons/rocket.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"rocket\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\"><path fill-rule=\"evenodd\" d=\"M2 13H0v-2c1.11 0 2 .89 2 2zM0 3v1a9 9 0 019 9h1C10 7.48 5.52 3 0 3zm0 4v1c2.75 0 5 2.25 5 5h1c0-3.31-2.69-6-6-6z\"/></svg>\n </figure>\n </td>\n <td>rss.svg</td>\n <td><code>_includes/icons/octicons/rss.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"rss\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M13 6l-5 5V4h3l2 2zm3 0l-8 8-8-8 4-4h8l4 4zm-8 6.5L14.5 6l-3-3h-7l-3 3L8 12.5z\"/></svg>\n </figure>\n </td>\n <td>ruby.svg</td>\n <td><code>_includes/icons/octicons/ruby.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"ruby\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M12 0H4c-.73 0-1 .27-1 1v15l5-3.09L13 16V1c0-.73-.27-1-1-1z\"/></svg>\n </figure>\n </td>\n <td>saved.svg</td>\n <td><code>_includes/icons/octicons/saved.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"saved\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M13 10h1v3c0 .547-.453 1-1 1h-3v-1h3v-3zM1 10H0v3c0 .547.453 1 1 1h3v-1H1v-3zm0-7h3V2H1c-.547 0-1 .453-1 1v3h1V3zm1 1h10v8H2V4zm2 6h6V6H4v4zm6-8v1h3v3h1V3c0-.547-.453-1-1-1h-3z\"/></svg>\n </figure>\n </td>\n <td>screen-full.svg</td>\n <td><code>_includes/icons/octicons/screen-full.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"screen-full\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M2 4H0V3h2V1h1v2c0 .547-.453 1-1 1zm0 8H0v1h2v2h1v-2c0-.547-.453-1-1-1zm9-2c0 .547-.453 1-1 1H4c-.547 0-1-.453-1-1V6c0-.547.453-1 1-1h6c.547 0 1 .453 1 1v4zM9 7H5v2h4V7zm2 6v2h1v-2h2v-1h-2c-.547 0-1 .453-1 1zm1-10V1h-1v2c0 .547.453 1 1 1h2V3h-2z\"/></svg>\n </figure>\n </td>\n <td>screen-normal.svg</td>\n <td><code>_includes/icons/octicons/screen-normal.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"screen-normal\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M15.7 13.3l-3.81-3.83A5.93 5.93 0 0013 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3.25 0 .52-.09.7-.3a.996.996 0 000-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7 0-2.59 2.11-4.7 4.7-4.7 2.59 0 4.7 2.11 4.7 4.7 0 2.59-2.11 4.7-4.7 4.7z\"/></svg>\n </figure>\n </td>\n <td>search.svg</td>\n <td><code>_includes/icons/octicons/search.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"search\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M11 6H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1zM2 9H1V7h1v2zm2 0H3V7h1v2zm2 0H5V7h1v2zm2 0H7V7h1v2zm3-8H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM2 4H1V2h1v2zm2 0H3V2h1v2zm2 0H5V2h1v2zm2 0H7V2h1v2zm3-1h-1V2h1v1zm0 8H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1zm-9 3H1v-2h1v2zm2 0H3v-2h1v2zm2 0H5v-2h1v2zm2 0H7v-2h1v2z\"/></svg>\n </figure>\n </td>\n <td>server.svg</td>\n <td><code>_includes/icons/octicons/server.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"server\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M4 7H3V2h1v5zm-1 7h1v-3H3v3zm5 0h1V8H8v6zm5 0h1v-2h-1v2zm1-12h-1v6h1V2zM9 2H8v2h1V2zM5 8H2c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1zm5-3H7c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1zm5 4h-3c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1z\"/></svg>\n </figure>\n </td>\n <td>settings.svg</td>\n <td><code>_includes/icons/octicons/settings.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"settings\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path d=\"M6.5 0L0 1.875v5.644C0 11.897 4.93 15 6.5 15c.741 0 2.232-.692 3.6-1.884l-.713-.61C8.275 13.453 7.099 14 6.5 14 5.172 14 1 11.31 1 7.516V2.625L6.5 1 12 2.625v4.891c0 .128-.005.255-.014.38L13 6.713V1.875L6.5 0zm5 10l-2-1.5L8 10l3.5 3L16 8l-1.5-1.5-3 3.5zM2 3.375L6.5 2v11C5.414 13 2 10.724 2 7.514V3.375z\"/></svg>\n </figure>\n </td>\n <td>shield-check.svg</td>\n <td><code>_includes/icons/octicons/shield-check.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"shield-check\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M7 0L0 2v6.02C0 12.69 5.31 16 7 16c1.69 0 7-3.31 7-7.98V2L7 0zM5 11l1.14-2.8a.568.568 0 00-.25-.59C5.33 7.25 5 6.66 5 6c0-1.09.89-2 1.98-2C8.06 4 9 4.91 9 6c0 .66-.33 1.25-.89 1.61-.19.13-.3.36-.25.59L9 11H5z\"/></svg>\n </figure>\n </td>\n <td>shield-lock.svg</td>\n <td><code>_includes/icons/octicons/shield-lock.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"shield-lock\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path d=\"M6.5 0L0 1.875v5.644C0 11.897 4.93 15 6.5 15c.63 0 1.8-.5 2.976-1.38l-.663-.663C7.889 13.625 6.996 14 6.5 14 5.172 14 1 11.31 1 7.516V2.625L6.5 1 12 2.625v4.23l.48.48.52-.52v-4.94L6.5 0zm5.98 8.75L10.73 7 9.25 8.48 11 10.23l-1.75 1.75 1.48 1.48 1.75-1.75 1.75 1.75 1.48-1.48-1.75-1.75 1.75-1.75L14.23 7l-1.75 1.75zM2 3.375L6.5 2v11C5.414 13 2 10.724 2 7.514V3.375z\"/></svg>\n </figure>\n </td>\n <td>shield-x.svg</td>\n <td><code>_includes/icons/octicons/shield-x.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"shield-x\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M0 2l7-2 7 2v6.02C14 12.69 8.69 16 7 16c-1.69 0-7-3.31-7-7.98V2zm1 .75L7 1l6 1.75v5.268C13 12.104 8.449 15 7 15c-1.449 0-6-2.896-6-6.982V2.75zm1 .75L7 2v12c-1.207 0-5-2.482-5-5.985V3.5z\"/></svg>\n </figure>\n </td>\n <td>shield.svg</td>\n <td><code>_includes/icons/octicons/shield.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"shield\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M7 6.75V12h4V8h1v4c0 .55-.45 1-1 1H7v3l-5.45-2.72c-.33-.17-.55-.52-.55-.91V1c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v3h-1V1H3l4 2v2.25L10 3v2h4v2h-4v2L7 6.75z\"/></svg>\n </figure>\n </td>\n <td>sign-in.svg</td>\n <td><code>_includes/icons/octicons/sign-in.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"sign-in\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"17\" viewBox=\"0 0 16 17\"><path fill-rule=\"evenodd\" d=\"M12 9V7H8V5h4V3l4 3-4 3zm-2 3H6V3L2 1h8v3h1V1c0-.55-.45-1-1-1H1C.45 0 0 .45 0 1v11.38c0 .39.22.73.55.91L6 16.01V13h4c.55 0 1-.45 1-1V8h-1v4z\"/></svg>\n </figure>\n </td>\n <td>sign-out.svg</td>\n <td><code>_includes/icons/octicons/sign-out.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"sign-out\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M5.79 11.624l-1.326-.088-.088-1.326 5.834-5.834 1.326.088.088 1.326-5.834 5.834zM8 15A7 7 0 108 1a7 7 0 000 14zm5.5-7a5.5 5.5 0 11-11 0 5.5 5.5 0 0111 0z\"/></svg>\n </figure>\n </td>\n <td>skip.svg</td>\n <td><code>_includes/icons/octicons/skip.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"skip\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm4.81 12.81a6.72 6.72 0 01-2.17 1.45c-.83.36-1.72.53-2.64.53-.92 0-1.81-.17-2.64-.53-.81-.34-1.55-.83-2.17-1.45a6.773 6.773 0 01-1.45-2.17A6.59 6.59 0 011.21 8c0-.92.17-1.81.53-2.64.34-.81.83-1.55 1.45-2.17.62-.62 1.36-1.11 2.17-1.45A6.59 6.59 0 018 1.21c.92 0 1.81.17 2.64.53.81.34 1.55.83 2.17 1.45.62.62 1.11 1.36 1.45 2.17.36.83.53 1.72.53 2.64 0 .92-.17 1.81-.53 2.64-.34.81-.83 1.55-1.45 2.17zM4 6.8v-.59c0-.66.53-1.19 1.2-1.19h.59c.66 0 1.19.53 1.19 1.19v.59c0 .67-.53 1.2-1.19 1.2H5.2C4.53 8 4 7.47 4 6.8zm5 0v-.59c0-.66.53-1.19 1.2-1.19h.59c.66 0 1.19.53 1.19 1.19v.59c0 .67-.53 1.2-1.19 1.2h-.59C9.53 8 9 7.47 9 6.8zm4 3.2c-.72 1.88-2.91 3-5 3s-4.28-1.13-5-3c-.14-.39.23-1 .66-1h8.59c.41 0 .89.61.75 1z\"/></svg>\n </figure>\n </td>\n <td>smiley.svg</td>\n <td><code>_includes/icons/octicons/smiley.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"smiley\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M12 1C9.79 1 8 2.31 8 3.92c0 1.94.5 3.03 0 6.08 0-4.5-2.77-6.34-4-6.34.05-.5-.48-.66-.48-.66s-.22.11-.3.34c-.27-.31-.56-.27-.56-.27l-.13.58S.7 4.29.68 6.87c.2.33 1.53.6 2.47.43.89.05.67.79.47.99C2.78 9.13 2 8 1 8S0 9 1 9s1 1 3 1c-3.09 1.2 0 4 0 4H3c-1 0-1 1-1 1h6c3 0 5-1 5-3.47 0-.85-.43-1.79-1-2.53-1.11-1.46.23-2.68 1-2 .77.68 3 1 3-2 0-2.21-1.79-4-4-4zM2.5 6c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5z\"/></svg>\n </figure>\n </td>\n <td>squirrel.svg</td>\n <td><code>_includes/icons/octicons/squirrel.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"squirrel\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z\"/></svg>\n </figure>\n </td>\n <td>star.svg</td>\n <td><code>_includes/icons/octicons/star.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"star\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M10 1H4L0 5v6l4 4h6l4-4V5l-4-4zm3 9.5L9.5 14h-5L1 10.5v-5L4.5 2h5L13 5.5v5zM6 4h2v5H6V4zm0 6h2v2H6v-2z\"/></svg>\n </figure>\n </td>\n <td>stop.svg</td>\n <td><code>_includes/icons/octicons/stop.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"stop\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M10.24 7.4a4.15 4.15 0 01-1.2 3.6 4.346 4.346 0 01-5.41.54L4.8 10.4.5 9.8l.6 4.2 1.31-1.26c2.36 1.74 5.7 1.57 7.84-.54a5.876 5.876 0 001.74-4.46l-1.75-.34zM2.96 5a4.346 4.346 0 015.41-.54L7.2 5.6l4.3.6-.6-4.2-1.31 1.26c-2.36-1.74-5.7-1.57-7.85.54C.5 5.03-.06 6.65.01 8.26l1.75.35A4.17 4.17 0 012.96 5z\"/></svg>\n </figure>\n </td>\n <td>sync.svg</td>\n <td><code>_includes/icons/octicons/sync.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"sync\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"15\" height=\"16\" viewBox=\"0 0 15 16\"><path fill-rule=\"evenodd\" d=\"M7.73 1.73C7.26 1.26 6.62 1 5.96 1H3.5C2.13 1 1 2.13 1 3.5v2.47c0 .66.27 1.3.73 1.77l6.06 6.06c.39.39 1.02.39 1.41 0l4.59-4.59a.996.996 0 000-1.41L7.73 1.73zM2.38 7.09c-.31-.3-.47-.7-.47-1.13V3.5c0-.88.72-1.59 1.59-1.59h2.47c.42 0 .83.16 1.13.47l6.14 6.13-4.73 4.73-6.13-6.15zM3.01 3h2v2H3V3h.01z\"/></svg>\n </figure>\n </td>\n <td>tag.svg</td>\n <td><code>_includes/icons/octicons/tag.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"tag\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M15.41 9H7.59C7 9 7 8.59 7 8c0-.59 0-1 .59-1h7.81c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zM9.59 4C9 4 9 3.59 9 3c0-.59 0-1 .59-1h5.81c.59 0 .59.41.59 1 0 .59 0 1-.59 1H9.59zM0 3.91l1.41-1.3L3 4.2 7.09 0 8.5 1.41 3 6.91l-3-3zM7.59 12h7.81c.59 0 .59.41.59 1 0 .59 0 1-.59 1H7.59C7 14 7 13.59 7 13c0-.59 0-1 .59-1z\"/></svg>\n </figure>\n </td>\n <td>tasklist.svg</td>\n <td><code>_includes/icons/octicons/tasklist.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"tasklist\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M8 9l3 6h-1l-2-4v5H7v-6l-2 5H4l2-5 2-1zM7 0H6v1h1V0zM5 3H4v1h1V3zM2 1H1v1h1V1zM.63 9a.52.52 0 00-.16.67l.55.92c.13.23.41.31.64.2l1.39-.66-1.16-2-1.27.86.01.01zm7.89-5.39l-5.8 3.95L3.95 9.7l6.33-3.03-1.77-3.06h.01zm4.22 1.28l-1.47-2.52a.51.51 0 00-.72-.17l-1.2.83 1.84 3.2 1.33-.64c.27-.13.36-.44.22-.7z\"/></svg>\n </figure>\n </td>\n <td>telescope.svg</td>\n <td><code>_includes/icons/octicons/telescope.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"telescope\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M7 10h4v1H7v-1zm-3 1l3-3-3-3-.75.75L5.5 8l-2.25 2.25L4 11zm10-8v10c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h12c.55 0 1 .45 1 1zm-1 0H1v10h12V3z\"/></svg>\n </figure>\n </td>\n <td>terminal.svg</td>\n <td><code>_includes/icons/octicons/terminal.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"terminal\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"16\" viewBox=\"0 0 18 16\"><path fill-rule=\"evenodd\" d=\"M13.62 9.08L12.1 3.66h-.06l-1.5 5.42h3.08zM5.7 10.13S4.68 6.52 4.53 6.02h-.08l-1.13 4.11H5.7zM17.31 14h-2.25l-.95-3.25h-4.07L9.09 14H6.84l-.69-2.33H2.87L2.17 14H0l3.3-9.59h2.5l2.17 6.34L10.86 2h2.52l3.94 12h-.01z\"/></svg>\n </figure>\n </td>\n <td>text-size.svg</td>\n <td><code>_includes/icons/octicons/text-size.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"text-size\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M11.41 9H.59C0 9 0 8.59 0 8c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zm0-4H.59C0 5 0 4.59 0 4c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zM.59 11H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1H.59C0 13 0 12.59 0 12c0-.59 0-1 .59-1z\"/></svg>\n </figure>\n </td>\n <td>three-bars.svg</td>\n <td><code>_includes/icons/octicons/three-bars.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"three-bars\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M15.98 7.83l-.97-5.95C14.84.5 13.13 0 12 0H5.69c-.2 0-.38.05-.53.14L3.72 1H2C.94 1 0 1.94 0 3v4c0 1.06.94 2.02 2 2h2c.91 0 1.39.45 2.39 1.55.91 1 .88 1.8.63 3.27-.08.5.06 1 .42 1.42.39.47.98.76 1.56.76 1.83 0 3-3.71 3-5.01l-.02-.98h2.04c1.16 0 1.95-.8 1.98-1.97 0-.11-.02-.21-.02-.21zm-1.97 1.19h-1.99c-.7 0-1.03.28-1.03.97l.03 1.03c0 1.27-1.17 4-2 4-.5 0-1.08-.5-1-1 .25-1.58.34-2.78-.89-4.14C6.11 8.75 5.36 8 4 8V2l1.67-1H12c.73 0 1.95.31 2 1l.02.02 1 6c-.03.64-.38 1-1 1h-.01z\"/></svg>\n </figure>\n </td>\n <td>thumbsdown.svg</td>\n <td><code>_includes/icons/octicons/thumbsdown.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"thumbsdown\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M15.98 8.17l-.97 5.95C14.84 15.5 13.13 16 12 16H5.69c-.2 0-.38-.05-.53-.14L3.72 15H2c-1.06 0-2-.94-2-2V9c0-1.06.94-2.02 2-2h2c.91 0 1.39-.45 2.39-1.55.91-1 .88-1.8.63-3.27-.08-.5.06-1 .42-1.42C7.83.29 8.42 0 9 0c1.83 0 3 3.71 3 5.01l-.02.98h2.04c1.16 0 1.95.8 1.98 1.97 0 .11-.02.21-.02.21zm-1.97-1.19h-1.99c-.7 0-1.03-.28-1.03-.97l.03-1.03c0-1.27-1.17-4-2-4-.5 0-1.08.5-1 1 .25 1.58.34 2.78-.89 4.14C6.11 7.25 5.36 8 4 8v6l1.67 1H12c.73 0 1.95-.31 2-1l.02-.02 1-6c-.03-.64-.38-1-1-1h-.01z\"/></svg>\n </figure>\n </td>\n <td>thumbsup.svg</td>\n <td><code>_includes/icons/octicons/thumbsup.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"thumbsup\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M4.48 7.27c.26.26 1.28 1.33 1.28 1.33l.56-.58-.88-.91 1.69-1.8s-.76-.74-.43-.45c.32-1.19.03-2.51-.87-3.44C4.93.5 3.66.2 2.52.51l1.93 2-.51 1.96-1.89.52-1.93-2C-.19 4.17.1 5.48 1 6.4c.94.98 2.29 1.26 3.48.87zm6.44 1.94l-2.33 2.3 3.84 3.98c.31.33.73.49 1.14.49.41 0 .82-.16 1.14-.49.63-.65.63-1.7 0-2.35l-3.79-3.93zM16 2.53L13.55 0 6.33 7.46l.88.91-4.31 4.46-.99.53-1.39 2.27.35.37 2.2-1.44.51-1.02L7.9 9.08l.88.91L16 2.53z\"/></svg>\n </figure>\n </td>\n <td>tools.svg</td>\n <td><code>_includes/icons/octicons/tools.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"tools\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M11 2H9c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1H2c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1v9c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V5c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm-1 12H3V5h1v8h1V5h1v8h1V5h1v8h1V5h1v9zm1-10H2V3h9v1z\"/></svg>\n </figure>\n </td>\n <td>trashcan.svg</td>\n <td><code>_includes/icons/octicons/trashcan.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"trashcan\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M0 5l6 6 6-6H0z\"/></svg>\n </figure>\n </td>\n <td>triangle-down.svg</td>\n <td><code>_includes/icons/octicons/triangle-down.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"triangle-down\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"6\" height=\"16\" viewBox=\"0 0 6 16\"><path fill-rule=\"evenodd\" d=\"M6 2L0 8l6 6V2z\"/></svg>\n </figure>\n </td>\n <td>triangle-left.svg</td>\n <td><code>_includes/icons/octicons/triangle-left.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"triangle-left\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"6\" height=\"16\" viewBox=\"0 0 6 16\"><path fill-rule=\"evenodd\" d=\"M0 14l6-6-6-6v12z\"/></svg>\n </figure>\n </td>\n <td>triangle-right.svg</td>\n <td><code>_includes/icons/octicons/triangle-right.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"triangle-right\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M12 11L6 5l-6 6h12z\"/></svg>\n </figure>\n </td>\n <td>triangle-up.svg</td>\n <td><code>_includes/icons/octicons/triangle-up.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"triangle-up\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M11.5 7.5L14 10c0 .55-.45 1-1 1H9v-1h3.5l-2-2h-7l-2 2H5v1H1c-.55 0-1-.45-1-1l2.5-2.5L0 5c0-.55.45-1 1-1h4v1H1.5l2 2h7l2-2H9V4h4c.55 0 1 .45 1 1l-2.5 2.5zM6 6h2V3h2L7 0 4 3h2v3zm2 3H6v3H4l3 3 3-3H8V9z\"/></svg>\n </figure>\n </td>\n <td>unfold.svg</td>\n <td><code>_includes/icons/octicons/unfold.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"unfold\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M12 8.02c0 1.09-.45 2.09-1.17 2.83l-.67-.67c.55-.56.89-1.31.89-2.16 0-.85-.34-1.61-.89-2.16l.67-.67A3.99 3.99 0 0112 8.02zM7.72 2.28L4 6H2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2l3.72 3.72c.47.47 1.28.14 1.28-.53V2.81c0-.67-.81-1-1.28-.53zm5.94.08l-.67.67a6.996 6.996 0 012.06 4.98c0 1.94-.78 3.7-2.06 4.98l.67.67A7.973 7.973 0 0016 8c0-2.22-.89-4.22-2.34-5.66v.02zm-1.41 1.41l-.69.67a5.05 5.05 0 011.48 3.58c0 1.39-.56 2.66-1.48 3.56l.69.67A5.971 5.971 0 0014 8.02c0-1.65-.67-3.16-1.75-4.25z\"/></svg>\n </figure>\n </td>\n <td>unmute.svg</td>\n <td><code>_includes/icons/octicons/unmute.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"unmute\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path d=\"M12 0H4c-.73 0-1 .27-1 1v1.982l10 5.774V1c0-.73-.27-1-1-1zm1 12.203l1.606.928.75-1.3-13.856-8-.75 1.3L3 6.43V16l5-3.09L13 16v-3.797z\"/></svg>\n </figure>\n </td>\n <td>unsaved.svg</td>\n <td><code>_includes/icons/octicons/unsaved.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"unsaved\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M15.67 7.066l-1.08-1.34a1.5 1.5 0 01-.309-.77l-.19-1.698a1.51 1.51 0 00-1.329-1.33l-1.699-.19c-.3-.03-.56-.159-.78-.329L8.945.33a1.504 1.504 0 00-1.878 0l-1.34 1.08a1.5 1.5 0 01-.77.31l-1.698.19c-.7.08-1.25.63-1.33 1.329l-.19 1.699c-.03.3-.159.56-.329.78L.33 7.055a1.504 1.504 0 000 1.878l1.08 1.34c.17.22.28.48.31.77l.19 1.698c.08.7.63 1.25 1.329 1.33l1.699.19c.3.03.56.159.78.329l1.339 1.08c.55.439 1.329.439 1.878 0l1.34-1.08c.22-.17.48-.28.77-.31l1.698-.19c.7-.08 1.25-.63 1.33-1.329l.19-1.699c.03-.3.159-.56.329-.78l1.08-1.339a1.504 1.504 0 000-1.878zM9 11.5c0 .28-.22.5-.5.5h-1c-.27 0-.5-.22-.5-.5v-1c0-.28.23-.5.5-.5h1c.28 0 .5.22.5.5v1zm1.56-4.89c-.06.17-.17.33-.3.47-.13.16-.14.19-.33.38-.16.17-.31.3-.52.45-.11.09-.2.19-.28.27-.08.08-.14.17-.19.27-.05.1-.08.19-.11.3-.03.11-.03.13-.03.25H7.13c0-.22 0-.31.03-.48.03-.19.08-.36.14-.52.06-.14.14-.28.25-.42.11-.13.23-.25.41-.38.27-.19.36-.3.48-.52.12-.22.2-.38.2-.59 0-.27-.06-.45-.2-.58-.13-.13-.31-.19-.58-.19-.09 0-.19.02-.3.05-.11.03-.17.09-.25.16-.08.07-.14.11-.2.2a.41.41 0 00-.09.28h-2c0-.38.13-.56.27-.83.16-.27.36-.5.61-.67.25-.17.55-.3.88-.38.33-.08.7-.13 1.09-.13.44 0 .83.05 1.17.13.34.09.63.22.88.39.23.17.41.38.55.63.13.25.19.55.19.88 0 .22 0 .42-.08.59l-.02-.01z\"/></svg>\n </figure>\n </td>\n <td>unverified.svg</td>\n <td><code>_includes/icons/octicons/unverified.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"unverified\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M15.67 7.066l-1.08-1.34a1.5 1.5 0 01-.309-.77l-.19-1.698a1.51 1.51 0 00-1.329-1.33l-1.699-.19c-.3-.03-.56-.159-.78-.329L8.945.33a1.504 1.504 0 00-1.878 0l-1.34 1.08a1.5 1.5 0 01-.77.31l-1.698.19c-.7.08-1.25.63-1.33 1.329l-.19 1.699c-.03.3-.159.56-.329.78L.33 7.055a1.504 1.504 0 000 1.878l1.08 1.34c.17.22.28.48.31.77l.19 1.698c.08.7.63 1.25 1.329 1.33l1.699.19c.3.03.56.159.78.329l1.339 1.08c.55.439 1.329.439 1.878 0l1.34-1.08c.22-.17.48-.28.77-.31l1.698-.19c.7-.08 1.25-.63 1.33-1.329l.19-1.699c.03-.3.159-.56.329-.78l1.08-1.339a1.504 1.504 0 000-1.878zM6.5 12.01L3 8.51l1.5-1.5 2 2 5-5L13 5.56l-6.5 6.45z\"/></svg>\n </figure>\n </td>\n <td>verified.svg</td>\n <td><code>_includes/icons/octicons/verified.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"verified\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"16\" viewBox=\"0 0 14 16\"><path fill-rule=\"evenodd\" d=\"M13 3H7c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm-1 8H8V5h4v6zM4 4h1v1H4v6h1v1H4c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1zM1 5h1v1H1v4h1v1H1c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1z\"/></svg>\n </figure>\n </td>\n <td>versions.svg</td>\n <td><code>_includes/icons/octicons/versions.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"versions\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M6 8h2v1H5V5h1v3zm6 0c0 2.22-1.2 4.16-3 5.19V15c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-1.81C1.2 12.16 0 10.22 0 8s1.2-4.16 3-5.19V1c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v1.81c1.8 1.03 3 2.97 3 5.19zm-1 0c0-2.77-2.23-5-5-5S1 5.23 1 8s2.23 5 5 5 5-2.23 5-5z\"/></svg>\n </figure>\n </td>\n <td>watch.svg</td>\n <td><code>_includes/icons/octicons/watch.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"watch\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M10 8A5 5 0 110 8a5 5 0 0110 0zM3.5 5.5l4 2.5-4 2.5v-5zm3.75 7.444a5.001 5.001 0 000-9.888 5 5 0 110 9.888zm3 0a5.001 5.001 0 000-9.888 5 5 0 110 9.888z\"/></svg>\n </figure>\n </td>\n <td>workflow-all.svg</td>\n <td><code>_includes/icons/octicons/workflow-all.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"workflow-all\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M3 4.949a2.5 2.5 0 10-1 0v8.049c0 .547.453 1 1 1h2.05a2.5 2.5 0 004.9 0h1.1a2.5 2.5 0 100-1h-1.1a2.5 2.5 0 00-4.9 0H3v-5h2.05a2.5 2.5 0 004.9 0h1.1a2.5 2.5 0 100-1h-1.1a2.5 2.5 0 00-4.9 0H3v-2.05zm9 2.55a1.5 1.5 0 103 0 1.5 1.5 0 00-3 0zm-3 0a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zm4.5 7.499a1.5 1.5 0 110-3.001 1.5 1.5 0 010 3zm-6-3a1.5 1.5 0 110 3 1.5 1.5 0 010-3z\"/></svg>\n </figure>\n </td>\n <td>workflow.svg</td>\n <td><code>_includes/icons/octicons/workflow.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"workflow\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"16\" viewBox=\"0 0 12 16\"><path fill-rule=\"evenodd\" d=\"M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48L7.48 8z\"/></svg>\n </figure>\n </td>\n <td>x.svg</td>\n <td><code>_includes/icons/octicons/x.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"x\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\"><path fill-rule=\"evenodd\" d=\"M10 7H6l3-7-9 9h4l-3 7 9-9z\"/></svg>\n </figure>\n </td>\n <td>zap.svg</td>\n <td><code>_includes/icons/octicons/zap.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"octicons\"\n                symbol=\"zap\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n </tbody>\n</table>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h2 class=\"heading \"\n >\n \n Simple Icons\n \n </h2>\n\n\n\n\n<table>\n <thead>\n <tr>\n <th>Icon</th>\n <th>Filename</th>\n <th>Full path</th>\n <th>Include code</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>1001Tracklists icon</title><path d=\"M9.422 10.723h-1.35v3.807h2.458v-4.048h2.94v4.337h-1.35v1.35h-1.349v2.458h2.458v-2.7h2.699v-5.204h-1.35v-1.35H9.422zm1.35 11.952h2.457v-2.458H10.77v2.458zm-2.676-20H6.747v1.35h-1.35v1.348H4.049v1.35h-1.35v6.699H1.35v1.35H0v2.457h1.35v1.35h1.349v1.349h2.458v-7.856h-1.35v-4.24h1.35v-1.35h1.349v-1.35h1.35V3.784h8.289v1.35h1.349v1.349h1.35v1.35h1.349v4.24h-1.35v7.856h2.458v-1.35h1.35v-1.35H24v-2.457h-1.35v-1.35h-1.349V6.724h-1.35v-1.35h-1.349V4.024h-1.349v-1.35h-1.35V1.326H8.097v1.35Z\"/></svg>\n </figure>\n </td>\n <td>1001tracklists.svg</td>\n <td><code>_includes/icons/simple-icons/1001tracklists.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"1001tracklists\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>1Password icon</title><path d=\"M10.51,10.013V7.299c0-0.306,0.248-0.554,0.554-0.554h1.911c0.306,0,0.554,0.248,0.554,0.554v4.968 c0,0.076-0.038,0.134-0.076,0.191l-0.478,0.478c-0.115,0.115-0.115,0.287,0,0.382l0.478,0.478c0.057,0.057,0.076,0.115,0.076,0.191 v2.713c0,0.306-0.248,0.554-0.554,0.554h-1.911c-0.306,0-0.554-0.248-0.554-0.554v-4.968c0-0.076,0.038-0.134,0.076-0.191 l0.478-0.478c0.115-0.115,0.115-0.287,0-0.382l-0.478-0.478C10.529,10.146,10.51,10.089,10.51,10.013z M19.127,12 c0-3.936-3.191-7.127-7.127-7.127S4.873,8.064,4.873,12S8.064,19.127,12,19.127S19.127,15.936,19.127,12z M21.382,12 c0,5.178-4.204,9.363-9.363,9.363c-5.178,0-9.363-4.204-9.363-9.363c0-5.178,4.204-9.363,9.363-9.363 C17.178,2.637,21.382,6.822,21.382,12z M0.764,12c0,6.21,5.025,11.236,11.236,11.236S23.236,18.21,23.236,12S18.21,0.764,12,0.764 S0.764,5.79,0.764,12z M0,12C0,5.369,5.369,0,12,0c6.631,0,12,5.369,12,12s-5.369,12-12,12S0,18.631,0,12z\"/></svg>\n </figure>\n </td>\n <td>1password.svg</td>\n <td><code>_includes/icons/simple-icons/1password.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"1password\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>500px icon</title><path d=\"M7.439 9.01A2.994 2.994 0 0 0 4.449 12a2.993 2.993 0 0 0 2.99 2.99 2.994 2.994 0 0 0 2.99-2.99 2.993 2.993 0 0 0-2.99-2.99m0 5.343c-1.297 0-2.354-1.056-2.354-2.353s1.057-2.353 2.354-2.353S9.792 10.703 9.792 12s-1.056 2.353-2.353 2.353m6.472-5.343a2.994 2.994 0 0 0-2.99 2.99 2.993 2.993 0 0 0 2.99 2.99 2.994 2.994 0 0 0 2.99-2.99 2.994 2.994 0 0 0-2.99-2.99m0 5.343c-1.298 0-2.353-1.056-2.353-2.353s1.055-2.353 2.353-2.353c1.297 0 2.353 1.056 2.353 2.353s-1.056 2.353-2.353 2.353m-11.612-3.55a2.1 2.1 0 0 0-1.596.423V9.641H3.39c.093 0 .16-.017.16-.292 0-.269-.108-.28-.18-.28H.396c-.174 0-.265.14-.265.294v2.602c0 .136.087.183.247.214.141.028.223.012.285-.057l.006-.01c.283-.408.9-.804 1.486-.732.699.086 1.262.644 1.34 1.327a1.512 1.512 0 0 1-1.501 1.685c-.635 0-1.19-.408-1.421-1.001-.035-.088-.092-.152-.343-.062-.229.083-.243.181-.212.268a2.11 2.11 0 0 0 1.976 1.386 2.102 2.102 0 0 0 .305-4.18m16.646-1.764c-.805.062-1.434.769-1.434 1.61v2.661c0 .154.117.186.293.186s.293-.031.293-.186v-2.668c0-.524.382-.974.868-1.024a.972.972 0 0 1 .758.247.984.984 0 0 1 .322.729c0 .08-.039.34-.217.581-.135.182-.391.399-.844.399h-.009c-.115 0-.215.005-.234.28-.013.186-.012.269.148.29.286.04.576-.016.865-.166.492-.256.822-.741.861-1.267a1.562 1.562 0 0 0-.452-1.222 1.56 1.56 0 0 0-1.218-.45m3.919 1.559l1.085-1.085c.04-.039.132-.132-.055-.324-.08-.083-.153-.125-.217-.125h-.001a.163.163 0 0 0-.121.058l-1.088 1.088-1.086-1.093c-.088-.088-.19-.067-.322.065-.135.136-.157.24-.069.328l1.086 1.092-1.064 1.064-.007.007c-.026.025-.065.063-.065.125-.001.063.042.139.126.223.07.071.138.107.2.107.069 0 .114-.045.139-.07l1.068-1.067 1.091 1.092a.162.162 0 0 0 .114.045h.002c.069 0 .142-.04.217-.118.122-.129.143-.236.061-.319l-1.094-1.093z\"/></svg>\n </figure>\n </td>\n <td>500px.svg</td>\n <td><code>_includes/icons/simple-icons/500px.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"500px\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>ABB RobotStudio icon</title><path d=\"M24 12.46a9.6 9.6 0 01-19.2 0h1.07a8.53 8.53 0 108.53-8.53V2.86a9.6 9.6 0 019.6 9.6zm-9.6-3.2a3.2 3.2 0 103.2 3.2 3.2 3.2 0 00-3.2-3.2zm-2 0l-.6-6.67-2.46 1.92-1.46-1.44a4.67 4.67 0 00-5.62-.37L.24 4a.54.54 0 00-.15.74.54.54 0 00.74.15l2-1.31a3.64 3.64 0 014.29.22l1.37 1.38L6.2 7z\"/></svg>\n </figure>\n </td>\n <td>abbrobotstudio.svg</td>\n <td><code>_includes/icons/simple-icons/abbrobotstudio.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"abbrobotstudio\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>About.me icon</title><path d=\"M19.536 9.15c-1.373 0-2.133 1.014-2.294 2.116h4.608c-.125-1.05-.867-2.115-2.314-2.115m-2.26 3.617c.235 1.156 1.193 1.97 2.532 1.97.725 0 1.77-.27 2.384-.914l1.175 1.35c-1.064 1.11-2.653 1.426-3.74 1.426-2.64 0-4.697-1.906-4.697-4.606 0-2.535 1.894-4.62 4.57-4.62 2.585 0 4.5 1.98 4.5 4.604v.766h-6.723v.023zm-6.487 3.83v-5.69c0-.976-.435-1.536-1.338-1.536-.814 0-1.355.585-1.717 1.007v6.24h-2.35v-5.7c0-.976-.415-1.532-1.318-1.532-.813 0-1.375.586-1.717 1.006v6.24H0V7.508h2.35v1.15c.4-.464 1.302-1.26 2.71-1.26 1.247 0 2.096.525 2.477 1.59.524-.762 1.5-1.59 2.91-1.59 1.7 0 2.69 1.01 2.69 2.962v6.24h-2.353l.005-.006z\"/></svg>\n </figure>\n </td>\n <td>about-dot-me.svg</td>\n <td><code>_includes/icons/simple-icons/about-dot-me.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"about-dot-me\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Abstract icon</title><path d=\"M12 0c9.601 0 12 2.399 12 12 0 9.601-2.399 12-12 12-9.601 0-12-2.399-12-12C0 2.399 2.399 0 12 0zm-1.969 18.564c2.524.003 4.604-2.07 4.609-4.595 0-2.521-2.074-4.595-4.595-4.595S5.45 11.449 5.45 13.969c0 2.516 2.065 4.588 4.581 4.595zm8.344-.189V5.625H5.625v2.247h10.498v10.503h2.252zm-8.344-6.748a2.343 2.343 0 11-.002 4.686 2.343 2.343 0 01.002-4.686z\"/></svg>\n </figure>\n </td>\n <td>abstract.svg</td>\n <td><code>_includes/icons/simple-icons/abstract.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"abstract\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Academia icon</title><path d=\"M22.033,21.18L13.77,0.459H7.869l1.049,2.623L1.836,21.18C1.574,22.098,0.787,22.23,0,22.361v1.18 h6.82v-1.18l0,0l0,0l0,0l0,0C4.984,22.23,3.934,21.967,4.721,20c0.131-0.131,0.656-1.574,1.311-3.41h8.393l1.18,3.016 c0.131,0.525,0.262,0.918,0.262,1.311c0,1.049-0.918,1.443-2.623,1.443v1.18H24v-1.18C23.082,22.23,22.295,21.967,22.033,21.18z M6.82,14.361c1.311-3.279,2.754-7.082,3.279-8.525l3.41,8.525H6.82z\"/></svg>\n </figure>\n </td>\n <td>academia.svg</td>\n <td><code>_includes/icons/simple-icons/academia.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"academia\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Accusoft icon</title><path d=\"M18.078,16.345c-0.209-0.261-8.709-11.13-9.005-11.496 c-0.279-0.366-0.209-0.47-0.157-0.523c0.105-0.122,0.261-0.105,0.871-0.105c0.366,0,3.989-0.017,4.372-0.017 c0.784,0,0.906,0.07,0.993,0.087c0.087,0.035,0.296,0.209,0.453,0.383c0.087,0.105,7.699,9.214,7.768,9.301 c0.087,0.105,0.209,0.279,0.314,0.435c0.087,0.157,0.105,0.366-0.035,0.453c-0.087,0.052-4.302,1.794-4.424,1.829 c-0.122,0.052-0.348,0.139-0.523,0.105C18.618,16.798,18.357,16.676,18.078,16.345 M22.38,16.136l0.314,0.052 c0,0,1.01,0.192,1.115,0.226C23.913,16.432,24,16.519,24,16.554c0,0.087-0.052,0.122-0.139,0.174 c-0.07,0.052-4.633,2.856-4.72,2.909c-0.087,0.052-0.192,0.105-0.435,0.139c-0.453,0.087-1.306-0.157-1.585-0.209 c-0.261-0.052-11.461-2.543-11.548-2.578c-0.105-0.035-0.174-0.035-0.174-0.139c-0.017-0.157,0.226-0.209,0.418-0.279 c0.192-0.07,5.452-1.968,5.643-2.055c0.192-0.087,0.418-0.105,0.54-0.105s0.853,0.105,1.184,0.157s1.271,0.192,1.271,0.192 l2.142,2.769c0.366,0.435,0.61,0.61,0.923,0.627c0.157,0.017,0.331-0.035,0.453-0.087C18.061,18.035,22.38,16.136,22.38,16.136 M10.153,9.343c0,0,1.846,2.369,1.864,2.386c0.017,0.035,0.035,0.07,0.07,0.087v0.035c-0.07,0.052-3.362,3.1-3.379,3.118 l-3.466,1.271c0,0-0.105,0.035-0.157,0.07c-0.052,0.035-0.122,0.105-0.105,0.261c0,0.052,0.017,0.853,0.035,1.045 c-0.017,0.017,0,0-0.017,0.017c0,0-4.267,1.359-4.302,1.359c-0.209,0.07-0.61,0.209-0.662,0.174 c-0.087-0.07,0.017-0.174,0.07-0.244c0.052-0.07,8.796-8.674,9.127-9.022C9.7,9.395,10.153,9.343,10.153,9.343\"/></svg>\n </figure>\n </td>\n <td>accusoft.svg</td>\n <td><code>_includes/icons/simple-icons/accusoft.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"accusoft\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>ACM icon</title><path d=\"M7.435 12.25c-.08.025-.15.072-.202.135-.048.072-.073.158-.07.245 0 .15.038.252.12.308.077.056.194.082.352.082.087 0 .174-.02.264-.06.09-.038.174-.095.245-.165v-.66c-.168.015-.303.03-.405.045-.105.01-.207.034-.305.07zM12 0L0 12l12 12 12-12L12 0zm0 19.357C7.938 19.355 4.645 16.063 4.643 12 4.645 7.938 7.938 4.644 12 4.642c4.063.002 7.355 3.295 7.357 7.358-.002 4.063-3.294 7.355-7.357 7.357zM12 5.377v.002c-3.654 0-6.62 2.966-6.62 6.62s2.966 6.62 6.62 6.62 6.62-2.966 6.62-6.62c0-3.656-2.964-6.62-6.62-6.623zm-2.862 8.246h-.995v-.336l-.182.154c-.142.108-.304.188-.477.233-.082.02-.202.035-.352.035-.262.007-.515-.097-.698-.285-.187-.19-.277-.426-.277-.716 0-.238.046-.427.14-.574.1-.15.24-.27.405-.348.205-.09.423-.152.646-.18.25-.033.516-.06.803-.078v-.017c0-.176-.066-.297-.196-.363-.13-.07-.322-.102-.58-.102-.117 0-.254.02-.41.063-.158.044-.308.1-.458.164H6.42v-.77c.097-.03.256-.062.48-.1.217-.04.438-.06.663-.06.55 0 .95.092 1.2.276.25.183.375.462.375.837v2.168zm3.22-.167c-.07.028-.134.056-.2.086-.074.03-.15.058-.23.08-.094.024-.186.044-.27.06-.084.014-.196.022-.336.022-.263 0-.506-.033-.723-.1-.21-.062-.406-.165-.57-.307-.163-.142-.292-.32-.373-.52-.09-.21-.135-.457-.135-.738-.008-.27.042-.535.146-.78.09-.204.224-.384.392-.53.165-.134.355-.233.56-.29.22-.066.447-.096.675-.096.37 0 .732.087 1.06.255v.854h-.127c-.048-.043-.096-.085-.147-.124-.06-.048-.122-.09-.188-.126-.167-.095-.357-.144-.55-.14-.254 0-.45.086-.59.263-.138.177-.21.414-.21.714 0 .32.075.56.225.715.15.157.347.235.592.235.11 0 .222-.013.33-.042.153-.043.295-.12.415-.225.048-.04.088-.082.123-.11h.13v.843zm4.333.173v-1.597c0-.157 0-.29-.007-.397-.002-.09-.02-.18-.052-.263-.023-.066-.07-.12-.13-.15-.153-.064-.325-.063-.478.002-.086.04-.168.087-.244.14v2.263h-.993v-1.595c0-.156-.003-.286-.01-.396-.003-.09-.02-.18-.05-.264-.027-.066-.076-.12-.136-.15-.06-.033-.145-.048-.25-.048-.083 0-.165.02-.24.056-.078.04-.152.086-.228.136v2.262h-.995V10.44h.993v.356c.144-.125.296-.233.46-.323.148-.08.314-.12.484-.12.182-.004.36.045.514.14.153.1.27.244.34.414.19-.177.37-.314.54-.41.17-.096.34-.145.515-.145.136-.002.27.023.396.075.115.044.22.116.3.21.09.106.16.23.2.364.045.142.066.328.066.553v2.076h-.995z\"/></svg>\n </figure>\n </td>\n <td>acm.svg</td>\n <td><code>_includes/icons/simple-icons/acm.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"acm\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>ActiGraph icon</title><path d=\"M12.043 0c.413 0 .83.266 1.054.546.224.28.191.342.21.529.018.187.16.265.16.62s-.16.494-.272.644c-.112.15-.047.2-.14.406-.094.206-.118.168-.193.336-.075.168.123.462.319.61.196.147.378.262.938.318.56.056.683.03.963.05.28.018.453.174.882.23.43.056.449 0 .803 0 .355 0 .462.053.78.053.317 0 .75-.14 1.141-.122.393.018 1.43.115 1.86.115.43 0 .931-.442 1.38-.423.448.018.832.119.85.455.019.336-.165.762-.37.837-.206.074-.609-.067-.852-.067-.242 0-.496.03-.606.025-.133-.007-.232-.09-.381-.053-.15.038-.76.297-.984.315-.224.02-.689-.034-.875.003-.187.038-.822.15-1.083.168-.262.02-.786-.02-1.029.018-.243.037-.615.113-.839.113-.224 0-.702-.172-.866-.054-.397.288-.336.683-.532 1.247-.187.538-.488.88-.525 1.29-.038.412.224 1.738.355 2.205.13.467.504 1.083.747 1.848.242.766.58 2.31.711 2.945.131.635.004.62.11.977.108.362.616.934.878 1.83.261.896.547 2.744.64 3.23.094.485.135.558.172.707.037.15-.045.214.039.35.378.613.848.849.792 1.222-.056.374-.652.513-1.083.448-.326-.048-.523-.672-.597-.859-.075-.186.003-.239-.072-.37-.075-.13-.089-.199-.126-.535-.037-.336.016-.36-.039-.582-.294-1.197-1.144-2.367-1.35-3.07-.117-.393-.049-.444-.124-.799-.074-.355-2.402-5.42-2.883-5.42-.496 0-2.783 5.006-2.877 5.323-.093.318-.04.638-.133.899s-1.208 2.388-1.36 3.042c-.1.428-.012.556-.068.8-.056.242-.266 1.303-.659 1.509-.392.205-1.086.046-1.178-.292-.142-.52.678-.906.765-1.382.076-.41.804-4.165 1.102-4.893.299-.728.486-.654.616-1.064.042-.13.043-.514.113-.945.153-.934.433-2.294.765-3.201.486-1.326 1.157-2.611 1.032-3.893-.053-.539-.23-.606-.417-1.222-.187-.616-.428-1.347-.67-1.384-.244-.037-.449.093-.748.093s-.896-.13-1.12-.13c-.224 0-.992-.05-1.31-.05-.318 0-.54-.081-.726-.063-.187.02-.36.007-.584.007-.28 0-1.017-.34-1.204-.34-.187 0-.245.036-.413.036-.168 0-.325-.063-.512-.063-.186 0-.532.108-.71.108-.186 0-.54-.419-.484-.886.056-.466.805-.42.991-.42.263 0 .889.355 1.131.392.243.038 1.538-.101 1.818-.101s1.08.126 1.509.126c.43 0 1.014.01 1.369-.046s.68-.244.903-.262c.224-.019 1.238.091 1.807-.306.375-.261.411-.486.392-.654-.018-.168-.14-.192-.234-.36-.094-.168-.053-.305-.109-.417-.056-.112-.269-.212-.273-.623-.004-.322.035-.278.147-.596.112-.317.116-.451.378-.707.19-.184.575-.371.988-.371\"/></svg>\n </figure>\n </td>\n <td>actigraph.svg</td>\n <td><code>_includes/icons/simple-icons/actigraph.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"actigraph\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Activision icon</title><path d=\"M1.88 8.91L0 14.284h.985l.27-.718h1.252l.269.718h.985zm3.224.359l-.537.984h2.15v4.03H7.7v-4.03h1.522l1.882 4.837 1.791-4.837h4.567l-.537-.984H12.18l-1.074 2.865L9.94 9.269zm16.21 1.163v3.762h.986v-1.523l1.7 1.702v-3.76h-.896v1.342zm-15.94.09c-1.075 0-1.881.807-1.881 1.881 0 1.075.806 1.88 1.88 1.88.448 0 .895-.179 1.164-.447L6 12.94c-.18.18-.358.27-.627.27a.897.897 0 0 1-.895-.896c0-.448.358-.896.895-.896.18 0 .448.089.537.268l.627-.715c-.27-.269-.716-.448-1.164-.448zm7.522 0v3.672h.985v-3.671zm2.148 0c-.358 0-.804.18-.804.896 0 .896 1.074 1.433.985 1.792-.09.179-.27.178-.359.178h-.626v.806h1.074c.448 0 .895-.269.895-.806 0-.985-1.253-1.611-.984-1.97 0-.09.178-.09.178-.09h.628v-.805zm1.255 0v3.672h.984v-3.671zm3.045 0c-1.075 0-1.88.807-1.88 1.881 0 .985.805 1.88 1.88 1.88 1.074 0 1.88-.805 1.88-1.88 0-1.074-.806-1.88-1.88-1.88zm-11.016.09v3.672h.986v-3.672zm11.016.896c.448 0 .895.358.895.895a.897.897 0 0 1-.895.896c-.538 0-.985-.358-.896-.896 0-.448.358-.895.896-.895zm-17.464.178l.27.896h-.54z\"/></svg>\n </figure>\n </td>\n <td>activision.svg</td>\n <td><code>_includes/icons/simple-icons/activision.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"activision\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>AddThis icon</title><path d=\"M18 13.496h-4.501v4.484h-3v-4.484H6v-2.99h4.5V6.021h3.001v4.485H18v2.99zM21 .041H3C1.348.043.008 1.379 0 3.031v17.94c.008 1.65 1.348 2.986 3 2.988h18c1.651-.002 2.991-1.338 3-2.988V3.031c-.009-1.652-1.348-2.987-3-2.99z\"/></svg>\n </figure>\n </td>\n <td>addthis.svg</td>\n <td><code>_includes/icons/simple-icons/addthis.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"addthis\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>AdGuard icon</title><path d=\"M12 0C8.519 0 4.426.828.931 2.628l-.545.279v.616c0 3.711.071 13.613 11.101 20.169L12 24l.513-.308c11.03-6.556 11.1-16.458 11.1-20.17v-.608l-.538-.282C19.622.825 15.481 0 12 0zm0 2.012c2.978 0 6.584.763 9.576 2.197-.008 3.888-.418 11.543-9.576 17.33-9.158-5.787-9.569-13.442-9.576-17.33C5.46 2.77 9.022 2.012 12 2.012zm5.035 5.565c-.26.008-.484.173-.61.299l-5.38 5.58-2.012-2.413c-.955-1.106-2.262-.251-2.564-.05l4.677 5.43 6.385-8.648a.7.7 0 00-.496-.198z\"/></svg>\n </figure>\n </td>\n <td>adguard.svg</td>\n <td><code>_includes/icons/simple-icons/adguard.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"adguard\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Adobe icon</title><path d=\"M15.1 2H24v20L15.1 2zM8.9 2H0v20L8.9 2zM12 9.4L17.6 22h-3.8l-1.6-4H8.1L12 9.4z\"/></svg>\n </figure>\n </td>\n <td>adobe.svg</td>\n <td><code>_includes/icons/simple-icons/adobe.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"adobe\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Adobe Acrobat Reader icon</title><path d=\"M23.598 15.368c-.71-.76-2.164-1.197-4.224-1.197-1.1 0-2.375.11-3.76.37-.782-.77-1.562-1.67-2.307-2.72-.53-.74-.993-1.52-1.42-2.29.813-2.54 1.206-4.61 1.206-6.1 0-1.672-.603-3.416-2.34-3.416-.533 0-1.066.325-1.35.8-.783 1.408-.43 4.493.917 7.54-.503 1.52-1.035 2.973-1.7 4.605-.578 1.376-1.244 2.794-1.923 4.096C2.793 18.64.267 20.49.03 21.94c-.104.547.074 1.05.457 1.45.133.11.636.545 1.48.545 2.59 0 5.32-4.28 6.707-6.86 1.065-.36 2.13-.687 3.193-1.015 1.168-.323 2.34-.583 3.405-.765 2.735 2.504 5.146 2.9 6.358 2.9 1.492 0 2.024-.617 2.203-1.122.28-.65.07-1.37-.252-1.74l.02.04zm-1.385 1.054c-.104.544-.638.906-1.386.906-.21 0-.39-.037-.603-.072-1.36-.325-2.633-1.016-3.903-2.106 1.25-.214 2.31-.25 2.98-.25.74 0 1.38.032 1.81.144.49.106 1.27.435 1.095 1.38h.02zm-7.523-1.707c-.92.19-1.914.414-2.944.693-.816.223-1.666.474-2.52.77.463-.902.854-1.774 1.208-2.603.428-1.02.78-2.07 1.135-3.046.35.61.74 1.23 1.13 1.78.64.87 1.31 1.7 1.98 2.42v-.02zM10.04 1.23c.145-.29.43-.436.678-.436.745 0 .887.868.887 1.56 0 1.168-.354 2.942-.96 4.967-1.062-2.82-1.135-5.18-.603-6.09zM6.138 18.127C4.328 21.17 2.59 23.06 1.525 23.06c-.21 0-.387-.075-.53-.183-.214-.216-.32-.472-.248-.76.213-1.09 2.236-2.613 5.392-3.99z\"/></svg>\n </figure>\n </td>\n <td>adobeacrobatreader.svg</td>\n <td><code>_includes/icons/simple-icons/adobeacrobatreader.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"adobeacrobatreader\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Adobe After Effects icon</title><path d=\"M0 .3v23.4h24V.3H0zm1 1h22v21.4H1V1.3zm5.784 12.25l-.792 2.986c-.017.083-.05.113-.148.113H4.376c-.1 0-.116-.035-.1-.15l2.84-9.933c.05-.18.082-.325.098-.82 0-.066.033-.1.083-.1h2.096c.066 0 .1.018.116.1l3.183 10.77c.016.082 0 .13-.083.13h-1.65c-.082 0-.13-.03-.147-.096l-.825-3.002h-3.2zm2.806-1.624c-.28-1.106-.96-3.53-1.206-4.7h-.016c-.214 1.17-.756 3.148-1.17 4.7H9.59zm5.36 1.024c.017 1.353.66 2.26 2.178 2.26.594 0 1.103-.078 1.63-.31.067-.032.117-.015.117.067v1.254c0 .1-.033.15-.1.2-.527.264-1.184.38-2.01.38-2.64 0-3.63-1.947-3.63-4.125 0-2.36 1.222-4.29 3.367-4.29 2.178 0 2.937 1.833 2.937 3.317 0 .48-.035.876-.085 1.057-.017.082-.05.11-.132.127-.198.033-.792.066-1.667.066H14.95zm2.03-1.375c.512 0 .693 0 .742-.016 0-.068.017-.125.017-.174 0-.545-.266-1.544-1.306-1.544-.957 0-1.37.842-1.468 1.732h2.013z\"/></svg>\n </figure>\n </td>\n <td>adobeaftereffects.svg</td>\n <td><code>_includes/icons/simple-icons/adobeaftereffects.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"adobeaftereffects\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Adobe Audition icon</title><path d=\"M0 .3v23.4h24V.3zm1 1h22v21.4H1zM6.659 13.8l-.772 2.863c-.017.081-.049.137-.145.137H4.309c-.097 0-.113-.032-.097-.145l2.769-9.641a3.091 3.091 0 0 0 .097-.817c0-.065.032-.097.08-.097h2.045c.064 0 .097.016.113.097l3.107 10.474c.016.081 0 .129-.081.129h-1.61a.147.147 0 0 1-.144-.12l-.805-2.88zm2.721-1.6c-.274-1.079-.918-3.429-1.159-4.572h-.016c-.209 1.143-.725 3.059-1.127 4.572zm10.02 3.025c0 .112.016.45.048.998 0 .064-.006.096-.07.112a8.232 8.232 0 0 1-3.012.66c-1.465 0-2.866-.563-2.866-2.817V9.029c0-.081.032-.129.113-.129h1.574c.081 0 .113.048.113.129v4.94c0 .95.415 1.465 1.413 1.465a2.724 2.724 0 0 0 .987-.177V9.029c0-.081.032-.129.113-.129h1.474c.097 0 .113.048.113.129v6.196z\"/></svg>\n </figure>\n </td>\n <td>adobeaudition.svg</td>\n <td><code>_includes/icons/simple-icons/adobeaudition.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"adobeaudition\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Adobe Creative Cloud icon</title><path d=\"M24 11.599v.803c-.008.044-.017.087-.022.13-.04.35-.067.701-.124 1.048a8.663 8.663 0 0 1-1.176 3.144 8.848 8.848 0 0 1-3.645 3.36 8.422 8.422 0 0 1-2.812.843c-.217.026-.435.049-.652.073H7.138c-.043-.008-.085-.02-.128-.024a7.092 7.092 0 0 1-2.448-.598c-1.697-.755-2.963-1.98-3.791-3.664a7.298 7.298 0 0 1-.7-2.37L0 13.742v-.78c.008-.043.02-.086.023-.13a7.286 7.286 0 0 1 .461-2.175C1.2 8.777 2.45 7.381 4.222 6.478a7.227 7.227 0 0 1 2.928-.77 7.998 7.998 0 0 1 1.503.071.188.188 0 0 0 .142-.047 8.898 8.898 0 0 1 2.458-1.81 8.493 8.493 0 0 1 2.825-.848c.234-.027.467-.05.7-.074h.72c.046.007.094.016.14.021.357.043.715.07 1.068.13a8.37 8.37 0 0 1 3.073 1.186 8.89 8.89 0 0 1 3.319 3.713 8.76 8.76 0 0 1 .83 2.862c.026.229.048.458.072.687m-13.42-5.2c.015.02.019.029.025.032.493.247.965.538 1.41.867.028.02.098.012.132-.01 1.222-.787 2.547-1.059 3.97-.802 1.395.251 2.53.96 3.397 2.092.982 1.28 1.357 2.73 1.086 4.34-.182 1.08-.608 2.05-1.33 2.861-1.32 1.48-2.973 2.092-4.918 1.833-1.197-.16-2.23-.685-3.086-1.564-1.098-1.128-2.204-2.248-3.305-3.373-.147-.15-.31-.27-.521-.297a.826.826 0 0 0-.864.48c-.142.3-.124.64.185.948 1.227 1.226 2.444 2.462 3.67 3.69.21.21.435.405.674.582.896.661 1.906 1.027 3 1.174.858.116 1.71.09 2.555-.102 1.612-.369 2.948-1.205 4-2.497a7.213 7.213 0 0 0 1.576-3.67 7.313 7.313 0 0 0-.065-2.36c-.244-1.27-.773-2.408-1.62-3.377-1.618-1.846-3.653-2.67-6.074-2.487a6.664 6.664 0 0 0-2.641.79 6.962 6.962 0 0 0-1.255.85M9.988 19.29a15.79 15.79 0 0 1-.1-.094c-.501-.482-1.006-.96-1.502-1.449a.403.403 0 0 0-.32-.137c-.502.012-1.005.014-1.5-.1-2.461-.565-3.89-3.286-2.983-5.68.715-1.889 2.696-3.038 4.649-2.684.875.159 1.644.536 2.274 1.197.77.808 1.562 1.592 2.34 2.391.176.182.38.265.625.23.316-.046.569-.2.683-.516.112-.31.058-.605-.173-.844-.816-.84-1.613-1.702-2.462-2.507-1.647-1.561-3.588-2.026-5.736-1.362-2.888.893-4.579 3.926-3.919 6.919.602 2.727 2.947 4.64 5.691 4.643h2.299c.038 0 .076-.004.134-.007\"/></svg>\n </figure>\n </td>\n <td>adobecreativecloud.svg</td>\n <td><code>_includes/icons/simple-icons/adobecreativecloud.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"adobecreativecloud\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Adobe Dreamweaver icon</title><path d=\"M0 .3v23.4h24V.3H0zm1 1h22v21.4H1V1.3zm2.125 4.51c0-.084.017-.117.116-.133.38-.017 1.47-.05 2.597-.05 3.35 0 5.016 2.162 5.016 5.33 0 4.405-2.89 5.74-5.115 5.74-.842 0-2.064-.016-2.51-.032-.065 0-.098-.05-.098-.132V5.808zm1.8 9.27c.28.018.528.034.842.034 1.848 0 3.217-1.304 3.234-4.108.02-2.74-1.4-3.795-3.163-3.795-.347 0-.627.02-.907.038v7.837zm12.688 1.57c-.116 0-.148-.045-.165-.143-.495-2.755-.907-4.703-1.09-6.056h-.016c-.214 1.226-.61 3.257-1.27 6.078-.033.1-.066.127-.148.127h-1.617c-.116 0-.148-.016-.18-.115L11.36 8.66c-.016-.067.018-.133.117-.133h1.617c.066 0 .116.023.132.09.627 3.546.89 5.384.99 6.11h.066c.116-.858.462-2.646 1.204-6.078.033-.1.033-.124.132-.124h1.7c.082 0 .098.04.115.123.578 3.25.957 5.3 1.056 6.126h.05c.16-1.056.38-2.48 1.084-6.144.017-.066.033-.106.116-.106h1.52c.066 0 .116.033.083.116l-1.963 7.894c-.015.083-.03.116-.146.116h-1.617z\"/></svg>\n </figure>\n </td>\n <td>adobedreamweaver.svg</td>\n <td><code>_includes/icons/simple-icons/adobedreamweaver.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"adobedreamweaver\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Adobe Illustrator icon</title><path d=\"M0 .3v23.4h24V.3H0zm1 1h22v21.4H1V1.3zm7.325 12.25l-.792 2.998c-.017.083-.05.102-.148.102H5.917c-.1 0-.115-.033-.1-.148l2.84-9.945c.05-.18.082-.338.098-.833 0-.066.033-.1.083-.1h2.096c.066 0 .1.018.116.1l3.185 10.794c.017.083 0 .132-.083.132h-1.65c-.083 0-.132-.02-.148-.086l-.825-3.015H8.322zm2.788-1.625c-.28-1.106-.94-3.528-1.188-4.7h-.017c-.214 1.17-.742 3.15-1.155 4.7h2.36zm4.5-5.558c0-.643.445-1.023 1.023-1.023.61 0 1.023.412 1.023 1.023 0 .66-.43 1.023-1.04 1.023-.6 0-1.01-.363-1.01-1.023zm.112 2.274c0-.08.033-.11.116-.11h1.57c.088 0 .12.033.12.116v7.895c0 .083-.016.116-.115.116h-1.55c-.1 0-.133-.05-.133-.13V8.64z\"/></svg>\n </figure>\n </td>\n <td>adobeillustrator.svg</td>\n <td><code>_includes/icons/simple-icons/adobeillustrator.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"adobeillustrator\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Adobe InDesign icon</title><path d=\"M0 .3v23.4h24V.3H0zm1 1h22v21.4H1V1.3zm7.775 15.218c0 .1-.017.132-.132.132H7.107c-.1 0-.132-.05-.132-.132V5.782c0-.1.05-.132.132-.132H8.66c.082 0 .115.033.115.116v10.752zm1.77-3.872c0-2.393 1.578-4.257 4.102-4.257.214 0 .33 0 .528.015V5.75c0-.066.05-.1.1-.1H16.9c.084 0 .1.034.1.084v9.355c0 .28 0 .625.05 1.004 0 .066-.02.083-.087.116-.858.413-1.766.595-2.624.595-2.213 0-3.797-1.37-3.797-4.158zm4.63-2.624c-.148-.066-.347-.1-.594-.1-1.285 0-2.187.99-2.187 2.64 0 1.882.918 2.64 2.073 2.64.247 0 .512-.032.71-.115v-5.065z\"/></svg>\n </figure>\n </td>\n <td>adobeindesign.svg</td>\n <td><code>_includes/icons/simple-icons/adobeindesign.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"adobeindesign\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Adobe Lightroom CC icon</title><path d=\"M19.75.3H4.25C1.9.3 0 2.2 0 4.55v14.9c0 2.35 1.9 4.25 4.25 4.25h15.5c2.35 0 4.25-1.9 4.25-4.25V4.55C24 2.2 22.1.3 19.75.3zm3.24 18.76a3.623 3.623 0 0 1-3.62 3.64H4.63c-2 0-3.63-1.63-3.63-3.64V4.94C1 2.93 2.63 1.3 4.63 1.3h14.73a3.63 3.63 0 0 1 3.63 3.63v14.13zM6.65 16.63c-.12 0-.15-.05-.15-.15V5.73c0-.08.03-.13.12-.13H8.2c.08 0 .1.03.1.12v9.26h4.12c.08 0 .11.03.09.12l-.25 1.42c-.02.08-.07.12-.15.12H6.65v-.01zm7.5-6.48c0-.12 0-.41-.05-.97 0-.08.02-.1.08-.13.61-.25 2.06-.69 3.68-.69.08 0 .12.02.12.1V9.9c0 .08-.03.1-.12.1-.63-.03-1.56.05-1.91.2v6.31c0 .08-.03.12-.12.12h-1.57c-.08 0-.12-.03-.12-.12v-6.36h.01z\"/></svg>\n </figure>\n </td>\n <td>adobelightroomcc.svg</td>\n <td><code>_includes/icons/simple-icons/adobelightroomcc.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"adobelightroomcc\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Adobe Lightroom Classic icon</title><path d=\"M0 .3v23.4h24V.3H0zm1 1h22v21.4H1V1.3zm5.648 15.325c-.116 0-.148-.05-.148-.148V5.733c0-.083.033-.132.116-.132H8.2c.084 0 .1.037.1.12v9.26h4.125c.083 0 .106.033.09.116l-.248 1.42c-.016.082-.066.115-.148.115H6.65zm7.402-6.476c0-.12 0-.416-.05-.977 0-.083.018-.1.084-.132.61-.246 2.058-.692 3.675-.692.08 0 .112.017.112.1V9.9c0 .084-.033.1-.116.1-.628-.033-1.564.05-1.91.198v6.31c0 .082-.033.115-.116.115h-1.57c-.08 0-.114-.033-.114-.116v-6.36z\"/></svg>\n </figure>\n </td>\n <td>adobelightroomclassic.svg</td>\n <td><code>_includes/icons/simple-icons/adobelightroomclassic.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"adobelightroomclassic\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Adobe PhoneGap icon</title><path d=\"M7.494,15.567l-0.885,0.055v0.387c0,1.051,0.608,1.272,1.106,1.272h0.111l1.438-0.111 c0.055-0.166,0.055-0.276,0.055-0.276S9.153,7.882,9.097,6.776c0-0.276-0.055-0.442-0.166-0.608 C8.434,6.113,7.936,6.113,7.605,6.058H7.439c-0.332,0-0.608,0.111-0.774,0.276C6.388,6.611,6.444,6.998,6.444,6.998v0.663 C7.162,7.716,7.66,7.716,7.66,7.716s0.774,0.166,0.829,0.995c0.055,0.885,0.055,5.861,0.055,5.861S8.6,15.402,7.494,15.567z M4.73,15.789l-1.382,0.111c0,0-1.161,0.166-1.216-1.106c0-0.94-0.111-6.358-0.111-6.358S1.965,7.44,3.181,7.495 c0.387,0,0.885,0.055,1.493,0.111c0-0.885-0.055-1.659-0.055-2.267C3.79,5.228,3.071,5.173,2.573,5.118 C0.97,4.952,1.025,6.279,1.025,6.279s0.166,9.897,0.221,11.113c0.055,1.438,1.603,1.216,1.603,1.216l1.935-0.221 C4.785,17.724,4.785,16.784,4.73,15.789z M21.925,3.459c-0.055-1.88-1.714-2.267-1.714-2.267s-5.64-0.829-8.128-1.161 S9.761,2.132,9.761,2.132s0.553,17.527,0.608,19.683c0.055,2.599,2.488,2.156,2.488,2.156l8.515-1.438 c1.548-0.332,1.603-2.267,1.603-2.267S21.98,5.505,21.925,3.459z M20.045,18.332l-6.358,0.663c0,0-1.825,0.276-1.88-1.99 C11.751,15.346,11.42,5.892,11.42,5.892s-0.111-1.714,1.769-1.603c1.935,0.166,6.579,0.553,6.579,0.553s1.216,0.276,1.272,1.714 c0.055,1.548,0.608,10.118,0.608,10.118S21.759,18.055,20.045,18.332z M13.631,18.664l2.433-0.276 c-0.111-2.488-0.553-12.164-0.608-13.546c-0.885-0.055-1.714-0.111-2.322-0.166h-0.166c-0.387,0-0.719,0.111-0.94,0.332 c-0.332,0.332-0.332,0.94-0.332,0.94v0.166c0.995,0.111,1.769,0.166,1.769,0.166s1.051,0.221,1.106,1.382 c0.055,1.272,0.332,8.128,0.332,8.128s0.111,1.161-1.382,1.382l-1.438,0.111c0.111,1.161,0.774,1.438,1.327,1.438 C13.576,18.664,13.631,18.664,13.631,18.664z M9.927,17.447l-1.99,0.166c0,0-1.603,0.221-1.603-1.603 c0-1.327-0.166-9.012-0.166-9.012S6.056,5.56,7.715,5.671c0.498,0.055,1.161,0.111,1.88,0.166C9.54,4.399,9.484,3.238,9.484,2.63 c-0.94-0.111-1.88-0.166-2.543-0.276C4.785,2.132,4.895,4.012,4.895,4.012s0.221,14.099,0.276,15.813 c0.055,2.046,2.156,1.714,2.156,1.714l2.709-0.332C9.982,20.433,9.982,19.106,9.927,17.447z\"/></svg>\n </figure>\n </td>\n <td>adobephonegap.svg</td>\n <td><code>_includes/icons/simple-icons/adobephonegap.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"adobephonegap\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Adobe Photoshop icon</title><path d=\"M0 .3v23.4h24V.3H0zm1 1h22v21.4H1V1.3zm4.8 4.48c0-.067.14-.116.224-.116.644-.033 1.588-.05 2.578-.05 2.772 0 3.85 1.52 3.85 3.466 0 2.54-1.842 3.63-4.102 3.63-.38 0-.51-.017-.775-.017v3.842c0 .083-.033.116-.115.116H5.916c-.083 0-.115-.03-.115-.113V5.78zm1.775 5.312c.23.016.412.016.81.016 1.17 0 2.27-.412 2.27-1.996 0-1.27-.786-1.914-2.122-1.914-.396 0-.775.016-.957.033v3.864zm8.607-1.188c-.792 0-1.056.396-1.056.726 0 .363.18.61 1.237 1.155 1.568.76 2.062 1.485 2.062 2.557 0 1.6-1.22 2.46-2.87 2.46-.876 0-1.62-.183-2.05-.43-.065-.033-.08-.082-.08-.165V14.74c0-.1.048-.133.114-.084.624.413 1.352.594 2.012.594.792 0 1.122-.33 1.122-.776 0-.363-.23-.677-1.237-1.205-1.42-.68-2.014-1.37-2.014-2.527 0-1.287 1.006-2.36 2.755-2.36.86 0 1.464.132 1.794.28.082.05.1.132.1.198v1.37c0 .083-.05.133-.15.1-.444-.264-1.1-.43-1.743-.43z\"/></svg>\n </figure>\n </td>\n <td>adobephotoshop.svg</td>\n <td><code>_includes/icons/simple-icons/adobephotoshop.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"adobephotoshop\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Adobe Premiere icon</title><path d=\"M0 .3v23.4h24V.3zm1 1h22v21.4H1zM6.297 5.778c0-.066.017-.116.1-.116.643-.033 1.583-.05 2.573-.05 2.772 0 3.977 1.519 3.977 3.466 0 2.54-1.839 3.63-4.099 3.63-.38 0-.512-.017-.776-.017v3.843c0 .083-.033.116-.115.116H6.413c-.083 0-.116-.033-.116-.116zm1.775 5.313c.231.016.413.016.809.016 1.171 0 2.267-.412 2.267-1.996 0-1.27-.782-1.914-2.119-1.914-.396 0-.775.016-.957.033zm6.4-.908c0-.115 0-.412-.049-.973 0-.083.011-.1.077-.132a10.42 10.42 0 0 1 3.657-.693c.082 0 .115.016.115.099v1.452c0 .082-.026.099-.109.099a5.725 5.725 0 0 0-1.89.198v6.301c0 .083-.034.116-.116.116h-1.57c-.082 0-.115-.033-.115-.116z\"/></svg>\n </figure>\n </td>\n <td>adobepremiere.svg</td>\n <td><code>_includes/icons/simple-icons/adobepremiere.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"adobepremiere\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Adobe Typekit icon</title><path d=\"M0 0v24h24V0H0zm1 1.026h22v21.948H1V1.026zM7.165 7.983H4.394c-.082 0-.115-.033-.099-.132l.198-1.385c.016-.083.049-.116.132-.116h6.926c.099 0 .132.033.149.132l.132 1.369c.016.099-.033.132-.116.132H8.962v9.235c0 .083-.033.132-.132.132H7.296c-.098 0-.131-.033-.131-.132V7.983zM14.718 12.749l2.523-3.414c.066-.082.082-.115.165-.115h1.682c.099 0 .132.066.066.148-.396.511-2.21 2.754-2.804 3.48a.108.108 0 0 0 0 .099l3.2 4.271c.033.066.016.132-.083.132h-1.946c-.099 0-.132-.033-.165-.099a158.661 158.661 0 0 1-2.638-3.678v3.662c0 .082-.017.115-.116.115h-1.55c-.116 0-.132-.033-.132-.132V6.449c0-.049.016-.099.115-.099h1.567c.066 0 .116.033.116.116v6.283z\"/></svg>\n </figure>\n </td>\n <td>adobetypekit.svg</td>\n <td><code>_includes/icons/simple-icons/adobetypekit.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"adobetypekit\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Adobe XD icon</title><path d=\"M19.75.3H4.25C1.9.3 0 2.2 0 4.55v14.9c0 2.35 1.9 4.25 4.25 4.25h15.5c2.35 0 4.25-1.9 4.25-4.25V4.55C24 2.2 22.1.3 19.75.3zm3.24 18.76a3.623 3.623 0 0 1-3.62 3.64H4.63c-2 0-3.63-1.63-3.63-3.63V4.93c0-2 1.63-3.63 3.63-3.63h14.73a3.63 3.63 0 0 1 3.63 3.63v14.13zm-13.5-7.81l2.8 5.38c.05.08.02.16-.06.16h-1.74c-.11 0-.16-.03-.21-.13-.64-1.32-1.29-2.64-1.96-4.06H8.3c-.6 1.34-1.26 2.75-1.9 4.07-.05.08-.1.11-.18.11H4.57c-.1 0-.11-.08-.06-.14l2.74-5.22L4.6 6.14c-.06-.08 0-.14.06-.14h1.72c.1 0 .14.02.18.11.63 1.32 1.27 2.68 1.87 4.01h.02c.58-1.32 1.22-2.69 1.84-4 .05-.08.08-.13.18-.13h1.61c.08 0 .11.06.06.14l-2.65 5.12zm3.29 1.63c0-2.33 1.55-4.15 4.01-4.15.21 0 .32 0 .52.02V6.1c0-.06.05-.1.1-.1h1.58c.08 0 .1.03.1.08v9.18c0 .27 0 .61.05.98 0 .06-.02.08-.08.11-.84.4-1.72.58-2.56.58-2.17.01-3.72-1.33-3.72-4.05zm4.53-2.56c-.14-.06-.34-.1-.58-.1-1.26 0-2.14.97-2.14 2.58 0 1.84.9 2.58 2.03 2.58.24 0 .5-.03.69-.11v-4.95z\"/></svg>\n </figure>\n </td>\n <td>adobexd.svg</td>\n <td><code>_includes/icons/simple-icons/adobexd.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"adobexd\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>AdonisJS icon</title><path d=\"M13.333 1.333l-.596 1.193-2.404 4.807L8 2.667l-8 16h4.667l-2 4H24zm0 2.982l8.51 17.018H4.823l1.334-2.666H16l-4.922-9.843Z\"/></svg>\n\n </figure>\n </td>\n <td>adonisjs.svg</td>\n <td><code>_includes/icons/simple-icons/adonisjs.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"adonisjs\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Aer Lingus icon</title><path d=\"M23.857 13.511c-.48 1.545-2.081 2.995-4.002 3.296.31.48.452 1.074.377 1.733-.208 1.789-1.921 3.23-3.758 3.249-1.243.009-2.928-.528-4.115-2.402-1.064-1.666-1.215-4.313-1.14-5.113-1.299 1.328-2.109 2.618-2.495 3.512-.866 2.025-1.196 4.492-1.177 5.65 0 0-.16.151-.31.18-.48-.085-.895-.264-1.206-.537-.376-.34-.461-.66-.461-.66.574-2.872 1.488-4.66 2.853-6.704 1.836-2.76 4.67-4.464 8.032-5.49 2.43-.744 4.954-.904 6.686.565.933.772.989 1.883.716 2.721zM9.544 11.986c-.575.96-2.147 2.505-3.39 3.305-2.59 1.657-4.454 1.77-5.387 1.177a1.451 1.451 0 0 1-.292-.235c-.725-.763-.602-2.119.245-3.23.415-.546.951-.932 1.47-1.111-.406-.189-.679-.584-.735-1.14-.113-1.11.725-2.57 1.883-3.164 1.017-.518 3.211-1.036 4.821 1.366.631.932 1.196 2.26 1.385 3.032zM20.184 1.89c-.14-1.384-1.62-1.893-3.248-1.196-.772.33-1.45.885-1.93 1.516.075-.63-.104-1.186-.556-1.516-.895-.65-2.524-.17-3.635 1.036-.386.424-1.648 1.95-1.714 4.19-.028 1.083.452 3.485 2.034 5.142 4.219-1.591 6.488-4.03 7.354-5.038.999-1.168 1.422-2.194 1.601-2.947.132-.594.113-1.017.094-1.187z\"/></svg>\n\n </figure>\n </td>\n <td>aerlingus.svg</td>\n <td><code>_includes/icons/simple-icons/aerlingus.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"aerlingus\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Affinity icon</title><path d=\"M9.368 1.08h3.778l.318.55h1.082L24 18.004v.001l-2.036 3.47H13.69l.84 1.445h-.365l-.84-1.446H3.057l-.526-.923h-.652L0 17.298l.002-.001 2.41-4.176 2.23-1.288 3.69-6.39-.742-1.285L9.368 1.08zm2.224 5.652L5.066 18.008h6.25l-.723-1.246 6.808.006-5.809-10.036Z\"/></svg>\n\n </figure>\n </td>\n <td>affinity.svg</td>\n <td><code>_includes/icons/simple-icons/affinity.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"affinity\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Affinity Designer icon</title><path d=\"M10.44 0L0 18.083v5.197a.72.72 0 00.713.72h10.023L5.7 15.277 14.52 0zm5.16 0l-4.86 8.418 3.718 6.439H24V.718A.72.72 0 0023.28 0zm-5.4 9.353l-2.064 3.575a1.289 1.289 0 000 1.288c.23.4.656.64 1.117.64h4.125zm-3.122 6.44L11.816 24h11.471a.72.72 0 00.713-.718v-7.49Z\"/></svg>\n\n </figure>\n </td>\n <td>affinitydesigner.svg</td>\n <td><code>_includes/icons/simple-icons/affinitydesigner.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"affinitydesigner\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Affinity Photo icon</title><path d=\"M10.44 0l-.48.831 5.88 10.185L22.2 0zm12.84 0l-8.577 14.856H24V.711A.72.72 0 0023.28 0zM9.42 1.767L5.76 8.106h7.32zm1.563 7.257h-.018c-.36.005-.7.216-.879.523l-1.083 1.88-.008.014a1.052 1.052 0 000 1.02 16710.388 16710.388 0 001.093 1.894c.184.31.53.5.885.501.002 0 1.38.002 2.067-.001.36-.005.699-.205.878-.512.364-.631.731-1.261 1.093-1.894.176-.314.17-.703-.007-1.011l-.01-.015-1.078-1.87-.006-.009a1.053 1.053 0 00-.879-.52h-.012zM5.22 9.04L0 18.082v.39l.003 4.871a.72.72 0 00.662.655L9.3 9.04zm2.94 3.845L1.736 24h12.84zm2.757 2.906L15.657 24h7.623a.72.72 0 00.72-.72v-7.488Z\"/></svg>\n\n </figure>\n </td>\n <td>affinityphoto.svg</td>\n <td><code>_includes/icons/simple-icons/affinityphoto.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"affinityphoto\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Affinity Publisher icon</title><path d=\"M10.44 0L9.36 1.87 22.136 24h1.144a.72.72 0 00.72-.72v-3.119L12.36 0zm3 0L24 18.29V.72a.72.72 0 00-.72-.72zM8.82 2.806l-1.98 3.43L16.976 24h4.08zM6.24 7.274L4.76 9.837a1.941 1.941 0 000 1.942C6.531 14.842 11.816 24 11.816 24h4.08zm-2.58 4.47L0 18.082v5.197c0 .397.323.72.72.72h10.016Z\"/></svg>\n\n </figure>\n </td>\n <td>affinitypublisher.svg</td>\n <td><code>_includes/icons/simple-icons/affinitypublisher.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"affinitypublisher\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Aiqfome icon</title><path d=\"M5.748 9.195c.607.277.992 1.139 1.04 2.342.033.797-.06 1.399-.303 1.925-.564 1.209-1.578 1.252-2.163.092-.25-.488-.358-1.025-.358-1.778.006-.803.092-1.274.347-1.795.363-.742.895-1.035 1.437-.786zm9.768.076c.591.39.998 1.627.916 2.776-.092 1.371-.699 2.358-1.436 2.358-.407 0-.824-.358-1.095-.943-.45-.976-.423-2.613.065-3.567.363-.716 1.024-.981 1.55-.624zM12.388.029c.223.032.255.06.38.292.184.336.298.456.64.678.314.2.314.211.206.726-.093.434-.039.862.162 1.247.293.58 1.111 1.187 1.86 1.377.281.076.395.081.737.022.222-.033.439-.049.482-.033.049.022.163.2.26.401.217.467.76 1.025 1.193 1.226.705.33 1.47.314 2.206-.05.206-.102.412-.167.461-.151.043.016.168.14.276.271.109.136.326.309.478.385.249.13.341.146.753.14.325-.005.488.012.526.06.157.19.59 2.201.775 3.584.163 1.241.179 4.017.027 5.23-.2 1.644-.498 3.053-.91 4.321-.293.9-.553 1.491-1.09 2.456C20.997 23.675 20.682 24 20.086 24a2.01 2.01 0 0 1-.493-.06c-.353-.119-.895-.536-1.73-1.328-.986-.932-1.404-1.257-1.924-1.512-.634-.315-1.258-.342-1.8-.076-.13.065-.498.358-.807.656-.65.618-.9.753-1.47.791-.704.044-1.1-.135-2.206-.992-.471-.363-.818-.526-1.203-.558-.466-.038-.808.081-1.561.537-.743.45-1.139.59-1.654.59-1.073 0-2.006-.66-2.965-2.097C1.205 18.34.424 16.09.17 13.863c-.098-.84-.114-2.537-.033-3.367.428-4.266 2.494-7.53 5.828-9.193C7.005.783 8.149.419 9.455.197c.976-.163 2.413-.244 2.933-.168zm-2.239 1.48C7.64 1.758 5.2 3.113 3.731 5.065c-1.529 2.033-2.38 5.399-2.07 8.19.2 1.85.964 3.947 1.989 5.487.52.78.72.997 1.084 1.176.553.271 1.122.174 1.827-.309.629-.434 1.28-.623 1.978-.585.71.043.982.184 2.055 1.1.634.542 1.182.602 1.794.195.136-.092.44-.325.678-.52.764-.634 1.35-.857 2.277-.862 1.16-.006 1.913.428 2.981 1.73.868 1.05 1.204 1.268 1.68 1.089.781-.298 1.567-2.082 2.082-4.716.683-3.48.553-6.522-.352-8.37-.293-.608-.645-.998-.976-1.095-.206-.06-.27-.055-.704.086-.418.136-.564.158-1.106.158-.51 0-.689-.028-.992-.13-.58-.196-.84-.434-1.486-1.356-.298-.428-.558-.569-1.263-.71-1.3-.25-1.832-.477-2.293-.976-.434-.466-.71-1.09-.91-2.054-.055-.282-.152-.591-.212-.689-.222-.357-.759-.488-1.643-.395z\"/></svg>\n\n </figure>\n </td>\n <td>aiqfome.svg</td>\n <td><code>_includes/icons/simple-icons/aiqfome.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"aiqfome\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Airbnb icon</title><path d=\"M11.998 18.267c-1.352-1.696-2.147-3.182-2.412-4.455-.263-1.026-.159-1.847.291-2.464.477-.71 1.187-1.055 2.12-1.055s1.642.345 2.119 1.062c.446.61.558 1.432.286 2.464-.291 1.298-1.085 2.784-2.411 4.456zm9.597 1.14c-.185 1.245-1.034 2.278-2.2 2.782-2.251.98-4.48-.583-6.388-2.703 3.155-3.95 3.738-7.025 2.384-9.014-.795-1.14-1.933-1.695-3.393-1.695-2.943 0-4.561 2.49-3.925 5.38.37 1.564 1.351 3.342 2.915 5.33-.98 1.084-1.909 1.855-2.73 2.332-.636.344-1.245.557-1.828.608-2.677.399-4.776-2.198-3.823-4.877.132-.345.395-.98.845-1.961l.025-.053C4.94 12.36 6.717 8.75 8.759 4.746l.053-.132.58-1.115c.45-.822.635-1.19 1.351-1.643.345-.209.769-.314 1.245-.314.954 0 1.697.557 2.015 1.006.158.239.345.557.582.953l.558 1.088.08.159c2.04 4.002 3.819 7.605 5.276 10.789l.026.025.533 1.22.318.764c.243.612.294 1.221.213 1.857zm1.219-2.389c-.186-.583-.504-1.271-.9-2.093v-.03c-1.887-4.005-3.64-7.605-5.304-10.84l-.111-.162C15.313 1.461 14.464 0 11.998 0 9.56 0 8.524 1.694 7.465 3.897l-.081.16c-1.668 3.234-3.42 6.839-5.301 10.842v.053l-.558 1.219c-.21.504-.317.768-.345.847-1.35 3.712 1.432 6.972 4.8 6.972.027 0 .132 0 .264-.027h.372c1.75-.213 3.553-1.325 5.382-3.316 1.828 1.988 3.633 3.103 5.38 3.316h.372c.132.027.238.027.264.027 3.368.003 6.15-3.26 4.8-6.972z\"/></svg>\n </figure>\n </td>\n <td>airbnb.svg</td>\n <td><code>_includes/icons/simple-icons/airbnb.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"airbnb\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Airbus icon</title><path d=\"M11.062 11.296c0 .74-.389 1.161-.993 1.304-.007 0 .967 1.531.967 1.531h-1.18l-1.427-2.277h1.006c.435 0 .597-.24.597-.532 0-.285-.156-.532-.59-.532H8.266v3.341H7.228V9.869h2.206c1.096 0 1.628.616 1.628 1.427m-5.573 2.835h1.038V9.869H5.489v4.262zM2.174 9.869L0 14.131h1.168l.352-.714h1.75l-.435-.895h-.873l.646-1.311h.013l1.453 2.92h1.194L3.095 9.869h-.921zm12.678 2.05c.409.143.688.519.688 1.019 0 .72-.577 1.194-1.46 1.194h-2.524V9.869h2.427c.863 0 1.376.461 1.376 1.148-.001.428-.176.72-.507.902m-2.258-.396h1.382a.368.368 0 0 0 .376-.376.367.367 0 0 0-.37-.376h-1.388v.752zm1.414 1.713a.435.435 0 0 0 .448-.441c0-.247-.195-.428-.448-.428h-1.414v.869h1.414m4.808-.986c0 .647-.298 1.006-.889 1.006-.584 0-.882-.359-.882-1.006V9.869h-1.064v2.303c0 1.317.694 2.05 1.946 2.05s1.953-.733 1.953-2.05V9.869h-1.064v2.381zm3.834-.688c-.985-.24-1.2-.263-1.2-.545 0-.218.246-.324.662-.324.551 0 1.139.138 1.473.344l.331-.869c-.428-.227-1.058-.389-1.791-.389-1.097 0-1.713.545-1.713 1.278 0 .789.46 1.109 1.518 1.337.824.182.999.295.999.526 0 .251-.227.363-.675.363a3.565 3.565 0 0 1-1.706-.415l-.318.908c.513.273 1.278.448 2.05.448 1.077 0 1.719-.5 1.719-1.337.001-.673-.433-1.104-1.349-1.325\"/></svg>\n </figure>\n </td>\n <td>airbus.svg</td>\n <td><code>_includes/icons/simple-icons/airbus.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"airbus\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Aircall icon</title><path d=\"M23.451 5.906a6.978 6.978 0 0 0-5.375-5.39C16.727.204 14.508 0 12 0S7.273.204 5.924.516a6.978 6.978 0 0 0-5.375 5.39C.237 7.26.034 9.485.034 12s.203 4.74.515 6.094a6.978 6.978 0 0 0 5.375 5.39C7.273 23.796 9.492 24 12 24s4.727-.204 6.076-.516a6.978 6.978 0 0 0 5.375-5.39c.311-1.354.515-3.578.515-6.094 0-2.515-.203-4.74-.515-6.094zm-5.873 12.396l-.003.001c-.428.152-1.165.283-2.102.377l-.147.014a.444.444 0 0 1-.45-.271 1.816 1.816 0 0 0-1.296-1.074c-.351-.081-.928-.134-1.58-.134s-1.229.053-1.58.134a1.817 1.817 0 0 0-1.291 1.062.466.466 0 0 1-.471.281 8 8 0 0 0-.129-.012c-.938-.094-1.676-.224-2.105-.377l-.003-.001a.76.76 0 0 1-.492-.713c0-.032.003-.066.005-.098.073-.979.666-3.272 1.552-5.89C8.5 8.609 9.559 6.187 10.037 5.714a1.029 1.029 0 0 1 .404-.26l.004-.002c.314-.106.892-.178 1.554-.178.663 0 1.241.071 1.554.178l.005.002a1.025 1.025 0 0 1 .405.26c.478.472 1.537 2.895 2.549 5.887.886 2.617 1.479 4.91 1.552 5.89.002.032.005.066.005.098a.76.76 0 0 1-.491.713z\"/></svg>\n </figure>\n </td>\n <td>aircall.svg</td>\n <td><code>_includes/icons/simple-icons/aircall.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"aircall\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>AirPlay Audio icon</title><path d=\"M11.9082.1836c-2.8774.0227-5.7566 1.0743-8.045 3.1719-4.8816 4.4748-5.1662 12.0812-.6913 16.9629.2034.244.4473.4473.6914.6914.122.0813.2861.083.4082-.0391l.5293-.6113c.122-.122.122-.3252 0-.4473C.5293 15.9661.2438 9.254 4.2305 4.9824 8.2172.711 14.8887.4274 19.1602 4.4141c4.2714 3.9867 4.555 10.6562.5683 14.9277-.2034.2034-.365.4076-.5683.5703-.122.122-.122.3252 0 .4473l.5293.6113c.122.122.3252.1204.4472.039 4.8817-4.5155 5.1663-12.0811.6914-16.9628-2.3989-2.5934-5.6588-3.889-8.9199-3.8633zm.3867 3.5176C10.0982 3.63 7.8715 4.3932 6.1426 6c-3.4579 3.2138-3.661 8.6242-.4473 12.082.122.122.2435.2842.4063.4063.122.122.3252.122.4472 0l.5293-.6094c.122-.122.122-.3252 0-.4473-1.4238-1.3424-2.2773-3.2547-2.2773-5.248 0-3.946 3.2122-7.1602 7.1582-7.1602 3.946 0 7.1601 3.2532 7.1601 7.1993 0 1.9526-.8144 3.8665-2.2382 5.209-.122.122-.122.3252 0 .4472l.5293.6094c.122.122.3252.163.4472.041 3.4579-3.2545 3.622-8.6652.4082-12.123-1.6069-1.729-3.774-2.634-5.9707-2.7051zm-.2656 3.3164c-1.3221-.0204-2.654.4662-3.6914 1.4629-2.0747 1.9933-2.1145 5.2475-.1211 7.3222l.121.123c.1221.1221.3253.1221.4474 0l.5293-.6112c.122-.122.122-.3253 0-.4473-.6916-.6916-1.0977-1.6666-1.0977-2.6836a3.732 3.732 0 013.7422-3.7422 3.732 3.732 0 013.7422 3.7422c0 1.017-.4064 1.9513-1.1387 2.6836-.122.122-.122.3252 0 .4473l.5293.6113c.122.122.3252.122.4473 0 2.034-1.9934 2.1164-5.2476.123-7.3223-.9967-1.0373-2.3107-1.5656-3.6328-1.586zm.0059 7.7441c-.1373-.005-.2803.0448-.4024.1465l-.039.041-7.1602 8.0547c-.1627.2034-.1624.488.041.6914.0814.0814.2019.123.2832.123h14.3613c.2441 0 .4883-.2035.4883-.4882 0-.122-.0397-.2448-.121-.3262l-7.0801-8.0547c-.1018-.122-.2338-.1824-.3711-.1875Z\"/></svg>\n\n </figure>\n </td>\n <td>airplayaudio.svg</td>\n <td><code>_includes/icons/simple-icons/airplayaudio.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"airplayaudio\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>AirPlay Video icon</title><path d=\"M3.412 1.32c-1.178 0-1.584.122-2.031.366A2.449 2.449 0 00.365 2.7C.122 3.148 0 3.553 0 4.771v9.137c0 1.178.122 1.585.365 2.031.244.447.57.772 1.016 1.016.406.244.813.365 2.031.365h2.72l1.138-1.34H3.006c-.325.041-.69-.001-1.016-.164-.203-.08-.366-.283-.488-.486-.122-.325-.203-.65-.162-1.016V4.406c-.04-.325 0-.69.162-1.015.081-.203.285-.365.488-.487.325-.122.65-.204 1.016-.164h17.867c.325-.04.69.002 1.016.164.203.082.364.284.486.487.122.324.203.65.162 1.015v9.95c.04.324 0 .69-.162 1.015-.081.203-.283.365-.486.486-.325.122-.65.203-1.016.163h-4.264l1.137 1.341 2.803-.04c1.218 0 1.623-.122 2.07-.366a2.449 2.449 0 001.016-1.016c.243-.406.365-.813.365-2.03V4.77c0-1.218-.122-1.623-.365-2.07a2.449 2.449 0 00-1.016-1.015c-.447-.244-.852-.366-2.07-.366H3.412zm8.451 12.198a.501.501 0 00-.37.187l-7.106 8.162a.465.465 0 00-.123.326.47.47 0 00.488.487h14.293c.122 0 .245-.04.326-.121.203-.163.204-.489.041-.692l-7.107-8.162-.041-.04a.594.594 0 00-.4-.147z\"/></svg>\n\n </figure>\n </td>\n <td>airplayvideo.svg</td>\n <td><code>_includes/icons/simple-icons/airplayvideo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"airplayvideo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Airtable icon</title><path d=\"M11.992 1.966c-.434 0-.87.086-1.28.257L1.779 5.917c-.503.208-.49.908.012 1.116l8.982 3.558a3.266 3.266 0 0 0 2.454 0l8.982-3.558c.503-.196.503-.908.012-1.116l-8.957-3.694a3.255 3.255 0 0 0-1.272-.257zM23.4 8.056a.589.589 0 0 0-.222.045l-10.012 3.877a.612.612 0 0 0-.38.564v8.896a.6.6 0 0 0 .821.552L23.62 18.1a.583.583 0 0 0 .38-.551V8.653a.6.6 0 0 0-.6-.596zM.676 8.095a.644.644 0 0 0-.48.19C.086 8.396 0 8.53 0 8.69v8.355c0 .442.515.737.908.54l6.27-3.006.307-.147 2.969-1.436c.466-.22.43-.908-.061-1.092L.883 8.138a.57.57 0 0 0-.207-.044z\"/></svg>\n </figure>\n </td>\n <td>airtable.svg</td>\n <td><code>_includes/icons/simple-icons/airtable.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"airtable\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Algolia icon</title><path d=\"M3.16 0A3.156 3.156 0 000 3.152v17.69A3.161 3.161 0 003.16 24h17.68c1.747 0 3.16-1.42 3.16-3.16V3.16C24 1.413 22.58 0 20.84 0H3.16zm7.87 3.494h2.429A1.04 1.04 0 0114.5 4.535v.822a.14.14 0 01-.174.14 7.679 7.647 0 00-2.043-.276 7.564 7.533 0 00-2.113.297c-.095.021-.182-.045-.182-.14v-.843a1.044 1.04 0 011.041-1.04zm-4.35 2.22a1.04 1.035 0 01.75.306l.414.416c.058.065.051.167-.022.21a7.544 7.513 0 00-.941.801 8 7.967 0 00-.793.932c-.058.065-.153.08-.219.016l-.408-.409a1.043 1.04 0 010-1.472l.496-.494a1.04 1.035 0 01.723-.305zm5.597.35a6.774 6.774 0 016.787 6.778 6.784 6.784 0 01-6.787 6.783c-3.748 0-6.789-3.028-6.789-6.777a6.786 6.786 0 016.79-6.784zm0 2.008a4.783 4.783 0 00-4.783 4.776 4.783 4.783 0 004.783 4.775 4.777 4.777 0 004.784-4.775 4.782 4.782 0 00-4.784-4.776zm.145.838a3.935 3.919 0 013.281 1.988c.036.073.015.16-.057.196l-3.166 1.638c-.093.052-.205-.023-.205-.125V9.05h.002c0-.08.072-.139.145-.139Z\"/></svg>\n\n </figure>\n </td>\n <td>algolia.svg</td>\n <td><code>_includes/icons/simple-icons/algolia.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"algolia\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Alipay icon</title><path d=\"M16.076,13.732c0.862-1.494,1.55-3.196,2.003-5.045h-4.731V6.988h5.795V6.04h-5.795V3.207h-2.365 c-0.415,0-0.415,0.408-0.415,0.408V6.04H4.707v0.948h5.861v1.699H5.729v0.948h9.386c-0.343,1.18-0.805,2.288-1.352,3.294 c-3.045-1.002-6.295-1.814-8.337-1.314c-1.305,0.321-2.146,0.893-2.641,1.493c-2.267,2.751-0.641,6.929,4.147,6.929 c2.831,0,5.559-1.574,7.673-4.168C17.758,17.381,24,19.976,24,19.976v0.157c0,2.117-1.719,3.833-3.843,3.833H3.845 C1.72,23.966,0,22.249,0,20.132V3.868C0,1.75,1.72,0.034,3.845,0.034h16.312C22.281,0.034,24,1.75,24,3.868v12.409 c0,0-0.784-0.062-4.24-1.216C18.8,14.74,17.511,14.25,16.076,13.732z M5.834,13.034c-0.6,0.059-1.725,0.324-2.341,0.866 c-1.845,1.604-0.741,4.537,2.993,4.537c2.17,0,4.339-1.384,6.042-3.599C10.104,13.659,8.052,12.816,5.834,13.034z\"/></svg>\n </figure>\n </td>\n <td>alipay.svg</td>\n <td><code>_includes/icons/simple-icons/alipay.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"alipay\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>AlliedModders icon</title><path d=\"M.602 1.077A.615.615 0 000 1.692v20.615a.615.615 0 00.615.615h8.309a.615.615 0 00.615-.615v-1.744l.647 1.94a.615.615 0 00.584.42h6.77a.615.615 0 00.585-.427l.035-.107a.615.615 0 00.61.533h4.615a.615.615 0 00.615-.615V8.155a.615.615 0 00-.447-.592L19.246 6.33a.615.615 0 00-.744.372l-1.887 4.906V6.059a.615.615 0 00-.443-.592l-3.385-.98a.615.615 0 00-.787.59v6.15l-2.809-7.48a.615.615 0 00-.408-.377l-8-2.27a.615.615 0 00-.181-.023zm.628 1.43l6.918 1.962 3.891 10.363a.615.615 0 001.191-.216v-8.72l2.155.624v8.402a.615.615 0 001.19.223l2.874-7.475 3.32.948v13.074h-3.384v-1.23h1.23a.615.615 0 00.615-.616V12.77a.615.615 0 00-1.2-.19l-2.94 9.112h-5.877L6.738 8.266a.615.615 0 00-1.199.195v11.076a.615.615 0 00.615.618H8.31v1.537H1.23zm5.54 9.747l2.224 6.674a.615.615 0 00-.07-.006H6.77zM20 16.682v2.549h-.822z\"/></svg>\n </figure>\n </td>\n <td>alliedmodders.svg</td>\n <td><code>_includes/icons/simple-icons/alliedmodders.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"alliedmodders\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>AlloCiné icon</title><path d=\"M20.447 21.162L17.207.695a.815.815 0 0 0-.926-.686h-.004l-3.42.551a2.632 2.632 0 0 1-5.199.824l-3.42.542a.815.815 0 0 0-.687.926v.003l3.244 20.458c.069.443.484.746.928.677h.001l3.421-.542a2.636 2.636 0 1 1 5.208-.815l3.42-.541a.81.81 0 0 0 .675-.925v-.005zM14.77 8.21l-1.23 1.805a.854.854 0 0 1-.433.3c-.509.12-1.249-.962-1.772 1.505-.524 2.467.592 1.784 1.004 2.106a.875.875 0 0 1 .283.436l.394 2.142h-.012a.602.602 0 0 1-.343.644c-.454.183-1.167.427-1.588.337-.903-.193-2.338-2.428-1.562-6.072.777-3.643 2.994-5.078 3.896-4.885.413.09.972.601 1.315.953a.602.602 0 0 1 .048.729z\"/></svg>\n </figure>\n </td>\n <td>allocine.svg</td>\n <td><code>_includes/icons/simple-icons/allocine.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"allocine\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Alpine Linux icon</title><path d=\"M5.998 1.607L0 12l5.998 10.393h12.004L24 12 18.002 1.607H5.998zM9.965 7.12L12.66 9.9l1.598 1.595.002-.002 2.41 2.363c-.2.14-.386.252-.563.344a3.756 3.756 0 01-.496.217 2.702 2.702 0 01-.425.111c-.131.023-.25.034-.358.034-.13 0-.242-.014-.338-.034a1.317 1.317 0 01-.24-.072.95.95 0 01-.2-.113l-1.062-1.092-3.039-3.041-1.1 1.053-3.07 3.072a.974.974 0 01-.2.111 1.274 1.274 0 01-.237.073c-.096.02-.209.033-.338.033-.108 0-.227-.009-.358-.031a2.7 2.7 0 01-.425-.114 3.748 3.748 0 01-.496-.217 5.228 5.228 0 01-.563-.343l6.803-6.727zm4.72.785l4.579 4.598 1.382 1.353a5.24 5.24 0 01-.564.344 3.73 3.73 0 01-.494.217 2.697 2.697 0 01-.426.111c-.13.023-.251.034-.36.034-.129 0-.241-.014-.337-.034a1.285 1.285 0 01-.385-.146c-.033-.02-.05-.036-.053-.04l-1.232-1.218-2.111-2.111-.334.334L12.79 9.8l1.896-1.897zm-5.966 4.12v2.529a2.128 2.128 0 01-.356-.035 2.765 2.765 0 01-.422-.116 3.708 3.708 0 01-.488-.214 5.217 5.217 0 01-.555-.34l1.82-1.825Z\"/></svg>\n\n </figure>\n </td>\n <td>alpinelinux.svg</td>\n <td><code>_includes/icons/simple-icons/alpinelinux.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"alpinelinux\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Amazon icon</title><path d=\"M.045 18.02c.072-.116.187-.124.348-.022 3.636 2.11 7.594 3.166 11.87 3.166 2.852 0 5.668-.533 8.447-1.595l.315-.14c.138-.06.234-.1.293-.13.226-.088.39-.046.525.13.12.174.09.336-.12.48-.256.19-.6.41-1.006.654-1.244.743-2.64 1.316-4.185 1.726-1.53.406-3.045.61-4.516.61-2.265 0-4.41-.396-6.435-1.187-2.02-.794-3.82-1.91-5.43-3.35-.1-.074-.15-.15-.15-.22 0-.047.02-.09.05-.13zm6.565-6.218c0-1.005.247-1.863.743-2.577.495-.71 1.17-1.25 2.04-1.615.796-.335 1.756-.575 2.912-.72.39-.046 1.033-.103 1.92-.174v-.37c0-.93-.105-1.558-.3-1.875-.302-.43-.78-.65-1.44-.65h-.182c-.48.046-.896.196-1.246.46-.35.27-.575.63-.675 1.096-.06.3-.206.465-.435.51l-2.52-.315c-.248-.06-.372-.18-.372-.39 0-.046.007-.09.022-.15.247-1.29.855-2.25 1.82-2.88.976-.616 2.1-.975 3.39-1.05h.54c1.65 0 2.957.434 3.888 1.29.135.15.27.3.405.48.12.165.224.314.283.45.075.134.15.33.195.57.06.254.105.42.135.51.03.104.062.3.076.615.01.313.02.493.02.553v5.28c0 .376.06.72.165 1.036.105.313.21.54.315.674l.51.674c.09.136.136.256.136.36 0 .12-.06.226-.18.314-1.2 1.05-1.86 1.62-1.963 1.71-.165.135-.375.15-.63.045-.195-.166-.375-.332-.526-.496l-.31-.347c-.06-.074-.166-.21-.317-.42l-.3-.435c-.81.886-1.603 1.44-2.4 1.665-.494.15-1.093.227-1.83.227-1.11 0-2.04-.343-2.76-1.034-.72-.69-1.08-1.665-1.08-2.94l-.05-.076zm3.753-.438c0 .566.14 1.02.425 1.364.285.34.675.512 1.155.512.045 0 .106-.007.195-.02.09-.016.134-.023.166-.023.614-.16 1.08-.553 1.424-1.178.165-.28.285-.58.36-.91.09-.32.12-.59.135-.8.015-.195.015-.54.015-1.005v-.54c-.84 0-1.484.06-1.92.18-1.275.36-1.92 1.17-1.92 2.43l-.035-.02zm9.162 7.027c.03-.06.075-.11.132-.17.362-.243.714-.41 1.05-.5.55-.133 1.09-.222 1.612-.24.14-.012.28 0 .41.03.65.06 1.05.168 1.172.33.063.09.09.228.09.39v.15c0 .51-.14 1.11-.415 1.8-.278.69-.664 1.248-1.156 1.68-.073.06-.14.09-.197.09-.03 0-.06 0-.09-.012-.09-.044-.107-.12-.064-.24.54-1.26.806-2.143.806-2.64 0-.15-.03-.27-.087-.344-.145-.166-.55-.257-1.224-.257-.243 0-.533.016-.87.046-.363.045-.7.09-1 .135-.09 0-.148-.014-.18-.044-.03-.03-.036-.047-.02-.077 0-.017.006-.03.02-.063v-.06z\"/></svg>\n </figure>\n </td>\n <td>amazon.svg</td>\n <td><code>_includes/icons/simple-icons/amazon.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"amazon\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Amazon Alexa icon</title><path d=\"M12 0C5.37 0 0 5.37 0 12C0 18.09 4.53 23.11 10.4 23.9V21.5A1.59 1.59 0 0 0 9.32 19.97A8.41 8.41 0 0 1 3.6 11.8A8.37 8.37 0 0 1 12.09 3.6A8.4 8.4 0 0 1 20.4 12.31L20.39 12.38A8.68 8.68 0 0 1 20.36 12.76C20.36 12.83 20.35 12.9 20.34 12.96C20.34 13.04 20.33 13.12 20.32 13.19L20.3 13.29C19.27 20.07 10.45 23.87 10.4 23.9C10.92 23.97 11.46 24 12 24C18.63 24 24 18.63 24 12S18.63 0 12 0Z\"/></svg>\n\n </figure>\n </td>\n <td>amazonalexa.svg</td>\n <td><code>_includes/icons/simple-icons/amazonalexa.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"amazonalexa\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>Amazon AWS icon</title><path d=\"M6.763 10.036c0 .296.032.535.088.71.064.176.144.368.256.576.04.063.056.127.056.183 0 .08-.048.16-.152.24l-.503.335a.383.383 0 0 1-.208.072c-.08 0-.16-.04-.239-.112a2.47 2.47 0 0 1-.287-.375 6.18 6.18 0 0 1-.248-.471c-.622.734-1.405 1.101-2.347 1.101-.67 0-1.205-.191-1.596-.574-.391-.384-.59-.894-.59-1.533 0-.678.239-1.23.726-1.644.487-.415 1.133-.623 1.955-.623.272 0 .551.024.846.064.296.04.6.104.918.176v-.583c0-.607-.127-1.03-.375-1.277-.255-.248-.686-.367-1.3-.367-.28 0-.568.031-.863.103-.295.072-.583.16-.862.272a2.287 2.287 0 0 1-.28.104.488.488 0 0 1-.127.023c-.112 0-.168-.08-.168-.247v-.391c0-.128.016-.224.056-.28a.597.597 0 0 1 .224-.167c.279-.144.614-.264 1.005-.36a4.84 4.84 0 0 1 1.246-.151c.95 0 1.644.216 2.091.647.439.43.662 1.085.662 1.963v2.586zm-3.24 1.214c.263 0 .534-.048.822-.144.287-.096.543-.271.758-.51.128-.152.224-.32.272-.512.047-.191.08-.423.08-.694v-.335a6.66 6.66 0 0 0-.735-.136 6.02 6.02 0 0 0-.75-.048c-.535 0-.926.104-1.19.32-.263.215-.39.518-.39.917 0 .375.095.655.295.846.191.2.47.296.838.296zm6.41.862c-.144 0-.24-.024-.304-.08-.064-.048-.12-.16-.168-.311L7.586 5.55a1.398 1.398 0 0 1-.072-.32c0-.128.064-.2.191-.2h.783c.151 0 .255.025.31.08.065.048.113.16.16.312l1.342 5.284 1.245-5.284c.04-.16.088-.264.151-.312a.549.549 0 0 1 .32-.08h.638c.152 0 .256.025.32.08.063.048.12.16.151.312l1.261 5.348 1.381-5.348c.048-.16.104-.264.16-.312a.52.52 0 0 1 .311-.08h.743c.127 0 .2.065.2.2 0 .04-.009.08-.017.128a1.137 1.137 0 0 1-.056.2l-1.923 6.17c-.048.16-.104.263-.168.311a.51.51 0 0 1-.303.08h-.687c-.151 0-.255-.024-.32-.08-.063-.056-.119-.16-.15-.32l-1.238-5.148-1.23 5.14c-.04.16-.087.264-.15.32-.065.056-.177.08-.32.08zm10.256.215c-.415 0-.83-.048-1.229-.143-.399-.096-.71-.2-.918-.32-.128-.071-.215-.151-.247-.223a.563.563 0 0 1-.048-.224v-.407c0-.167.064-.247.183-.247.048 0 .096.008.144.024.048.016.12.048.2.08.271.12.566.215.878.279.319.064.63.096.95.096.502 0 .894-.088 1.165-.264a.86.86 0 0 0 .415-.758.777.777 0 0 0-.215-.559c-.144-.151-.416-.287-.807-.415l-1.157-.36c-.583-.183-1.014-.454-1.277-.813a1.902 1.902 0 0 1-.4-1.158c0-.335.073-.63.216-.886.144-.255.335-.479.575-.654.24-.184.51-.32.83-.415.32-.096.655-.136 1.006-.136.175 0 .359.008.535.032.183.024.35.056.518.088.16.04.312.08.455.127.144.048.256.096.336.144a.69.69 0 0 1 .24.2.43.43 0 0 1 .071.263v.375c0 .168-.064.256-.184.256a.83.83 0 0 1-.303-.096 3.652 3.652 0 0 0-1.532-.311c-.455 0-.815.071-1.062.223-.248.152-.375.383-.375.71 0 .224.08.416.24.567.159.152.454.304.877.44l1.134.358c.574.184.99.44 1.237.767.247.327.367.702.367 1.117 0 .343-.072.655-.207.926-.144.272-.336.511-.583.703-.248.2-.543.343-.886.447-.36.111-.734.167-1.142.167zM21.698 16.207c-2.626 1.94-6.442 2.969-9.722 2.969-4.598 0-8.74-1.7-11.87-4.526-.247-.223-.024-.527.272-.351 3.384 1.963 7.559 3.153 11.877 3.153 2.914 0 6.114-.607 9.06-1.852.439-.2.814.287.383.607zM22.792 14.961c-.336-.43-2.22-.207-3.074-.103-.255.032-.295-.192-.063-.36 1.5-1.053 3.967-.75 4.254-.399.287.36-.08 2.826-1.485 4.007-.215.184-.423.088-.327-.151.32-.79 1.03-2.57.695-2.994z\"/></svg>\n </figure>\n </td>\n <td>amazonaws.svg</td>\n <td><code>_includes/icons/simple-icons/amazonaws.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"amazonaws\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Amazon Lumberyard icon</title><path d=\"M23.927,12.153c-0.051-0.011-0.102-0.022-0.153-0.034c-0.077-0.017-0.091-0.011-0.119,0.061 c-0.036,0.093-0.082,0.178-0.158,0.244c-0.166,0.144-0.374,0.079-0.472-0.063c-0.047-0.068-0.073-0.145-0.088-0.226 c-0.013-0.075-0.014-0.091,0.016-0.146c0.069-0.127,0.127-0.277,0.161-0.424c0.067-0.287,0.107-0.563,0.137-0.868 c0.017-0.179,0.032-0.361,0.036-0.542c0.006-0.256,0.017-0.513-0.026-0.768c-0.019-0.111-0.045-0.221-0.103-0.319 c-0.072-0.123-0.178-0.193-0.322-0.202c-0.187-0.012-0.328,0.068-0.432,0.221c-0.069,0.101-0.108,0.215-0.138,0.333 c-0.047,0.183-0.06,0.37-0.066,0.557c-0.005,0.166,0.001,0.333,0.01,0.5c0.007,0.138,0.022,0.276,0.037,0.414 c0.012,0.113,0.026,0.227,0.044,0.339c0.018,0.113-0.013,0.132-0.121,0.116c-0.125-0.018-0.251-0.013-0.376,0.007 c-0.189,0.031-0.357,0.115-0.508,0.229c-0.168,0.126-0.294,0.284-0.341,0.494c-0.007,0.032-0.005,0.072-0.019,0.1 c-0.044,0.09-0.097,0.169-0.172,0.237c-0.084,0.077-0.179,0.1-0.286,0.091c-0.103-0.009-0.153-0.073-0.189-0.157 c-0.039-0.093-0.058-0.191-0.059-0.291c-0.001-0.111,0.008-0.222,0.009-0.333c0.001-0.112-0.045-0.202-0.132-0.272 c-0.078-0.062-0.17-0.089-0.266-0.103c-0.151-0.022-0.319-0.011-0.456,0.004c-0.028,0.003-0.036,0-0.059-0.023 c-0.094-0.096-0.208-0.122-0.337-0.099c-0.091,0.016-0.159,0.087-0.181,0.185c-0.019,0.086,0.008,0.178,0.083,0.227 c0.054,0.035,0.09,0.053,0.146,0.063c0.046,0.008,0.05,0.014,0.05,0.056c-0.002,0.06-0.003,0.121-0.01,0.181 c-0.013,0.116-0.039,0.228-0.096,0.332c-0.074,0.136-0.186,0.224-0.341,0.231c-0.228,0.011-0.394-0.131-0.423-0.372 c-0.008-0.066-0.007-0.134-0.008-0.2c-0.001-0.159-0.001-0.317-0.001-0.476c0-0.06-0.013-0.078-0.078-0.078 c-0.057,0-0.117-0.002-0.172-0.003c-0.061-0.001-0.086,0.002-0.091,0.071c-0.047-0.019-0.091-0.044-0.136-0.059 c-0.184-0.062-0.372-0.066-0.561-0.029c-0.238,0.047-0.449,0.149-0.62,0.323c-0.045,0.045-0.085,0.098-0.126,0.144 c-0.118,0.133-0.249,0.264-0.378,0.385c-0.018,0.017-0.047,0.026-0.072,0.016c-0.028-0.012-0.043-0.031-0.043-0.064 c0-0.212,0-0.435-0.001-0.653c0-0.057-0.017-0.074-0.072-0.075c-0.074-0.001-0.147-0.001-0.221,0c-0.042,0-0.051,0.001-0.051,0.044 c0.001,0.129-0.011,0.214-0.025,0.301c-0.03,0.177-0.067,0.288-0.143,0.427c-0.049,0.089-0.108,0.172-0.192,0.232 c-0.121,0.087-0.237,0.085-0.355-0.006c-0.074-0.057-0.13-0.129-0.175-0.21c-0.123-0.222-0.175-0.462-0.179-0.714 c-0.001-0.053-0.02-0.074-0.072-0.075c-0.077-0.001-0.154-0.001-0.231,0c-0.05,0.001-0.07,0.021-0.072,0.072 c-0.003,0.057-0.006,0.114-0.01,0.171c-0.011,0.15-0.041,0.297-0.093,0.439c-0.037,0.104-0.087,0.2-0.167,0.28 c-0.105,0.104-0.253,0.109-0.369,0.015c-0.054-0.044-0.095-0.099-0.127-0.161c-0.093-0.18-0.136-0.384-0.144-0.575 c-0.008-0.206-0.151-0.331-0.324-0.367c-0.106-0.022-0.203-0.022-0.316-0.002c-0.036,0.007-0.064,0.007-0.092-0.03 c-0.047-0.06-0.099-0.09-0.174-0.097c-0.04-0.004-0.091-0.003-0.131,0.002c-0.191,0.022-0.303,0.225-0.224,0.399 c0.03,0.065,0.08,0.115,0.146,0.146c0.064,0.031,0.072,0.044,0.041,0.116c-0.051,0.111-0.114,0.214-0.199,0.301 c-0.248,0.261-0.578,0.401-0.962,0.365c-0.105-0.01-0.201-0.047-0.286-0.11c-0.062-0.046-0.112-0.098-0.127-0.179 c-0.004-0.021-0.001-0.048,0.015-0.057c0.012-0.007,0.039,0,0.052,0.008c0.189,0.1,0.388,0.126,0.596,0.1 c0.152-0.019,0.285-0.09,0.394-0.199c0.204-0.205,0.151-0.502-0.051-0.654c-0.169-0.127-0.36-0.168-0.561-0.125 c-0.354,0.074-0.611,0.286-0.743,0.629c-0.054,0.139-0.069,0.288-0.018,0.434c0.067,0.19,0.202,0.32,0.38,0.406 c0.218,0.106,0.455,0.119,0.689,0.082c0.35-0.056,0.65-0.213,0.887-0.479c0.152-0.17,0.256-0.36,0.326-0.579 c0.011-0.033,0.019-0.064,0.02-0.106c0.001-0.023,0.009-0.026,0.034-0.029c0.075-0.009,0.137-0.012,0.213-0.01 c0.042,0.001,0.072,0.022,0.076,0.062c0.012,0.139,0.029,0.261,0.057,0.383c0.043,0.188,0.117,0.355,0.242,0.506 c0.2,0.242,0.545,0.299,0.79,0.151c0.121-0.073,0.219-0.184,0.283-0.308c0.042-0.082,0.105-0.092,0.155-0.002 c0.061,0.108,0.142,0.2,0.242,0.275c0.169,0.127,0.364,0.174,0.568,0.107c0.121-0.04,0.218-0.103,0.306-0.195 c0.014-0.014,0.038-0.036,0.05-0.051c0.004,0.109,0.004,0.118-0.04,0.166c-0.185,0.197-0.362,0.4-0.511,0.626 c-0.139,0.211-0.263,0.429-0.34,0.671c-0.061,0.19-0.091,0.383-0.054,0.583c0.042,0.226,0.152,0.396,0.347,0.511 c0.117,0.069,0.277,0.092,0.4,0.048c0.137-0.049,0.248-0.115,0.329-0.262c0.034-0.063,0.067-0.137,0.09-0.205 c0.054-0.158,0.077-0.326,0.095-0.496c0.014-0.126,0.021-0.273,0.026-0.41c0.005-0.134,0.002-0.268,0.002-0.402 c0-0.175,0.002-0.351,0.003-0.526c0-0.037-0.003-0.045,0.027-0.077c0.106-0.109,0.201-0.204,0.3-0.311 c0.045-0.046,0.09-0.047,0.121,0.011c0.073,0.135,0.175,0.224,0.303,0.288c0.189,0.095,0.395,0.11,0.601,0.083 c0.245-0.032,0.456-0.131,0.642-0.294c0.052-0.046,0.079-0.042,0.126,0.013c0.194,0.221,0.44,0.302,0.725,0.244 c0.218-0.044,0.378-0.178,0.49-0.366c0.105-0.177,0.141-0.375,0.156-0.577c0.003-0.042,0.004-0.087,0.004-0.127 c0-0.041,0.027-0.07,0.069-0.072c0.073-0.004,0.156-0.004,0.229-0.003c0.047,0.001,0.086,0.003,0.132,0.013 c0.039,0.009,0.046,0.026,0.041,0.064c-0.006,0.052-0.014,0.104-0.014,0.156c-0.002,0.146,0.01,0.29,0.048,0.432 c0.028,0.105,0.069,0.208,0.137,0.294c0.105,0.132,0.244,0.197,0.412,0.203c0.204,0.007,0.383-0.051,0.531-0.195 c0.042-0.041,0.075-0.04,0.12,0.005c0.14,0.136,0.311,0.199,0.5,0.218c0.22,0.022,0.433-0.017,0.635-0.111 c0.127-0.059,0.243-0.135,0.34-0.237c0.048-0.05,0.098-0.048,0.141,0.019c0.181,0.284,0.537,0.401,0.859,0.223 c0.204-0.112,0.327-0.284,0.394-0.507C24.012,12.195,23.995,12.167,23.927,12.153z M10.849,11.723 c0.085-0.063,0.181-0.094,0.287-0.102c0.089-0.007,0.173,0.012,0.243,0.071c0.055,0.046,0.058,0.091,0.007,0.141 c-0.082,0.079-0.164,0.107-0.288,0.104c-0.081-0.002-0.156-0.01-0.233-0.04c-0.018-0.007-0.037-0.014-0.053-0.024 c-0.026-0.015-0.037-0.033-0.037-0.053C10.774,11.783,10.806,11.754,10.849,11.723z M15.573,13.971 c-0.013,0.198-0.028,0.397-0.089,0.588c-0.025,0.078-0.062,0.184-0.125,0.238c-0.079,0.068-0.163,0.079-0.252,0.003 c-0.101-0.081-0.14-0.182-0.149-0.315c-0.013-0.197,0.05-0.377,0.132-0.552c0.096-0.207,0.218-0.392,0.357-0.572 c0.021-0.027,0.043-0.053,0.08-0.042c0.032,0.01,0.055,0.034,0.056,0.072c0.001,0.072,0,0.144,0,0.216 C15.583,13.673,15.581,13.85,15.573,13.971z M17.828,12.137c-0.051,0.112-0.138,0.194-0.24,0.259 c-0.145,0.092-0.304,0.14-0.456,0.141c-0.134,0-0.242-0.02-0.34-0.08c-0.085-0.052-0.143-0.123-0.15-0.227 c-0.005-0.08,0.02-0.154,0.068-0.215c0.091-0.117,0.205-0.218,0.339-0.271c0.189-0.075,0.392-0.102,0.577-0.029 c0.107,0.042,0.198,0.11,0.227,0.224C17.869,12.01,17.857,12.074,17.828,12.137z M22.444,12.166 c-0.064,0.117-0.163,0.199-0.279,0.261c-0.133,0.072-0.275,0.109-0.402,0.109c-0.131,0-0.235-0.017-0.326-0.072 c-0.069-0.042-0.116-0.081-0.148-0.161c-0.009-0.022-0.01-0.054,0.003-0.078c0.054-0.101,0.11-0.203,0.174-0.298 c0.076-0.114,0.184-0.186,0.319-0.221c0.162-0.042,0.322-0.051,0.481,0.009c0.113,0.043,0.197,0.114,0.223,0.24 C22.503,12.032,22.48,12.101,22.444,12.166z M22.875,11.009c-0.016,0.126-0.043,0.25-0.066,0.375 c-0.008,0.044-0.036,0.069-0.071,0.069c-0.032,0.001-0.061-0.022-0.069-0.065c-0.023-0.118-0.047-0.237-0.063-0.356 c-0.014-0.111-0.025-0.213-0.037-0.32c-0.013-0.117-0.018-0.234-0.023-0.352c-0.003-0.101-0.01-0.203-0.007-0.304 c0.006-0.197,0.011-0.395,0.067-0.586c0.019-0.065,0.04-0.121,0.074-0.18c0.02-0.035,0.05-0.072,0.091-0.079 c0.039-0.007,0.089,0.003,0.104,0.04c0.024,0.06,0.036,0.114,0.048,0.177c0.029,0.156,0.034,0.324,0.031,0.483 c-0.003,0.175-0.009,0.34-0.022,0.514C22.919,10.62,22.9,10.815,22.875,11.009z M9.912,11.638c-0.146-0.185-0.343-0.278-0.571-0.298 c-0.169-0.015-0.339,0.006-0.501,0.059c-0.058,0.019-0.122-0.004-0.123-0.065c0-0.038,0.021-0.154,0.033-0.235 c0.013-0.08,0.026-0.208,0.042-0.39c0.016-0.182,0.023-0.365,0.034-0.548c0.003-0.047,0.005-0.093,0.003-0.14 C8.827,9.927,8.819,9.834,8.812,9.741C8.803,9.617,8.779,9.496,8.732,9.38C8.6,9.038,8.262,9.054,8.072,9.169 C7.967,9.232,7.898,9.33,7.848,9.439c-0.087,0.19-0.107,0.402-0.121,0.607c-0.007,0.101-0.004,0.228-0.005,0.329 c-0.001,0.183,0.021,0.39,0.038,0.573c0.018,0.185,0.039,0.3,0.07,0.466c0.047,0.253,0.123,0.482,0.241,0.711 c0.017,0.033,0.016,0.064,0.005,0.097c-0.01,0.031-0.032,0.08-0.048,0.107c-0.097,0.162-0.338,0.276-0.538,0.04 c-0.074-0.091-0.111-0.187-0.141-0.303c-0.016-0.061-0.034-0.122-0.056-0.181c-0.06-0.16-0.144-0.314-0.286-0.416 c-0.149-0.107-0.316-0.155-0.494-0.089c-0.103,0.038-0.193,0.11-0.26,0.194c-0.033,0.041-0.056,0.081-0.086,0.127 c-0.038,0.058-0.106,0.062-0.144,0.005c-0.074-0.111-0.138-0.198-0.243-0.267c-0.083-0.055-0.176-0.088-0.274-0.084 c-0.099,0.004-0.198,0.029-0.277,0.093c-0.036,0.028-0.074,0.062-0.107,0.1c-0.013-0.051-0.033-0.087-0.082-0.088 c-0.057-0.001-0.115-0.001-0.174-0.001c-0.054,0-0.098,0.022-0.099,0.094c-0.001,0.029-0.003,0.104-0.003,0.133 c-0.007,0.176-0.029,0.311-0.078,0.485c-0.027,0.096-0.063,0.177-0.121,0.261c-0.067,0.097-0.145,0.091-0.208,0.027 c-0.038-0.039-0.071-0.087-0.096-0.135c-0.124-0.234-0.167-0.459-0.179-0.75c-0.003-0.07-0.027-0.113-0.109-0.115 c-0.046-0.001-0.091-0.001-0.137,0c-0.059,0.001-0.106,0.05-0.108,0.109c-0.007,0.185-0.05,0.373-0.123,0.548 c-0.049,0.119-0.097,0.209-0.212,0.305c-0.07,0.058-0.113,0.084-0.203,0.084c-0.069,0-0.133-0.035-0.183-0.075 c-0.081-0.065-0.135-0.138-0.181-0.227c-0.101-0.204-0.159-0.417-0.161-0.641c-0.001-0.06-0.041-0.102-0.096-0.103 c-0.062-0.001-0.124,0-0.187,0c-0.057,0-0.07-0.001-0.071,0.065c-0.003,0.108-0.008,0.234-0.023,0.344 c-0.018,0.128-0.045,0.24-0.102,0.356c-0.061,0.123-0.141,0.218-0.259,0.268c-0.042,0.018-0.084,0.028-0.147,0.028 c-0.07,0-0.134-0.019-0.198-0.054c-0.102-0.055-0.199-0.142-0.282-0.238c-0.026-0.033-0.03-0.082-0.007-0.116 c0.1-0.144,0.176-0.29,0.245-0.468c0.043-0.109,0.083-0.234,0.112-0.376c0.022-0.108,0.037-0.265,0.049-0.398 c0.013-0.156,0.022-0.314,0.023-0.47c0.001-0.09-0.004-0.205-0.014-0.326c-0.012-0.136-0.04-0.275-0.098-0.402 C1.535,9.514,1.423,9.383,1.247,9.35C1.096,9.321,0.925,9.353,0.806,9.454C0.729,9.519,0.677,9.606,0.638,9.697 c-0.083,0.189-0.106,0.395-0.114,0.597c-0.008,0.196-0.003,0.422,0.02,0.617c0.02,0.167,0.039,0.326,0.063,0.492 c0.035,0.238,0.092,0.436,0.192,0.655c0.025,0.055,0.033,0.094-0.009,0.136c-0.062,0.063-0.125,0.132-0.188,0.193 c-0.172,0.166-0.358,0.311-0.562,0.436c-0.035,0.021-0.048,0.065-0.032,0.102c0.023,0.054,0.06,0.115,0.089,0.168 c0.027,0.049,0.073,0.053,0.122,0.028c0.045-0.023,0.118-0.077,0.166-0.109c0.218-0.146,0.406-0.314,0.498-0.406 c0.04-0.04,0.073-0.07,0.097-0.093c0.033-0.033,0.088-0.027,0.129,0.019c0.079,0.088,0.192,0.173,0.297,0.232 c0.184,0.103,0.377,0.139,0.585,0.075c0.186-0.057,0.324-0.172,0.432-0.331c0.064-0.094,0.125-0.091,0.189,0.008 c0.042,0.066,0.106,0.132,0.167,0.181c0.101,0.081,0.237,0.148,0.385,0.152c0.182,0.005,0.317-0.046,0.45-0.158 c0.072-0.06,0.127-0.126,0.18-0.203c0.029-0.043,0.076-0.061,0.115-0.043c0.025,0.012,0.047,0.046,0.062,0.069 c0.051,0.082,0.11,0.152,0.184,0.217c0.179,0.157,0.404,0.153,0.555,0.043c0.015-0.011,0.041-0.031,0.061-0.044 c0.009,0.073,0.043,0.08,0.115,0.081c0.057,0.001,0.134,0,0.19,0c0.043,0,0.043,0,0.043-0.036c0-0.071,0.001-0.143,0.006-0.218 c0.012-0.171,0.05-0.36,0.107-0.527c0.037-0.108,0.093-0.203,0.178-0.282c0.03-0.029,0.07-0.047,0.103-0.047 c0.056,0,0.087,0.028,0.12,0.061c0.038,0.039,0.082,0.089,0.105,0.139c0.094,0.203,0.132,0.359,0.162,0.572 c0.009,0.078,0.011,0.163,0.009,0.241c-0.001,0.03,0.007,0.029,0.042,0.03c0.093,0.001,0.208-0.002,0.301-0.002 c0.027,0,0.026-0.001,0.026-0.028c0-0.079,0.004-0.181,0.015-0.259c0.023-0.157,0.05-0.291,0.107-0.434 c0.04-0.102,0.094-0.208,0.178-0.284c0.055-0.049,0.12-0.05,0.184-0.019c0.036,0.017,0.068,0.048,0.095,0.077 c0.098,0.112,0.138,0.254,0.171,0.397c0.049,0.21,0.142,0.386,0.337,0.53c0.103,0.076,0.224,0.121,0.352,0.128 c0.179,0.01,0.321-0.044,0.462-0.158c0.037-0.03,0.061-0.049,0.084-0.049c0.009,0,0.019,0,0.026,0.001 c0.015,0.002,0.042,0.02,0.075,0.047c0.138,0.122,0.299,0.172,0.477,0.189c0.169,0.016,0.334-0.005,0.496-0.061 c0.25-0.086,0.457-0.223,0.598-0.453C10.077,12.132,10.081,11.851,9.912,11.638z M1.099,11.664c-0.049,0-0.082-0.007-0.098-0.058 c-0.025-0.084-0.05-0.201-0.064-0.302C0.914,11.13,0.9,11.011,0.886,10.839c-0.012-0.143-0.017-0.281-0.016-0.425 c0.001-0.17,0.011-0.348,0.064-0.511c0.02-0.061,0.048-0.122,0.092-0.17c0.061-0.067,0.176-0.068,0.24,0.038 c0.052,0.083,0.072,0.17,0.082,0.266c0.014,0.126,0.019,0.246,0.019,0.379c0,0.181-0.011,0.365-0.027,0.55 c-0.02,0.211-0.069,0.408-0.156,0.61C1.167,11.615,1.146,11.664,1.099,11.664z M8.453,10.618c-0.027,0.275-0.053,0.487-0.098,0.726 c-0.013,0.071-0.033,0.108-0.078,0.108c-0.039,0-0.078-0.002-0.095-0.053c-0.028-0.084-0.04-0.171-0.052-0.26 c-0.019-0.147-0.036-0.3-0.044-0.448c-0.01-0.201-0.016-0.381-0.013-0.582c0.002-0.13,0.016-0.285,0.056-0.41 C8.15,9.634,8.175,9.573,8.208,9.513c0.024-0.043,0.069-0.071,0.123-0.069C8.365,9.446,8.384,9.45,8.405,9.51 c0.023,0.065,0.039,0.127,0.049,0.195c0.021,0.155,0.018,0.253,0.019,0.374C8.475,10.267,8.469,10.45,8.453,10.618z M9.675,12.102 c-0.035,0.097-0.097,0.173-0.179,0.24c-0.126,0.098-0.254,0.159-0.413,0.181c-0.138,0.019-0.279,0.021-0.406-0.039 c-0.101-0.048-0.18-0.114-0.194-0.231c-0.009-0.073,0.012-0.149,0.049-0.211c0.1-0.167,0.255-0.263,0.436-0.321 c0.084-0.027,0.171-0.035,0.26-0.033c0.126,0.002,0.247,0.024,0.352,0.1C9.69,11.866,9.713,11.982,9.675,12.102z\"/></svg>\n </figure>\n </td>\n <td>amazonlumberyard.svg</td>\n <td><code>_includes/icons/simple-icons/amazonlumberyard.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"amazonlumberyard\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>AMD icon</title><path d=\"M18.324 9.137l1.559 1.56h2.556v2.557L24 14.814V9.137zM2 9.52l-2 4.96h1.309l.37-.982H3.9l.408.982h1.338L3.432 9.52zm4.209 0v4.955h1.238v-3.092l1.338 1.562h.188l1.338-1.556v3.091h1.238V9.52H10.47l-1.592 1.845L7.287 9.52zm6.283 0v4.96h2.057c1.979 0 2.88-1.046 2.88-2.472 0-1.36-.937-2.488-2.747-2.488zm1.237.91h.792c1.17 0 1.63.711 1.63 1.57 0 .728-.372 1.572-1.616 1.572h-.806zm-10.985.273l.791 1.932H2.008zm17.137.307l-1.604 1.603v2.25h2.246l1.604-1.607h-2.246z\"/></svg>\n </figure>\n </td>\n <td>amd.svg</td>\n <td><code>_includes/icons/simple-icons/amd.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"amd\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>American Express icon</title><path d=\"M16.015 14.378c0-.32-.135-.496-.344-.622-.21-.12-.464-.135-.81-.135h-1.543v2.82h.675v-1.027h.72c.24 0 .39.024.478.125.12.13.104.38.104.55v.35h.66v-.555c-.002-.25-.017-.376-.108-.516-.06-.08-.18-.18-.33-.234l.02-.008c.18-.072.48-.297.48-.747zm-.87.407l-.028-.002c-.09.053-.195.058-.33.058h-.81v-.63h.824c.12 0 .24 0 .33.05.098.048.156.147.15.255 0 .12-.045.215-.134.27zM20.297 15.837H19v.6h1.304c.676 0 1.05-.278 1.05-.884 0-.28-.066-.448-.187-.582-.153-.133-.392-.193-.73-.207l-.376-.015c-.104 0-.18 0-.255-.03-.09-.03-.15-.105-.15-.21 0-.09.017-.166.09-.21.083-.046.177-.066.272-.06h1.23v-.602h-1.35c-.704 0-.958.437-.958.84 0 .9.776.855 1.407.87.104 0 .18.015.225.06.046.03.082.106.082.18 0 .077-.035.15-.08.18-.06.053-.15.07-.277.07zM0 0v10.096L.81 8.22h1.75l.225.464V8.22h2.043l.45 1.02.437-1.013h6.502c.295 0 .56.057.756.236v-.23h1.787v.23c.307-.17.686-.23 1.12-.23h2.606l.24.466v-.466h1.918l.254.465v-.466h1.858v3.948H20.87l-.36-.6v.585h-2.353l-.256-.63h-.583l-.27.614h-1.213c-.48 0-.84-.104-1.08-.24v.24h-2.89v-.884c0-.12-.03-.12-.105-.135h-.105v1.036H6.067v-.48l-.21.48H4.69l-.202-.48v.465H2.235l-.256-.624H1.4l-.256.624H0V24h23.786v-7.108c-.27.135-.613.18-.973.18H21.09v-.255c-.21.165-.57.255-.914.255H14.71v-.9c0-.12-.018-.12-.12-.12h-.075v1.022h-1.8v-1.066c-.298.136-.643.15-.928.136h-.214v.915h-2.18l-.54-.617-.57.6H4.742v-3.93h3.61l.518.602.554-.6h2.412c.28 0 .74.03.942.225v-.24h2.177c.202 0 .644.045.903.225v-.24h3.265v.24c.163-.164.508-.24.803-.24h1.89v.24c.194-.15.464-.24.84-.24h1.176V0H0zM21.156 14.955c.004.005.006.012.01.016.01.01.024.01.032.02l-.042-.035zM23.828 13.082h.065v.555h-.065zM23.865 15.03v-.005c-.03-.025-.046-.048-.075-.07-.15-.153-.39-.215-.764-.225l-.36-.012c-.12 0-.194-.007-.27-.03-.09-.03-.15-.105-.15-.21 0-.09.03-.16.09-.204.076-.045.15-.05.27-.05h1.223v-.588h-1.283c-.69 0-.96.437-.96.84 0 .9.78.855 1.41.87.104 0 .18.015.224.06.046.03.076.106.076.18 0 .07-.034.138-.09.18-.045.056-.136.07-.27.07h-1.288v.605h1.287c.42 0 .734-.118.9-.36h.03c.09-.134.135-.3.135-.523 0-.24-.045-.39-.135-.526zM18.597 14.208v-.583h-2.235V16.458h2.235v-.585h-1.57v-.57h1.533v-.584h-1.532v-.51M13.51 8.787h.685V11.6h-.684zM13.126 9.543l-.007.006c0-.314-.13-.5-.34-.624-.217-.125-.47-.135-.81-.135H10.43v2.82h.674v-1.034h.72c.24 0 .39.03.487.12.122.136.107.378.107.548v.354h.677v-.553c0-.25-.016-.375-.11-.516-.09-.107-.202-.19-.33-.237.172-.07.472-.3.472-.75zm-.855.396h-.015c-.09.054-.195.056-.33.056H11.1v-.623h.825c.12 0 .24.004.33.05.09.04.15.128.15.25s-.047.22-.134.266zM15.92 9.373h.632v-.6h-.644c-.464 0-.804.105-1.02.33-.286.3-.362.69-.362 1.11 0 .512.123.833.36 1.074.232.238.645.31.97.31h.78l.255-.627h1.39l.262.627h1.36v-2.11l1.272 2.11h.95l.002.002V8.786h-.684v1.963l-1.18-1.96h-1.02V11.4L18.11 8.744h-1.004l-.943 2.22h-.3c-.177 0-.362-.03-.468-.134-.125-.15-.186-.36-.186-.662 0-.285.08-.51.194-.63.133-.135.272-.165.516-.165zm1.668-.108l.464 1.118v.002h-.93l.466-1.12zM2.38 10.97l.254.628H4V9.393l.972 2.205h.584l.973-2.202.015 2.202h.69v-2.81H6.118l-.807 1.904-.876-1.905H3.343v2.663L2.205 8.787h-.997L.01 11.597h.72l.26-.626h1.39zm-.688-1.705l.46 1.118-.003.002h-.915l.457-1.12zM11.856 13.62H9.714l-.85.923-.825-.922H5.346v2.82H8l.855-.932.824.93h1.302v-.94h.838c.6 0 1.17-.164 1.17-.945l-.006-.003c0-.78-.598-.93-1.128-.93zM7.67 15.853l-.014-.002H6.02v-.557h1.47v-.574H6.02v-.51H7.7l.733.82-.764.824zm2.642.33l-1.03-1.147 1.03-1.108v2.253zm1.553-1.258h-.885v-.717h.885c.24 0 .42.098.42.344 0 .243-.15.372-.42.372zM9.967 9.373v-.586H7.73V11.6h2.237v-.58H8.4v-.564h1.527V9.88H8.4v-.507\"/></svg>\n </figure>\n </td>\n <td>americanexpress.svg</td>\n <td><code>_includes/icons/simple-icons/americanexpress.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"americanexpress\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Anaconda icon</title><path d=\"M4.37 18.34c-.9-.09-1.8-.26-2.68-.5l-.08-.02.02-.08c.26-.85.59-1.68.98-2.47l.04-.08.07.04c.59.33 1.22.63 1.85.89l.06.02-.01.06c-.1.67-.15 1.36-.17 2.05v.09h-.08zM6.31 6.23v-.02c-.52.01-1.04.04-1.55.1.06.53.16 1.05.27 1.56.36-.6.79-1.15 1.28-1.64zM4.46 18.95v-.07l-.07-.01c-.76-.07-1.53-.2-2.29-.38l-.2-.05.11.18c.69 1.04 1.53 1.96 2.5 2.74l.16.13-.03-.2c-.11-.8-.17-1.59-.18-2.34zM8.17.7c-.93.32-1.81.75-2.62 1.28.61.11 1.22.25 1.81.43.24-.59.51-1.15.81-1.71zm3.87-.64c-.46 0-.91.03-1.36.08.63.44 1.24.92 1.81 1.45l.48.44-.47.45c-.39.37-.76.77-1.12 1.2l-.02.02s-.07.08-.18.21c.28-.03.57-.05.86-.05 4.49 0 8.14 3.64 8.14 8.14 0 4.49-3.64 8.14-8.14 8.14-1.56 0-3.02-.44-4.25-1.2-.61.07-1.22.1-1.84.1-.29 0-.57-.01-.86-.02.02.93.11 1.88.26 2.88 1.91 1.29 4.21 2.05 6.69 2.05 6.6 0 11.94-5.35 11.94-11.94 0-6.6-5.34-11.95-11.94-11.95zm-1.58 2.82c.24-.28.48-.55.73-.82-.56-.48-1.15-.91-1.77-1.3-.38.64-.71 1.31-.99 1.99.54.2 1.06.43 1.58.68.23-.31.4-.49.45-.55zM2.35 9.7l.05.07.07-.05c.55-.4 1.13-.77 1.73-1.1l.06-.02-.02-.07c-.18-.67-.32-1.37-.41-2.08l-.01-.08-.08.02c-.88.16-1.76.4-2.6.7l-.08.03.03.08c.35.86.77 1.7 1.26 2.5zm-.14 1.15l-.07.05C1.5 11.42.89 12 .33 12.62l-.06.06.06.05c.62.54 1.29 1.04 1.99 1.48l.07.05.04-.07c.31-.56.67-1.11 1.05-1.64l.04-.05-.04-.05c-.44-.49-.85-1-1.23-1.54l-.04-.06zm4.69 7.53l.21-.01-.16-.13c-.64-.52-1.19-1.13-1.64-1.83v-.02l-.13-.06-.02.11c-.08.6-.13 1.22-.14 1.86v.08h.08c.28.02.57.02.85.02.31.01.63 0 .95-.02zM6.5 5.19c.13-.59.29-1.17.48-1.74-.75-.21-1.52-.37-2.29-.48-.07.78-.08 1.56-.03 2.33.61-.07 1.23-.1 1.84-.11zm1.15-.04c.52-.33 1.08-.61 1.67-.82-.42-.19-.84-.37-1.28-.53-.15.44-.28.9-.39 1.35zm-5.55 9.7l-.06-.04c-.62-.39-1.21-.82-1.77-1.28l-.16-.13.03.21c.15 1.15.47 2.26.94 3.32l.08.19.07-.19c.23-.68.52-1.35.84-1.99l.03-.09zM3.63 3.52c-.71.71-1.34 1.5-1.85 2.37.62-.18 1.24-.33 1.87-.44-.04-.64-.05-1.28-.02-1.93zm.36 8.38l.01-.21c.03-.73.15-1.44.37-2.13l.06-.2-.18.1c-.47.27-.93.57-1.37.89l-.07.05.05.07c.31.44.64.87.99 1.28l.14.15zm.08 1.22l-.03-.2-.12.18c-.33.47-.64.95-.92 1.45l-.04.07.07.04c.5.28 1.03.54 1.56.77l.19.08-.09-.19c-.31-.7-.52-1.44-.62-2.2zm-2.33-2.85l.06-.05-.04-.06c-.37-.6-.71-1.23-1.01-1.87l-.09-.18-.06.2C.25 9.39.06 10.52.03 11.66l-.01.21.15-.15c.49-.52 1.02-1.02 1.57-1.45z\"/></svg>\n </figure>\n </td>\n <td>anaconda.svg</td>\n <td><code>_includes/icons/simple-icons/anaconda.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"anaconda\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Analogue icon</title><path d=\"M5.468 12.804a5.145 5.145 0 10-.644 10.27 5.145 5.145 0 00.644-10.27zm17.841 2.562L16.45 3.484a5.146 5.146 0 00-8.912 5.15l6.86 11.878a5.148 5.148 0 007.031 1.885 5.146 5.146 0 001.881-7.031z\"/></svg>\n </figure>\n </td>\n <td>analogue.svg</td>\n <td><code>_includes/icons/simple-icons/analogue.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"analogue\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Anchor icon</title><path d=\"M12.335 12.606c-.171.682-.586 1.261-1.139 1.564l-.428.234.78 1.32.41-.226a3.743 3.743 0 001.435-1.44 4.404 4.404 0 00.565-2.1v-.016a4.403 4.403 0 00-.565-2.1 3.744 3.744 0 00-1.434-1.44l-.41-.225-.78 1.32.427.234c.571.312.995.92 1.155 1.632H7.244a1.4 1.4 0 00-1.24-.743c-.77 0-1.396.617-1.396 1.377 0 .759.626 1.377 1.396 1.377a1.4 1.4 0 001.252-.768zM12 24C6.392 24 1.846 18.627 1.846 12S6.392 0 12 0s10.154 5.373 10.154 12S17.608 24 12 24zm5.591-11.164c-.29 2.825-1.867 5.206-4.06 6.377l.829 1.368c2.846-1.526 4.83-4.767 4.896-8.538-.066-3.771-2.05-7.012-4.896-8.539l-.83 1.37c2.194 1.17 3.771 3.55 4.061 6.375l.023.794zm-4.652 5.336l.194-.107c.995-.547 1.841-1.398 2.446-2.46a7.645 7.645 0 00.98-3.648v-.008a7.645 7.645 0 00-.98-3.647c-.605-1.063-1.451-1.914-2.446-2.46l-.194-.108-.79 1.336.203.11a4.892 4.892 0 011.772 1.702c.467.744.763 1.62.856 2.535l.015.536-.015.535a5.905 5.905 0 01-.856 2.536 4.89 4.89 0 01-1.772 1.701l-.203.111z\"/></svg>\n </figure>\n </td>\n <td>anchor.svg</td>\n <td><code>_includes/icons/simple-icons/anchor.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"anchor\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Andela icon</title><path d=\"M18.166 7.911l.24-2.315-2.316.238-.64-2.16c0-.001 3.664-.308 4.04-.341.37-.03.727-.071.992.18v-.001a.106.106 0 01.003.003l.003.003c.25.266.208.623.178.991l-.339 4.042zM5.834 16.09l-.238 2.315 2.315-.238.64 2.16-4.04.34c-.37.03-.728.072-.993-.179l-.003-.002-.004-.003h.001c-.25-.265-.208-.623-.177-.993.03-.376.338-4.04.338-4.04zm13.418-2.62L21.058 12l-1.806-1.468 1.075-1.981s2.808 2.374 3.098 2.616c.281.241.564.464.574.829H24V12a.01.01 0 000 .004c-.01.365-.294.588-.576.827l-3.097 2.618zM4.749 10.532L2.943 12l1.806 1.468-1.076 1.981-3.096-2.617c-.283-.24-.566-.464-.576-.829V12L0 11.995h.001c.01-.364.293-.587.576-.827L3.673 8.55zm11.34 7.634l2.316.24-.239-2.316 2.161-.64.34 4.04c.03.37.071.727-.18.992h.001a.012.012 0 00-.003.003l-.003.003c-.265.25-.623.208-.991.178l-4.042-.34zM7.911 5.834l-2.315-.238.239 2.315-2.162.64-.338-4.04c-.031-.37-.073-.728.178-.993 0-.002.002-.003.002-.003l.003-.004.001.001c.265-.25.622-.208.993-.178l4.04.339zm2.62 13.418L12 21.058l1.468-1.806 1.981 1.075-2.616 3.098c-.241.281-.464.564-.829.574V24H12h-.004c-.365-.01-.588-.294-.827-.575L8.55 20.327zm2.937-14.503L12 2.943 10.532 4.75l-1.98-1.076L11.167.577c.24-.284.464-.566.829-.576h.008c.364.01.587.292.827.576l2.617 3.096zm-1.466 7.785H10.58L12 9.09v.003-.003l.002.003v-.003l1.42 3.445zm3.967 3.04l-3.302-8.17c-.073-.213-.263-.575-.668-.575-.404 0-.593.362-.667.575l-3.3 8.17c0 .005-.127.277-.102.312.025.035.067.053.121.053h1.013c.1 0 .169-.052.218-.167l.81-1.986h3.811l.816 1.986c.048.115.117.167.218.167h1.013c.053 0 .096-.018.12-.053.026-.035-.101-.307-.101-.311Z\"/></svg>\n </figure>\n </td>\n <td>andela.svg</td>\n <td><code>_includes/icons/simple-icons/andela.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"andela\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Android icon</title><path d=\"M24 19H0a13.6 13.6 0 0 1 2.21-6.07A11.2 11.2 0 0 1 5.87 9.4l.41-.23-2.02-3.41a.51.51 0 0 1 .17-.7.5.5 0 0 1 .69.18l2.08 3.5a12.62 12.62 0 0 1 4.84-.9 12.2 12.2 0 0 1 4.75.9l2.07-3.5a.5.5 0 0 1 .7-.17.51.51 0 0 1 .16.7L17.7 9.19l.5.28a11.38 11.38 0 0 1 3.63 3.62A14.48 14.48 0 0 1 24 19zm-7.5-4.48a1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1zm-11 0a1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1z\"/></svg>\n </figure>\n </td>\n <td>android.svg</td>\n <td><code>_includes/icons/simple-icons/android.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"android\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Android Studio icon</title><path d=\"M12 0C6.0697 0 1.254 4.8158 1.254 10.746c0 3.29 1.4819 6.237 3.8144 8.209l4.5097-7.7987-.3926-.3907c-.115-.1151-.173-.2124-.1757-.3027a.2386.2386 0 010-.0293H9V7.875c0-.6155.5095-1.123 1.125-1.123h.6348V4.7383H13.25V6.752h.625c.6253 0 1.125.5075 1.1348 1.1328v2.539H15v.0098h-.002c-.0032.0868-.0511.1996-.1738.3223l-.0097.0097-.3907.3907 1.9336 3.3417c.8695-1.016 1.3965-2.3255 1.3965-3.752h2.004c0 2.1788-.9096 4.1538-2.3556 5.5606l1.5293 2.6504c2.333-1.9721 3.8145-4.9207 3.8145-8.211C22.7559 4.806 17.94 0 12 0zm6.9316 18.957a10.7911 10.7911 0 01-1.6523 1.1504l1.5195 2.627a.5687.5687 0 00.1973.205L20.5 23.9649c.0586.0391.127.0391.1855.0098.0587-.039.088-.0976.088-.166l-.1563-1.8066c-.0098-.0977-.039-.1856-.0879-.2735l-1.5977-2.7715zm-1.6523 1.1504l-1.498-2.5898a7.6932 7.6932 0 01-3.7715.9863 7.6932 7.6932 0 01-3.7715-.9863l-1.5 2.5976c1.556.8767 3.3504 1.379 5.2617 1.379 1.9182 0 3.7195-.5042 5.2793-1.3868zm-10.541.0078a10.788 10.788 0 01-1.67-1.1601l-1.5976 2.7636c-.0488.088-.0781.1758-.0879.2735l-.1367 1.8164c-.0098.0684.0293.127.0879.166.0586.039.127.0293.1855-.0098l1.504-1.0156c.0781-.0586.1464-.1269.1952-.205l1.5196-2.629zM12 7.7285v.0195c-.8288 0-1.4915.6622-1.4941 1.5.0026.8283.675 1.498 1.4941 1.498h.0098c.819-.0097 1.4914-.6699 1.4941-1.498-.0026-.8281-.675-1.4902-1.4941-1.5L12 7.7285zm-.9473 4.9043l-1.8183 3.1465A5.7067 5.7067 0 0012 16.4922c1.0063 0 1.9547-.2537 2.7559-.7031l-1.8145-3.1504-.375.375c-.1465.1563-.3515.2343-.5566.2343h-.0196c-.1954 0-.4003-.078-.5566-.2343l-.3809-.3809Z\"/></svg>\n\n </figure>\n </td>\n <td>androidstudio.svg</td>\n <td><code>_includes/icons/simple-icons/androidstudio.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"androidstudio\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>AngelList icon</title><path d=\"M16.465 9.954c.735-2 1.31-3.65 1.723-4.954.41-1.3.618-2.1.618-2.4 0-.315-.07-.564-.21-.738-.135-.174-.324-.264-.567-.264-.31 0-.63.255-.94.765-.32.51-.67 1.334-1.06 2.467l-1.65 4.76 2.08.362h-.01v.002zm-2.193 4.435c-.474-.03-.923-.08-1.344-.15-.42-.08-.83-.19-1.216-.33.177.35.335.7.472 1.05.138.35.25.69.34 1.04.26-.33.54-.63.83-.9.292-.27.6-.51.915-.72zm-1.862-5l-1.78-5.14c-.464-1.31-.82-2.16-1.075-2.57-.25-.4-.525-.6-.822-.6-.23 0-.417.08-.56.26-.144.18-.214.41-.214.7 0 .5.19 1.38.57 2.64.38 1.25.96 2.89 1.73 4.93.06-.12.16-.21.28-.26.12-.05.28-.08.49-.08.06 0 .19.01.39.01.19.02.52.04.97.09zm-1.618 7.96c.188 0 .36-.09.51-.26.15-.18.234-.36.234-.55 0-.21-.15-.7-.452-1.46-.3-.76-.68-1.51-1.13-2.25-.33-.55-.655-.97-.97-1.25-.324-.28-.625-.42-.91-.42-.23 0-.484.14-.767.44-.28.29-.42.56-.42.81 0 .26.14.66.413 1.18.275.53.645 1.09 1.104 1.68.485.65.94 1.15 1.37 1.51.428.36.77.54 1.02.54h-.002zm-4.945-.4c.156.19.37.46.646.82.723 1 1.395 1.5 2.01 1.5.21 0 .397-.07.563-.2.164-.14.247-.27.247-.42 0-.17-.11-.44-.33-.83-.222-.39-.524-.82-.907-1.3-.44-.56-.805-.97-1.098-1.23-.288-.26-.525-.39-.697-.39-.38 0-.74.21-1.06.62-.32.4-.48.9-.48 1.46 0 .45.12.95.35 1.51.23.55.55 1.11.98 1.67.65.87 1.46 1.53 2.42 2 .96.46 2.03.69 3.19.69 2.14 0 3.94-.8 5.38-2.4 1.45-1.6 2.17-3.6 2.17-6.01 0-.74-.05-1.33-.16-1.76-.11-.43-.29-.75-.54-.95-.45-.38-1.33-.71-2.63-1.01-1.3-.3-2.66-.45-4.08-.45-.39 0-.68.07-.84.2-.16.13-.24.36-.24.673 0 .75.42 1.29 1.26 1.626.84.34 2.19.51 4.06.51h.676c.15 0 .28.06.37.174.09.11.15.28.18.52-.19.17-.57.37-1.154.6-.59.22-1.03.45-1.34.665-.66.484-1.19 1.06-1.59 1.724-.4.66-.6 1.29-.6 1.883 0 .36.086.8.258 1.31.17.51.26.823.26.95v.11l-.03.15c-.48-.03-.86-.313-1.14-.85-.287-.53-.42-1.24-.42-2.13v-.15c-.09.075-.176.135-.26.165-.086.034-.178.05-.27.05-.1 0-.198-.006-.29-.02-.09-.016-.18-.04-.29-.075.03.12.057.24.076.353.01.12.02.21.02.27 0 .406-.16.76-.48 1.05-.32.287-.7.43-1.14.43-.69 0-1.397-.34-2.11-1.01-.715-.674-1.07-1.34-1.07-1.985 0-.12.015-.23.04-.323s.075-.17.14-.24zm11.807-6.73c.985.18 1.685.6 2.09 1.25.41.64.61 1.66.61 3.06 0 2.77-.828 5.03-2.492 6.79-1.667 1.76-3.797 2.65-6.387 2.65-1.023 0-2.016-.19-2.976-.56-.97-.37-1.79-.89-2.49-1.54-.79-.73-1.39-1.49-1.78-2.3-.4-.81-.6-1.64-.6-2.48 0-.95.2-1.68.6-2.19.4-.52 1.05-.87 1.93-1.06-.17-.39-.29-.71-.36-.98-.08-.27-.12-.47-.12-.61 0-.5.26-1.01.78-1.52.52-.52 1.01-.78 1.47-.78.19 0 .4.03.62.11.22.07.47.19.75.35-.81-2.35-1.43-4.2-1.81-5.5-.39-1.31-.58-2.2-.58-2.7 0-.68.17-1.23.52-1.63.36-.4.84-.6 1.44-.6 1.03 0 2.34 2.31 3.93 6.923.28.79.48 1.4.63 1.83l.51-1.453c1.59-4.55 2.95-6.83 4.1-6.83.56 0 1.01.19 1.34.57.33.383.5.887.5 1.523 0 .48-.19 1.36-.56 2.65-.367 1.28-.92 2.96-1.67 5.04\"/></svg>\n </figure>\n </td>\n <td>angellist.svg</td>\n <td><code>_includes/icons/simple-icons/angellist.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"angellist\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Angular icon</title><path d=\"M9.93 12.645h4.134L11.996 7.74M11.996.009L.686 3.988l1.725 14.76 9.585 5.243 9.588-5.238L23.308 3.99 11.996.01zm7.058 18.297h-2.636l-1.42-3.501H8.995l-1.42 3.501H4.937l7.06-15.648 7.057 15.648z\"/></svg>\n </figure>\n </td>\n <td>angular.svg</td>\n <td><code>_includes/icons/simple-icons/angular.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"angular\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>AngularJS icon</title><path d=\"M11.964 0L.672 3.974l1.784 14.794L11.976 24l9.568-5.303 1.784-14.794zm-.027 1.258l10.265 3.5-1.663 13.232-8.602 4.76-8.469-4.697L1.939 4.822zm0 .78L4.957 17.57l2.604-.048 1.4-3.501h6.257l1.532 3.55 2.492.046zm.02 4.98l2.355 4.93H9.878Z\"/></svg>\n\n </figure>\n </td>\n <td>angularjs.svg</td>\n <td><code>_includes/icons/simple-icons/angularjs.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"angularjs\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Angular Universal icon</title><path d=\"M15.6 11.28v1.44a.48.48 0 0 1-.48.48H8.88a.48.48 0 0 1-.48-.48v-1.44a.48.48 0 0 1 .48-.48h6.24a.48.48 0 0 1 .48.48zM12 15.6a1.2 1.2 0 1 0 0 2.4 1.2 1.2 0 0 0 0-2.4zm3.12-8.4H8.88a.48.48 0 0 0-.48.48v1.44c0 .265.215.48.48.48h6.24a.48.48 0 0 0 .48-.48V7.68a.48.48 0 0 0-.48-.48zm8.04-3.204l-1.716 14.736L11.976 24 2.52 18.732.84 3.996 11.976 0 23.16 3.996zM16.8 6.24a1.44 1.44 0 0 0-1.44-1.44H8.64A1.44 1.44 0 0 0 7.2 6.24v11.52c0 .795.645 1.44 1.44 1.44h6.72a1.44 1.44 0 0 0 1.44-1.44V6.24z\"/></svg>\n </figure>\n </td>\n <td>angularuniversal.svg</td>\n <td><code>_includes/icons/simple-icons/angularuniversal.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"angularuniversal\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Ansible icon</title><path d=\"M10.617 11.473l4.686 3.695-3.102-7.662zM12 0C5.371 0 0 5.371 0 12s5.371 12 12 12 12-5.371 12-12S18.629 0 12 0zm5.797 17.305c-.011.471-.403.842-.875.83-.236 0-.416-.09-.664-.293l-6.19-5-2.079 5.203H6.191L11.438 5.44c.124-.314.427-.52.764-.506.326-.014.63.189.742.506l4.774 11.494c.045.111.08.234.08.348-.001.009-.001.009-.001.023z\"/></svg>\n </figure>\n </td>\n <td>ansible.svg</td>\n <td><code>_includes/icons/simple-icons/ansible.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ansible\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Antena 3 icon</title><path d=\"M12.997 10.755a7.222 7.222 0 00-.997-.083c-.111 0-.497.008-.998.083-2.919.438-4.948 2.08-6.201 4.695-.641 1.336-.357 2.255.8 3.166.068.054.137.106.205.158.213.143.423.28.627.414 3.026 1.975 4.133 2.676 4.58 2.881.186.085.512.244.962.255h.048c.45-.011.777-.17.963-.255.446-.205 1.553-.907 4.579-2.882.205-.134.415-.272.629-.415a22.7 22.7 0 00.203-.156c1.157-.911 1.441-1.83.8-3.166-1.251-2.614-3.281-4.257-6.2-4.695zm7.252 4.36c.637.774 1.205.834 1.843.387.85-.597 1.894-2.857 1.908-4.724-.05-5.112-5.337-8.666-10.648-9.093-.212-.02-.534-.026-.777.153-.247.182-.292.457-.113.812.305.603.708 1.147 1.092 1.7 1.928 2.77 3.56 5.72 5.298 8.607.442.734.85 1.492 1.397 2.157zM5.148 12.956c1.738-2.886 3.37-5.837 5.297-8.607.385-.553.787-1.097 1.092-1.7.18-.355.135-.63-.113-.812-.243-.18-.565-.173-.777-.153C5.337 2.112.05 5.665 0 10.778c.013 1.867 1.057 4.128 1.908 4.724.638.447 1.206.387 1.843-.388.546-.665.954-1.423 1.397-2.157Z\"/></svg>\n </figure>\n </td>\n <td>antena3.svg</td>\n <td><code>_includes/icons/simple-icons/antena3.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"antena3\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Apache icon</title><path d=\"M15.826 0a.776.776 0 0 0-.404.114c-.376.222-1.002.851-1.748 1.763l-.156.192c-.198.246-.403.512-.614.793a38.775 38.775 0 0 0-2.016 2.971l-.022.036-.044.072a40.932 40.932 0 0 0-1.709 3.081 25.602 25.602 0 0 0-1.1 2.557c-.091.251-.174.493-.25.726-.062.199-.122.398-.178.596-.133.467-.248.934-.342 1.398l.001.002-.013.061a14 14 0 0 0-.233 1.692l-.005.059c-.28-.449-1.029-.886-1.028-.882.537.778.944 1.55 1.004 2.308-.287.059-.681-.026-1.136-.194.474.436.83.556.969.588-.436.027-.889.327-1.346.671.668-.273 1.208-.38 1.595-.293a131.873 131.873 0 0 0-1.843 5.688.535.535 0 0 0 .364-.354c.11-.369.837-2.786 1.977-5.964l.098-.273.028-.076c.12-.333.245-.673.374-1.02l.089-.237.002-.005-.604-1.193.604 1.192c.119-.317.24-.638.365-.963l.052-.136.053-.137.041-.104-.041.105-.053.136-.052.136c-.125.325-.246.646-.365.963l.106.208.094-.01.01-.028c.153-.417.304-.824.454-1.22l.005-.014a103.604 103.604 0 0 0-.458 1.234l-.01.028-.067.183c-.118.325-.237.655-.356.993l-.005.015-.051.143c-.08.228-.15.433-.309.899.263.12.474.436.674.794a1.44 1.44 0 0 0-.466-.989c1.296.058 2.413-.269 2.991-1.217.052-.085.099-.173.141-.268-.262.333-.588.474-1.2.439.902-.404 1.354-.791 1.754-1.433a6.71 6.71 0 0 0 .281-.503c-.789.81-1.702 1.04-2.665.865h-.002l-.041-.007c.863-.107 2.01-.752 2.752-1.548.342-.367.652-.8.939-1.306.214-.377.414-.795.605-1.258.167-.404.327-.842.482-1.317a2.65 2.65 0 0 1-.81.261 4.998 4.998 0 0 1-.138.022l.002-.001.003-.001c.045-.007.089-.013.133-.021.045-.008.09-.016.134-.026l-.133.024-.132.023c.802-.31 1.308-.907 1.676-1.637a2.877 2.877 0 0 1-.968.424 3.217 3.217 0 0 1-.171.031l-.043.006.001-.001.009-.001.032-.005a2.887 2.887 0 0 0 .157-.029l.014-.003-.016.003-.194.033c.278-.117.513-.247.717-.401a2.858 2.858 0 0 0 .411-.391c.08-.095.155-.198.225-.31l.064-.104.077-.152a9.024 9.024 0 0 0 .368-.851l.031-.088c.028-.085.052-.161.07-.227.027-.099.044-.178.053-.236a.731.731 0 0 1-.094.064c-.243.145-.66.277-.996.339l-.099.011-.001.001-2.267.249-.012.024-.077.158-.235.488-.044.093.044-.093c.079-.166.157-.329.235-.488l.077-.158c.004-.009.009-.017.012-.026l-.084.009-.067-.132a54.24 54.24 0 0 0-.378.763l-.204.424a72.02 72.02 0 0 0-1.092 2.406 102.271 102.271 0 0 0-1.081 2.603l.086-.216a99.75 99.75 0 0 1 .995-2.387 73.112 73.112 0 0 1 1.092-2.407l.204-.424c.118-.244.237-.485.358-.724l.02-.038c.191-.378.384-.75.579-1.116.208-.39.42-.771.633-1.141a33.1 33.1 0 0 1 .672-1.119l.04-.064c.224-.354.45-.695.677-1.021a16.736 16.736 0 0 1 1.522-1.899l-.058.062c-.16.176-.644.741-1.375 1.863.704-.035 1.785-.179 2.667-.33.262-1.47-.257-2.142-.257-2.142S16.418.007 15.83.001zm-1.648 7.507c.66-.304.956-.579 1.242-.976.076-.11.153-.224.229-.343.233-.363.461-.764.665-1.162.197-.384.371-.765.504-1.109a5.76 5.76 0 0 0 .2-.6c.041-.157.074-.307.099-.449-.883.15-1.964.295-2.668.329a29.873 29.873 0 0 0-.696 1.122c-.204.345-.422.723-.65 1.137a50.238 50.238 0 0 0-1.193 2.299l2.267-.249zm3.628-5.309v.066h.156v.439h.072v-.439h.157v-.066h-.384zm.463 0v.506h.066v-.401l.172.348h.046l.172-.348v.401h.066v-.506h-.087l-.174.353-.175-.353h-.087zm-4.008 5.301l-.102.016.001-.001.1-.016zm-.09.012l-.005.002.005-.002zm-2.74 1.242l-.106.227-.133.287a77.678 77.678 0 0 0-.921 2.085 93.883 93.883 0 0 0-.999 2.446c-.148.378-.298.765-.449 1.163l-.005.014a77.678 77.678 0 0 1 2.374-5.709l.133-.287.106-.226z\"/></svg>\n </figure>\n </td>\n <td>apache.svg</td>\n <td><code>_includes/icons/simple-icons/apache.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"apache\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Apache Airflow icon</title><path d=\"M12.033 10.713c-.691 0-1.263.564-1.263 1.255 0 .69.572 1.262 1.263 1.262a1.258 1.258 0 000-2.517zm0 .797c.258 0 .457.2.457.458s-.2.458-.457.458c-.259 0-.458-.2-.458-.458s.199-.458.458-.458zM.65.001C.577.001.544.013.3.041.053.07-.027.364.03.673c.055.31.072.205.196.384.124.18 4.228 4.144 6.352 6.216l-3.625 3.72-.133.133-.007.008c-1.25 1.282-1.91 3.251-2.296 5.433C.13 18.748.03 21.161 0 23.35a.63.63 0 00.554.62.757.757 0 00.118 0 .608.608 0 00.384-.184h.007l6.209-6.37c4.021 3.721 4.12 5.08 9.294 6.067 2.182.386 4.595.487 6.784.517a.626.626 0 00.62-.546l.008-.008a.746.746 0 00-.008-.133.621.621 0 00-.177-.37v-.008l-6.378-6.208L21.047 13c.046-.043.089-.088.133-.133l.007-.008c1.25-1.281 1.918-3.244 2.304-5.426.385-2.182.479-4.595.509-6.783a.627.627 0 00-.546-.62L23.446.02a.668.668 0 00-.133.008.608.608 0 00-.369.178h-.007l-6.209 6.37-3.72-3.624-.133-.133-.008-.008C11.586 1.562 9.617.894 7.434.509 5.18.26 2.917.034.65 0zm.48.835c2.039.038 4.213.12 6.164.465 2.105.372 3.927 1.03 5.012 2.089h.008l.103.11c.023.023.049.053.074.082.002.003.005.004.007.008l.008.008.015.015c0 .002-.002.008 0 .008.002.003.005.004.007.008.128.176.354.52.42.664.049.101.093.208.134.325.179.519.268 1.166.206 1.985v.008c-.014.181-.038.37-.066.569-.014.095-.033.2-.052.31a10.753 10.753 0 01-.14.642c-.028.115-.056.232-.089.347v.008c-.13.468-.3.976-.51 1.52-.052.138-.103.272-.161.414-.046.111-.099.225-.148.34l-.258.051c-.875-1.655-1.831-2.8-2.688-3.455-.432-.33-.837-.54-1.225-.627h-.007c-.387-.084-.8-.027-1.07.251l.038.075.32-.239zm22.036.288c-.038 2.04-.12 4.218-.465 6.17-.372 2.105-1.031 3.928-2.09 5.013l-.11.103c-.03.026-.062.059-.096.088l-.015.016h-.007c-.174.126-.527.36-.672.428-.101.047-.21.1-.325.14h-.007c-.516.177-1.166.26-1.979.2-.183-.016-.375-.031-.576-.06l-.302-.052h-.008a10.905 10.905 0 01-.642-.14h-.007c-.117-.03-.234-.065-.347-.096a16.097 16.097 0 01-1.521-.502c-.136-.052-.279-.111-.421-.17a20.905 20.905 0 01-.317-.132c.009-.063-.079.096 0 0a.666.666 0 00-.052-.288c1.638-.87 2.78-1.814 3.433-2.665.331-.433.548-.844.635-1.233.087-.386.027-.806-.251-1.077l.007.008.11.351zM13.9 4.947l2.532 2.466.015.015.015.015c.038.038.078.11.03.332-.022.095-.146.264-.207.391-.082.166-.116.3-.274.502-.546.7-1.616 1.566-3.137 2.377.046-.107.09-.213.133-.317.06-.147.115-.294.17-.436.218-.568.4-1.103.538-1.602a11.804 11.804 0 00.244-1.063V7.62c.019-.107.043-.212.059-.324a8.97 8.97 0 00.067-.628c.05-.677-.07-1.196-.185-1.72zM7.774 7.51c1.592.72 2.634 2.424 3.277 3.617-.108-.047-.217-.089-.324-.133-.147-.06-.294-.115-.436-.17a17.265 17.265 0 00-1.595-.539H8.69c-.125-.034-.244-.067-.362-.096-.24-.059-.476-.106-.701-.148-.108-.018-.22-.034-.332-.051V9.98a10.394 10.394 0 00-.628-.067c-.68-.051-1.202.069-1.727.185l2.473-2.532.03-.03c.036-.039.11-.08.332-.03zm-1.167 3.203c.18.012.368.038.569.067h.007c.096.015.194.034.303.052.205.038.418.085.642.14l.177.044c.057.015.113.027.17.044h.007c.47.13.974.299 1.521.51.137.053.28.104.42.162.12.049.24.103.363.155l.014.266c-1.64.87-2.787 1.82-3.44 2.672-.332.433-.548.837-.635 1.225v.008c-.087.387-.027.8.251 1.07H6.97l-.188-.335-5.94 6.071c.04-2.037.114-4.208.458-6.156.372-2.105 1.031-3.928 2.09-5.012v-.008c.024-.027.053-.048.08-.074l.03-.03a1.788 1.788 0 01.089-.081h.007c.006-.004.01-.012.015-.016.171-.125.533-.367.68-.435a3.658 3.658 0 01.331-.133c.519-.18 1.166-.269 1.986-.207zm5.153.2c-.415.132-.698.42-.834.834l.44-.49zm.546.03l.18.323.146.095.405.313c-.148-.348-.372-.603-.73-.73zm-.288.517c.312 0 .554.242.554.553a.547.547 0 01-.554.554.547.547 0 01-.553-.554c0-.31.242-.554.554-.554zm-1.048.863c.14.363.381.61.746.746l-.241-.276-.203-.234zm2.06.038l-.282.116-.062.178-.284.327c.29-.142.498-.324.628-.62zm-.074.51c.106.045.213.096.318.14.147.06.292.115.435.17.566.217 1.098.394 1.595.53.128.039.253.067.369.097.24.059.476.114.701.155.107.019.22.034.332.051.216.03.426.058.628.074.68.052 1.202-.068 1.727-.184l-2.473 2.532-.015.015-.014.015c-.037.038-.115.074-.325.03h-.008c-.216-.05-.531-.204-.893-.487-.7-.547-1.567-1.618-2.377-3.137zm-1.83.088l-.134.317c-.06.147-.115.294-.17.436a17.065 17.065 0 00-.531 1.594c-.036.128-.067.251-.096.37-.06.24-.114.475-.155.7a12.379 12.379 0 00-.052.333 9.86 9.86 0 00-.073.628c-.052.68.068 1.202.184 1.727L7.567 16.59l-.015-.023-.015-.008v-.008c-.04-.04-.078-.101-.03-.317.002-.004 0-.002 0-.008.05-.216.206-.532.488-.893.546-.7 1.613-1.567 3.13-2.377zm1.04.258c.866 1.626 1.81 2.776 2.658 3.426.433.332.836.548 1.225.634h.008c.387.085.799.027 1.07-.25l-.035-.071-.304.27 6.09 5.942c-2.04-.04-4.22-.122-6.172-.467-2.105-.372-3.928-1.03-5.012-2.089h-.008l-.022-.023-.03-.03c-.008-.008-.013-.019-.022-.03l-.03-.03c-.023-.027-.053-.057-.08-.089v-.008c-.003-.004-.012-.01-.015-.015a6.316 6.316 0 01-.436-.679 3.49 3.49 0 01-.133-.332c-.18-.519-.269-1.166-.206-1.986.013-.18.037-.368.066-.568v-.008c.014-.094.033-.196.052-.303.037-.205.085-.419.14-.642v-.008l.044-.17.045-.17v-.008c.13-.47.298-.973.51-1.52.052-.137.111-.28.169-.42.047-.115.097-.231.148-.348l.28-.015z\"/></svg>\n </figure>\n </td>\n <td>apacheairflow.svg</td>\n <td><code>_includes/icons/simple-icons/apacheairflow.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"apacheairflow\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Apache Ant icon</title><path d=\"M6.802,11.885l-0.031,0.039c-0.063-0.008-0.127-0.014-0.19-0.02l0.764-0.64 C7.231,11.43,6.802,11.885,6.802,11.885z M8.543,10.385c0.388-0.228,0.696-0.402,0.696-0.402s0.057-0.01,0.127-0.01 c0.07,0,0.154,0.01,0.207,0.05c0.107,0.08,0.161,0.616,0.214,1.125c0.053,0.508-0.188,1.406-0.188,1.406l0.134,0.053 c0.134,0.054,0.134,0.576,0,0.656c-0.11,0.066-0.102,0.204-0.074,0.326c0.052,0.054,0.12,0.108,0.177,0.163 c0.018-0.012,0.034-0.023,0.044-0.034c0.08-0.081,0.067-0.187,0.161-0.469c0.047-0.141,0.209-0.262,0.386-0.36 c-0.046-0.388-0.069-1.381-0.091-1.448c-0.027-0.081-0.107-0.188-0.107-0.388c0-0.201,0.12-0.389,0.254-0.455 c0.134-0.067,0.214,0.054,0.255,0.214c0.033,0.13,0.1,1.395,0.125,1.877c0.013-0.005,0.025-0.011,0.036-0.015 c0.178-0.078,0.338-0.008,0.417,0.072c0.053-0.039,0.094-0.111,0.119-0.22c0.04-0.174,1.031-0.87,1.205-1.018 c0.051-0.043,0.144-0.071,0.26-0.073c0.139-0.159,0.344-0.379,0.49-0.476c0.241-0.161,0.482-0.161,0.482-0.161 s0.067,0.08,0.295,0.348c0.081,0.094,0.165,0.228,0.24,0.361c0.092-0.228,0.26-0.461,0.618-0.495 c0.381-0.037,1.299,0.254,1.526,0.442c0.227,0.188,0.589,0.576,0.804,0.763c0,0,0.429,0.415,0.495,0.455 c0.005,0.003,0.01,0.007,0.015,0.01c0.04-0.051,0.146-0.051,0.146-0.051c0.038-0.032,0.161-0.106,0.302-0.188l-3.24-7.59h-0.086 l-7.134,5.981C8.086,10.671,8.352,10.497,8.543,10.385z M3.817,17.421h10.291c-0.051-0.064-0.109-0.141-0.154-0.193 c-0.201-0.228-0.764-1.179-0.871-1.406c-0.107-0.228-0.348-0.495-0.469-0.388c-0.121,0.107-0.629,0.348-0.817,0.294 c-0.188-0.054-0.174-0.308-0.174-0.308s-0.094-0.147-0.228-0.147c-0.134,0-0.362-0.214-0.402-0.549 c-0.014-0.12-0.014-0.21-0.003-0.281c-0.159,0.051-0.319,0.04-0.319,0.04s-0.007,0.006-0.018,0.017 c0.068,0.054,0.112,0.132,0.112,0.224c0,0.214-0.08,0.375-0.268,0.496c-0.187,0.121-0.241-0.081-0.375,0.04 c-0.134,0.12-0.417,0.242-0.482,0.08c-0.027-0.067-0.147-0.027-0.281-0.04c-0.134-0.013-0.121-0.134-0.121-0.134 s-0.268-0.241-0.469-0.536c-0.201-0.295-0.428-0.79-0.428-1.018c0-0.227-0.214-0.161-0.348-0.134 c-0.043,0.009-0.162,0.093-0.312,0.211c-0.078,0.206-0.222,0.455-0.384,0.687c-0.281,0.402-0.857,0.857-1.218,1.004 c-0.055,0.023-0.115,0.035-0.18,0.04c-0.059,0.067-0.132,0.118-0.214,0.157c-0.122,0.225-1.241,1.344-1.307,1.436 C4.34,17.068,4.069,17.249,3.817,17.421z M4.298,16.813c0.153-0.153,0.555-0.683,0.884-1.111c-0.132,0.014-0.252,0.017-0.334,0.026 c-0.375,0.04-0.616-0.107-0.616-0.107c-0.31-0.665-0.325-1.18-0.24-1.546L0,17.421h3.621C3.936,17.148,4.21,16.901,4.298,16.813z M18.078,12.916c-0.026,0.022-0.06,0.019-0.093,0.003c0.002,0.077,0.013,0.171,0.013,0.171c0.107,0.148,0.227,0.737,0.201,1.004 c-0.023,0.229-0.085,0.399-0.102,0.443c0.012,0.048,0.024,0.092,0.036,0.133c0.067,0.228,0.053,0.268,0.094,0.268 c0.041,0,0.147,0.107,0.228,0.147c0.08,0.041,0.737,0.362,0.991,0.563c0.254,0.201,0.415,0.562,0.522,1.018 c0.107,0.455-0.013,0.469-0.12,0.455c-0.107-0.014-0.321-0.375-0.348-0.71c-0.027-0.335-0.308-0.696-0.509-0.884 c-0.201-0.188-0.75-0.268-0.83-0.308c-0.08-0.04-0.054-0.094-0.054-0.094s-0.08-0.067-0.134-0.161 c-0.011-0.019-0.027-0.056-0.045-0.103c-0.027,0.044-0.094,0.103-0.264,0.103c-0.268,0-0.911-0.201-1.286-0.321 c-0.258-0.083-0.679-0.248-0.953-0.365c0.208,0.51,0.747,1.465,0.771,1.517c0.028,0.061,0.258,0.138,0.409,0.199 c0.151,0.06,0.187,0.589,0.33,0.688c0.143,0.1,0.786,0.103,1.061,0.162c0.275,0.06,0.27,0.209,0.161,0.268 c-0.108,0.058-1.055-0.188-1.294-0.226c-0.238-0.038-0.339-0.266-0.436-0.451c-0.097-0.185-0.127-0.302-0.292-0.296 c-0.166,0.005-0.162-0.199-0.342-0.129c-0.18,0.07-0.134-0.139-0.41-0.637c-0.275-0.498-0.437-1.082-0.515-1.099 c-0.079-0.017-0.308,0.029-0.432,0.098c-0.124,0.069-0.824,0.451-0.982,0.609c-0.158,0.157-0.909-0.17-1.086-0.236 s-0.297-0.339-0.292-0.488c0.001-0.026,0.017-0.066,0.044-0.114c-0.052-0.001-0.093-0.004-0.121-0.008 c-0.188-0.027-0.174,0.04-0.227,0.188c-0.026,0.071-0.08,0.108-0.142,0.116c0.057,0.119,0.096,0.245,0.115,0.326 c0.054,0.227-0.054,0.388,0.04,0.455c0.094,0.067,0.174,0.121,0.361-0.04c0.187-0.161,0.522-0.241,0.79-0.174 c0.268,0.067,0.884,1.285,1.071,1.701c0.127,0.282,0.246,0.559,0.312,0.715h6.117l-2.048-4.797 C18.236,12.749,18.128,12.874,18.078,12.916z M9.264,10.178c-0.031,0-0.068,0.012-0.105,0.033c-0.12,0.067-0.991,0.938-1.218,1.098 c-0.228,0.161-0.549,0.187-0.549,0.187l-0.426,0.458c0.27,0.047,0.502,0.109,0.6,0.158c0.107,0.054,0.161,0.155,0.188,0.251 c0.074-0.012,0.279-0.049,0.387-0.103c0.134-0.067,0.509-0.214,0.71-0.08c0.201,0.134,0.04,0.67,0.094,0.683 c0.018,0.005,0.057,0.01,0.106,0.019c-0.019-0.131,0.148-0.247,0.148-0.247s-0.027-0.629-0.013-0.937 c0.013-0.308,0.147-1.125,0.174-1.326C9.378,10.234,9.333,10.178,9.264,10.178L9.264,10.178z M13.804,11.069 c-0.057,0-0.128,0.046-0.199,0.146c-0.087,0.122-0.14,0.255-0.188,0.362c0.13,0.075,0.257,0.183,0.368,0.333 c0.058-0.029,0.152-0.05,0.279-0.075c-0.054-0.246-0.126-0.572-0.151-0.66C13.894,11.106,13.855,11.07,13.804,11.069L13.804,11.069z M13.931,12.819c-0.116,0.25-0.343,0.483-0.541,0.78c-0.018,0.027-0.038,0.053-0.058,0.078c-0.016,0.118-0.103,0.252-0.219,0.34 c-0.295,0.223-0.636,0.341-0.509,0.383c0.128,0.041,0.296-0.1,0.497-0.207c0.201-0.107,1.291-0.327,1.291-0.327 c0.068-0.019,0.155-0.039,0.249-0.053c-0.159-0.119-0.306-0.249-0.368-0.361c-0.088-0.161-0.205-0.359-0.216-0.611 C14.017,12.838,13.973,12.83,13.931,12.819L13.931,12.819z M16.045,13.068c-0.173-0.001-0.413,0.203-0.142,0.571 c0.285,0.385,0.402,0.351,0.502,0.251c0.1-0.101,0.067-0.368-0.067-0.569c-0.134-0.201-0.134-0.234-0.268-0.251 C16.062,13.068,16.054,13.068,16.045,13.068L16.045,13.068z M7.703,13.082c-0.006,0.1-0.002,0.191,0.023,0.25 c0.015,0.035,0.019,0.079,0.015,0.13c0.099-0.074,0.189-0.147,0.284-0.193C7.904,13.206,7.769,13.123,7.703,13.082L7.703,13.082z M8.985,13.907c0.134,0.496,0.455,1.031,0.455,1.031s0.094,0.054,0.174-0.053c0.049-0.065,0.206-0.174,0.372-0.271 c-0.04-0.035-0.064-0.064-0.064-0.064s-0.174,0.094-0.375,0.027c-0.165-0.055-0.149-0.138-0.093-0.315 c-0.077-0.108-0.152-0.332-0.242-0.422c-0.076-0.076-0.174-0.077-0.28-0.099C8.951,13.791,8.968,13.846,8.985,13.907z M6.581,11.904 c-0.281-0.026-0.556-0.025-0.73,0.035c-0.429,0.147-1.352,0.696-1.5,1.031C4.23,13.245,4.1,13.484,4.088,13.784 c-0.039,0.082-0.071,0.182-0.097,0.291L6.581,11.904z M7.852,10.838c-0.24,0.172-0.446,0.336-0.501,0.417 c-0.001,0.002-0.005,0.006-0.006,0.008L7.852,10.838z M15.763,18.894c-0.268-0.094-0.616-0.321-0.656-0.388 c-0.04-0.067-0.161-0.12-0.161-0.12s-0.359-0.421-0.573-0.836c0,0-0.023-0.055-0.054-0.128h-0.211 c0.176,0.22,0.372,0.482,0.569,0.731c0.255,0.321,0.109,0.354,0.189,0.354c0.08,0,0.027,0.054,0.094,0.121 c0.067,0.067,0.429,0.281,0.522,0.348c0.094,0.067,0.482,0.201,0.535,0.161c0.054-0.04,0.08-0.174,0.08-0.174 S16.031,18.988,15.763,18.894z M23.85,13.603c0,0-0.308-0.312-0.576-0.433c-0.268-0.121-0.255-0.241-0.415-0.254 c-0.161-0.013-0.455-0.067-0.696-0.174c-0.241-0.107-0.924-0.388-1.218-0.549c-0.295-0.161-0.482-0.281-0.563-0.348 c-0.08-0.067-0.214-0.058-0.469-0.018c0,0-0.723,0.165-0.978,0.285c-0.152,0.072-0.412,0.213-0.623,0.335l0.076,0.177 c0.091-0.075,0.194-0.149,0.319-0.204c0.335-0.148,0.656-0.281,1.031-0.308c0.375-0.027,0.429-0.053,0.429-0.053 s0.174-0.027,0.375,0.08c0.201,0.107,1.393,0.71,1.567,0.777c0.174,0.067,0.442,0.188,0.63,0.335 c0.187,0.147,0.334,0.134,0.334,0.134s0.134,0.148,0.335,0.281c0.201,0.134,0.268,0.201,0.388,0.228 C23.916,13.92,24.158,14.045,23.85,13.603z M3.621,17.421c-0.499,0.432-1.104,0.931-1.252,0.972 c-0.241,0.067-0.321,0.04-0.121,0.147c0.201,0.107,0.558,0.027,0.687-0.161c0.129-0.187,0.304-0.495,0.451-0.642 c0.063-0.063,0.241-0.187,0.429-0.316H3.621z\"/></svg>\n </figure>\n </td>\n <td>apacheant.svg</td>\n <td><code>_includes/icons/simple-icons/apacheant.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"apacheant\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Apache Cordova icon</title><path d=\"M18.545,0.545H5.455L0,9.273l2.182,14.182h3.886l-0.273-3.273h1.909l0.273,3.273 h8.045l0.273-3.273h1.909l-0.273,3.273h3.886L24,9.273L18.545,0.545z M18.545,18H5.455L4.364,9.273l2.182-4.364h3.506L9.818,6.545 h4.364l-0.234-1.636h3.506l2.182,4.364L18.545,18z M15.545,11.045c0.301,0,0.545,0.908,0.545,2.029 c0,1.121-0.244,2.029-0.545,2.029c-0.301,0-0.545-0.908-0.545-2.029C15,11.954,15.244,11.045,15.545,11.045z M8.659,11.215 c0.301,0,0.545,0.908,0.545,2.029c0,1.121-0.244,2.029-0.545,2.029c-0.301,0-0.545-0.908-0.545-2.029 C8.114,12.123,8.358,11.215,8.659,11.215z\"/></svg>\n </figure>\n </td>\n <td>apachecordova.svg</td>\n <td><code>_includes/icons/simple-icons/apachecordova.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"apachecordova\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Apache ECharts icon</title><path d=\"M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm8.354 17.813a1.319 1.319 0 0 0-1.284-1.616c-.383 0-.718.172-.967.424-1.358 1.371-3.304 2.134-5.386 2.134-4.329 0-7.825-3.327-7.797-7.656.021-3.286 2.72-5.937 6.016-5.937a6.016 6.016 0 0 1 5.068 9.258 1.343 1.343 0 0 0-.209.721 1.319 1.319 0 1 0 1.319-1.319c-.019 0-.037.002-.056.003a1.467 1.467 0 0 1 2.486 1.286l.024-.001c.81 0 1.467.657 1.467 1.467a1.47 1.47 0 0 1-.681 1.236z\"/></svg>\n </figure>\n </td>\n <td>apacheecharts.svg</td>\n <td><code>_includes/icons/simple-icons/apacheecharts.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"apacheecharts\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Apache Flink icon</title><path d=\"M8.302 23.976c-.58-.044-1.34-.187-1.979-.372a9.06 9.06 0 0 1-2.944-1.511c-.368-.285-1.153-1.07-1.473-1.473C.716 19.121.11 17.49.05 15.622a8.333 8.333 0 0 1 .328-2.602c.068-.229.071-.255.057-.53a4.173 4.173 0 0 1 .1-1.116c.061-.244.23-.61.34-.742l.068-.08-.01.434c-.012.622-.011.623.187.275A8.388 8.388 0 0 1 2.84 9.11c.194-.176.369-.338.388-.359.019-.021.09-.178.159-.349.207-.514.392-.796.593-.898.175-.09.334-.044.371.104a.856.856 0 0 1-.007.217.727.727 0 0 0-.013.16c.005 0 .157-.079.339-.175.65-.347 1.115-.546 2.094-.892.323-.115.628-.225.676-.246.276-.116.425-.506.398-1.039a1.446 1.446 0 0 0-.102-.505 4.148 4.148 0 0 0-.122-.317c-.05-.098-.043-.115.038-.092.233.067.512.292.687.555.102.154.273.522.274.592 0 .056.036.03.113-.084.307-.454.309-.97.004-1.488-.111-.19-.429-.503-.645-.637-.277-.17-.444-.22-.74-.217-.229.002-.25-.002-.317-.057-.083-.07-.13-.219-.109-.343.025-.142.266-.6.431-.82.195-.26.636-.684.917-.884.912-.648 2.056-1.04 3.386-1.16.32-.03.332-.032.398-.103.062-.066.082-.073.22-.073.133 0 .17.012.319.097.157.091.173.096.239.066.05-.022.132-.027.28-.017.169.01.22.007.264-.024.077-.054.171-.047.31.024.067.033.264.093.438.13.819.182 1.477.436 2.103.815.111.067.206.122.211.122.009 0-.003-.088-.032-.246L16.39.9l.152.09c.2.12.38.307.479.496.069.133.085.15.121.127.029-.017.064-.019.11-.003.054.019.093.075.2.293.074.149.142.277.15.286.01.01.084-.058.167-.148.176-.192.337-.3.55-.373.2-.067.32-.053.41.048.09.1.09.23-.004.427-.18.38-.26.728-.23.994l.017.137.108-.076c.1-.07.122-.076.305-.076.192 0 .4.058.4.112 0 .012-.051.083-.113.159-.184.226-.23.353-.227.626.003.251.014.308.177.868.059.205.128.473.152.595a.87.87 0 0 0 .06.222c.04 0 .313-.226.478-.394.099-.1.187-.182.195-.182.033 0 .091.19.117.376.03.22.007.432-.073.692-.048.156-.049.17-.012.247.061.128.07.266.028.444-.07.302-.199.51-.533.858l-.172.18-.028.24c-.016.133-.05.332-.076.442a.9.9 0 0 0-.035.214c.007.007.029-.002.049-.019.053-.044.216-.019.378.058.333.158.972.741 1.222 1.116l.135.201.215.054c.884.224 1.572.866 1.952 1.823.12.3.204.683.264 1.186.019.154.06.29.18.589.085.213.168.447.183.519.042.193.018.442-.06.626-.037.086-.087.23-.113.32-.091.323-.239.533-.487.693-.08.051-.204.11-.277.13-.137.037-.599.25-.6.277-.001.008.032.022.073.03.22.044.509.252.582.42.015.035.073.123.129.197.213.28.265.537.188.943l-.04.213.062.076c.22.271.409.622.478.892.098.379.096.747-.005 1.303l-.044.235.08.116c.154.223.184.436.106.737-.194.752-.766 1.31-1.563 1.522l-.156.041v.208c0 .16-.012.234-.05.317a.66.66 0 0 1-.32.319c-.224.099-.558-.007-.722-.23-.082-.11-.089-.113-.208-.113a.817.817 0 0 1-.226-.037c-.248-.087-.362-.257-.368-.547l-.004-.168-.156-.094a2.384 2.384 0 0 1-.563-.457l-.15-.165.078.155c.336.667-.045 1.39-.846 1.604-.164.045-.289.053-.992.07-1.085.026-9.019.022-9.366-.005zm13.506-.401c.101-.088.143-.312.08-.433-.058-.115-.14-.15-.384-.17-.277-.02-.354-.06-.354-.178 0-.153.025-.16.64-.168.597-.008.777-.037 1.038-.17.23-.116.522-.478.549-.682l.013-.095-.165.047c-.625.175-1.467.207-2.083.079-.665-.14-1.28-.52-1.497-.926l-.054-.101-.03.07a1.26 1.26 0 0 0-.03.334c-.002.247.003.275.073.42.145.305.46.601.842.793.2.101.205.105.192.178l-.042.242c-.037.212-.016.326.081.437a.516.516 0 0 0 .404.175c.094 0 .152.014.192.045.206.16.421.202.535.103zm-5.004-.184c.464-.067.614-.069.863-.014.51.113 1.036.023 1.267-.218.152-.158.198-.41.104-.565-.116-.19-.42-.32-.756-.32-.234 0-.355.034-.764.208a3.774 3.774 0 0 1-.377.144c-.174.035-.265-.062-.265-.279 0-.232.065-.308.56-.66.427-.3.681-.647.744-1.01.028-.169-.003-.402-.061-.458a1.582 1.582 0 0 0-.295-.107c-.83-.244-1.212-.561-1.573-1.308a5.485 5.485 0 0 1-.35-.909 4.378 4.378 0 0 0-.152-.435c-.27-.595-.927-1.133-1.683-1.377-.32-.104-.523-.14-1.033-.184a14.72 14.72 0 0 1-.564-.057l-.12-.018.168-.086c.206-.104.356-.153.576-.185.314-.047.528-.055.757-.03.922.104 1.617.578 2.108 1.438.182.32.313.647.44 1.102.147.526.28.792.534 1.06.41.435.959.63 1.769.63.178 0 .4-.012.492-.025.378-.053.77-.188 1.06-.363.318-.191.614-.542.71-.84.029-.09.064-.165.078-.165.014 0 .104.018.2.04.164.039.188.039.386 0 .318-.06.403-.054.484.032.122.13.275.154.45.07a.555.555 0 0 0 .178-.15c.058-.08.07-.118.064-.207-.007-.107-.01-.11-.193-.23a1.342 1.342 0 0 1-.186-.132c0-.007.045-.043.101-.08.077-.05.125-.064.192-.058.103.009.104-.004.005-.197a.832.832 0 0 0-.402-.396c-.337-.164-.719-.164-1.145 0-.256.1-.295.101-.47.024-.231-.102-.466-.138-.785-.12-.392.024-.651-.017-.75-.118l-.073-.073.315-.029c.49-.045.632-.088 1.066-.327.268-.148.428-.188.83-.211.58-.033.855-.132 1.01-.363.055-.082.083-.106.108-.09a.636.636 0 0 0 .778-.486c.016-.084.012-.089-.238-.31a2.533 2.533 0 0 1-.255-.241c0-.01.039-.05.085-.092.143-.125.245-.104.534.108.05.037.054.037.054-.005 0-.095-.059-.25-.228-.61-.199-.42-.215-.47-.253-.804-.12-1.03-.675-1.892-1.542-2.395a2.065 2.065 0 0 0-.212-.115c-.009 0-.05.071-.093.158a1.23 1.23 0 0 1-.168.252c-.075.078-.107.095-.182.095-.106 0-.18-.055-.18-.133 0-.03.032-.123.072-.207.12-.259.155-.44.12-.645-.08-.478-.53-1.016-1.092-1.31-.22-.114-.245-.11-.259.031-.015.162.02.49.077.71.026.102.117.346.202.541.218.5.284.72.285.94a.732.732 0 0 1-.039.271.83.83 0 0 1-.282.32c-.083.043-.175.045-.157.004.127-.29.169-.431.179-.609.014-.25-.02-.365-.234-.804-.214-.439-.274-.68-.261-1.042l.01-.254-.058.115a6.699 6.699 0 0 1-.249.409c-.305.472-.403.726-.403 1.044 0 .294.114.704.278 1 .032.058.054.11.048.117a.57.57 0 0 1-.145-.116c-.134-.126-.325-.452-.325-.554 0-.068-.044-.055-.24.07-.365.235-.628.473-.975.885-.506.602-1.196 1.05-2.04 1.328-.198.065-.845.238-1.437.386-1.62.402-2.188.602-2.937 1.034-1.484.854-2.26 2-2.413 3.565-.054.56.023 1.409.184 2.017.025.091-.13-.112-.227-.3-.174-.333-.285-.744-.34-1.26-.05-.461.005-1.38.112-1.872l.015-.07-.357.015c-.886.037-1.618.288-2.217.76a2.451 2.451 0 0 0-.255.225l-.06.072.015-.07c.028-.127.17-.404.285-.555.24-.317.723-.62 1.227-.771.132-.04.537-.139.9-.22.364-.08.678-.152.7-.158.02-.006.09-.108.154-.226.064-.118.18-.303.257-.41.077-.109.136-.201.131-.206a3.854 3.854 0 0 0-.391.05c-.21.033-.674.098-1.03.145-.719.095-1.124.17-1.5.278-1.16.335-1.83.983-2.179 2.11l-.09.292.047.137c.075.223.33.72.5.972.663.99 1.704 1.793 2.981 2.299.29.114.324.135.474.283.089.087.158.162.154.166-.018.019-.754-.174-1.072-.28a6.756 6.756 0 0 1-2.114-1.146 2.898 2.898 0 0 0-.443-.284 5.35 5.35 0 0 1-1.402-1.033 2.975 2.975 0 0 1-.487-.672l-.103-.192.147.135c.32.294.783.595 1.012.659.052.014.05.005-.044-.161a5.613 5.613 0 0 1-.364-.787 1.602 1.602 0 0 0-.282-.492c-.747-.971-1.293-1.946-1.674-2.99l-.117-.323-.02.106a5.454 5.454 0 0 0-.025.539l-.004.432.14.385c.145.396.665 1.798.71 1.915.014.036.02.066.015.066-.005 0-.091-.104-.19-.23-.229-.288-.484-.67-.53-.793l-.037-.094.014.084c.074.448.273 1.12.466 1.573.586 1.376 1.55 2.583 2.722 3.407 1.142.803 2.692 1.367 4.063 1.478.132.01 2.083.021 4.335.023 3.518.002 4.13-.002 4.347-.034zm1.685-6.667a2.756 2.756 0 0 1-.76-.276c-.461-.27-.788-.742-.82-1.184-.01-.155-.01-.156.023-.073.208.529.61.955 1.163 1.233.254.128.394.18.69.257l.264.068-.216-.002c-.119-.001-.274-.011-.344-.023zm2.631-2.4c-.241-.058-.51-.273-.584-.47a.743.743 0 0 1 .02-.479l.038-.07.017.096c.044.24.214.446.457.554.072.032.256.08.41.107.229.04.376.083.465.136.007.004.014-.104.017-.239.005-.237.004-.244-.035-.186-.083.122-.2.216-.271.216-.095 0-.513-.152-.628-.228-.143-.094-.188-.186-.188-.383 0-.14-.009-.176-.054-.224l-.054-.058.114-.104c.19-.172.305-.216.57-.216.257 0 .367.04.547.193.256.22.342.757.193 1.204l-.055.164-.444.004a4.386 4.386 0 0 1-.535-.017zm.29-.85c.085-.043.135-.137.132-.248-.002-.069-.022-.105-.089-.167-.14-.129-.328-.092-.41.08-.108.228.139.454.368.336zm-2.035 8.588a2.086 2.086 0 0 1-.256-.599c-.08-.356-.008-.927.152-1.203l.06-.106-.2.015a5.06 5.06 0 0 1-.316.016H18.7v.177c0 .354-.164.786-.422 1.108l-.134.168.245.017c.134.009.316.038.405.065.18.055.404.192.529.323.1.105.118.112.051.019zm3.292-.84a.807.807 0 0 0 .417-.375c.086-.175.179-.638.196-.976.011-.215.005-.32-.027-.468-.04-.187-.184-.519-.273-.631l-.045-.057-.118.084c-.26.186-.467.215-.73.1-.128-.055-.2-.07-.398-.078l-.243-.01-.08.14a2.15 2.15 0 0 1-1.013.922l-.184.084-.017.128c-.068.525.283.887 1.052 1.084.402.103.536.118.955.111.318-.005.392-.013.508-.059zm-19.311-3.72c.22-1.066 1.028-1.779 2.4-2.12.343-.085.907-.196 1.933-.382 1.346-.243 1.761-.372 2.257-.703l.3-.2-1.266-.007c-1.552-.009-1.755.01-2.36.21-.383.128-.759.296-1.798.808-.494.244-.903.439-.908.434-.009-.01.374-.345.57-.498.642-.506 1.693-1.09 2.365-1.315 1.148-.384 2.03-.458 3.891-.325l.89.063.347-.086c.34-.085.688-.151 1.344-.257a4.31 4.31 0 0 0 .334-.061c.005-.005-.011-.016-.036-.025a1.502 1.502 0 0 1-.364-.181.996.996 0 0 1-.15-.11c0-.005.31-.006.69-.002.69.008.692.008.934-.058 1.502-.406 2.734-1.512 3.392-3.045.137-.32.376-1.003.358-1.022-.007-.007-.087.033-.178.088-.23.142-.72.384-1.005.498a7.14 7.14 0 0 1-2.207.498l-.214.016-.17.16c-.6.565-1.503 1.102-2.328 1.386-.46.158-.746.223-2.226.504-.733.139-1.565.302-1.85.361-2.068.435-3.391.979-4.106 1.689-.243.24-.374.427-.516.73-.072.154-.15.274-.263.4a2.032 2.032 0 0 0-.422.802c-.093.372-.051.916.108 1.381.056.166.203.507.218.507a.79.79 0 0 0 .036-.138zm-.82-.868l-.025-.366-.26-.39a21.757 21.757 0 0 1-.468-.737c-.19-.319-.63-1.166-.753-1.452l-.051-.12.013.096c.026.182.15.674.237.943.193.6.513 1.261.86 1.783.157.235.453.628.464.617a3.887 3.887 0 0 0-.016-.374zm-.01-1.4c-.076-.396-.04-.932.086-1.249.053-.135.163-.356.176-.356.005 0 .044.095.086.21.076.212.18.415.211.414.01 0 .059-.071.11-.158.05-.086.16-.248.244-.36l.154-.203-.095-.06c-.306-.193-.585-.636-.705-1.117-.117-.475-.153-1.2-.088-1.794.018-.162.028-.3.022-.306-.017-.016-.35.399-.558.692a7.86 7.86 0 0 0-.865 1.589l-.106.264.104.294a9.417 9.417 0 0 0 1.255 2.35 1.269 1.269 0 0 0-.03-.21zm1.469-1.875c-.07-.29-.1-.672-.1-1.351 0-.653.005-.75.056-1.033.067-.368.191-.793.304-1.038.083-.178.323-.592.337-.578.004.004-.023.237-.06.517-.108.806-.13 1.103-.113 1.568.019.533.114 1.2.172 1.2.023 0 .03-.113.028-.498a5.641 5.641 0 0 1 .24-1.76c.2-.698.622-1.618 1.01-2.196a.872.872 0 0 0 .08-.135c0-.008-.063-.005-.139.006-.922.141-1.671.76-2.045 1.69l-.093.23.01-.163c.032-.469.125-1.128.19-1.345.008-.024-.015.01-.05.074-.277.512-.54 1.976-.539 3.004 0 .753.134 1.297.406 1.658.128.17.336.271.306.15zm1.274-.919c.212-.104.503-.187 1.772-.507.555-.14 1.138-.296 1.297-.349a4.045 4.045 0 0 0 1.568-.944c.462-.444.617-.68.763-1.162.067-.223.067-.224.11-.168.185.245.182.832-.005 1.2-.026.05-.038.093-.027.093.05 0 .315-.196.426-.315.291-.311.426-.595.66-1.39a3.77 3.77 0 0 1 .12-.368c.021-.024.108.176.16.373.028.104.04.24.04.44-.003.329-.063.58-.214.879l-.086.17.128-.069c.31-.166.875-.858 1.116-1.367a1.83 1.83 0 0 0 .21-.887c.002-.425-.087-.704-.344-1.075-.336-.485-1.093-1.05-1.755-1.311-.102-.04-.168-.091-.284-.22-.083-.092-.14-.167-.126-.167.03 0 .472.12.77.209.705.21 1.258.52 1.684.942.493.488.727 1.001.724 1.586-.003.518-.185.988-.586 1.519-.078.102-.14.19-.14.197 0 .02.384-.152.624-.278.303-.16.792-.49.98-.658.261-.237.61-.82.76-1.272.145-.441.169-.936.063-1.345-.093-.361-.33-.777-.625-1.099l-.127-.138h.122c.066 0 .127-.01.134-.022.03-.048-.04-.15-.148-.219-.186-.118-.263-.128-.606-.085-.385.049-.999.05-1.296.001-.257-.042-.543-.132-.681-.214l-.094-.056.873-.012c.665-.01.921-.022 1.075-.052.223-.043.38-.103.432-.167.03-.036.023-.051-.06-.138-.268-.277-.767-.62-1.27-.875a6.067 6.067 0 0 0-2.787-.659c-.387 0-.86.04-1.068.089l-.06.014.072-.077c.094-.1.408-.254.64-.312.41-.104.979-.14 1.533-.1.774.058 1.33.2 2.077.532.158.07.308.127.333.125.06-.005.134-.074.171-.162l.031-.072.075.161c.041.09.075.173.075.188 0 .059.044-.007.072-.11a.347.347 0 0 1 .052-.121c.024-.016.087.125.166.37l.056.173.124-.123c.147-.145.151-.14.172.174l.013.208.11-.069c.062-.038.118-.06.126-.052.008.01.038.093.068.185.087.27.205.494.342.652.07.081.166.219.212.306.046.087.094.155.105.152.038-.012.204-.307.284-.502a.733.733 0 0 1 .094-.187c.033 0 .052.267.04.567a2.001 2.001 0 0 0 0 .297.97.97 0 0 0 .125-.084.692.692 0 0 1 .133-.084c.051 0-.061.75-.145.967-.032.08.035.04.191-.116.087-.086.158-.143.158-.126 0 .061-.141.586-.192.716a3.69 3.69 0 0 1-.156.324 2.98 2.98 0 0 0-.237.547l-.017.067.117-.08c.128-.088.19-.115.893-.391.621-.244.971-.413 1.112-.539.15-.134.233-.297.233-.46v-.124l-.069.094c-.132.181-.446.44-.736.61l-.096.056.075-.082c.318-.35.536-.836.537-1.202 0-.132-.034-.324-.076-.427-.031-.075-.032-.073-.21.363-.205.504-.4.908-.531 1.102-.194.286-.483.544-.658.588-.06.015-.064.012-.042-.03.041-.076.097-.321.122-.536.014-.112.03-.669.038-1.237.013-1.012.03-1.281.093-1.551.031-.133.031-.136-.072-.408a5.899 5.899 0 0 0-.168-.402c-.067-.134-.215-.34-.244-.34-.01 0-.07.12-.137.267l-.12.267-.012-.225c-.01-.18-.022-.24-.064-.298a1.697 1.697 0 0 0-.437-.385 5.05 5.05 0 0 0-.721-.36c-.057-.017-.057-.016-.04.112.009.07.023.155.03.186.014.055.01.057-.077.04a.728.728 0 0 1-.407-.234c-.061-.066-.117-.115-.124-.108a.939.939 0 0 0 .06.224c.038.117.066.218.06.224-.016.016-.182-.048-.254-.1a1.152 1.152 0 0 1-.187-.247 1.473 1.473 0 0 0-.22-.287c-.156-.133-.228-.15-.97-.227a1.392 1.392 0 0 1-.449-.11c-.036-.015-.034 0 .016.114.032.072.066.17.074.216l.016.084-.104-.02c-.16-.03-.355-.108-.534-.216-.158-.096-.169-.098-.451-.116a3.625 3.625 0 0 0-.98.065l-.18.044.18.02c.24.025.45.092.577.185.103.074.189.16.19.191 0 .008-.19.02-.425.027-.676.018-1.102.125-1.701.425-.3.15-1.124.682-1.328.856-.12.103-.339.392-.34.447 0 .03.046.054.175.09.97.279 1.577.984 1.697 1.97.087.709.074 1.148-.045 1.62-.183.725-.656 1.424-1.186 1.753-.195.121-.6.277-.721.278h-.068l.124-.136c.29-.317.5-.72.642-1.233.079-.285.087-.586.02-.812-.048-.163-.063-.165-.11-.017a2.59 2.59 0 0 1-.255.536c-.05.077-.387.432-.766.81-.862.856-1.223 1.301-1.56 1.919a5.181 5.181 0 0 0-.54 1.635c-.05.396-.037 1.068.021 1.068.01 0 .094-.037.188-.084zm11.427-3.6c.621-.209 1.103-.434 1.51-.703.294-.194.681-.575.9-.884.214-.304.525-.963.477-1.012-.027-.026-.45.134-.592.224-.153.098-.245.172-.698.561-.446.383-.535.448-.763.557-.238.115-.38.126-.532.04a.33.33 0 0 1-.098-.068c0-.007.044-.04.096-.072.104-.065.304-.258.285-.277a2.006 2.006 0 0 0-.31.158c-.812.463-1.238.85-1.308 1.192-.02.098.005.1.263.016.628-.205 1.372-.596 2.308-1.213.272-.179.406-.252.528-.287a.664.664 0 0 1 .174-.036c.03.03-.27.375-.513.592-.608.542-1.16.908-1.798 1.189-.16.07-.279.128-.265.128.014 0 .165-.046.336-.104zm.89-3.788c.256-.385.336-.674.37-1.33.032-.619.098-.988.265-1.47.04-.114.067-.21.062-.216-.025-.025-.266.291-.35.46-.24.487-.428 1.344-.517 2.36-.02.222-.036.413-.036.425 0 .042.1-.07.206-.23z\"/></svg>\n </figure>\n </td>\n <td>apacheflink.svg</td>\n <td><code>_includes/icons/simple-icons/apacheflink.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"apacheflink\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Apache Kafka icon</title><path d=\"M16.262,13.293c-0.935,0-1.772,0.414-2.346,1.066l-1.47-1.041c0.156-0.43,0.246-0.891,0.246-1.374 c0-0.475-0.086-0.928-0.237-1.352l1.467-1.03c0.574,0.649,1.409,1.06,2.341,1.06c1.725,0,3.129-1.403,3.129-3.129 s-1.404-3.129-3.129-3.129s-3.129,1.403-3.129,3.129c0,0.309,0.047,0.607,0.13,0.889l-1.468,1.03 C11.183,8.653,10.3,8.121,9.294,7.959V6.19c1.417-0.298,2.485-1.557,2.485-3.061C11.779,1.403,10.375,0,8.65,0 S5.522,1.403,5.522,3.129c0,1.484,1.04,2.728,2.429,3.047v1.792c-1.895,0.333-3.341,1.987-3.341,3.976 c0,1.999,1.46,3.659,3.37,3.981v1.892c-1.403,0.308-2.457,1.56-2.457,3.054C5.522,22.597,6.925,24,8.65,24s3.129-1.403,3.129-3.129 c0-1.495-1.054-2.746-2.457-3.054v-1.892c0.966-0.163,1.84-0.671,2.46-1.431l1.48,1.048c-0.082,0.279-0.128,0.574-0.128,0.88 c0,1.725,1.404,3.129,3.129,3.129s3.129-1.403,3.129-3.129S17.987,13.293,16.262,13.293z M16.262,5.977 c0.837,0,1.517,0.681,1.517,1.517s-0.68,1.517-1.517,1.517c-0.836,0-1.517-0.681-1.517-1.517S15.426,5.977,16.262,5.977z M7.133,3.129c0-0.836,0.68-1.517,1.517-1.517s1.517,0.681,1.517,1.517S9.487,4.646,8.65,4.646S7.133,3.965,7.133,3.129z M10.167,20.871c0,0.836-0.68,1.517-1.517,1.517s-1.517-0.681-1.517-1.517s0.68-1.517,1.517-1.517S10.167,20.035,10.167,20.871z M8.65,14.06c-1.167,0-2.116-0.949-2.116-2.116c0-1.167,0.949-2.116,2.116-2.116c1.167,0,2.116,0.949,2.116,2.116 C10.766,13.111,9.817,14.06,8.65,14.06z M16.262,17.939c-0.837,0-1.517-0.681-1.517-1.517c0-0.836,0.68-1.517,1.517-1.517 s1.517,0.681,1.517,1.517C17.779,17.258,17.099,17.939,16.262,17.939z\"/></svg>\n </figure>\n </td>\n <td>apachekafka.svg</td>\n <td><code>_includes/icons/simple-icons/apachekafka.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"apachekafka\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Apache Maven icon</title><path d=\"M4.2355.0012c-.3117-.0129-.6643.0706-.8275.4559-.1585.3741-.2832 1.1874-.3402 2.2758l1.2238.5928c-.0202-.7792.0086-1.5128.087-2.1787-.0248.2192-.0766.9074-.0055 2.1493.0189.3418.0488.7267.0876 1.152.0022.024.002.0453.0075.067.0353.3711.0812.7704.139 1.2074.0493.3763.1046.7743.1725 1.204.0554.3678.1225.7529.1923 1.1608l-.0096.009c.0132.0109.0153.0201.0144.026.0094.0549.0193.1044.0287.1594.0316.1624.0598.327.0938.4928.0347.1808.0719.3645.1082.5544.018.095.0362.1906.0568.2889.0593.2916.1237.5899.1896.8973.0817.3783.1706.7663.2662 1.1705.09.3825.1868.781.2882 1.1861.0982.3868.1977.7824.3073 1.1917.096.3626.1996.7352.3046 1.117.0031.0184.012.0379.015.0562.1059.376.2159.7642.3306 1.1595a.0606.0606 0 00.0083.0253c.0176.0592.033.1146.0506.1738.0772.2619.158.5328.2416.805a4.1973 4.1973 0 01-.295-.1349 166.5148 166.5148 0 01-.1875-.653c-.0208-.0775-.0422-.1497-.063-.2272l-.0027-.0027-.0048-.002c-.087-.3006-.1674-.6056-.256-.9152-.0224-.0867-.0443-.1735-.0691-.2635-.1041-.3877-.2072-.7812-.3128-1.178a77.1318 77.1318 0 01-.2903-1.154c-.0949-.3892-.1863-.7808-.2778-1.1725a54.4975 54.4975 0 01-.2643-1.2026c-.0848-.3966-.1632-.7987-.2423-1.1944a17.1806 17.1806 0 01-.0794-.4312c-.0456-.2449-.0877-.4919-.13-.7392-.004-.0126-.0049-.028-.0089-.0404l-1.0465-.534 1.05.532c-.0568-.3864-.117-.7708-.1746-1.1513a60.6963 60.6963 0 01-.1547-1.2006 27.4722 27.4722 0 01-.1123-1.2067.711.711 0 01-.004-.0691 24.9895 24.9895 0 01-.0548-1.1356l-1.2211-.5886c-.0024.074-.0083.1502-.0116.23a27.5407 27.5407 0 00-.0233.9302c-.003.3682.0002.7522.0068 1.1546.0087.37.0238.756.0438 1.1486.0198.336.042.6758.0692 1.0219.0006.015.0027.024.0034.039l.0055.0027c.0023.0237.0072.0501.0061.076.0328.3678.0647.7417.1082 1.117.0426.3813.0904.763.1471 1.1493.0482.3255.1.649.154.9754.011.064.0247.1316.0356.1957.0748.404.1548.794.2416 1.1581.0972.4134.2008.8012.306 1.1623.0707.2368.1399.4643.2108.6803.0613.1819.1284.3648.193.5442.1553.4222.3273.8319.5127 1.232l.0055.0027a.3195.3195 0 00.0191.0514c.2261.4836.4753.9506.755 1.395.0098.0133.019.0324.0288.0458-.4537-.1826-1.2577-.0981-1.252-.0972.83.2879 1.558.641 2.0172 1.1752-.1825.201-.524.3534-.9535.4778.5938.0643.9248-.0397 1.0459-.0924-.3103.2586-.4835.7314-.6359 1.2402.3493-.5708.6955-.9486 1.0329-1.093.0776.2572.1619.5238.2443.7877-.727 1.4194-1.4698 2.9455-2.2245 4.5538.2036-.0272.3395-.145.4306-.3121.129-.2809.8344-1.7797 1.9076-3.8734.413 1.3029.8798 2.678 1.3853 4.1068.1112-.1435.1239-.3023.0774-.464-.098-.2699-.6338-1.7978-1.3046-3.946.1525-.2959.318-.6111.4839-.9275a3.504 3.504 0 01.4031.1588c.1949.1875.3368.4938.4634.833.0334-.3895-.0712-.7758-.3326-1.0992 1.3353.2577 2.548.089 3.2881-.8098a3.9744 3.9744 0 00.1896-.2573c-.3249.3039-.6817.4038-1.3134.273.9963-.2814 1.5254-.6173 2.037-1.2217a7.5242 7.5242 0 00.3695-.4778c-.9421.7218-1.926.8196-2.8994.4915-.0132-.0067-.0272-.0084-.0451-.0158.914.0201 2.2034-.4756 3.0924-1.191.4094-.3295.7956-.7288 1.1704-1.2107.2806-.358.549-.7606.82-1.215.2335-.3933.4677-.8245.6982-1.2943-.2204.077-.4692.1214-.7379.139l-.1437.0075c-.048.0025-.0947.0002-.1472.002.8843-.198 1.5005-.7394 1.9939-1.4462-.2405.1167-.6276.2594-1.0699.2943-.0578.0057-.1195.0064-.1813.0068-.014-.002-.0287 0-.0473-.0027.3062-.0786.5726-.1773.8104-.3087.0513-.0257.0985-.0566.1458-.0876.0733-.0463.1429-.0976.2122-.1492.0434-.0364.086-.0684.1294-.1048a2.3833 2.3833 0 00.2792-.2868c.0288-.0338.0574-.0634.0815-.0978.036-.0518.0712-.0988.102-.1465a8.3873 8.3873 0 00.3758-.586 6.8254 6.8254 0 00.1355-.2415c.014-.0312.0318-.0571.0458-.0883.041-.0843.0807-.1595.1095-.2266.043-.0982.0736-.179.0918-.2382a.5171.5171 0 01-.1075.0507c-.273.112-.7258.1886-1.0842.2026-.0046-.0007-.009-.002-.0144.002-.02 0-.0438.0015-.0664.002.718-.2145 1.0662-.4526 1.4217-.82.0954-.1.192-.209.2895-.323.2972-.3412.5951-.7208.8652-1.104.2633-.37.5032-.7382.69-1.0719.1217-.215.222-.4142.3004-.5927a7.1872 7.1872 0 00.1704-.4504 36.4173 36.4173 0 01-1.4798.0007c.4951.0097 1.0156.007 1.4853-.0048.4983-1.4854.061-2.2622.061-2.2622S20.2693.4027 19.3943.7637c-.4248.1753-1.1722.731-2.0828 1.562l.5147 1.4483c.6028-.6433 1.2086-1.21 1.8008-1.6838-.194.1569-.7824.6693-1.7118 1.7256-.2564.2902-.5381.624-.8447.9972-.0173.0212-.0345.0377-.0472.0596-.2665.3267-.5467.685-.8474 1.0828-.2592.342-.5312.7063-.818 1.1061-.2475.3402-.4987.7038-.7665 1.0876l-.0158-.0007c.002.0193-.0042.0282-.0095.0322-.0361.0517-.0666.0996-.1027.1513-.1036.1558-.212.311-.3162.4716-.1157.173-.2322.3508-.3539.5325-.0608.0908-.122.1817-.1834.2772-.184.2819-.3686.573-.56.8727a69.9708 69.9708 0 00-.7159 1.154 97.513 97.513 0 00-.7105 1.1834c-.2281.3894-.4625.7874-.6995 1.204-.2108.3682-.4238.7503-.6427 1.141-.012.0173-.0201.0396-.0322.0568-.2135.3868-.4334.7871-.655 1.1965-.006.0086-.0123.0174-.0137.0267-.0328.0617-.065.119-.0979.1807-.17.3171-.346.6423-.5188.978-.0007.0047-.0062.0091-.0068.0138-.0262.0484-.0511.0919-.0726.141-.116.22-.2214.4298-.449.8686a1.3507 1.3507 0 00-.23-.1787c.1183-.2248.2165-.4202.3409-.6536.0462-.0883.0968-.1761.1437-.269.0134-.0266.0263-.0481.0397-.0747.1761-.3257.3581-.6604.5462-1.0034.0449-.079.0845-.1538.1294-.2327l.0007-.0048-.002-.0055c.1685-.3109.3463-.6203.5208-.9397.0509-.0876.1018-.1754.1533-.2677.2242-.3947.4536-.793.6838-1.1964a87.081 87.081 0 01.6838-1.1595c.2328-.3887.4702-.7762.7077-1.1643.2435-.3966.4905-.788.7427-1.1786.2468-.3867.5028-.772.7536-1.1534.0916-.1386.183-.2727.2792-.4106.1578-.2335.3201-.4661.4826-.6989.0067-.0132.018-.0257.0246-.039l-.4333-1.3066.4381 1.3073c.2613-.356.5182-.713.7741-1.065.278-.3726.5544-.7357.8296-1.0897.2866-.3666.5761-.7183.8686-1.0602.0174-.0213.0346-.043.0513-.0596.2865-.3333.5706-.6521.8577-.9569l-.5147-1.4442c-.0608.0576-.1263.1143-.1924.176a31.0491 31.0491 0 00-.7584.7296c-.295.294-.5973.6064-.9117.9356-.287.3048-.581.6277-.8768.9596-.251.2863-.5032.5766-.7563.8768-.0114.0126-.0174.0217-.0288.0343l.0028.0075c-.017.0209-.0347.045-.0562.065-.2658.3221-.5369.6482-.8001.985a38.087 38.087 0 00-.7947 1.043 65.572 65.572 0 00-.6509.907c-.0421.0603-.0845.1252-.1266.1855-.2608.3846-.5061.7624-.7255 1.1246-.2503.4099-.4748.8044-.677 1.1786a30.076 30.076 0 00-.371.7153c-.0951.1951-.186.3956-.2765.5914-.2105.4632-.398.9296-.5667 1.399l.002.0062a.3593.3593 0 00-.0253.0568c-.1077.303-.2044.6079-.2923.9138a2.5679 2.5679 0 01-.4832.4606c-.0423-.0526-.0874-.0978-.1321-.1472.4144-.5983.7383-1.4386.8275-2.2156.053-.4616.0477-.9527-.0157-1.4887-.0458-.3995-.1265-.8196-.2382-1.2738a16.3456 16.3456 0 00-.3648-1.2478c-.091.1853-.2197.3676-.3779.5456-.0286.0313-.0576.0624-.0862.0937-.0286.0313-.0591.0594-.091.0931.4334-.6739.4844-1.3973.3559-2.1485-.0788.2228-.2335.5528-.4901.8494a1.78 1.78 0 01-.1102.117c-.01.0074-.0174.0176-.0308.0274.1438-.2396.2502-.467.3183-.6975.0163-.048.0265-.0968.037-.1457a2.9911 2.9911 0 00.041-.226c.0047-.0497.0118-.0959.0164-.1457a2.107 2.107 0 00-.0027-.3539c-.003-.039-.0033-.0749-.0096-.1115-.0094-.055-.0164-.107-.0267-.1561a7.4225 7.4225 0 00-.1273-.6023 6.0144 6.0144 0 00-.065-.2362c-.0105-.0283-.0148-.0558-.0253-.0842-.0267-.0784-.0484-.15-.072-.21a2.0823 2.0823 0 00-.0903-.2068.4575.4575 0 01-.0362.0986c-.1023.24-.3396.5687-.5565.8001-.0034.0025-.0066.0051-.0075.011-.0126.0122-.0267.0275-.0404.0417.3183-.5806.3897-.9466.3853-1.3984a7.1255 7.1255 0 00-.0184-.3833 12.2819 12.2819 0 00-.141-1.232c-.0641-.3964-.143-.7767-.2328-1.1027-.0568-.2109-.1171-.3988-.1786-.5599a6.3763 6.3763 0 00-.1718-.3894c-.4317.4444-.95.9495-1.3956 1.3484.4456-.3991.964-.9051 1.3963-1.354C5.5759.341 4.8179.1239 4.8179.1239S4.5473.014 4.2356.0012zM7.6161 15.783c.011.0278.021.0558.0315.0835-.059.0335-.1166.0683-.1787.0985-.0125.004-.0224.0114-.0383.0178.0631-.0596.1247-.1282.1855-.1998zm-.6058 1.6167c.1304.137.2527.252.3573.3306.0175.0573.0513.1652.0705.2265-.0799.0115-.1625.0363-.245.0596-.011-.037-.0204-.0662-.0315-.1034-.0257-.0842-.0485-.1711-.0767-.2587-.008-.025-.0138-.0462-.0219-.0712-.0172-.0594-.0353-.1233-.0527-.1834zm.2656.885c.0944-.0015.1835.002.2676.0103.0275.0877.0346.1101.0712.2286.0763-.0158.159-.0134.245-.0034-.1065.2025-.2137.413-.321.6208-.087-.2818-.1723-.5557-.2628-.8563Z\"/></svg>\n\n </figure>\n </td>\n <td>apachemaven.svg</td>\n <td><code>_includes/icons/simple-icons/apachemaven.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"apachemaven\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Apache NetBeans IDE icon</title><path d=\"M11.988 0a.093.093 0 00-.004.002.093.093 0 00-.023.006.093.093 0 00-.004.002.093.093 0 00-.004.002L11.94.02 1.643 5.958a.093.093 0 00-.008.004l-.004.002a.093.093 0 00-.002.002.093.093 0 00-.004.002.093.093 0 00-.002.002.093.093 0 00-.004.002.093.093 0 00-.004.004.093.093 0 00-.003.004.093.093 0 00-.004.002.093.093 0 00-.002.004.093.093 0 00-.004.004.093.093 0 00-.002.004.093.093 0 00-.002.004.093.093 0 00-.004.004.093.093 0 00-.002.004.093.093 0 00-.002.004.093.093 0 000 .004.093.093 0 00-.002.006.093.093 0 00-.002.004.093.093 0 000 .004.093.093 0 00-.002.006.093.093 0 000 .004.093.093 0 000 .004.093.093 0 000 .006.093.093 0 000 .014v11.876a.093.093 0 000 .01v.004a.093.093 0 000 .006.093.093 0 000 .004.093.093 0 000 .004.093.093 0 00.002.004.093.093 0 000 .006.093.093 0 00.002.004.093.093 0 00.002.006.093.093 0 00.004.008.093.093 0 00.002.004.093.093 0 00.002.004.093.093 0 00.002.004.093.093 0 00.004.004.093.093 0 00.002.004.093.093 0 00.004.004.093.093 0 00.002.002.093.093 0 00.003.004.093.093 0 00.004.002.093.093 0 00.004.004.093.093 0 00.004.002.093.093 0 00.004.002.093.093 0 00.012.006l10.298 5.938.006.004a.093.093 0 00.002.002l.004.002a.093.093 0 00.014.008.093.093 0 00.003 0 .093.093 0 00.004.002.093.093 0 00.004.002.093.093 0 00.006 0 .093.093 0 00.004 0 .093.093 0 00.006.002.093.093 0 00.004 0 .093.093 0 00.017-.002.093.093 0 00.01-.002.093.093 0 00.014-.006.093.093 0 00.008-.004l.006-.004a.093.093 0 00.006-.004l10.29-5.934a.093.093 0 00.016-.008l.004-.002a.093.093 0 00.005-.002.093.093 0 00.002-.002.093.093 0 00.004-.004.093.093 0 00.004-.002.093.093 0 00.004-.004.093.093 0 00.004-.004.093.093 0 00.002-.002.093.093 0 00.004-.004.093.093 0 00.002-.004.093.093 0 00.002-.004.093.093 0 00.004-.004.093.093 0 00.002-.004.093.093 0 00.002-.006.093.093 0 000-.004.093.093 0 00.002-.004.093.093 0 00.002-.004.093.093 0 000-.006.093.093 0 00.002-.004.093.093 0 000-.004.093.093 0 000-.006.093.093 0 000-.004v-.006a.093.093 0 000-.008V6.06a.093.093 0 000-.012.093.093 0 000-.006.093.093 0 000-.004.093.093 0 000-.006.093.093 0 00-.002-.004.093.093 0 000-.004.093.093 0 00-.002-.004.093.093 0 000-.002.093.093 0 00-.002-.004.093.093 0 00-.004-.008.093.093 0 00-.002-.002.093.093 0 00-.002-.008.093.093 0 00-.002-.002.093.093 0 00-.004-.004.093.093 0 00-.002-.004.093.093 0 00-.004-.004.093.093 0 00-.002-.004.093.093 0 00-.004-.002.093.093 0 00-.004-.004.093.093 0 00-.004-.002.093.093 0 00-.003-.002.093.093 0 00-.016-.01L12.059.02a.093.093 0 00-.006-.004L12.05.014a.093.093 0 00-.008-.004.093.093 0 00-.004-.002.093.093 0 00-.01-.004.093.093 0 00-.004 0 .093.093 0 00-.004-.002.093.093 0 00-.005-.002.093.093 0 00-.004 0 .093.093 0 00-.006 0 .093.093 0 00-.004 0 .093.093 0 00-.004 0 .093.093 0 00-.01 0zm-.082.256v4.388L8.79 6.454 5.675 8.262 1.863 6.046zm.187 0l10.043 5.79-3.812 2.216-6.23-3.618zM12 4.804l6.139 3.565-6.14 3.519-6.138-3.519zM1.77 6.208l3.813 2.216V15.57L1.77 17.787zm20.46 0v11.579l-3.814-2.216V8.424zM5.769 8.53l6.137 3.519v7.084l-6.137-3.563zm12.462 0v7.04l-6.138 3.563V12.05zm-12.556 7.2l6.23 3.62v4.388l-10.044-5.79zm12.65 0l3.813 2.218-10.045 5.79V19.35l3.117-1.81z\"/></svg>\n </figure>\n </td>\n <td>apachenetbeanside.svg</td>\n <td><code>_includes/icons/simple-icons/apachenetbeanside.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"apachenetbeanside\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Apache OpenOffice icon</title><path d=\"M12 0A12 12 0 000 12a12.44 12.44 0 00.25 2.46A13 13 0 013.56 14a12.45 12.45 0 015.15 1.1l.76-.5a12.64 12.64 0 0111.36-.88.19.19 0 01.11.17.16.16 0 01-.06.13.19.19 0 01-.13 0h-.25a8.7 8.7 0 00-.89 0 12.9 12.9 0 00-9.11 3.34 10.7 10.7 0 00-1.17 1.34l-.11.15a.16.16 0 01-.12 0 .17.17 0 01-.12 0A12 12 0 00.68 16 12 12 0 1012 0zm9.39 7.18h-.56a7.08 7.08 0 00-6.21 2.17c-.06.06-.12.07-.18 0a7 7 0 00-4.79-2.19 7.44 7.44 0 00-2 .09.13.13 0 01-.13-.13.14.14 0 010-.1 7.27 7.27 0 016.94.12 7.33 7.33 0 016.8-.26l.14.08a.11.11 0 01.07.11.16.16 0 010 .09.11.11 0 01-.08.02z\"/></svg>\n </figure>\n </td>\n <td>apacheopenoffice.svg</td>\n <td><code>_includes/icons/simple-icons/apacheopenoffice.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"apacheopenoffice\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Apache Pulsar icon</title><path d=\"M24 8.925h-5.866c-1.586-3.041-3.262-5.402-5.544-5.402-2.97 0-4.367 2.593-5.717 5.115l-.118.22H0v1.5h3.934c1.39 0 1.673.468 1.673.468-1.09 1.691-2.4 3.364-4.584 3.364H0v1.573h1.03c4.234 0 6.083-3.434 7.567-6.193 1.361-2.541 2.31-4.08 3.993-4.08 1.747 0 3.584 3.801 5.201 7.157.237.488.477.988.72 1.483-6.2.197-9.155 1.649-11.559 2.833-1.759.866-3.147 1.94-5.433 1.94H0v1.574h1.507c2.754 0 4.47-.85 6.295-1.751 2.53-1.243 5.398-2.652 12.157-2.652h3.907V14.5H21.66a1.18 1.18 0 01-.972-.393 70.83 70.83 0 01-1.133-2.321l-.511-1.047s.366-.393 1.38-.393H24Z\"/></svg>\n\n </figure>\n </td>\n <td>apachepulsar.svg</td>\n <td><code>_includes/icons/simple-icons/apachepulsar.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"apachepulsar\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Apache RocketMQ icon</title><path d=\"M12,24c-1.89-1.755-1.813-3.743-1.813-3.743h3.626C13.813,20.257,13.89,22.245,12,24z M12,1.988 c-1.595,2.106-4.693,6.893-4.693,12.291c0,1.562,0.293,2.87,0.589,3.793h8.208c0.296-0.923,0.589-2.231,0.589-3.793 C16.693,8.881,13.595,4.094,12,1.988z M17.95,14.279c0,3.556-1.363,5.903-1.363,5.903l-1.458-0.853H8.871l-1.458,0.853 c0,0-1.363-2.347-1.363-5.903C6.05,6.446,11.998,0.002,12,0C12.002,0.002,17.95,6.446,17.95,14.279z M18.773,16.614 c0,1.363-0.605,2.845-1.022,3.47h2.889l-0.32-1.965L18.773,16.614z M3.68,18.12l-0.32,1.965h2.889 c-0.418-0.625-1.022-2.107-1.022-3.47L3.68,18.12z M10.867,12.448c-0.154,0-0.279,0.125-0.279,0.279s0.125,0.279,0.279,0.279 s0.279-0.125,0.279-0.279S11.021,12.448,10.867,12.448z M11.762,12.448c-0.154,0-0.279,0.125-0.279,0.279s0.125,0.279,0.279,0.279 s0.279-0.125,0.279-0.279S11.916,12.448,11.762,12.448z M12.657,12.448c-0.154,0-0.279,0.125-0.279,0.279s0.125,0.279,0.279,0.279 s0.279-0.125,0.279-0.279S12.811,12.448,12.657,12.448z M15.715,15.98c0,0.799-0.647,1.446-1.446,1.446 c-0.799,0-1.446-0.647-1.446-1.446c0-0.262,0.071-0.507,0.192-0.719l-0.361-0.493c-0.273,0.12-0.575,0.187-0.892,0.187 c-0.551,0-1.054-0.201-1.443-0.532l-0.403,0.35c0.013,0.059,0.02,0.119,0.02,0.181c0,0.478-0.387,0.865-0.865,0.865 c-0.478,0-0.865-0.387-0.865-0.865s0.387-0.865,0.865-0.865c0.104,0,0.202,0.021,0.294,0.055l0.429-0.373 c-0.166-0.312-0.261-0.667-0.261-1.045c0-0.506,0.171-0.971,0.455-1.345l-0.451-0.49c-0.033,0.004-0.065,0.01-0.098,0.01 c-0.406,0-0.735-0.329-0.735-0.735c0-0.406,0.329-0.735,0.735-0.735c0.406,0,0.735,0.329,0.735,0.735 c0,0.055-0.007,0.109-0.019,0.161l0.455,0.495c0.337-0.204,0.73-0.324,1.153-0.324c0.398,0,0.771,0.106,1.094,0.288l0.385-0.385 c-0.04-0.116-0.063-0.241-0.063-0.371c0-0.632,0.512-1.144,1.144-1.144c0.632,0,1.144,0.512,1.144,1.144 c0,0.632-0.512,1.144-1.144,1.144c-0.13,0-0.255-0.023-0.371-0.063l-0.353,0.353c0.247,0.359,0.393,0.793,0.393,1.262 c0,0.551-0.201,1.054-0.531,1.442l0.329,0.449c0.151-0.053,0.312-0.084,0.481-0.084C15.068,14.534,15.715,15.182,15.715,15.98z M11.762,14.481c0.969,0,1.754-0.785,1.754-1.754c0-0.969-0.785-1.754-1.754-1.754c-0.969,0-1.754,0.785-1.754,1.754 C10.008,13.695,10.793,14.481,11.762,14.481z\"/></svg>\n </figure>\n </td>\n <td>apacherocketmq.svg</td>\n <td><code>_includes/icons/simple-icons/apacherocketmq.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"apacherocketmq\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Apache Solr icon</title><path d=\"M20.74 3.797L8.919 16.585l14.866-6.842a11.695 11.695 0 0 0-3.045-5.946zM11.964 0a11.7 11.7 0 0 0-4.621.931L5.767 14.293 13.683.144C13.146.036 12.573 0 11.964 0zm11.929 10.46L9.815 18.34l13.218-1.576c.609-1.468.967-3.045.967-4.728 0-.537-.036-1.075-.107-1.576zm-5.194 11.534a12.403 12.403 0 0 0 3.797-4.155l-12.358 2.436 8.561 1.719zM14.436.251L7.558 15.188 20.346 3.367c-1.647-1.54-3.653-2.651-5.91-3.116zM13.003 24a11.838 11.838 0 0 0 3.761-.931l-6.949-.824L13.003 24zm-12-16.907A11.626 11.626 0 0 0 0 10.961l1.863 3.331-.86-7.199zm5.301-5.696a11.957 11.957 0 0 0-4.226 3.797l1.755 8.776L6.304 1.397z\"/></svg>\n </figure>\n </td>\n <td>apachesolr.svg</td>\n <td><code>_includes/icons/simple-icons/apachesolr.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"apachesolr\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Apache Spark icon</title><path d=\"M10.812 0c-.425.013-.845.215-1.196.605a3.593 3.593 0 00-.493.722c-.355.667-.425 1.415-.556 2.143a551.9 551.9 0 00-.726 4.087c-.027.16-.096.227-.244.273C5.83 8.386 4.06 8.94 2.3 9.514c-.387.125-.773.289-1.114.506-1.042.665-1.196 1.753-.415 2.71.346.422.79.715 1.284.936 1.1.49 2.202.976 3.3 1.47.019.01.036.013.053.019h-.004l1.306.535c0 .023.002.045 0 .073-.2 2.03-.39 4.063-.58 6.095-.04.419-.012.831.134 1.23.317.87 1.065 1.148 1.881.701.372-.204.666-.497.937-.818 1.372-1.623 2.746-3.244 4.113-4.872.111-.133.205-.15.363-.098.349.117.697.231 1.045.347h.001c.02.012.045.02.073.03l.142.042c1.248.416 2.68.775 3.929 1.19.4.132.622.164 1.045.098.311-.048.592-.062.828-.236.602-.33.995-.957.988-1.682-.005-.427-.154-.813-.35-1.186-.82-1.556-1.637-3.113-2.461-4.666-.078-.148-.076-.243.037-.375 1.381-1.615 2.756-3.236 4.133-4.855.272-.32.513-.658.653-1.058.308-.878-.09-1.57-1-1.741a2.783 2.783 0 00-1.235.069c-1.974.521-3.947 1.041-5.918 1.57-.175.047-.26.015-.355-.144a353.08 353.08 0 00-2.421-4.018 4.61 4.61 0 00-.652-.849c-.371-.37-.802-.549-1.227-.536zm.172 3.703a.592.592 0 01.189.211c.87 1.446 1.742 2.89 2.609 4.338.07.118.135.16.277.121 1.525-.41 3.052-.813 4.579-1.217.367-.098.735-.193 1.103-.289a.399.399 0 01-.1.2c-1.259 1.48-2.516 2.962-3.779 4.438-.11.13-.12.22-.04.37.937 1.803 1.768 3.309 2.498 4.76l-3.696-1.019c-.538-.18-1.077-.358-1.615-.539-.163-.055-.25-.03-.36.1-1.248 1.488-2.504 2.97-3.759 4.454a.398.398 0 01-.18.132c.035-.378.068-.757.104-1.136.149-1.572.297-3.144.451-4.716-.03-.318.117-.405-.322-.545-1.493-.593-3.346-1.321-4.816-1.905a.595.595 0 01.24-.134c1.797-.57 3.595-1.14 5.394-1.705.127-.04.199-.092.211-.233.013-.148.05-.294.076-.441.241-1.363.483-2.726.726-4.088.068-.386.14-.771.21-1.157z\"/></svg>\n </figure>\n </td>\n <td>apachespark.svg</td>\n <td><code>_includes/icons/simple-icons/apachespark.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"apachespark\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Apollo GraphQL icon</title><path d=\"M12,0C5.372,0 0,5.373 0,12 0,18.628 5.372,24 12,24 18.627,24 24,18.628 24,12A12.014,12.014 0 0 0 23.527,8.657 0.6,0.6 0 0 0 22.4,9.066H22.398C22.663,10.009 22.8,10.994 22.8,12A10.73,10.73 0 0 1 19.637,19.637 10.729,10.729 0 0 1 12,22.8 10.73,10.73 0 0 1 4.363,19.637 10.728,10.728 0 0 1 1.2,12 10.73,10.73 0 0 1 4.363,4.363 10.728,10.728 0 0 1 12,1.2C14.576,1.2 17.013,2.096 18.958,3.74A1.466,1.466 0 1 0 19.82,2.9 11.953,11.953 0 0 0 12,0ZM10.56,5.88 6.36,16.782H8.99L9.677,14.934H13.646L12.927,12.892H10.314L12.014,8.201 15.038,16.781H17.669L13.47,5.88Z\"/></svg>\n\n </figure>\n </td>\n <td>apollographql.svg</td>\n <td><code>_includes/icons/simple-icons/apollographql.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"apollographql\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Apple icon</title><path d=\"M7.078 23.55c-.473-.316-.893-.703-1.244-1.15-.383-.463-.738-.95-1.064-1.454-.766-1.12-1.365-2.345-1.78-3.636-.5-1.502-.743-2.94-.743-4.347 0-1.57.34-2.94 1.002-4.09.49-.9 1.22-1.653 2.1-2.182.85-.53 1.84-.82 2.84-.84.35 0 .73.05 1.13.15.29.08.64.21 1.07.37.55.21.85.34.95.37.32.12.59.17.8.17.16 0 .39-.05.645-.13.145-.05.42-.14.81-.31.386-.14.692-.26.935-.35.37-.11.728-.21 1.05-.26.39-.06.777-.08 1.148-.05.71.05 1.36.2 1.94.42 1.02.41 1.843 1.05 2.457 1.96-.26.16-.5.346-.725.55-.487.43-.9.94-1.23 1.505-.43.77-.65 1.64-.644 2.52.015 1.083.29 2.035.84 2.86.387.6.904 1.114 1.534 1.536.31.21.582.355.84.45-.12.375-.252.74-.405 1.1-.347.807-.76 1.58-1.25 2.31-.432.63-.772 1.1-1.03 1.41-.402.48-.79.84-1.18 1.097-.43.285-.935.436-1.452.436-.35.015-.7-.03-1.034-.127-.29-.095-.576-.202-.856-.323-.293-.134-.596-.248-.905-.34-.38-.1-.77-.148-1.164-.147-.4 0-.79.05-1.16.145-.31.088-.61.196-.907.325-.42.175-.695.29-.855.34-.324.096-.656.154-.99.175-.52 0-1.004-.15-1.486-.45zm6.854-18.46c-.68.34-1.326.484-1.973.436-.1-.646 0-1.31.27-2.037.24-.62.56-1.18 1-1.68.46-.52 1.01-.95 1.63-1.26.66-.34 1.29-.52 1.89-.55.08.68 0 1.35-.25 2.07-.228.64-.568 1.23-1 1.76-.435.52-.975.95-1.586 1.26z\"/></svg>\n </figure>\n </td>\n <td>apple.svg</td>\n <td><code>_includes/icons/simple-icons/apple.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"apple\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Apple Music icon</title><path d=\"M23.997 6.124c0-.738-.065-1.47-.24-2.19-.317-1.31-1.062-2.31-2.18-3.043C21.003.517 20.373.285 19.7.164c-.517-.093-1.038-.135-1.564-.15-.04-.003-.083-.01-.124-.013H5.988c-.152.01-.303.017-.455.026C4.786.07 4.043.15 3.34.428 2.004.958 1.04 1.88.475 3.208c-.192.448-.292.925-.363 1.408-.056.392-.088.785-.1 1.18 0 .032-.007.062-.01.093v12.223c.01.14.017.283.027.424.05.815.154 1.624.497 2.373.65 1.42 1.738 2.353 3.234 2.802.42.127.856.187 1.293.228.555.053 1.11.06 1.667.06h11.03c.525 0 1.048-.034 1.57-.1.823-.106 1.597-.35 2.296-.81.84-.553 1.472-1.287 1.88-2.208.186-.42.293-.87.37-1.324.113-.675.138-1.358.137-2.04-.002-3.8 0-7.595-.003-11.393zm-6.423 3.99v5.712c0 .417-.058.827-.244 1.206-.29.59-.76.962-1.388 1.14-.35.1-.706.157-1.07.173-.95.045-1.773-.6-1.943-1.536-.142-.773.227-1.624 1.038-2.022.323-.16.67-.25 1.018-.324.378-.082.758-.153 1.134-.24.274-.063.457-.23.51-.516.014-.063.02-.13.02-.193 0-1.815 0-3.63-.002-5.443 0-.062-.01-.125-.026-.185-.04-.15-.15-.243-.304-.234-.16.01-.318.035-.475.066-.76.15-1.52.303-2.28.456l-2.326.47-1.374.278c-.016.003-.032.01-.048.013-.277.077-.377.203-.39.49-.002.042 0 .086 0 .13-.002 2.602 0 5.204-.003 7.805 0 .42-.047.836-.215 1.227-.278.64-.77 1.04-1.434 1.233-.35.1-.71.16-1.075.172-.96.036-1.755-.6-1.92-1.544-.14-.812.23-1.685 1.154-2.075.357-.15.73-.232 1.108-.31.287-.06.575-.116.86-.177.383-.083.583-.323.6-.714v-.15c0-2.96 0-5.922.002-8.882 0-.123.013-.25.042-.37.07-.285.273-.448.546-.518.255-.066.515-.112.774-.165.733-.15 1.466-.296 2.2-.444l2.27-.46c.67-.134 1.34-.27 2.01-.403.22-.043.443-.088.664-.106.31-.025.523.17.554.482.008.073.012.148.012.223.002 1.91.002 3.822 0 5.732z\"/></svg>\n </figure>\n </td>\n <td>applemusic.svg</td>\n <td><code>_includes/icons/simple-icons/applemusic.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"applemusic\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Apple Pay icon</title><path d=\"M4.388 8.284c-.282.337-.732.602-1.182.564-.056-.455.164-.938.422-1.237C3.91 7.265 4.402 7.02 4.8 7c.047.474-.136.938-.412 1.284zm.407.654c-.651-.038-1.21.375-1.518.375-.315 0-.788-.356-1.304-.346-.67.01-1.293.393-1.635 1.005C-.366 11.194.155 13.005.834 14c.333.493.732 1.033 1.257 1.014.496-.019.693-.327 1.293-.327.605 0 .778.327 1.304.318.543-.01.885-.493 1.218-.986.38-.56.535-1.104.544-1.133-.01-.01-1.05-.412-1.06-1.625-.009-1.015.82-1.498.858-1.526-.468-.702-1.2-.778-1.453-.797zM8.56 7.564v7.389h1.135v-2.526h1.57c1.434 0 2.442-.996 2.442-2.436 0-1.441-.989-2.427-2.404-2.427H8.559zm1.135.967h1.308c.984 0 1.546.53 1.546 1.464 0 .934-.562 1.47-1.551 1.47H9.694V8.53zm6.084 6.478c.713 0 1.374-.364 1.674-.943h.023v.887h1.05v-3.678c0-1.066-.844-1.754-2.142-1.754-1.205 0-2.095.697-2.128 1.654h1.022c.084-.455.501-.753 1.073-.753.694 0 1.083.327 1.083.929v.407l-1.416.086c-1.317.08-2.03.625-2.03 1.573 0 .957.736 1.592 1.791 1.592zm.305-.876c-.605 0-.99-.294-.99-.744 0-.465.371-.735 1.079-.778l1.26-.08v.417c0 .692-.58 1.185-1.35 1.185zm3.844 2.83c1.106 0 1.626-.427 2.08-1.721L24 9.592h-1.153l-1.336 4.365h-.023l-1.336-4.365h-1.186l1.921 5.38-.103.327c-.173.554-.454.767-.956.767-.089 0-.262-.01-.333-.019v.887c.066.019.347.028.432.028z\"/></svg>\n </figure>\n </td>\n <td>applepay.svg</td>\n <td><code>_includes/icons/simple-icons/applepay.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"applepay\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Apple Podcasts icon</title><path d=\"M5.34 0A5.328 5.328 0 000 5.34v13.32A5.328 5.328 0 005.34 24h13.32A5.328 5.328 0 0024 18.66V5.34A5.328 5.328 0 0018.66 0zm6.525 2.568c2.336 0 4.448.902 6.056 2.587 1.224 1.272 1.912 2.619 2.264 4.392.12.59.12 2.2.007 2.864a8.506 8.506 0 01-3.24 5.296c-.608.46-2.096 1.261-2.336 1.261-.088 0-.096-.091-.056-.46.072-.592.144-.715.48-.856.536-.224 1.448-.874 2.008-1.435a7.644 7.644 0 002.008-3.536c.208-.824.184-2.656-.048-3.504-.728-2.696-2.928-4.792-5.624-5.352-.784-.16-2.208-.16-3 0-2.728.56-4.984 2.76-5.672 5.528-.184.752-.184 2.584 0 3.336.456 1.832 1.64 3.512 3.192 4.512.304.2.672.408.824.472.336.144.408.264.472.856.04.36.03.464-.056.464-.056 0-.464-.176-.896-.384l-.04-.03c-2.472-1.216-4.056-3.274-4.632-6.012-.144-.706-.168-2.392-.03-3.04.36-1.74 1.048-3.1 2.192-4.304 1.648-1.737 3.768-2.656 6.128-2.656zm.134 2.81c.409.004.803.04 1.106.106 2.784.62 4.76 3.408 4.376 6.174-.152 1.114-.536 2.03-1.216 2.88-.336.43-1.152 1.15-1.296 1.15-.023 0-.048-.272-.048-.603v-.605l.416-.496c1.568-1.878 1.456-4.502-.256-6.224-.664-.67-1.432-1.064-2.424-1.246-.64-.118-.776-.118-1.448-.008-1.02.167-1.81.562-2.512 1.256-1.72 1.704-1.832 4.342-.264 6.222l.413.496v.608c0 .336-.027.608-.06.608-.03 0-.264-.16-.512-.36l-.034-.011c-.832-.664-1.568-1.842-1.872-2.997-.184-.698-.184-2.024.008-2.72.504-1.878 1.888-3.335 3.808-4.019.41-.145 1.133-.22 1.814-.211zm-.13 2.99c.31 0 .62.06.844.178.488.253.888.745 1.04 1.259.464 1.578-1.208 2.96-2.72 2.254h-.015c-.712-.331-1.096-.956-1.104-1.77 0-.733.408-1.371 1.112-1.745.224-.117.534-.176.844-.176zm-.011 4.728c.988-.004 1.706.349 1.97.97.198.464.124 1.932-.218 4.302-.232 1.656-.36 2.074-.68 2.356-.44.39-1.064.498-1.656.288h-.003c-.716-.257-.87-.605-1.164-2.644-.341-2.37-.416-3.838-.218-4.302.262-.616.974-.966 1.97-.97z\"/></svg>\n\n </figure>\n </td>\n <td>applepodcasts.svg</td>\n <td><code>_includes/icons/simple-icons/applepodcasts.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"applepodcasts\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>AppVeyor icon</title><path d=\"M 12,0 C 18.6,0 24,5.4 24,12 24,18.6 18.6,24 12,24 5.4,24 0,18.6 0,12 0,5.4 5.4,0 12,0 Z m 2.94,14.34 C 16.26,12.66 16.08,10.26 14.4,9 12.78,7.74 10.38,8.04 9,9.72 7.68,11.4 7.86,13.8 9.54,15.06 c 1.68,1.26 4.08,0.96 5.4,-0.72 z m -6.42,7.8 c 0.72,0.3 2.28,0.6 3.06,0.6 l 5.22,-7.56 c 1.68,-2.52 1.26,-5.94 -1.08,-7.8 -2.1,-1.68 -5.04,-1.62 -7.14,0 l -7.26,5.58 c 0.18,1.92 0.72,2.88 0.72,2.94 l 4.14,-4.5 c -0.3,1.98 0.42,4.02 2.1,5.28 1.44,1.14 3.18,1.44 4.86,1.08 z\"/></svg>\n </figure>\n </td>\n <td>appveyor.svg</td>\n <td><code>_includes/icons/simple-icons/appveyor.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"appveyor\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>ARAL icon</title><path d=\"M5.393 10.02l-.48 1.959.99.001-.51-1.96zm3.892.082v1.187c.549-.002.958.03 1.229-.033.27-.062.404-.217.404-.592 0-.334-.12-.469-.385-.523-.264-.055-.672-.028-1.248-.04zm5.326-.079l-.48 1.96h.99l-.51-1.96zM11.996 0L0 11.998 12.004 24 24 12.004 11.996 0zM5.393 8.896c.366 0 .606.117.775.295.169.18.267.421.35.67l1.07 3.211s.134.276.144.567c.01.29-.104.599-.6.666-.355-.054-.536-.156-.657-.35-.122-.194-.184-.482-.305-.91H4.645c-.147.468-.195.757-.295.941-.1.184-.254.263-.616.317-.508-.054-.636-.369-.636-.67 0-.301.129-.588.129-.588l1.015-3.152c.08-.246.176-.495.348-.682.172-.187.42-.315.803-.315zm9.191.002c.366 0 .607.117.775.295.17.18.267.421.35.67l1.072 3.211s.135.276.145.567c.01.29-.104.599-.6.666-.356-.054-.536-.156-.658-.35-.122-.194-.186-.482-.307-.91h-1.525c-.147.468-.193.757-.293.941-.1.184-.256.263-.617.317-.509-.054-.635-.367-.635-.668 0-.301.127-.59.127-.59l1.016-3.152c.075-.233.17-.484.343-.674.174-.19.424-.323.807-.323zm3.346.002c.308 0 .483.114.58.291.097.178.117.418.117.672v3.207c.215.005 1.23 0 1.23 0 .29 0 .53.02.694.106.164.086.252.239.244.504-.01.361-.18.517-.406.582-.226.065-.509.039-.744.039h-1.766c-.375 0-.536-.165-.604-.436-.067-.27-.04-.645-.04-1.062v-2.94c-.014-.254.02-.496.126-.674.107-.177.288-.289.569-.289zm-8.645.104h1.098c.254 0 .51-.002.767.084.259.086.52.26.786.613.28.378.35.933.222 1.414-.128.481-.456.889-.972.969.187.348.804 1.283.804 1.283s.066.11.078.266c.012.155-.03.357-.25.539-.388.147-.633.106-.78.03-.149-.078-.2-.192-.2-.192s-.562-.964-.91-1.633h-.643v1.338s.01.154-.064.305c-.075.15-.236.298-.578.285-.327 0-.488-.155-.567-.309C7.997 13.842 8 13.69 8 13.69V9.861c0-.334.006-.549.17-.68.164-.13.486-.177 1.115-.177z\"/></svg>\n </figure>\n </td>\n <td>aral.svg</td>\n <td><code>_includes/icons/simple-icons/aral.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"aral\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>ARCHICAD icon</title><path d=\"M11.553.005a25.99 25.99 0 0 0-1.171 1.368l-.013.013a45.296 45.296 0 0 0-2.827 3.989c-.201.31-.376.59-.52.83A64.25 64.25 0 0 0 5.21 9.373c-.253.467-.48.9-.634 1.219-1.274 2.535-3.45 7.252-4.574 9.709v2.845c1.56-4.153 4.289-10.754 4.723-11.598.607-1.175 3.622-7.956 6.676-9.293l.083-.034c2.193-.848 3.381 3.15 3.381 3.15s.87 2.027 1.897 6.702c.548 2.494 1.227 5.494 2.172 11.927H24V.005H11.553zM.15 24c1.462-3.979 4.503-11.359 4.962-12.251.068-.13.162-.324.28-.568.489-1.002 1.398-2.867 2.521-4.63 1.344-2.108 2.575-3.418 3.66-3.894l.073-.031c.15-.057.298-.087.44-.087.72 0 1.312.763 1.68 1.402.27.468.463.942.573 1.242-.415.244-.99.625-1.608 1.17-1.025.904-1.684 1.784-2.55 3.424-1.04 1.969-1.577 3.578-2.137 5.31a53.474 53.474 0 0 0-1.655 6.597c-.178.95-.3 1.748-.382 2.316H.15z\"/></svg>\n </figure>\n </td>\n <td>archicad.svg</td>\n <td><code>_includes/icons/simple-icons/archicad.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"archicad\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Archive of Our Own icon</title><path d=\"M18.417 9.883c-.687 1.116-1.823 1.722-2.99 1.855-4.227.484-6.047-4.149-3.469-6.728 2.31-2.31 7.082-.9 7.005 2.899-.011.611-.166 1.357-.546 1.974zm-6.459-2.029c.142 3.596 4.764 3.682 5.687 1.054.815-2.324-1.12-4.199-3.19-3.897-1.523.221-2.553 1.411-2.497 2.843zM23.123 6.003c.284-.131.697-.412.837-.246.211.251-.459.475-.748.664-.918.6-1.731 1.227-2.477 2.049-.959 1.059-1.944 2.376-2.55 3.818.618.032 3.021.157 3.6 1.481.464 1.062-.387 2.156-1.32 2.627.663.414 1.81.945 1.745 1.898-.158 2.343-3.696 2.241-5.178.695-.244-.289-.358-.482-.25-.578.151-.134.326.186.676.476.225.187.377.251.572.354 1.301.683 3.339.403 3.478-.792.064-.554-.664-.955-1.217-1.204-.498-.224-1.514-.386-1.494-.952.02-.554.524-.45 1.03-.65.55-.217 1.004-.901 1.003-1.116-.005-.905-2.062-.888-3.221-.92-.275.606-.471 1.226-.692 2.158-.139.583-.151 1.897-.748 2.029-.737.164-1.014-.477-1.455-.991-.594-.69-1.436-1.637-1.942-2.223-3.033 1.002-5.392 2.091-8.256 3.712-1.311.742-2.063 1.59-2.545 1.354-.396-.194-.339-.633-.147-.887.393-.521.927-1.225 1.396-1.888.6-.849 1.054-1.667 1.373-2.445.692-1.688 1.23-4.72 1.475-5.859.088-.412.309-.348.322-.148.027.419-.237 2.047-.29 2.383-.436 2.781-.772 4.41-2.009 6.349 2.196-1.358 4.805-3.019 7.592-3.955C8.846 9.936 5.847 6.85 1.676 4.905 1.037 4.542 0 4.464 0 4.22c0-.271.781-.06 1.043.007 2.383.596 4.817 2.141 6.601 3.444 2.145 1.567 4.714 3.967 5.679 5.081.657-.226 2.286-.457 3.696-.496.752-1.58 2.55-4.018 4.788-5.442.413-.263.842-.594 1.316-.811zm-8.594 8.071c.423.428.742.934 1.11 1.398.174-.59.405-1.216.643-1.758-.619.082-1.281.203-1.753.36z\"/></svg>\n </figure>\n </td>\n <td>archiveofourown.svg</td>\n <td><code>_includes/icons/simple-icons/archiveofourown.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"archiveofourown\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Arch Linux icon</title><path d=\"M11.390232.60509C10.375655 3.09168 9.764285 4.7185 8.63513 7.13162c.692712.734695 1.542857 1.589214 2.923032 2.553937-1.484256-.610496-2.49621-1.223615-3.25277-1.859475-1.444897 3.015743-3.710204 7.311953-8.30554 15.568513 3.612246-2.08513 6.411955-3.36997 9.020993-3.861516-.111954-.48105-.175802-1.003208-.17143-1.54723l.0035-.115453c.057725-2.314286 1.261224-4.09417 2.68688-3.972595 1.425656.119825 2.53382 2.095627 2.477843 4.409038-.010496.43557-.06035.85452-.146064 1.242857 2.58105.504665 5.351895 1.78688 8.914286 3.844024-.702333-1.29271-1.329447-2.4586-1.928572-3.569387-.943732-.731196-1.926822-1.6828-3.933236-2.71312 1.3793.3586 2.366764.77143 3.136443 1.23411C13.970407 7.010922 13.478862 5.503924 11.390232.60509zM22.897813 21.360193v-.623615h-.233528v-.083965h.561516v.083965h-.2344v.623615h-.093587M23.322886 21.360193v-.70758h.14169l.167056.501166c.015744.04723.027114.082215.03411.10583.007873-.025365.020118-.06385.038485-.113703l.168805-.493294h.126822v.70758h-.090962v-.593003l-.206414.593003h-.083965l-.204665-.602624v.602623h-.090962\"/></svg>\n </figure>\n </td>\n <td>archlinux.svg</td>\n <td><code>_includes/icons/simple-icons/archlinux.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"archlinux\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Arduino icon</title><path d=\"M23.82 12a5.78 5.78 0 0 0-5.88-5.67c-.29 0-.6.02-.9.05-2.52.37-4.2 2.18-5.13 3.57-.95-1.39-2.64-3.2-5.14-3.57-.3-.03-.6-.05-.9-.05A5.78 5.78 0 0 0 0 12a5.78 5.78 0 0 0 5.87 5.67c.3 0 .6-.02.92-.06 2.52-.36 4.2-2.17 5.14-3.56.95 1.39 2.63 3.2 5.14 3.57.31.03.6.05.91.05A5.78 5.78 0 0 0 23.82 12zM6.48 15.6c-.2.04-.43.04-.63.04A3.77 3.77 0 0 1 2 11.98a3.78 3.78 0 0 1 3.86-3.66c.2 0 .42.02.63.04 2.37.35 3.82 2.67 4.31 3.62-.5.95-1.95 3.3-4.31 3.62zM13 12c.49-.93 1.94-3.27 4.31-3.62.2-.04.42-.04.62-.04A3.76 3.76 0 0 1 21.8 12a3.78 3.78 0 0 1-3.86 3.66c-.2 0-.42-.02-.62-.04-2.36-.35-3.82-2.69-4.31-3.62zm-8.79.59h3.54v-1.16H4.22v1.16zm14.13 0h1.19v-1.16h-1.2v-1.19H17.2v1.2H16v1.15h1.2v1.18h1.15V12.6zM24 7.06c0 .3-.22.51-.53.51a.51.51 0 0 1-.53-.5c0-.28.24-.52.53-.52.31 0 .53.22.53.51zm-.91 0c0 .22.16.4.4.4.22 0 .38-.18.38-.4s-.16-.4-.38-.4c-.24-.02-.4.16-.4.4zm.3.26h-.1V6.8l.2-.01c.09 0 .14.01.18.03.04.02.06.06.06.11 0 .06-.04.1-.11.11.05.02.07.06.09.13l.03.13h-.12c-.02-.02-.02-.07-.04-.13-.02-.05-.04-.07-.11-.07h-.05l-.02.22zm.02-.3h.06c.07 0 .1-.01.1-.07 0-.05-.03-.07-.1-.07h-.07v.14h.01z\"/></svg>\n </figure>\n </td>\n <td>arduino.svg</td>\n <td><code>_includes/icons/simple-icons/arduino.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"arduino\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>ArtStation icon</title><path d=\"M0 17.723l2.027 3.505h.001a2.424 2.424 0 0 0 2.164 1.333h13.457l-2.792-4.838H0zm24 .025c0-.484-.143-.935-.388-1.314L15.728 2.728a2.424 2.424 0 0 0-2.142-1.289H9.419L21.598 22.54l1.92-3.325c.378-.637.482-.919.482-1.467zm-11.129-3.462L7.428 4.858l-5.444 9.428h10.887z\"/></svg>\n </figure>\n </td>\n <td>artstation.svg</td>\n <td><code>_includes/icons/simple-icons/artstation.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"artstation\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>arXiv icon</title><path d=\"M20.7 15.404l-1.894-4.967h1.411l1.39 3.582 1.379-3.582h.96l-1.92 4.967zM16.298 9.6V8.48h1.34V9.6zm0 5.808v-4.971h1.34v4.967zm-6.965-.003l2.146-3.3L9.43 8.707h1.627l1.364 2.254L13.9 8.707h1.12l-2.046 3.156 2.126 3.537h-1.622l-1.45-2.4-1.557 2.4H9.333zm-3.346 0v-4.968h1.338v.937c.344-.7.875-1.051 1.585-1.051a1.401 1.401 0 01.248.026v1.194a1.6 1.6 0 00-.53-.102c-.537 0-.968.267-1.303.8v3.164zm-3.028-.536q-.664.65-1.437.65a1.473 1.473 0 01-1.06-.398 1.376 1.376 0 01-.406-1.03 1.45 1.45 0 01.659-1.271q.657-.447 1.884-.448h.355v-.453q0-.772-.88-.772a3.305 3.305 0 00-1.587.443v-.922a5.016 5.016 0 011.808-.345q1.953 0 1.951 1.55v2.206c0 .39.123.58.376.58a.8.8 0 00.174-.02l.032.751a2.745 2.745 0 01-.751.13c-.552 0-.902-.216-1.06-.65h-.054zm0-.72v-1.01h-.32c-.866 0-1.297.274-1.297.815a.64.64 0 00.64.648c.329.004.647-.15.977-.453z\"/></svg>\n </figure>\n </td>\n <td>arxiv.svg</td>\n <td><code>_includes/icons/simple-icons/arxiv.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"arxiv\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Asana icon</title><path d=\"M18.78 12.653c-2.882 0-5.22 2.336-5.22 5.22s2.338 5.22 5.22 5.22 5.22-2.34 5.22-5.22-2.336-5.22-5.22-5.22zm-13.56 0c-2.88 0-5.22 2.337-5.22 5.22s2.338 5.22 5.22 5.22 5.22-2.338 5.22-5.22-2.336-5.22-5.22-5.22zm12-6.525c0 2.883-2.337 5.22-5.22 5.22-2.882 0-5.22-2.337-5.22-5.22 0-2.88 2.338-5.22 5.22-5.22 2.883 0 5.22 2.34 5.22 5.22z\"/></svg>\n </figure>\n </td>\n <td>asana.svg</td>\n <td><code>_includes/icons/simple-icons/asana.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"asana\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Asciidoctor icon</title><path d=\"M18.07,0H5.93A5.94,5.94,0,0,0,0,5.93V18.07A5.94,5.94,0,0,0,5.93,24H18.07A5.94,5.94,0,0,0,24,18.07V5.93A5.94,5.94,0,0,0,18.07,0ZM10.71,15.4H8.81v0L7.2,19.28h0a.5.5,0,0,1-.66.27.51.51,0,0,1-.27-.67L7.72,15.4H4.85a.5.5,0,0,1-.5-.51.52.52,0,0,1,.52-.5h5.86a.5.5,0,0,1,.49.52A.49.49,0,0,1,10.71,15.4Zm7.92,4.17a.51.51,0,0,1-.66-.29l-5.35-13L10.23,12H11.8a.5.5,0,0,1,.49.52.49.49,0,0,1-.51.49H5.92a.5.5,0,0,1-.5-.51.52.52,0,0,1,.52-.5h3.2l3-7.27a.49.49,0,0,1,.45-.31.52.52,0,0,1,.48.31L18.91,18.9h0A.51.51,0,0,1,18.63,19.57Z\"/></svg>\n </figure>\n </td>\n <td>asciidoctor.svg</td>\n <td><code>_includes/icons/simple-icons/asciidoctor.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"asciidoctor\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>asciinema icon</title><path d=\"M1.61 0V24L22.39 12L1.61 0M5.76 7.2L10.06 9.68L5.76 12.16V7.2M12.55 11.12L14.08 12L5.76 16.8V15.04L12.55 11.12Z\"/></svg>\n\n </figure>\n </td>\n <td>asciinema.svg</td>\n <td><code>_includes/icons/simple-icons/asciinema.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"asciinema\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>AT&amp;T icon</title><path d=\"M4.633 21.429a11.967 11.967 0 0 0 7.344 2.516c3.026 0 5.785-1.123 7.89-2.968.026-.022.014-.037-.011-.022-.945.63-3.638 2.008-7.879 2.008-3.685 0-6.014-.822-7.329-1.556-.025-.013-.034.006-.015.022m8.157.612c2.948 0 6.187-.804 8.124-2.394.53-.434 1.035-1.01 1.487-1.785.26-.446.515-.976.722-1.497.01-.025-.006-.038-.025-.01-1.802 2.652-7.018 4.305-12.404 4.305-3.807 0-7.904-1.217-9.508-3.542-.016-.021-.031-.012-.022.012 1.494 3.176 6.027 4.91 11.626 4.91m-3.22-5.267c-6.13 0-9.02-2.855-9.545-4.804-.006-.028-.025-.022-.025.004 0 .655.066 1.502.179 2.064.053.273.276.702.602 1.045 1.485 1.547 5.186 3.715 11.595 3.715 8.732 0 10.729-2.909 11.136-3.866.292-.684.443-1.92.443-2.958 0-.252-.006-.452-.016-.65 0-.032-.018-.034-.025-.003-.436 2.34-7.897 5.453-14.344 5.453M1.155 6.836C.803 7.533.415 8.71.298 9.318c-.05.26-.029.386.063.58.734 1.56 4.45 4.054 13.12 4.054 5.289 0 9.397-1.3 10.063-3.67.122-.437.129-.898-.029-1.519-.176-.694-.505-1.503-.784-2.071-.01-.019-.025-.016-.022.006.103 3.11-8.569 5.114-12.945 5.114-4.74 0-8.694-1.888-8.694-4.273 0-.229.048-.458.107-.696.006-.022-.013-.026-.022-.007m18.732-3.818c.05.079.076.163.076.276 0 1.33-4.072 3.684-10.553 3.684-4.762 0-5.653-1.767-5.653-2.89 0-.402.154-.813.493-1.23.018-.025.003-.034-.019-.016a12.001 12.001 0 0 0-1.685 1.751c-.239.301-.387.568-.387.728 0 2.328 5.838 4.016 11.297 4.016 5.816 0 8.412-1.899 8.412-3.567 0-.596-.232-.945-.826-1.62-.386-.439-.75-.796-1.136-1.148-.019-.015-.032-.003-.019.016m-1.783-1.33A11.845 11.845 0 0 0 11.977 0c-2.262 0-4.41.633-6.211 1.738-.54.332-.845.599-.845.942 0 1.01 2.36 2.095 6.548 2.095 4.143 0 7.357-1.19 7.357-2.334 0-.273-.239-.464-.722-.753\"/></svg>\n </figure>\n </td>\n <td>at-and-t.svg</td>\n <td><code>_includes/icons/simple-icons/at-and-t.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"at-and-t\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Atlassian icon</title><path d=\"M19.31 23.957H15.71a1.26 1.26 0 0 1-1.312-.792c-1.332-2.665-2.78-5.288-3.987-8.046a15.25 15.25 0 0 1 .885-14.47c.166-.281.52-.625.791-.625s.593.375.74.666q5.444 10.89 10.898 21.788c.542 1.041.292 1.468-.905 1.479zm-14.573 0H1.04c-1.041 0-1.27-.417-.812-1.333q2.8-5.538 5.549-11.055c.5-1.041.895-1.041 1.592-.177a12.221 12.221 0 0 1 2.51 11.17c-.344 1.322-.532 1.405-1.864 1.405z\"/></svg>\n </figure>\n </td>\n <td>atlassian.svg</td>\n <td><code>_includes/icons/simple-icons/atlassian.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"atlassian\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Atom icon</title><path d=\"M20.496 9.026c-2.183-.93-5.116-1.53-8.25-1.695-.5-.03-.987-.04-1.45-.04 2.318-2.83 4.802-4.73 6.437-4.79.322-.013.595.055.813.196.706.458.905 1.768.545 3.59-.04.25.12.493.36.54.25.05.49-.11.54-.36.45-2.28.12-3.846-.94-4.538-.38-.248-.84-.365-1.35-.346-2.05.077-4.94 2.3-7.59 5.72-1.154.035-2.24.13-3.232.287-.646-2.897-.39-4.977.594-5.477.138-.073.285-.11.457-.124.697-.054 1.66.395 2.71 1.27.194.16.486.14.646-.06.163-.195.134-.48-.06-.645C9.466 1.51 8.304 1 7.354 1.07c-.286.025-.556.098-.803.22-1.19.607-1.67 2.327-1.37 4.838.07.52.16 1.062.29 1.62C2.19 8.404.1 9.718.01 11.372c-.06 1.17.865 2.284 2.68 3.222.224.115.502.03.62-.2.114-.224.03-.5-.2-.616C1.66 13.032.88 12.19.927 11.42c.05-1.08 1.772-2.19 4.76-2.78.27.994.62 2.032 1.05 3.09-1.018 1.888-1.756 3.747-2.137 5.4-.56 2.465-.26 4.22.86 4.948.36.234.78.35 1.247.35.935 0 2.067-.46 3.347-1.372.21-.15.256-.435.11-.64-.147-.206-.433-.256-.64-.106-1.544 1.103-2.844 1.472-3.562 1.003-.76-.495-.926-1.943-.46-3.976.32-1.386.907-2.93 1.708-4.52.2.438.41.876.63 1.313 1.425 2.796 3.17 5.227 4.91 6.845 1.386 1.29 2.674 1.963 3.735 1.963.35 0 .68-.075.976-.223 1.145-.585 1.64-2.21 1.398-4.575-.224-2.213-1.06-4.91-2.354-7.6-.11-.227-.384-.323-.61-.216-.23.11-.33.385-.22.612 2.69 5.602 2.88 10.19 1.37 10.96-1.59.813-5.424-2.355-8.39-8.18-.34-.655-.637-1.3-.9-1.93.34-.608.7-1.22 1.095-1.83.395-.604.806-1.188 1.224-1.745h.394c.54 0 1.126.01 1.734.048 6.53.343 10.975 2.56 10.884 4.334-.04.765-.924 1.538-2.425 2.12-.234.096-.352.36-.26.596.07.18.24.292.426.292.058 0 .114-.01.167-.03 1.905-.74 2.95-1.756 3.01-2.93.07-1.33-1.17-2.61-3.5-3.6v-.01zM8.08 9.45c-.27.415-.52.827-.764 1.244-.292-.768-.532-1.51-.723-2.215.713-.11 1.485-.19 2.31-.24-.28.39-.554.794-.82 1.21v-.01zM12.005 10.625A1.375 1.375 0 1 0 12.005 13.375 1.375 1.375 0 1 0 12.005 10.625z\"/></svg>\n </figure>\n </td>\n <td>atom.svg</td>\n <td><code>_includes/icons/simple-icons/atom.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"atom\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Audi icon</title><path d=\"M19.848,7.848c-0.992,0-1.902,0.348-2.616,0.928c-0.714-0.58-1.624-0.928-2.616-0.928 c-0.992,0-1.902,0.348-2.616,0.928c-0.714-0.58-1.624-0.928-2.616-0.928c-0.992,0-1.902,0.348-2.616,0.928 c-0.714-0.58-1.624-0.928-2.616-0.928C1.859,7.848,0,9.707,0,12s1.859,4.152,4.152,4.152c0.992,0,1.902-0.348,2.616-0.928 c0.714,0.58,1.624,0.928,2.616,0.928c0.992,0,1.902-0.348,2.616-0.928c0.714,0.58,1.624,0.928,2.616,0.928 c0.992,0,1.902-0.348,2.616-0.928c0.714,0.58,1.624,0.928,2.616,0.928C22.141,16.152,24,14.293,24,12S22.141,7.848,19.848,7.848z M17.232,13.866c-0.376-0.526-0.598-1.17-0.598-1.866c0-0.696,0.222-1.34,0.598-1.866c0.376,0.526,0.598,1.17,0.598,1.866 C17.83,12.696,17.608,13.34,17.232,13.866z M12,13.866c-0.376-0.526-0.598-1.17-0.598-1.866c0-0.696,0.222-1.34,0.598-1.866 c0.376,0.526,0.598,1.17,0.598,1.866C12.598,12.696,12.376,13.34,12,13.866z M6.768,13.866C6.392,13.34,6.17,12.696,6.17,12 c0-0.696,0.222-1.34,0.598-1.866C7.144,10.66,7.366,11.304,7.366,12C7.366,12.696,7.144,13.34,6.768,13.866z M0.938,12 c0-1.775,1.439-3.214,3.214-3.214c0.736,0,1.414,0.248,1.956,0.665C5.56,10.154,5.232,11.039,5.232,12 c0,0.961,0.328,1.846,0.876,2.549c-0.542,0.416-1.22,0.665-1.956,0.665C2.377,15.214,0.938,13.775,0.938,12z M7.428,14.549 C7.976,13.846,8.304,12.961,8.304,12c0-0.961-0.328-1.846-0.876-2.549c0.542-0.416,1.22-0.665,1.956-0.665 c0.736,0,1.414,0.248,1.956,0.665c-0.549,0.704-0.876,1.588-0.876,2.549c0,0.961,0.328,1.846,0.876,2.549 c-0.542,0.416-1.22,0.665-1.956,0.665C8.648,15.214,7.97,14.966,7.428,14.549z M12.66,14.549c0.549-0.704,0.876-1.588,0.876-2.549 c0-0.961-0.328-1.846-0.876-2.55c0.542-0.416,1.22-0.665,1.956-0.665s1.414,0.248,1.956,0.665 c-0.549,0.704-0.876,1.588-0.876,2.549c0,0.961,0.328,1.846,0.876,2.549c-0.542,0.416-1.22,0.665-1.956,0.665 C13.88,15.214,13.202,14.966,12.66,14.549z M19.848,15.214c-0.736,0-1.414-0.248-1.956-0.665c0.548-0.704,0.876-1.588,0.876-2.549 c0-0.961-0.328-1.846-0.876-2.549c0.542-0.416,1.22-0.665,1.956-0.665c1.775,0,3.214,1.439,3.214,3.214 S21.623,15.214,19.848,15.214z\"/></svg>\n </figure>\n </td>\n <td>audi.svg</td>\n <td><code>_includes/icons/simple-icons/audi.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"audi\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Audible icon</title><path d=\"M12.008 17.362L24 9.885v2.028l-11.992 7.509L0 11.912V9.886l12.008 7.477zm0-9.378c-2.709 0-5.085 1.363-6.448 3.47.111-.111.175-.175.286-.254 3.374-2.804 8.237-2.17 10.883 1.362l1.758-1.124c-1.394-2.044-3.786-3.454-6.48-3.454m0 3.47a4.392 4.392 0 0 0-3.548 1.821 3.597 3.597 0 0 1 2.139-.697c1.299 0 2.455.666 3.232 1.79l1.679-1.045c-.729-1.157-2.028-1.87-3.501-1.87M3.897 8.412c4.943-3.897 11.929-2.836 15.652 2.344l.031.032 1.822-1.125a11.214 11.214 0 0 0-9.394-5.085c-3.897 0-7.366 1.996-9.394 5.085.364-.412.824-.903 1.283-1.251\"/></svg>\n </figure>\n </td>\n <td>audible.svg</td>\n <td><code>_includes/icons/simple-icons/audible.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"audible\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Audiomack icon</title><path d=\"M.33 11.39s.54-.09.77.14c.22.23.07.71-.22.72-.3.01-.57.06-.77-.14a.443.443 0 01.22-.72zm5.88 3.26c-.05.01-.11-.02-.16-.06-.39-.53-.53-2.37-.71-2.48-.18-.11-.85 1.02-2.19.9-.55-.05-1.12-.41-1.45-.66.03-.41.03-1.39.86-1.07.51.19 1.37.72 2.13-.23.84-1.05 1.3-.74 1.57-.51.28.22.1 1.41.51 1.08.41-.33 2.08-2.39 2.08-2.39s1.29-1.29 1.49.06c.2 1.36 1.04 2.87 1.27 2.82.22-.04 2.82-5.27 3.19-5.61.37-.34 1.63-.29 1.57.57-.06.87-.19 6.25-.19 6.25s-.15 1.52.09.71c.1-.34.21-.64.34-1 .64-2.03 1.73-5.51 2.28-7.3.12-.42.23-.79.32-1.07v-.01c.03-.13.06-.23.09-.32.05-.15.08-.26.09-.28.02-.07.09-.12.19-.16.09-.06.2-.06.31-.06.31-.03.69.01 1.04.11.11 0 .22.03.32.11 0 0 .01 0 .02.01.03.02.06.05.1.1h.01c.01.02.03.05.05.07.19.29.31.81.19 1.74-.3 2.31-.53 7.07-.53 7.07s-.05.23.44-.77c.01-.04.03-.07.05-.1.03-.02.06-.04.1-.08.29-.36 1.09-.56 1.65-.56.23.03.43.09.54.16.22.33.09 1.55.09 1.55-.46.04-1.34.29-1.65.33-.31.05-.78 2.05-1.44 1.85-.66-.21-2.13-1.12-2.13-1.24 0-.11.12-1.44.15-1.79v-.07-.01c.03-.27.01-.39-.12-.12-.11.23-.58 1.72-1.11 3.34-.05.14-1.05 3.13-1.18 3.49-.15.42-.29.75-.38.91-.13.19-.32.3-.58.23-.65-.2-1.46-1.08-1.47-1.3-.02-1.24.06-7.9-.24-7.35-.32.57-2.73 4.52-2.73 4.52-.04.01-.07.01-.11.01-.17-.02-.44-.07-.51-.23 0-.01-.01-.02-.01-.03-.01-.01-.01-.02-.02-.04-.03-.11-.04-.23-.07-.33-.11-.36-.28-.88-.47-1.4-.27-.9-.56-1.82-.61-1.92-.09-.2-.22-.12-.35 0-.54.45-1.68 2.45-2.72 2.56z\"/></svg>\n\n </figure>\n </td>\n <td>audiomack.svg</td>\n <td><code>_includes/icons/simple-icons/audiomack.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"audiomack\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Aurelia icon</title><path d=\"M15.716 4.636L13.49 6.122l-2.295-3.439 2.228-1.486zM17.527 14.967l3.806 5.703-4.533 3.025-3.806-5.703-.664-.995 4.533-3.025zM11.817 18.777l.838 1.256-3.45 2.303-1.503-2.25.754-.504 2.697-1.8zM19.413 12.27l.968-.645 1.501 2.25-2.227 1.487-.838-1.256 1.26-.84zm-.596 1.836l-.664-.995 1.26-.84.664.994zM3.792 12.593l-.753.503L.744 9.657l3.45-2.302 1.61 2.41-2.698 1.8 2.697-1.8.686 1.029zM11.513 5.954l.687 1.029-4.534 3.025L6.98 8.98 3.21 3.33 7.742.305zM14.749 5.282l-1.26.84-.686-1.028-1.609-2.41 2.228-1.487 2.295 3.439zM9.12 20.577l-.664-.995 2.697-1.8.664.995zM18.817 14.106l-.664-.995 1.26-.84.664.994zM3.792 12.593l-.686-1.028 2.697-1.8.686 1.029zM13.489 6.122l-.686-1.028 1.26-.84.686 1.028zM17.527 14.967l-4.533 3.025-.664-.995 4.533-3.025zM11.513 5.954l.687 1.029-4.534 3.025L6.98 8.98zM2.507 5.132l.855 1.283-1.282.855-.856-1.282zM7.127 20.505l.856 1.283-1.282.855-.856-1.282zM3.754 21.797L0 16.125 20.063 2.706 24 8.287z\"/></svg>\n </figure>\n </td>\n <td>aurelia.svg</td>\n <td><code>_includes/icons/simple-icons/aurelia.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"aurelia\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Auth0 icon</title><path d=\"M21.98 7.448L19.62 0H4.347L2.02 7.448c-1.352 4.312.03 9.206 3.815 12.015L12.007 24l6.157-4.552c3.755-2.81 5.182-7.688 3.815-12.015l-6.16 4.58 2.343 7.45-6.157-4.597-6.158 4.58 2.358-7.433-6.188-4.55 7.63-.045L12.008 0l2.356 7.404 7.615.044z\"/></svg>\n </figure>\n </td>\n <td>auth0.svg</td>\n <td><code>_includes/icons/simple-icons/auth0.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"auth0\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Authy icon</title><path d=\"M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0zm3.42 5.338c.274 0 .551.105.769.315l2.862 2.862c2.054 2.039 2.084 5.35.105 7.449a.21.21 0 0 1-.045.06l-.03.03-.03.03c-.015.015-.045.03-.06.045-2.098 1.978-5.41 1.948-7.463-.105l-2.863-2.863a1.05 1.05 0 0 1 0-1.499 1.05 1.05 0 0 1 1.5 0l2.861 2.863a3.23 3.23 0 0 0 4.542.03 3.244 3.244 0 0 0-.03-4.541l-2.863-2.862a1.05 1.05 0 0 1 0-1.5c.203-.209.472-.314.746-.314zM8.758 6.397a5.33 5.33 0 0 1 3.715 1.564l2.863 2.862c.42.42.42 1.08 0 1.5-.42.419-1.08.419-1.5 0L10.975 9.46a3.249 3.249 0 0 0-4.558-.015 3.243 3.243 0 0 0 .03 4.54l2.863 2.863c.42.42.42 1.08 0 1.499a1.05 1.05 0 0 1-1.499 0L4.95 15.484c-2.054-2.053-2.084-5.365-.105-7.463.015-.03.03-.045.045-.06l.03-.03.03-.03c.015-.015.045-.03.06-.045a5.355 5.355 0 0 1 3.748-1.46z\"/></svg>\n </figure>\n </td>\n <td>authy.svg</td>\n <td><code>_includes/icons/simple-icons/authy.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"authy\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Automatic icon</title><path d=\"M12 6.768v.002-1.237c-.485.033-.754.293-.99.71L5.87 16.72h2.464l-.753-.96.654-1.363.005.007L12 6.774v-.006zM10.526 13.123h2.946L12 10.076M8.233 14.416h.017l-.01-.013M13.473 13.123v.002M21.496 5.066L13.26.308c-.693-.4-1.827-.4-2.52 0L2.504 5.066c-.693.398-1.26 1.38-1.26 2.182v9.507c0 .802.567 1.782 1.26 2.18l8.236 4.757c.693.4 1.826.4 2.52 0l8.235-4.768c.692-.39 1.26-1.38 1.26-2.174V7.246c0-.8-.567-1.78-1.26-2.18zm-6.066 12.05l-.687-1.384h-5.5l-.673 1.384H5.287l5.396-11.033c.305-.607.777-.9 1.317-.9s1.034.328 1.316.89l5.396 11.043H15.43zM12 6.77V9.244l2.518 5.173H8.25l.758.94h5.972l.674 1.35h2.474l-1.708-.99v.04L12 6.77\"/></svg>\n </figure>\n </td>\n <td>automatic.svg</td>\n <td><code>_includes/icons/simple-icons/automatic.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"automatic\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Autotask icon</title><path d=\"M17.93 11.626l2.782 6.988h-4.298l-1.825-4.736-9.885 6.667L1 12.6h.815l4.39 3.418 7.61-4.148-1.085-2.82-1.168 2.481-4.938 2.716 3.553-9.342h5.077l2.022 5.08L24 6.32V0H0v24h24V7.532z\"/></svg>\n </figure>\n </td>\n <td>autotask.svg</td>\n <td><code>_includes/icons/simple-icons/autotask.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"autotask\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Aventrix icon</title><path d=\"M12 24C5.372 24 0 18.628 0 12S5.372 0 12 0s12 5.372 12 12-5.372 12-12 12zm5.371-8.138c-.23.161-.644.322-1.081.322-.46 0-.805-.184-.805-.851v-5.011c0-3.149-1.403-4.321-4.139-4.321-1.517 0-2.875.367-3.656.827-.322.529-.391 1.425-.23 2a6.782 6.782 0 0 1 3.518-1.012c1.793 0 2.53.805 2.53 2.713v.598c-.667-.275-1.541-.367-2.299-.367-2.599 0-4.599 1.103-4.599 3.793 0 2.506 1.724 3.448 3.702 3.448 1.518 0 2.575-.483 3.242-1.357h.092c.184.851.782 1.357 1.816 1.357h.009c.557 0 1.077-.154 1.522-.421l-.013.007c.299-.414.437-1.126.391-1.724zm-6.554.321c-1.241 0-2.207-.529-2.207-1.724 0-1.219.989-2.069 2.897-2.069a5.76 5.76 0 0 1 2 .345v2.253c-.598.874-1.702 1.195-2.69 1.195z\"/></svg>\n </figure>\n </td>\n <td>aventrix.svg</td>\n <td><code>_includes/icons/simple-icons/aventrix.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"aventrix\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>awesomeWM icon</title><path d=\"M0 24V8.25h16.5V7.5H0V0h24v24h-7.5v-8.25h-9v.75h8.25V24z\"/></svg>\n\n </figure>\n </td>\n <td>awesomewm.svg</td>\n <td><code>_includes/icons/simple-icons/awesomewm.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"awesomewm\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Azure Artifacts icon</title><path d=\"M5.2 0c-.552 0-1 .43-1 .958V11.5h15.6V.958c0-.529-.448-.958-1-.958H5.2zm3.2 2.3h2.4c.331 0 .6.257.6.575a.588.588 0 0 1-.6.575H8.4a.588.588 0 0 1-.6-.575c0-.318.269-.575.6-.575zM1.064 12C.476 12 0 12.448 0 13v10c0 .552.476 1 1.064 1H8.8a1 1 0 0 1-1-1v-8h-3a.6.6 0 1 1 0-1.201h3V12H1.064z M23 12H8.299v11c0 .552.477 1 1.064 1H23a1 1 0 0 0 1-1V13a1 1 0 0 0-1-1zm-9.8 10.2H9.6V21h3.6v1.2zm2.4-1.8h-6v-1.2h6v1.2zM15 15h-2.4a.6.6 0 0 1 0-1.201H15A.602.602 0 0 1 15 15z\"/></svg>\n </figure>\n </td>\n <td>azureartifacts.svg</td>\n <td><code>_includes/icons/simple-icons/azureartifacts.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"azureartifacts\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Azure DevOps icon</title><path d=\"M0 8.899l2.247-2.966 8.405-3.416V.045l7.37 5.393L2.966 8.36v8.224L0 15.73zm24-4.45v14.652L18.247 24l-9.303-3.056V24l-5.978-7.416 15.057 1.798V5.438z\"/></svg>\n </figure>\n </td>\n <td>azuredevops.svg</td>\n <td><code>_includes/icons/simple-icons/azuredevops.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"azuredevops\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Azure Pipelines icon</title><path d=\"M1.8 18H0v6h6v-1.8H1.8zM23 0h-8.93a2 2 0 0 0-1.67.89L9 5.99H1a1 1 0 0 0-1 1v5.5l3.5 3.61 1.2-1.29 1.5 1.5L5 17.53l1.48 1.48 1.22-1.22 1.5 1.51L8 20.5l3.5 3.5H17a1 1 0 0 0 1-1v-8l5.11-3.4A2 2 0 0 0 24 9.92V1a1 1 0 0 0-1-1zm-5 9a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/></svg>\n </figure>\n </td>\n <td>azurepipelines.svg</td>\n <td><code>_includes/icons/simple-icons/azurepipelines.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"azurepipelines\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Babel icon</title><path d=\"M15.76 0c-1.603.147-3.719.713-6.317 1.719a22.366 22.366 0 01-2.44 1.539l.01.158c.064 0 .136-.043.24-.096.106-.01.169.032.169.137l.168-.094.084-.011.01.074c.01.073-.566.523-1.707 1.33l.093.146-.084.012-.177-.064c0 .052-.073.085-.24.095l.01.084.189.21a.673.673 0 01-.252-.053c-.367.031-.734.303-1.09.806l.094.147c.314-.283.492-.43.544-.43l.022.23c-.052 0-.136.042-.24.094l.199.295A5.86 5.86 0 016.29 5.291c.23.063.346.125.346.209l.168-.01c1.225-.911 2.44-1.562 3.644-1.97l.012.158c-.22.335-.377.501-.461.511.01.116.052.21.115.305.021.21-.524 1.583-1.635 4.139-2.535 5.93-4.651 10.307-6.359 13.156 0 .052.041.136.094.23.419-.104.691-.197.806-.302l.096-.012.01.158.158-.011.166-.094c0 .052.063.073.168.062l.012.159c.01.157-.075.397-.274.722-.178.2-.355.607-.554 1.225l.01.074.158-.01c.68-.764 1.204-1.52 1.56-2.254 2.001-.586 3.52-1.162 4.578-1.728 1.058-.094 1.876-.365 2.42-.826l-.011-.084-.399.115-.094.01-.01-.084c.776-.116 1.32-.293 1.614-.524 1.519-1.173 2.66-2 3.435-2.492 2.4-1.76 3.531-3.457 3.395-5.07-.01-.168-.545-.828-1.582-1.98-.021-.22.345-.535 1.078-.954l2.086-1.834c.46-.597.744-1.56.838-2.89l-.031-.315c-.084-.932-.756-1.687-2.034-2.264C19.06.303 17.708.031 15.76 0zm2.525 1.037c1.55.063 2.347.335 2.389.817l-.063.158-2.326-.975zm-1.482 1.317c1.063-.016 1.617.267 1.672.863l.156-.012-.031-.398.168-.01c.408.22.627.492.648.816.021.22-.094.494-.355.819-.105.01-.168-.064-.178-.221l-.168.012-.041.47c-.702 1.048-1.205 1.582-1.52 1.614-.283.387-.462.587-.535.597-.22.262-.816.712-1.8 1.34-.325.032-1.531.493-3.616 1.404a.595.595 0 00-.334-.052l-.012-.147c-.02-.304.107-.681.41-1.142.158-.86.335-1.352.534-1.467l1.738-3.906c-.02-.241.347-.43 1.111-.555l.252-.022.02.221a50.387 50.387 0 011.394-.2c.173-.014.335-.022.487-.024zm3.619.39h.027c.139.012.288.263.446.744l.01.147c-.085.01-.24-.242-.471-.744l-.012-.147zm-9.836 2.483h.072l.022.23c-.074.01-.177.116-.303.336l-.012-.156c.147-.178.22-.316.22-.41zM5.6 5.354l.01.072c-.053 0-.136.043-.24.095l-.085.01-.01-.146.325-.031zM9.885 6.86l.031.315-.084.01-.031-.313.084-.012zm-.2.567c-.02.262-.084.397-.22.408l-.084.01c.094-.178.147-.303.137-.397l.168-.021zm-.345.816l.01.074-.147.25-.158.012-.01-.074c.157-.01.231-.093.22-.25l.085-.012zm-.358.735l-.04.386-.085.01-.03-.387.155-.01zm8.497.28l.345.212c.01.104-.042.167-.146.177-.147-.094-.262-.136-.346-.136l-.021-.23.168-.022zm-6.653.891l.012.147-.326.033-.01-.148.324-.032zm5.363.545c.23.105.347.21.358.293l.01.075c-.22.02-.42-.095-.608-.346l.24-.022zm2.6.252c.178.074.261.148.272.221l.052.617c-.073.168-.146.252-.23.252l-.094-1.09zm-4.195.065c.84-.014 1.482.184 1.922.605l.03.315c-.376 1.09-.795 1.719-1.245 1.918l-2.096 1.666c-1.56 1.026-2.4 1.538-2.525 1.548-2.483 1.373-4.032 2.075-4.63 2.127l-.095.01c.084-.293 1.185-2.555 3.322-6.808.943-.084 2.43-.525 4.452-1.32l.492-.042c.128-.01.253-.017.373-.02zm-3.055.49l.01.074-.334.031-.012-.074.336-.031zm-5.226 5.07c-.105.535-.221.808-.336.819l-.01-.075c-.021-.272.094-.513.346-.744zm7.101.336l.01.147c.01.063-.23.261-.701.607-1.394.681-2.21 1.152-2.452 1.393-1.508.523-2.252.849-2.242.974-1.34.535-2.22.923-2.638 1.164-.095.01-.241-.031-.43-.115-.021-.272.093-.494.365-.672.23-.02.463.011.672.106.251-.126.68-.274 1.299-.42l-.012-.156-.492.04c.063-.083.535-.303 1.436-.67l.251-.02.01.073c-.419.032-.66.167-.713.387.01.094.064.147.168.137.304-.21.461-.324.461-.356.608-.115 2.274-.995 5.008-2.619zm-7.584.723l.01.072c.01.105-.042.17-.147.18l-.01-.074c-.01-.095.042-.157.147-.178zm3.77.937c.089-.002.139.049.148.131-.199.021-.566.178-1.121.492l-.084.01-.01-.156a1.586 1.586 0 001.026-.47c.014-.003.028-.006.04-.007zm-3.664 1.243l.01.082c-.064 0-.138.043-.243.095l-.156.01c-.01-.073.032-.136.137-.168l.252-.02zm-1.918.953l.177.072c-.063.471-.198.713-.44.734a1.076 1.076 0 00-.513-.105l-.021-.23c-.01-.095.043-.147.158-.178.105-.01.167.061.178.218.282-.345.44-.511.46-.511Z\"/></svg>\n\n </figure>\n </td>\n <td>babel.svg</td>\n <td><code>_includes/icons/simple-icons/babel.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"babel\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Baidu icon</title><path d=\"M4.312 12.65c2.61-.562 2.25-3.684 2.176-4.366-.128-1.05-1.366-2.888-3.044-2.74-2.11.186-2.418 3.24-2.418 3.24-.287 1.41.682 4.426 3.286 3.865m4.845-5.24c1.44 0 2.604-1.66 2.604-3.71 0-2.04-1.16-3.7-2.6-3.7S6.55 1.65 6.55 3.7c0 2.05 1.17 3.71 2.61 3.71m6.207.245c1.93.26 3.162-1.8 3.412-3.36.25-1.55-1-3.36-2.36-3.67-1.37-.316-3.06 1.874-3.23 3.3-.18 1.75.25 3.49 2.17 3.737M23 10.284c0-.746-.613-2.993-2.91-2.993-2.295 0-2.61 2.12-2.61 3.62 0 1.43.118 3.42 2.985 3.36 2.855-.07 2.543-3.24 2.543-3.99M20.1 16.82s-2.985-2.31-4.726-4.8c-2.36-3.677-5.715-2.18-6.834-.316-1.12 1.883-2.86 3.062-3.105 3.377-.25.31-3.6 2.12-2.854 5.42.75 3.3 3.36 3.24 3.36 3.24s1.92.19 4.16-.31 4.16.12 4.16.12 5.207 1.75 6.648-1.61c1.424-3.37-.81-5.11-.81-5.11\"/></svg>\n </figure>\n </td>\n <td>baidu.svg</td>\n <td><code>_includes/icons/simple-icons/baidu.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"baidu\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Bamboo icon</title><path d=\"M21.715 13.643h-4.989a.651.651 0 0 0-.655.555 4.114 4.114 0 0 1-4.062 3.531l1.35 6.172a10.374 10.374 0 0 0 9.007-9.545.651.651 0 0 0-.651-.713zm-8.633-.158l7.2-6.171a.645.645 0 0 0 0-.984L13.081.16a.648.648 0 0 0-1.073.483v12.343a.651.651 0 0 0 1.073.5zM1.727 14.99A10.385 10.385 0 0 0 12.012 24v-6.27a4.093 4.093 0 0 1-4.1-4.087L1.727 14.99zm-.096-1.447v.1h6.28a4.093 4.093 0 0 1 4.098-4.087l-1.348-6.17a10.37 10.37 0 0 0-9.03 10.157\"/></svg>\n </figure>\n </td>\n <td>bamboo.svg</td>\n <td><code>_includes/icons/simple-icons/bamboo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"bamboo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Bancontact icon</title><path d=\"M21.385 9.768h-7.074l-4.293 5.022H1.557L3.84 12.1H1.122C.505 12.1 0 12.616 0 13.25v2.428c0 .633.505 1.15 1.122 1.15h12.933c.617 0 1.46-.384 1.874-.854l1.956-2.225 3.469-3.946.031-.035zm-1.123 1.279l-.751.855.75-.855zm2.616-3.875H9.982c-.617 0-1.462.384-1.876.853l-5.49 6.208h7.047l4.368-5.02h8.424l-2.263 2.689h2.686c.617 0 1.122-.518 1.122-1.151V8.323c0-.633-.505-1.15-1.122-1.15zm-1.87 3.024l-.374.427-.1.114.474-.54z\"/></svg>\n </figure>\n </td>\n <td>bancontact.svg</td>\n <td><code>_includes/icons/simple-icons/bancontact.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"bancontact\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Bandcamp icon</title><path d=\"M0 18.75l7.437-13.5H24l-7.438 13.5H0z\"/></svg>\n </figure>\n </td>\n <td>bandcamp.svg</td>\n <td><code>_includes/icons/simple-icons/bandcamp.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"bandcamp\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>BandLab icon</title><path d=\"M12,0C5.373,0,0,5.373,0,12s5.373,12,12,12c6.627,0,12-5.373,12-12S18.627,0,12,0z M12.375,2.625 c0.5,0,0.5,0.75,0,0.75S11.875,2.625,12.375,2.625z M11.25,4.125c0,1-1.5,1-1.5,0S11.25,3.125,11.25,4.125z M17.742,17.555 c-0.391,0.551-0.822,0.82-1.707,0.82h-8.07c-0.881,0-1.316-0.27-1.707-0.818c-0.531-0.756-0.082-1.574-0.082-1.574l3.559-6.918 c0,0,0.154-0.459-0.074-0.705C9.435,8.123,8.715,7.328,8.658,7.267C8.58,7.17,8.555,7.095,8.547,7.02 C8.535,6.953,8.479,6.172,8.479,6.082S8.461,5.906,8.617,5.744c0.125-0.119,0.398-0.119,0.398-0.119h5.98 c0,0,0.273-0.004,0.398,0.119c0.156,0.162,0.138,0.248,0.138,0.338c-0.017,0.315-0.039,0.629-0.068,0.941 c-0.008,0.072-0.03,0.151-0.116,0.244l-1.013,1.092c-0.026,0.026-0.045,0.059-0.063,0.09h-3.654c-0.086,0-0.135,0.008-0.197,0.074 c-0.094,0.109-0.031,0.233-0.031,0.233l2.566,5.002c0.137,0.287-0.07,0.617-0.387,0.619c-1.227,0-1.935,0.638-1.935,1.414 c0,0.779,0.876,1.414,1.957,1.414c1.076,0,1.947-0.627,1.959-1.402c0,0,0.022-0.259-0.109-0.582l-2.588-5.031 c0,0-0.049-0.133,0.033-0.248c0.084-0.117,0.219-0.123,0.219-0.123h2.52l3.199,6.164C17.824,15.983,18.273,16.801,17.742,17.555z\"/></svg>\n </figure>\n </td>\n <td>bandlab.svg</td>\n <td><code>_includes/icons/simple-icons/bandlab.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"bandlab\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Bandsintown icon</title><path d=\"M18.783 0H24v12h-5.217V0zm-6.261 5h5.217v7h-5.217V5zM6.26 5h5.217v7H6.261V5zM24 24H0V0h5.217v19h13.566v-1H6.26v-5H24v11Z\"/></svg>\n\n </figure>\n </td>\n <td>bandsintown.svg</td>\n <td><code>_includes/icons/simple-icons/bandsintown.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"bandsintown\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Basecamp icon</title><path d=\"M12 2C5.54 2 .48 10.22 0 17.16 2.028 20.68 6.915 22 12 22s9.975-1.32 12-4.84C23.52 10.218 18.46 2 12 2zm.15 18.4c-9.54 0-10.456-4.034-10.456-4.034l.18-.976S4.5 9.72 6.15 9.72s2.34 2.34 3.69 2.34 4.274-5.19 5.324-5.19c1.047 0 2.82 1.95 4.27 3.75 1.45 1.802 2.878 4.887 2.878 4.887l-.008.034.15.886S21.688 20.4 12.148 20.4z\"/></svg>\n </figure>\n </td>\n <td>basecamp.svg</td>\n <td><code>_includes/icons/simple-icons/basecamp.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"basecamp\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Bath ASU icon</title><path d=\"M20.984 22.265c-.33 0-.654-.088-.943-.256-.9-.52-1.21-1.67-.69-2.57 1.91-3.3.77-7.54-2.54-9.448-1.05-.604-2.23-.92-3.45-.92-.33 0-.66-.09-.942-.258-.9-.517-1.217-1.668-.69-2.566.33-.575.947-.93 1.622-.935 1.864 0 3.713.49 5.336 1.427 2.46 1.426 4.22 3.728 4.957 6.48.735 2.75.36 5.62-1.066 8.1-.33.57-.96.93-1.622.93l.04.006zm-11.478 1.31c-3.81 0-7.355-2.046-9.256-5.338-.518-.894-.207-2.044.69-2.56.873-.504 2.068-.176 2.565.686C4.737 18.498 7.033 19.82 9.5 19.82c1.202 0 2.397-.32 3.448-.926 1.037-.616 1.908-1.487 2.524-2.54.166-.285.392-.525.69-.69.857-.51 2.06-.18 2.555.676.332.57.332 1.293-.015 1.878-.932 1.622-2.284 2.96-3.906 3.907-1.623.932-3.47 1.428-5.335 1.428l.05.023zm.746-16.637C9.135 7.972 8.436 9.45 8.436 11.093c0 1.03.278 1.993.76 2.827.272.466.422.99.422 1.563 0 1.247-.736 2.33-1.79 2.825 1.46.45 3.08.315 4.51-.512.9-.525 1.593-1.247 2.073-2.072.27-.467.67-.872 1.16-1.144 1.08-.63 2.39-.524 3.35.136-.33-1.487-1.26-2.84-2.69-3.65-.88-.51-1.86-.752-2.82-.752-.54 0-1.08-.15-1.56-.42-1.08-.63-1.652-1.803-1.547-2.975l-.043.01zm-3.77 10.428c-.664 0-1.286-.36-1.623-.94-.94-1.62-1.43-3.465-1.43-5.334C3.43 5.21 8.21.424 14.1.424c1.03 0 1.872.842 1.872 1.88 0 1.035-.842 1.876-1.88 1.876-3.812 0-6.91 3.102-6.91 6.912 0 1.21.318 2.404.926 3.455.165.28.25.606.25.938 0 1.036-.84 1.878-1.88 1.878v.003z\"/></svg>\n </figure>\n </td>\n <td>bathasu.svg</td>\n <td><code>_includes/icons/simple-icons/bathasu.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"bathasu\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Battle.net icon</title><path d=\"M10.457 0c-.516.02-.859.314-1.053.523-.807.87-1.136 2.298-1.168 3.952-.304-.522-.72-1.061-1.199-1.198a.905.905 0 00-.172-.03c-.958-.138-1.768 1.393-1.66 3.812-1.8.064-3.33.268-4.363.525-.182.045-.312.1-.42.154-.075.035-.128.07-.18.104-.162.106-.234.199-.234.199.47-.177 2.358-.495 5.234-.387l-.004-.045h.006c.126 1.29.502 2.789 1.235 4.409v.003l-.024-.044c-.456.721-1.792 2.923-2.217 4.58-.277 1.081-.202 1.772.014 2.218.262.59.764.776 1.08.848 1.173.268 2.6-.176 4.068-.998-.316.537-.603 1.204-.476 1.709a.881.881 0 00.058.162c.363.897 2.091.832 4.131-.47.948 1.51 1.882 2.72 2.616 3.48.13.136.243.223.345.289.277.195.467.205.467.205-.387-.316-1.598-1.78-2.934-4.303l-.035.028c0-.002-.003-.005-.004-.006 1.064-.76 2.186-1.847 3.23-3.31h.003l-.028.038-.002.004c.896.034 3.41.08 5.03-.373 1.07-.299 1.63-.706 1.91-1.115.383-.523.293-1.054.197-1.365-.354-1.15-1.448-2.16-2.892-3.022.622.005 1.342-.08 1.714-.441a.884.884 0 00.116-.139c.587-.764-.335-2.227-2.479-3.34.834-1.576 1.417-2.989 1.71-4.004.05-.179.067-.319.073-.44.032-.339-.054-.509-.054-.509-.08.493-.743 2.271-2.26 4.69l.041.02-.002.003c-1.19-.54-2.693-.968-4.482-1.14l-.002-.003.05.004c-.418-.793-1.633-2.992-2.834-4.168-.792-.775-1.426-1.058-1.92-1.097a1.532 1.532 0 00-.23-.012zm1.172 2.643c.461.008.936.364 1.328.738.491.47 1.111 1.374 1.412 1.83-.083-.003-.161-.014-.246-.016-1.863-.047-3.216.366-4.195.98.06-1.543.419-2.8 1.238-3.374a.847.847 0 01.463-.158zM7.514 4.71c.03 0 .06.007.09.012.256.07.471.338.642.642.023.563.075 1.144.15 1.733a34.71 34.71 0 00-1.988-.06c.041-1.377.428-2.31 1.106-2.327zm5.478 1.21c.244-.007.494-.003.752.013 2.092.125 4.045.717 5.45 1.443-.33.486-.696.993-1.09 1.514-.601-1.09-1.467-1.74-1.868-1.91-.349-.15-.422-.14-.422-.14s.033-.01.57.413c.579.455 1.046 1.106 1.376 1.805a33.723 33.723 0 00-5.405-1.489 30.386 30.386 0 00-1.847-.283c-.002.011-.002.033-.004.045l-.025-.004c-.016.111-.036.277-.05.46-.014.2-.02.358-.023.452.157.03.316.058.475.09 2.275.45 5.224 1.381 7.363 2.596.034 1.103-.325 2.417-1.19 3.726-1.154 1.75-2.644 3.147-3.976 4a35.941 35.941 0 01-.767-1.705c1.266.037 2.282-.395 2.634-.66.3-.224.33-.294.33-.297-.001.004-.03.044-.64.287-.696.278-1.51.356-2.293.285a33.748 33.748 0 003.988-3.931c.408-.478.797-.967 1.168-1.46l-.035-.025.016-.019a7.198 7.198 0 00-.754-.518l-.315.366c-1.522 1.74-3.794 3.819-5.91 5.066-.964-.525-1.913-1.49-2.61-2.88-.936-1.874-1.4-3.863-1.474-5.442.573.042 1.183.106 1.816.185-.644 1.066-.775 2.144-.722 2.576.045.372.09.43.092.432-.002-.002-.022-.046.072-.697.105-.728.432-1.46.873-2.094a33.707 33.707 0 001.414 5.422c.21.593.437 1.173.678 1.74l.039-.015.011.023c.105-.042.258-.107.422-.187.181-.088.32-.162.403-.208-.054-.15-.108-.303-.16-.457-.748-2.194-1.414-5.212-1.432-7.671.784-.486 1.833-.808 3.07-.846zm6.793 1.788c1.172.724 1.788 1.526 1.465 2.121-.182.264-.605.323-1.025.307a20.285 20.285 0 00-1.504-.7c.383-.582.738-1.162 1.064-1.728zm-1.033 3.518c1.307.823 2.215 1.76 2.303 2.757a.85.85 0 01-.096.485.987.987 0 01-.11.154c-.273.303-.743.49-1.19.621-.653.19-1.746.277-2.292.31.045-.07.09-.132.135-.204.973-1.59 1.293-2.968 1.25-4.123zM6.93 12.936c.046.088.084.173.133.261.883 1.626 1.907 2.59 2.921 3.133-1.374.727-2.647 1.051-3.558.627a.852.852 0 01-.453-.5c-.123-.388-.052-.888.058-1.34.166-.68.662-1.71.899-2.181zm4.6 4.273c.313.625.637 1.223.964 1.789-1.212.652-2.212.785-2.566.207-.017-.027-.026-.059-.037-.088-.075-.28.08-.633.283-.955.453-.29.907-.611 1.355-.953Z\"/></svg>\n\n </figure>\n </td>\n <td>battle-dot-net.svg</td>\n <td><code>_includes/icons/simple-icons/battle-dot-net.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"battle-dot-net\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Beatport icon</title><path d=\"M3.681 17.97a9.293 9.293 0 01-.888-7.527v-.001a.54.54 0 00-.354-.675l-1.232-.383a.54.54 0 00-.673.35l-.002-.001a11.66 11.66 0 001.115 9.453h.002a.54.54 0 00.738.182l1.105-.663a.54.54 0 00.189-.735zM24 13.22c0-1.187-.178-2.357-.53-3.48h.001l-.001-.003-.001-.004a.54.54 0 00-.674-.349l-1.23.383a.54.54 0 00-.356.674l-.001.001c.279.896.422 1.83.422 2.778a9.25 9.25 0 01-1.31 4.75.54.54 0 00.188.738l1.106.663a.54.54 0 00.74-.185A11.624 11.624 0 0024 13.22m-3.29.042c0-4.803-3.907-8.71-8.71-8.71-4.802 0-8.71 3.907-8.71 8.71 0 2.222.839 4.338 2.362 5.96a.54.54 0 00.763.022l.938-.884a.54.54 0 00.025-.76l.001-.001a6.317 6.317 0 01-1.718-4.337 6.346 6.346 0 016.34-6.34 6.347 6.347 0 016.339 6.34c0 1.616-.61 3.157-1.719 4.337l.002.002a.54.54 0 00.026.76l.94.883a.54.54 0 00.762-.023h-.001a8.676 8.676 0 002.36-5.96Z\"/></svg>\n\n </figure>\n </td>\n <td>beatport.svg</td>\n <td><code>_includes/icons/simple-icons/beatport.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"beatport\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Beats icon</title><path d=\"M21.55 16.77a7.14 7.14 0 0 1-7.16 7.16H2.45v-7.16h8.36a9.61 9.61 0 0 0 8.5-5.19 7.09 7.09 0 0 1 2.24 5.2zm-4.24-6.53a7.29 7.29 0 0 0 .66-3.01A7.14 7.14 0 0 0 10.8.07H2.46v14.32h8.35c2.9 0 5.37-1.7 6.5-4.15z\"/></svg>\n </figure>\n </td>\n <td>beats.svg</td>\n <td><code>_includes/icons/simple-icons/beats.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"beats\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Beats by Dre icon</title><path d=\"M12.0098 0a12 12 0 00-3.5996.5527v6.6465A6 6 0 116.0098 12V1.6016a12 12 0 106-1.6016zm.1504 8.4023A3.6 3.6 0 008.4102 12a3.6 3.6 0 003.5996 3.5996 3.6 3.6 0 00.1504-7.1973Z\"/></svg>\n\n </figure>\n </td>\n <td>beatsbydre.svg</td>\n <td><code>_includes/icons/simple-icons/beatsbydre.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"beatsbydre\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Behance icon</title><path d=\"M6.938 4.503c.702 0 1.34.06 1.92.188.577.13 1.07.33 1.485.61.41.28.733.65.96 1.12.225.47.34 1.05.34 1.73 0 .74-.17 1.36-.507 1.86-.338.5-.837.9-1.502 1.22.906.26 1.576.72 2.022 1.37.448.66.665 1.45.665 2.36 0 .75-.13 1.39-.41 1.93-.28.55-.67 1-1.16 1.35-.48.348-1.05.6-1.67.767-.61.165-1.252.254-1.91.254H0V4.51h6.938v-.007zM16.94 16.665c.44.428 1.073.643 1.894.643.59 0 1.1-.148 1.53-.447.424-.29.68-.61.78-.94h2.588c-.403 1.28-1.048 2.2-1.9 2.75-.85.56-1.884.83-3.08.83-.837 0-1.584-.13-2.272-.4-.673-.27-1.24-.65-1.72-1.14-.464-.49-.823-1.08-1.077-1.77-.253-.69-.373-1.45-.373-2.27 0-.803.135-1.54.403-2.23.27-.7.644-1.28 1.12-1.79.495-.51 1.063-.895 1.736-1.194s1.4-.433 2.22-.433c.91 0 1.69.164 2.38.523.67.34 1.22.82 1.66 1.4.44.586.75 1.26.94 2.02.19.75.25 1.54.21 2.38h-7.69c0 .84.28 1.632.71 2.065l-.08.03zm-10.24.05c.317 0 .62-.03.906-.093.29-.06.548-.165.763-.3.21-.135.39-.328.52-.583.13-.24.19-.57.19-.96 0-.75-.22-1.29-.64-1.62-.43-.32-.99-.48-1.69-.48H3.24v4.05H6.7v-.03zm13.607-5.65c-.352-.385-.94-.592-1.657-.592-.468 0-.855.074-1.166.238-.302.15-.55.35-.74.59-.19.24-.317.48-.392.75-.075.26-.12.5-.135.71h4.762c-.07-.75-.33-1.3-.68-1.69v.01zM6.52 10.45c.574 0 1.05-.134 1.425-.412.374-.27.554-.72.554-1.338 0-.344-.07-.625-.18-.846-.13-.22-.3-.39-.5-.512-.21-.124-.45-.21-.72-.257-.27-.053-.56-.074-.84-.074H3.23v3.44h3.29zm9.098-4.958h5.968v1.454h-5.968V5.48v.01z\"/></svg>\n </figure>\n </td>\n <td>behance.svg</td>\n <td><code>_includes/icons/simple-icons/behance.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"behance\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Big Cartel icon</title><path d=\"M12 13.068v-1.006c0-.63.252-1.256.88-1.508l7.79-4.9c.503-.252.755-.88.755-1.51V0L12 6.03 2.575 0v12.69c0 3.394 1.51 6.284 4.02 7.917L11.875 24l5.28-3.393c2.513-1.51 4.02-4.398 4.02-7.916V7.036L12 13.068z\"/></svg>\n </figure>\n </td>\n <td>bigcartel.svg</td>\n <td><code>_includes/icons/simple-icons/bigcartel.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"bigcartel\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Bing icon</title><path d=\"M3.605 0L8.4 1.686V18.56l6.753-3.895-3.31-1.555-2.09-5.2 10.64 3.738v5.435L8.403 24l-4.797-2.67V0z\"/></svg>\n </figure>\n </td>\n <td>bing.svg</td>\n <td><code>_includes/icons/simple-icons/bing.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"bing\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Bit icon</title><path d=\"M12 24C5.373 24 0 18.627 0 12S5.373 0 12 0s12 5.373 12 12-5.373 12-12 12zm-1.144-10.93c0-1.292-.763-2.019-1.858-2.019-.341 0-.637.072-.862.224V9.552c0-.323-.197-.485-.601-.485s-.601.162-.601.485v4.533c0 .305 0 .601.413.835.359.206.826.305 1.328.305 1.4 0 2.181-.844 2.181-2.154zm-2.72 1.05v-1.921a.923.923 0 0 1 .565-.18c.556 0 .924.413.924 1.131 0 .709-.359 1.104-.942 1.104-.206 0-.395-.045-.548-.135zm4.968-4.254c0-.413-.296-.691-.709-.691s-.709.278-.709.691c0 .413.296.7.709.7s.709-.287.709-.7zm-.108 1.669c0-.323-.197-.485-.601-.485s-.601.162-.601.485v3.186c0 .323.197.485.601.485s.601-.162.601-.485v-3.186zm3.64 2.594c-.072 0-.135.018-.206.036-.081.018-.18.045-.278.045-.153 0-.269-.054-.332-.18-.081-.153-.081-.386-.081-.548v-1.346h.754c.323 0 .485-.162.485-.503s-.162-.503-.485-.503h-.754v-.79c0-.323-.197-.485-.601-.485s-.601.162-.601.485v.79h-.314c-.323 0-.485.162-.485.503s.162.503.485.503h.314v1.346c0 .413.018.799.197 1.122.197.359.583.619 1.23.619.35 0 .691-.081.889-.197.171-.099.215-.224.215-.35 0-.197-.099-.548-.431-.548z\"/></svg>\n </figure>\n </td>\n <td>bit.svg</td>\n <td><code>_includes/icons/simple-icons/bit.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"bit\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Bitbucket icon</title><path d=\"M.778 1.211c-.424-.006-.772.334-.778.758 0 .045.002.09.01.134l3.263 19.811c.084.499.515.867 1.022.872H19.95c.382.004.708-.271.77-.646l3.27-20.03c.068-.418-.216-.813-.635-.881-.045-.008-.089-.011-.133-.01L.778 1.211zM14.52 15.528H9.522L8.17 8.464h7.561l-1.211 7.064z\"/></svg>\n </figure>\n </td>\n <td>bitbucket.svg</td>\n <td><code>_includes/icons/simple-icons/bitbucket.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"bitbucket\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Bitcoin icon</title><path d=\"M23.638 14.904c-1.602 6.43-8.113 10.34-14.542 8.736C2.67 22.05-1.244 15.525.362 9.105 1.962 2.67 8.475-1.243 14.9.358c6.43 1.605 10.342 8.115 8.738 14.548v-.002zm-6.35-4.613c.24-1.59-.974-2.45-2.64-3.03l.54-2.153-1.315-.33-.525 2.107c-.345-.087-.705-.167-1.064-.25l.526-2.127-1.32-.33-.54 2.165c-.285-.067-.565-.132-.84-.2l-1.815-.45-.35 1.407s.975.225.955.236c.535.136.63.486.615.766l-1.477 5.92c-.075.166-.24.406-.614.314.015.02-.96-.24-.96-.24l-.66 1.51 1.71.426.93.242-.54 2.19 1.32.327.54-2.17c.36.1.705.19 1.05.273l-.51 2.154 1.32.33.545-2.19c2.24.427 3.93.257 4.64-1.774.57-1.637-.03-2.58-1.217-3.196.854-.193 1.5-.76 1.68-1.93h.01zm-3.01 4.22c-.404 1.64-3.157.75-4.05.53l.72-2.9c.896.23 3.757.67 3.33 2.37zm.41-4.24c-.37 1.49-2.662.735-3.405.55l.654-2.64c.744.18 3.137.524 2.75 2.084v.006z\"/></svg>\n </figure>\n </td>\n <td>bitcoin.svg</td>\n <td><code>_includes/icons/simple-icons/bitcoin.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"bitcoin\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Bitdefender icon</title><path d=\"M1.685 0v.357l1.232 1.046c1.477 1.204 1.67 1.439 1.67 2.526V24h8.646c4.537 0 9.083-1.629 9.083-6.849 0-3.082-2.174-5.458-5.186-5.797v-.067c2.475-.745 4.169-2.54 4.169-5.253 0-4.372-3.73-6.032-7.349-6.032L1.686 0zm7.176 3.664h3.524c2.383 0 3.121.327 3.844 1.013.548.521.799 1.237.801 2.07 0 .775-.267 1.466-.831 2.004-.705.676-1.674 1.011-3.443 1.011H8.862V3.664zm0 9.758h4.099c3.456 0 5.085.881 5.085 3.39 0 3.153-3.055 3.526-5.256 3.526H8.86v-6.916z\"/></svg>\n </figure>\n </td>\n <td>bitdefender.svg</td>\n <td><code>_includes/icons/simple-icons/bitdefender.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"bitdefender\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Bitly icon</title><path d=\"M13.055 21.26c-1.345.022-2.325-.41-2.386-1.585-.025-.44-.018-.91.002-1.192.137-1.716 1.333-2.95 2.53-3.19 1.482-.294 2.455.38 2.455 2.31 0 1.303-.36 3.618-2.59 3.657h-.016zM11.923 0C5.32 0 0 5.297 0 12.224c0 3.594 1.92 7.062 4.623 9.147.52.4 1.138.367 1.497.02.297-.285.272-.984-.285-1.475-2.16-1.886-3.652-4.76-3.652-7.635 0-5.15 4.58-9.49 9.74-9.49 6.28 0 9.636 5.102 9.636 9.43 0 2.65-1.29 5.84-3.626 7.874.015 0 .493-.942.493-2.784 0-3.13-1.976-4.836-4.28-4.836-1.663 0-2.667.598-3.34 1.152 0-1.272.045-3.652.045-3.652 0-1.572-.54-2.83-2.47-2.86-1.11-.015-1.932.493-2.44 1.647-.18.436-.12.916.254 1.125.3.18.81.046 1.046-.284.165-.21.254-.254.404-.24.24.03.257.405.257.66.014.193.193 2.903.088 9.865C7.98 21.798 9.493 24 13.1 24c1.56 0 2.756-.435 4.493-1.422C20.243 21.08 24 17.758 24 12.128 23.953 5.045 18.265 0 11.933 0\"/></svg>\n </figure>\n </td>\n <td>bitly.svg</td>\n <td><code>_includes/icons/simple-icons/bitly.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"bitly\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>Bitrise icon</title><path d=\"M12 17.9c1.5 0 2.7-1.2 2.7-2.7H9.3C9.3 16.7 10.5 17.9 12 17.9zM6 12c-0.9 0-1.6 0.7-1.6 1.6h3.3C7.7 12.7 6.9 12 6 12zM12 4.1c0.6 0 1-0.5 1-1 0-0.6-0.5-1-1-1 -0.6 0-1 0.5-1 1C11 3.7 11.4 4.1 12 4.1zM23.5 13.4c-0.3-1.9-0.7-3.8-1-5 -0.4-1.5-1.6-2.6-3.2-2.7 -1.5-0.1-4-0.2-7.4-0.2 -3.3 0-5.8 0.1-7.4 0.2 -1.4 0.1-2.7 1.2-3 2.7 -0.3 1.3-0.7 3.2-1 5 -0.2 1.3-0.3 2.8-0.5 4.5 -0.1 0.9 0.2 1.9 0.9 2.6 0.6 0.7 1.5 1.1 2.4 1.2 2.1 0.1 5.3 0.2 8.7 0.2s6.6-0.1 8.7-0.2c0.9 0 1.8-0.5 2.4-1.2s0.9-1.6 0.9-2.6C23.9 16.2 23.7 14.7 23.5 13.4zM21.9 19.3c-0.3 0.4-0.8 0.6-1.3 0.6 -2.1 0.1-5.2 0.2-8.6 0.2S5.5 20 3.4 19.9c-0.5 0-1-0.2-1.3-0.6 -0.3-0.4-0.5-0.8-0.5-1.3 0.1-1.6 0.2-3.1 0.4-4.3 0.3-1.8 0.7-3.7 1-4.9C3.2 8 3.9 7.4 4.7 7.4c1.5-0.2 4-0.3 7.3-0.3s5.8 0.1 7.3 0.2c0.8 0 1.5 0.6 1.7 1.4 0.3 1.2 0.7 3.1 1 4.9 0.2 1.2 0.3 2.7 0.4 4.3C22.4 18.5 22.2 18.9 21.9 19.3zM18 12c-0.9 0-1.6 0.7-1.6 1.6h3.3C19.6 12.7 18.9 12 18 12z\"/></svg>\n\n </figure>\n </td>\n <td>bitrise.svg</td>\n <td><code>_includes/icons/simple-icons/bitrise.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"bitrise\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Blackberry icon</title><path d=\"M2.05 3.54L1.17 7.7H4.45C6.97 7.7 7.73 6.47 7.73 5.36C7.73 4.54 7.26 3.54 5.21 3.54H2.05M10.54 3.54L9.66 7.7H12.94C15.5 7.7 16.22 6.47 16.22 5.36C16.22 4.54 15.75 3.54 13.7 3.54H10.54M18.32 7.23L17.39 11.39H20.67C23.24 11.39 24 10.22 24 9.05C24 8.23 23.53 7.23 21.5 7.23H18.32M.88 9.8L0 13.96H3.28C5.85 13.96 6.56 12.73 6.56 11.62C6.56 10.8 6.09 9.8 4.04 9.8H.88M9.43 9.8L8.5 13.96H11.77C14.34 13.96 15.11 12.73 15.11 11.62C15.11 10.8 14.64 9.8 12.59 9.8H9.42M17.09 13.73L16.22 17.88H19.5C22 17.88 22.77 16.71 22.77 15.54C22.77 14.72 22.3 13.73 20.26 13.73H17.09M8.2 16.3L7.32 20.46H10.6C13.11 20.46 13.87 19.23 13.87 18.12C13.87 17.3 13.41 16.3 11.36 16.3H8.2Z\"/></svg>\n\n </figure>\n </td>\n <td>blackberry.svg</td>\n <td><code>_includes/icons/simple-icons/blackberry.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"blackberry\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Blender icon</title><path d=\"M12.51 13.214c.046-.8.438-1.506 1.03-2.006a3.424 3.424 0 0 1 2.212-.79c.85 0 1.631.3 2.211.79.592.5.983 1.206 1.028 2.005.045.823-.285 1.586-.865 2.153a3.389 3.389 0 0 1-2.374.938 3.393 3.393 0 0 1-2.376-.938c-.58-.567-.91-1.33-.865-2.152M7.35 14.831c.006.314.106.922.256 1.398a7.372 7.372 0 0 0 1.593 2.757 8.227 8.227 0 0 0 2.787 2.001 8.947 8.947 0 0 0 3.66.76 8.964 8.964 0 0 0 3.657-.772 8.285 8.285 0 0 0 2.785-2.01 7.428 7.428 0 0 0 1.592-2.762 6.964 6.964 0 0 0 .25-3.074 7.123 7.123 0 0 0-1.016-2.779 7.764 7.764 0 0 0-1.852-2.043h.002L13.566 2.55l-.02-.015c-.492-.378-1.319-.376-1.86.002-.547.382-.609 1.015-.123 1.415l-.001.001 3.126 2.543-9.53.01h-.013c-.788.001-1.545.518-1.695 1.172-.154.665.38 1.217 1.2 1.22V8.9l4.83-.01-8.62 6.617-.034.025c-.813.622-1.075 1.658-.563 2.313.52.667 1.625.668 2.447.004L7.414 14s-.069.52-.063.831zm12.09 1.741c-.97.988-2.326 1.548-3.795 1.55-1.47.004-2.827-.552-3.797-1.538a4.51 4.51 0 0 1-1.036-1.622 4.282 4.282 0 0 1 .282-3.519 4.702 4.702 0 0 1 1.153-1.371c.942-.768 2.141-1.183 3.396-1.185 1.256-.002 2.455.41 3.398 1.175.48.391.87.854 1.152 1.367a4.28 4.28 0 0 1 .522 1.706 4.236 4.236 0 0 1-.239 1.811 4.54 4.54 0 0 1-1.035 1.626\"/></svg>\n </figure>\n </td>\n <td>blender.svg</td>\n <td><code>_includes/icons/simple-icons/blender.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"blender\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Blogger icon</title><path d=\"M21.976 24H2.026C.9 24 0 23.1 0 21.976V2.026C0 .9.9 0 2.025 0H22.05C23.1 0 24 .9 24 2.025v19.95C24 23.1 23.1 24 21.976 24zM12 3.975H9c-2.775 0-5.025 2.25-5.025 5.025v6c0 2.774 2.25 5.024 5.025 5.024h6c2.774 0 5.024-2.25 5.024-5.024v-3.975c0-.6-.45-1.05-1.05-1.05H18c-.524 0-.976-.45-.976-.976 0-2.776-2.25-5.026-5.024-5.026zm3.074 12H9c-.525 0-.975-.45-.975-.975s.45-.976.975-.976h6.074c.526 0 .977.45.977.976s-.45.976-.975.976zm-2.55-7.95c.527 0 .976.45.976.975s-.45.975-.975.975h-3.6c-.525 0-.976-.45-.976-.975s.45-.975.975-.975h3.6z\"/></svg>\n </figure>\n </td>\n <td>blogger.svg</td>\n <td><code>_includes/icons/simple-icons/blogger.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"blogger\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Bluetooth icon</title><path d=\"M12 0C6.76 0 3.1484 2.4895 3.1484 12S6.76 24 12 24c5.24 0 8.8516-2.4895 8.8516-12S17.24 0 12 0zm-.7773 1.6816l6.2148 6.2149L13.334 12l4.1035 4.1035-6.2148 6.2149V14.125l-3.418 3.42-1.2422-1.2442L10.8515 12l-4.289-4.3008 1.2422-1.2441 3.418 3.4199V1.6816zm1.748 4.2442v3.9687l1.9844-1.9843-1.9844-1.9844zm0 8.1816v3.9668l1.9844-1.9844-1.9844-1.9824Z\"/></svg>\n\n </figure>\n </td>\n <td>bluetooth.svg</td>\n <td><code>_includes/icons/simple-icons/bluetooth.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"bluetooth\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>BMC Software icon</title><path d=\"M6.389 23.97c-.948 0-1.946-.747-1.946-2.194v-3.392c0-1.346.848-2.892 2.045-3.54l4.739-2.794-4.739-2.793c-1.147-.749-2.045-2.245-2.045-3.592V2.224C4.443.777 5.441.029 6.44.029c.399 0 .847.1 1.246.35L18.36 6.712c.748.449 1.147 1.147 1.147 1.845 0 .749-.45 1.447-1.147 1.846L15.816 11.9l2.544 1.497c.748.449 1.197 1.147 1.197 1.845 0 .748-.45 1.447-1.197 1.846L7.685 23.622c-.448.25-.847.349-1.296.349zm7.132-10.573l-5.836 3.441c-.448.25-.897 1.048-.897 1.546v3.043l10.125-5.985zM6.788 2.623v3.042c0 .5.449 1.297.897 1.547l5.836 3.441 3.442-2.045z\"/></svg> \n\n </figure>\n </td>\n <td>bmcsoftware.svg</td>\n <td><code>_includes/icons/simple-icons/bmcsoftware.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"bmcsoftware\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>BMW icon</title><path d=\"M12 0C5.371 0 0 5.372 0 12c0 6.627 5.372 12 12 12s12-5.373 12-12c0-6.628-5.372-12-12-12zm0 .369c6.423 0 11.631 5.207 11.631 11.63 0 6.424-5.208 11.632-11.632 11.632C5.576 23.631.37 18.423.37 12 .369 5.576 5.576.37 11.999.37zm-.788.607l-1.094.12-.117 3.271.847-.12.074-2.183.705 2.182h.743l.705-2.182.076 2.183.848.12-.12-3.27-1.092-.12-.788 2.3zm7.933 2.507L17.18 6.067l.605.563 2.152-.987-1.432 1.886.417.714 2.95-1.354-.416-.714-1.7.782 1.207-1.592-.285-.353-.246-.31-1.817.832 1.134-1.49zm-14.47.404a.76.76 0 0 0-.525.28l-1.74 2.18 2.557 2.04 1.806-2.263a.866.866 0 0 0-.14-1.214.86.86 0 0 0-1.171.092.773.773 0 0 0-.213-.945.797.797 0 0 0-.574-.17zm-.036.81a.362.362 0 0 1 .324.587l-.982 1.232-.568-.454.983-1.23a.362.362 0 0 1 .243-.135zM12 4.73a7.27 7.27 0 1 0 0 14.54 7.27 7.27 0 0 0 0-14.54zm-.275.376l.288.007v6.9H5.114l.003-.262H5.11a6.908 6.908 0 0 1 6.615-6.64zm2.114.252a6.901 6.901 0 0 1 5.074 6.654h-6.779l.14-.26h6.353a6.719 6.719 0 0 0-4.62-6.225zm-8.082.075a.364.364 0 0 1 .325.59L5.02 7.347l-.568-.454 1.06-1.327a.363.363 0 0 1 .243-.134zm6.256 6.718v6.76a6.904 6.904 0 0 1-6.655-5.07l.172.17a6.718 6.718 0 0 0 6.22 4.615v-6.351zm6.897.008a6.9 6.9 0 0 1-6.749 6.751l.113-.278v-6.357h6.344Z\"/></svg>\n </figure>\n </td>\n <td>bmw.svg</td>\n <td><code>_includes/icons/simple-icons/bmw.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"bmw\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Boeing icon</title><path d=\"M6.905 17.353a6.051 6.051 0 0 1-3.759-1.301C4.35 13.337 6.8 9.694 10.143 6.136a6.07 6.07 0 0 1 2.262 7.728c-1.06-.49-2.05-1.105-2.888-1.88l1.831 3.438a6.058 6.058 0 0 1-4.443 1.931M.83 11.278a6.075 6.075 0 0 1 6.076-6.077c.9 0 1.752.196 2.522.546-3.293 2.91-5.843 6.293-7.352 9.217A6.051 6.051 0 0 1 .83 11.278m12.34 2.912a6.862 6.862 0 0 0 .642-2.912c0-2.4-1.225-4.515-3.085-5.753a49.606 49.606 0 0 1 3.583-3.342 31.172 31.172 0 0 0-4.2 2.975 6.907 6.907 0 0 0-8.436 10.625C.35 18.646.12 20.944 1.286 21.72c1.248.832 3.962-.677 5.59-3.134 0 0-2.518 2.273-3.902 1.751-.851-.322-.854-1.624-.152-3.492a6.871 6.871 0 0 0 4.084 1.338c1.893 0 3.606-.76 4.853-1.992l.245.462C15.013 16.408 24 16.17 24 16.17c0-.431-5.95-.04-10.832-1.98\"/></svg>\n </figure>\n </td>\n <td>boeing.svg</td>\n <td><code>_includes/icons/simple-icons/boeing.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"boeing\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Boost icon</title><path d=\"M15.818 18.157c.058-.045.112-.099.163-.15a2.28 2.28 0 0 0 0-3.169l-7.802-8c-.054.05-.109.099-.16.152a2.278 2.278 0 0 0 0 3.17l7.799 7.997zm5.727-11.399a2.957 2.957 0 0 1 1.573.873c1.176 1.24 1.176 3.25 0 4.49l-5.557 5.847a2.145 2.145 0 0 1-1.298.637L19.567 22l-17.11-3.758a2.998 2.998 0 0 1-1.572-.878c-1.18-1.237-1.18-3.248 0-4.494l5.552-5.838a2.129 2.129 0 0 1 1.303-.643L4.434 3l17.11 3.758z\"/></svg>\n </figure>\n </td>\n <td>boost.svg</td>\n <td><code>_includes/icons/simple-icons/boost.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"boost\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Bootstrap icon</title><path d=\"M20 0H4C1.793.006.006 1.793 0 4v16c0 2.2 1.8 4 4 4h16c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4zm-2.187 16.855c-.2.482-.517.907-.923 1.234-.42.34-.952.62-1.607.82-.654.203-1.432.305-2.333.305H6.518v-14h6.802c1.258 0 2.266.283 3.02.86.76.58 1.138 1.444 1.138 2.61 0 .705-.172 1.31-.518 1.81-.344.497-.84.886-1.48 1.156v.046c.854.18 1.515.585 1.95 1.215s.658 1.426.658 2.387c0 .538-.104 1.05-.3 1.528l.025.027zm-2.776-3.45c-.41-.375-.986-.558-1.73-.558H8.985v4.368h4.334c.74 0 1.32-.192 1.73-.58.41-.385.62-.934.62-1.64-.007-.69-.21-1.224-.62-1.59h-.017zm-.6-2.823c.396-.336.59-.817.59-1.444 0-.704-.175-1.204-.53-1.49-.352-.285-.86-.433-1.528-.433h-4v3.863h4c.583 0 1.08-.17 1.464-.496z\"/></svg>\n </figure>\n </td>\n <td>bootstrap.svg</td>\n <td><code>_includes/icons/simple-icons/bootstrap.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"bootstrap\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Bosch icon</title><path d=\"M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12C23.996 5.374 18.626.004 12 0zm0 22.88C5.991 22.88 1.12 18.009 1.12 12S5.991 1.12 12 1.12 22.88 5.991 22.88 12c-.006 6.006-4.874 10.874-10.88 10.88zm4.954-18.374h-.821v4.108h-8.24V4.506h-.847a8.978 8.978 0 0 0 0 14.988h.846v-4.108h8.24v4.108h.822a8.978 8.978 0 0 0 0-14.988zM6.747 17.876a7.86 7.86 0 0 1 0-11.752v11.752zm9.386-3.635h-8.24V9.734h8.24v4.507zm1.12 3.61V6.124a7.882 7.882 0 0 1 0 11.727z\"/></svg>\n </figure>\n </td>\n <td>bosch.svg</td>\n <td><code>_includes/icons/simple-icons/bosch.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"bosch\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Bower icon</title><path d=\"M23.54157 11.3053c-1.2341-1.18676-7.40717-1.92715-9.35444-2.14222.0943-.22248.1748-.45344.24155-.69076.26593-.11654.55198-.2246.84863-.31466.03603.107.2066.5149.303.70878 3.9168.10806 4.1181-2.91032 4.27702-3.73775.15574-.80837.14832-1.59025 1.4917-3.0184-2.0013-.58375-4.87983.90372-5.84393 3.11798-.36234-.1356-.72574-.23626-1.0849-.2977C14.16277 3.8923 12.82257 1 9.30624 1c-2.27782 0-4.5747.9408-6.30162 2.58083-.9302.88358-1.6612 1.93244-2.17293 3.11903C.2797 7.98073 0 9.39086 0 10.8921c0 5.22735 3.56824 9.80736 5.58437 9.80736.8804 0 1.63792-.65898 1.8159-1.25015.1494.40578.606 1.66547.75645 1.98542.2225.47464 1.2491.88465 1.6983.392.5774.32102 1.63792.51384 2.21532-.3422 1.11243.2352 2.09666-.42802 2.11785-1.2205.5456-.0286.81365-.79564.695-1.40588-.08794-.4492-1.02662-2.06276-1.3932-2.61897.72468.5901 2.56177.75645 2.78425 0 1.16858.91748 2.99084.4365 3.13492-.31042 1.42073.3687 3.0491-.4418 2.78213-1.42285 2.28206-.15785 1.99026-2.58515 1.35027-3.2006zM17.5991 7.2815c-.6007-.23626-1.363-.38565-1.89696-.38565-.7575 0-1.21943.42908-1.93244.42908-.14938 0-.50642.00106-.79353-.1017.1886.1981.42273.30512.87723.30512.27122 0 .80942-.1388 1.24486-.2691.00635.09217.0159.18222.0286.27334-.81578.19493-1.6718.71406-1.91973.8486-.5509-1.2173-.07734-2.36787.36022-2.89865 1.9621.00423 3.54757 1.35186 4.03174 1.79895zm.84915-.09112l-.29983-.28075c-.3083-.28923-.6293-.54986-.95986-.78188.4916-.9747 1.10925-2.03945 1.889-2.69842-.85815.34644-1.70678 1.38046-2.2079 2.48547-.25532-.1621-.5149-.30724-.77658-.43332.69924-1.49276 2.32338-2.73868 4.11386-2.83615-1.1993 1.08806-.74903 3.25782-1.75975 4.544l.00105.00105zM15.9845 8.20693c-.13244-.2871-.2654-.76228-.2495-1.04197.22247-.0053.6505.0784.7183.0943-.0265.13136-.04026.41953-.04026.4566.04238-.0731.15997-.32418.20765-.42377.428.08157.99058.21824 1.32007.37186-.38776.2511-1.04515.5239-1.95628.54297zm-7.07214-1.9516c-.48483-.1739-.48483-.61095 0-.78484.48484-.1739 1.09417.04464 1.09417.3924 0 .34777-.60933.5663-1.09417.39242zm1.61647.1622c0-.96003-1.04643-1.5633-1.87905-1.0833-.83262.48002-.83262 1.68657 0 2.16658.83262.48003 1.87905-.12325 1.87905-1.08328zm2.7832-1.5749c-1.56482 1.586-.94716 3.5926-.37718 4.49844-.81048 1.3487-2.4039 2.2704-4.25476 2.68995 2.07758 0 3.3002-.53502 4.01108-1.0584.45345-.33478.69924-.66427.8253-.84755 3.0809.19917 7.95862 1.19188 8.43432 1.5129.1907.12925.38776.41424.41742.68758-2.3149-.3242-6.4881-.66534-7.58038-.72255.77552.1102 6.433 1.1813 7.41405 1.43238-.29878.4863-.97895.8306-2.00344.59118.5541.75433-.52125 1.6591-2.01932 1.16116.3295.74056-1.0033 1.40695-2.51938.63567.01907.74055-1.88052.82636-2.63062.0074.01484.09748.10383.28394.14197.36658-.24155 2.1634-2.014 3.50573-3.82885 3.50573-4.44335 0-8.3146-3.60955-8.3146-8.411 0-5.07582 3.75154-8.86443 8.27858-8.86443 2.59354 0 3.7653 2.04157 4.0058 2.81497z\"/></svg>\n </figure>\n </td>\n <td>bower.svg</td>\n <td><code>_includes/icons/simple-icons/bower.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"bower\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Box icon</title><path d=\"M.959 5.523c-.54 0-.959.42-.959.899v7.549a4.59 4.59 0 004.613 4.494 4.717 4.717 0 004.135-2.457c.779 1.438 2.337 2.457 4.074 2.457 2.577 0 4.674-2.037 4.674-4.613.06-2.457-2.037-4.495-4.613-4.495-1.738 0-3.295.959-4.074 2.397-.78-1.438-2.338-2.397-4.135-2.397-1.079 0-2.038.36-2.817.899V6.422a.92.92 0 00-.898-.899zM17.602 9.26a.95.95 0 00-.704.158c-.36.3-.479.899-.18 1.318l2.397 3.116-2.396 3.115c-.3.42-.24.96.18 1.26.419.3 1.016.298 1.316-.122l2.039-2.636 2.096 2.697c.3.36.899.419 1.318.12.36-.3.42-.84.121-1.259l-2.338-3.115 2.338-3.057c.3-.419.298-1.018-.121-1.318-.48-.3-1.019-.24-1.318.18l-2.096 2.576-2.04-2.695c-.149-.18-.373-.3-.612-.338zM4.613 11.154c1.558 0 2.817 1.26 2.817 2.758 0 1.558-1.259 2.756-2.817 2.756-1.558 0-2.816-1.198-2.816-2.756 0-1.498 1.258-2.758 2.816-2.758zm8.27 0c1.558 0 2.816 1.26 2.816 2.758-.06 1.558-1.318 2.756-2.816 2.756-1.558 0-2.817-1.198-2.817-2.756 0-1.498 1.259-2.758 2.817-2.758Z\"/></svg>\n\n </figure>\n </td>\n <td>box.svg</td>\n <td><code>_includes/icons/simple-icons/box.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"box\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Brand.ai icon</title><path d=\"M23.958 11.26C23.58 5.004 18.404.045 12.062.006h-.142C9.68.022 7.584.646 5.795 1.73c-1.652.998-3.043 2.384-4.048 4.033C.76 7.378.15 9.25.023 11.253.008 11.5 0 11.747 0 12c0 .25.01.5.025.746.123 2.003.734 3.873 1.723 5.49 1 1.648 2.384 3.03 4.024 4.033 1.798 1.074 3.897 1.705 6.13 1.72h.18c6.343-.043 11.498-4.99 11.89-11.24.014-.24.03-.496.03-.735s0-.495-.016-.734l-.027-.022zm-11.956 4.38v3.83c.096 2.34-.57 2.73-1.37 2.766-.034 0-.066.003-.1.004-4.556-.645-8.158-4.257-8.784-8.823-.066-.464-.1-.938-.1-1.42 0-.48.034-.953.1-1.418.625-4.56 4.218-8.17 8.77-8.82l.115.01c.8.043 1.465.43 1.37 2.764v3.828c-.01 1.573.895 3.072 1.857 3.64-.962.56-1.868 1.875-1.858 3.634z\"/></svg>\n </figure>\n </td>\n <td>brand-dot-ai.svg</td>\n <td><code>_includes/icons/simple-icons/brand-dot-ai.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"brand-dot-ai\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Brandfolder icon</title><path d=\"M0,23.291h19.601v-2.978H2.98V3.689h16.626v10.911h-1.422l2.908,2.909L24,14.599 h-1.417V0.709H0V23.291z M16.148,13.356c-0.191-0.406-0.432-0.739-0.72-0.997c-0.287-0.258-0.599-0.454-0.933-0.583 c-0.337-0.132-0.641-0.217-0.916-0.254c0.251-0.034,0.496-0.134,0.735-0.296c0.241-0.161,0.455-0.364,0.647-0.609 c0.192-0.247,0.345-0.535,0.458-0.863c0.115-0.33,0.171-0.686,0.171-1.069c0-0.648-0.126-1.186-0.377-1.617 c-0.252-0.432-0.597-0.775-1.033-1.033c-0.436-0.258-0.948-0.44-1.536-0.547c-0.586-0.108-1.21-0.162-1.868-0.162 c-0.754,0-1.382,0.018-1.887,0.054C8.387,5.417,7.944,5.463,7.56,5.525v12.933c0.684,0.083,1.293,0.141,1.834,0.171 c0.539,0.03,1.082,0.044,1.634,0.044c0.718,0,1.404-0.054,2.057-0.162c0.652-0.107,1.227-0.304,1.723-0.592 c0.499-0.288,0.893-0.68,1.187-1.177c0.294-0.498,0.441-1.135,0.441-1.914C16.436,14.253,16.34,13.763,16.148,13.356z M10.165,7.321c0.91-0.111,1.873-0.054,2.301,0.304c0.38,0.317,0.607,0.599,0.607,1.42c0,0.751-0.357,1.195-0.608,1.356 c-0.251,0.161-0.59,0.368-1.403,0.368s-0.897,0-0.897,0V7.321z M13.194,16.001c-0.449,0.39-1.114,0.552-1.816,0.552 c-0.79,0-1.213-0.072-1.213-0.072v-3.737h1.132c0.711,0,1.438,0.126,1.832,0.464c0.509,0.437,0.611,0.895,0.611,1.505 C13.741,15.322,13.528,15.711,13.194,16.001z\"/></svg>\n </figure>\n </td>\n <td>brandfolder.svg</td>\n <td><code>_includes/icons/simple-icons/brandfolder.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"brandfolder\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Brave icon</title><path d=\"M15.68 0l2.096 2.38s1.84-.512 2.709.358c.868.87 1.584 1.638 1.584 1.638l-.562 1.381.715 2.047s-2.104 7.98-2.35 8.955c-.486 1.919-.818 2.66-2.198 3.633-1.38.972-3.884 2.66-4.293 2.916-.409.256-.92.692-1.38.692-.46 0-.97-.436-1.38-.692a185.796 185.796 0 01-4.293-2.916c-1.38-.973-1.712-1.714-2.197-3.633-.247-.975-2.351-8.955-2.351-8.955l.715-2.047-.562-1.381s.716-.768 1.585-1.638c.868-.87 2.708-.358 2.708-.358L8.321 0h7.36zm-3.679 14.936c-.14 0-1.038.317-1.758.69-.72.373-1.242.637-1.409.742-.167.104-.065.301.087.409.152.107 2.194 1.69 2.393 1.866.198.175.489.464.687.464.198 0 .49-.29.688-.464.198-.175 2.24-1.759 2.392-1.866.152-.108.254-.305.087-.41-.167-.104-.689-.368-1.41-.741-.72-.373-1.617-.69-1.757-.69zm0-11.278s-.409.001-1.022.206-1.278.46-1.584.46c-.307 0-2.581-.434-2.581-.434S4.119 7.152 4.119 7.849c0 .697.339.881.68 1.243l2.02 2.149c.192.203.59.511.356 1.066-.235.555-.58 1.26-.196 1.977.384.716 1.042 1.194 1.464 1.115.421-.08 1.412-.598 1.776-.834.364-.237 1.518-1.19 1.518-1.554 0-.365-1.193-1.02-1.413-1.168-.22-.15-1.226-.725-1.247-.95-.02-.227-.012-.293.284-.851.297-.559.831-1.304.742-1.8-.089-.495-.95-.753-1.565-.986-.615-.232-1.799-.671-1.947-.74-.148-.068-.11-.133.339-.175.448-.043 1.719-.212 2.292-.052.573.16 1.552.403 1.632.532.079.13.149.134.067.579-.081.445-.5 2.581-.541 2.96-.04.38-.12.63.288.724.409.094 1.097.256 1.333.256s.924-.162 1.333-.256c.408-.093.329-.344.288-.723-.04-.38-.46-2.516-.541-2.961-.082-.445-.012-.45.067-.579.08-.129 1.059-.372 1.632-.532.573-.16 1.845.009 2.292.052.449.042.487.107.339.175-.148.069-1.332.508-1.947.74-.615.233-1.476.49-1.565.986-.09.496.445 1.241.742 1.8.297.558.304.624.284.85-.02.226-1.026.802-1.247.95-.22.15-1.413.804-1.413 1.169 0 .364 1.154 1.317 1.518 1.554.364.236 1.355.755 1.776.834.422.079 1.08-.4 1.464-1.115.384-.716.039-1.422-.195-1.977-.235-.555.163-.863.355-1.066l2.02-2.149c.341-.362.68-.546.68-1.243 0-.697-2.695-3.96-2.695-3.96s-2.274.436-2.58.436c-.307 0-.972-.256-1.585-.461-.613-.205-1.022-.206-1.022-.206z\"/></svg>\n\n </figure>\n </td>\n <td>brave.svg</td>\n <td><code>_includes/icons/simple-icons/brave.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"brave\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Breaker icon</title><path d=\"M13.556,12.924c0.21,0,0.386,0.017,0.585,0.056c1.043,0.206,1.898,0.964,2.246,1.956 c0.101,0.319,0.234,0.797,0.319,1.125l0.111,0.433l0.446-0.009c3.552-0.075,6.456-2.965,6.456-6.546C23.72,4.513,19.195,0,12.281,0 C9.429,0.009,6.725,1.046,4.678,2.715c-2.683,2.2-4.397,5.543-4.397,9.286c0.002,0.96,0.118,1.926,0.334,2.818 c0.788,3.268,2.91,6.015,5.759,7.628c1.723,0.971,3.784,1.547,5.909,1.553c0.521,0,1.052-0.036,1.554-0.099 c3.126-0.405,5.873-2.012,7.765-4.339l0.124-0.152l-0.24-0.868l-0.463,0.122c-1.436,0.381-2.908,0.578-4.463,0.576 c-1.243,0-2.428-0.128-3.598-0.375c-1.054-0.212-1.911-0.979-2.248-1.98c-0.109-0.315-0.158-0.608-0.156-0.958 c-0.011-0.782,0.257-1.425,0.741-1.975C11.848,13.321,12.656,12.924,13.556,12.924z M12.281,1.125 c6.398,0,10.313,4.11,10.313,8.813c0,2.811-2.168,5.119-4.919,5.397c-0.073-0.261-0.152-0.536-0.219-0.746 C15.715,9.132,11.567,4.907,6.23,2.957C7.965,1.78,10.01,1.118,12.281,1.125z M1.405,12.001c0-3.283,1.455-6.227,3.756-8.223 c4.377,1.403,7.964,4.397,10.058,8.371c-0.272-0.12-0.559-0.212-0.859-0.272c-1.219-0.253-2.511-0.394-3.807-0.394 c-3.24,0.006-6.345,0.859-9.001,2.325C1.454,13.222,1.405,12.625,1.405,12.001z M12.729,19.967 c1.224,0.257,2.526,0.398,3.829,0.398c0.996,0,1.986-0.083,2.948-0.234c-1.519,1.352-3.418,2.282-5.519,2.614 c-0.799-0.938-1.493-1.95-2.072-3.032C12.174,19.822,12.446,19.908,12.729,19.967z M12.645,22.871 c-0.12,0.004-0.242,0.006-0.364,0.006c-1.825,0.006-3.486-0.424-4.994-1.209c0.433-1.907,1.172-3.675,2.171-5.277 c0.034,0.294,0.099,0.587,0.186,0.848C10.314,19.28,11.347,21.202,12.645,22.871z M10.453,13.207 c-1.954,2.19-3.43,4.913-4.176,7.864c-2.143-1.421-3.752-3.582-4.467-6.117c2.586-1.508,5.532-2.351,8.744-2.346 c0.18,0,0.358,0.002,0.536,0.008C10.858,12.79,10.644,12.987,10.453,13.207z\"/></svg>\n </figure>\n </td>\n <td>breaker.svg</td>\n <td><code>_includes/icons/simple-icons/breaker.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"breaker\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Broadcom icon</title><path d=\"M12 0C5.37 0 0 5.37 0 12A12 12 0 0 0 .574 15.62C.848 15.5 1.14 15.36 1.43 15.24C2.8 14.7 4.06 14.88 5.31 15.64C5.31 15.64 5.77 15.92 5.91 16C6.5 16.38 7.05 16.73 7.58 16.73C8.09 16.73 8.59 16.59 8.8 15.61C9.13 14.08 9.94 10.31 10.29 8.45C10.5 7.35 10.61 6.76 10.73 6.36C10.93 5.65 11.31 5.27 11.84 5.21C11.84 5.21 11.93 5.2 12 5.2C12.07 5.2 12.15 5.21 12.15 5.21C12.69 5.27 13.07 5.65 13.28 6.36C13.39 6.76 13.5 7.35 13.71 8.45C14.06 10.31 14.87 14.08 15.2 15.61C15.41 16.59 15.91 16.73 16.42 16.73C16.95 16.73 17.5 16.38 18.09 16C18.23 15.92 18.69 15.64 18.69 15.64C19.95 14.88 21.2 14.7 22.57 15.24C22.87 15.36 23.16 15.5 23.44 15.63A12 12 0 0 0 24 12C24 5.37 18.63 0 12 0M12 9.79C11.6 11.8 11 14.71 10.7 16C10.34 17.7 9.2 18.66 7.58 18.66C6.5 18.66 5.64 18.12 4.88 17.65C4.5 17.4 4.08 17.13 3.63 17A2.32 2.32 0 0 0 2.21 16.97A6.11 6.11 0 0 0 1.27 17.36A12 12 0 0 0 12 24A12 12 0 0 0 22.73 17.35A6.08 6.08 0 0 0 21.79 16.96A2.32 2.32 0 0 0 20.38 16.97C19.92 17.13 19.5 17.4 19.12 17.65C18.36 18.12 17.5 18.66 16.42 18.66C14.8 18.66 13.67 17.7 13.3 16C13 14.71 12 9.79 12 9.79Z\"/></svg>\n\n </figure>\n </td>\n <td>broadcom.svg</td>\n <td><code>_includes/icons/simple-icons/broadcom.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"broadcom\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Buddy icon</title><path d=\"M21.7 5.307L12.947.253a1.892 1.892 0 0 0-1.891 0L2.3 5.306a1.892 1.892 0 0 0-.945 1.638v10.109c0 .675.36 1.3.945 1.637l8.756 5.056a1.892 1.892 0 0 0 1.89 0l8.756-5.055c.585-.338.945-.962.945-1.638V6.945c0-.675-.36-1.3-.945-1.638zm-7.45 7.752l-3.804 3.804-1.351-1.351 3.804-3.805-3.804-3.805 1.351-1.35 3.804 3.804 1.351 1.351-1.35 1.352z\"/></svg>\n </figure>\n </td>\n <td>buddy.svg</td>\n <td><code>_includes/icons/simple-icons/buddy.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"buddy\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Buffer icon</title><path d=\"M23.784 18.24c.287.142.287.267 0 .374l-11.357 5.223c-.287.145-.57.145-.854 0L.213 18.614c-.284-.107-.284-.232 0-.375l2.722-1.23c.284-.14.57-.14.852 0l7.787 3.573c.285.14.57.14.854 0l7.787-3.574c.283-.14.568-.14.852 0l2.717 1.23zm0-6.454c.287.143.287.285 0 .426L12.427 17.44c-.287.104-.57.104-.854 0L.213 12.21c-.284-.143-.284-.284 0-.426l2.722-1.227c.284-.144.57-.144.852 0l7.787 3.57c.285.144.57.144.854 0l7.787-3.57c.283-.144.568-.144.852 0l2.717 1.226zM.214 5.76c-.285-.143-.285-.267 0-.375L11.574.16c.283-.14.57-.14.852 0l11.358 5.23c.287.107.287.232 0 .375l-11.357 5.223c-.287.143-.57.143-.854 0L.213 5.76z\"/></svg>\n </figure>\n </td>\n <td>buffer.svg</td>\n <td><code>_includes/icons/simple-icons/buffer.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"buffer\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Bugsnag icon</title><path d=\"M12 24c-4.596 0-8.336-3.74-8.336-8.336v-4.135a.62.62 0 01.62-.62h2.957L7.23 1.337 4.903 2.77v5.45a.62.62 0 01-1.24 0V2.7c0-.384.204-.749.53-.95L6.773.166a1.114 1.114 0 011.699.949l.01 9.796h3.52a4.759 4.759 0 014.753 4.754 4.759 4.759 0 01-4.753 4.753 4.759 4.759 0 01-4.754-4.753l-.003-3.515H4.903v3.515c0 3.912 3.183 7.097 7.097 7.097a7.104 7.104 0 007.097-7.097c0-3.915-3.184-7.098-7.097-7.098h-1.076a.62.62 0 010-1.24H12c4.596 0 8.336 3.74 8.336 8.336S16.596 24 12 24zM8.482 12.15l.004 3.514A3.518 3.518 0 0012 19.178a3.518 3.518 0 003.514-3.514A3.518 3.518 0 0012 12.149zm4.513 3.514a.995.995 0 01-.995.994.995.995 0 01-.995-.994.995.995 0 01.995-.995.995.995 0 01.995.995Z\"/></svg>\n\n </figure>\n </td>\n <td>bugsnag.svg</td>\n <td><code>_includes/icons/simple-icons/bugsnag.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"bugsnag\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Bulma icon</title><path d=\"M11.25 0l-6 6 -1.5 10.5 7.5 7.5 9 -6 -6 -6 4.5 -4.5 -7.5 -7.5Z\"/></svg>\n\n </figure>\n </td>\n <td>bulma.svg</td>\n <td><code>_includes/icons/simple-icons/bulma.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"bulma\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>Buy Me A Coffee icon</title><path d=\"M6.898 0L5.682 2.799H3.877v2.523h.695L5.277 9.8H4.172l1.46 8.23.938-.01L7.512 24h8.918l.062-.4.88-5.58.888.01 1.46-8.231h-1.056l.705-4.477h.756V2.8h-1.918L16.99 0H6.898zm.528.805h9.043l.771 1.78H6.652l.774-1.78zm-2.75 2.797H19.32v.92H4.676v-.92zm.453 6.998h13.635l-1.176 6.62-5.649-.06-5.636.06-1.174-6.62z\"/></svg>\n </figure>\n </td>\n <td>buymeacoffee.svg</td>\n <td><code>_includes/icons/simple-icons/buymeacoffee.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"buymeacoffee\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>BuzzFeed icon</title><path d=\"M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12zm-4.148-.273l-.977-6.94-6.5 2.624 2.575 1.487-2.435 4.215L8.3 10.68l-4.153 7.19 2.327 1.346 2.812-4.868L13.5 16.78l3.777-6.54 2.575 1.487z\"/></svg>\n </figure>\n </td>\n <td>buzzfeed.svg</td>\n <td><code>_includes/icons/simple-icons/buzzfeed.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"buzzfeed\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>C icon</title><path d=\"M17.023 9.216s-.386-3.293-3.955-3.385c-3.57-.091-5.402 2.47-5.402 6.13 0 3.66 2.026 6.588 5.498 6.588 3.473 0 3.86-3.66 3.86-3.66l6.656.366s.391 3.306-2.394 5.828C18.5 23.605 15.082 24.017 12.694 24c-2.388-.018-5.698.034-8.9-2.969C.595 18.03.05 15.113.05 12.248c0-2.866.607-6.661 4.414-9.54C7.05.754 9.673.033 12.296.033 23.246.032 23.98 9.28 23.98 9.28z\"/></svg>\n\n </figure>\n </td>\n <td>c.svg</td>\n <td><code>_includes/icons/simple-icons/c.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"c\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>CakePHP icon</title><path d=\"M0 13.875v3.745c0 2.067 5.37 3.743 12 3.743V17.62c-6.63 0-12-1.68-12-3.743v-.002zm21.384 2.333L12 13.875v3.745l9.384 2.333C23.02 19.313 24 18.503 24 17.62v-3.745c0 .882-.98 1.692-2.616 2.333zM12 10.133v3.742c-6.627 0-12-1.677-12-3.744V6.38c0-2.064 5.37-3.743 12-3.743 6.625 0 12 1.68 12 3.744v3.75c0 .883-.98 1.69-2.616 2.334L12 10.13v.003z\"/></svg>\n </figure>\n </td>\n <td>cakephp.svg</td>\n <td><code>_includes/icons/simple-icons/cakephp.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"cakephp\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Campaign Monitor icon</title><path d=\"M23.836 4.27c-.29-.413-.86-.515-1.273-.226L.163 19.73c.167.235.437.39.747.39h22.18c.503 0 .91-.41.91-.914V4.78c-.004-.176-.058-.352-.164-.51zm-22.4-.226c-.413-.29-.982-.19-1.272.226-.107.154-.162.332-.164.51v14.45l10.664-8.736-9.227-6.45v-.002z\"/></svg>\n </figure>\n </td>\n <td>campaignmonitor.svg</td>\n <td><code>_includes/icons/simple-icons/campaignmonitor.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"campaignmonitor\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Canva icon</title><path d=\"M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zM6.962 7.68c.754 0 1.337.549 1.405 1.2.069.583-.171 1.097-.822 1.406-.343.171-.48.172-.549.069-.034-.069 0-.137.069-.206.617-.514.617-.926.548-1.508-.034-.378-.308-.618-.583-.618-1.2 0-2.914 2.674-2.674 4.629.103.754.549 1.646 1.509 1.646.308 0 .65-.103.96-.24.5-.264.799-.47 1.097-.8-.073-.885.704-2.046 1.851-2.046.515 0 .926.205.96.583.068.514-.377.582-.514.582s-.378-.034-.378-.17c-.034-.138.309-.07.275-.378-.035-.206-.24-.274-.446-.274-.72 0-1.131.994-1.029 1.611.035.275.172.549.447.549.205 0 .514-.31.617-.755.068-.308.343-.514.583-.514.102 0 .17.034.205.171v.138c-.034.137-.137.548-.102.651 0 .069.034.171.17.171.092 0 .436-.18.777-.459.117-.59.253-1.298.253-1.357.034-.24.137-.48.617-.48.103 0 .171.034.205.171v.138l-.136.617c.445-.583 1.097-.994 1.508-.994.172 0 .309.102.309.274 0 .103 0 .274-.069.446-.137.377-.309.96-.412 1.474 0 .137.035.274.207.274.171 0 .685-.206 1.096-.754l.007-.004c-.002-.068-.007-.134-.007-.202 0-.411.035-.754.104-.994.068-.274.411-.514.617-.514.103 0 .205.069.205.171 0 .035 0 .103-.034.137-.137.446-.24.857-.24 1.269 0 .24.034.582.102.788 0 .034.035.069.07.069.068 0 .548-.445.89-1.028-.308-.206-.48-.549-.48-.96 0-.72.446-1.097.858-1.097.343 0 .617.24.617.72 0 .308-.103.65-.274.96h.102a.77.77 0 0 0 .584-.24.293.293 0 0 1 .134-.117c.335-.425.83-.74 1.41-.74.48 0 .924.205.959.582.068.515-.378.618-.515.618l-.002-.002c-.138 0-.377-.035-.377-.172 0-.137.309-.068.274-.376-.034-.206-.24-.275-.446-.275-.686 0-1.13.891-1.028 1.611.034.275.171.583.445.583.206 0 .515-.308.652-.754.068-.274.343-.514.583-.514.103 0 .17.034.205.171 0 .069 0 .206-.137.652-.17.308-.171.48-.137.617.034.274.171.48.309.583.034.034.068.102.068.102 0 .069-.034.138-.137.138-.034 0-.068 0-.103-.035-.514-.205-.72-.548-.789-.891-.205.24-.445.377-.72.377-.445 0-.89-.411-.96-.926a1.609 1.609 0 0 1 .075-.649c-.203.13-.422.203-.623.203h-.17c-.447.652-.927 1.098-1.27 1.303a.896.896 0 0 1-.377.104c-.068 0-.171-.035-.205-.104-.095-.152-.156-.392-.193-.667-.481.527-1.145.805-1.453.805-.343 0-.548-.206-.582-.55v-.376c.102-.754.377-1.2.377-1.337a.074.074 0 0 0-.069-.07c-.24 0-1.028.824-1.166 1.373l-.103.445c-.068.309-.377.515-.582.515-.103 0-.172-.035-.206-.172v-.137l.046-.233c-.435.31-.87.508-1.075.508-.308 0-.48-.172-.514-.412-.206.274-.445.412-.754.412-.352 0-.696-.24-.862-.593-.244.275-.523.553-.852.764-.48.309-1.028.549-1.68.549-.582 0-1.097-.309-1.371-.583-.412-.377-.651-.96-.686-1.509-.205-1.68.823-3.84 2.4-4.8.378-.205.755-.343 1.132-.343zm9.77 3.291c-.104 0-.172.172-.172.343 0 .274.137.583.309.755a1.74 1.74 0 0 0 .102-.583c0-.343-.137-.515-.24-.515z\"/></svg>\n </figure>\n </td>\n <td>canva.svg</td>\n <td><code>_includes/icons/simple-icons/canva.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"canva\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Cash App icon</title><path d=\"M23.59 3.47A5.1 5.1 0 0 0 20.54.42C19.23 0 18.04 0 15.62 0H8.36c-2.4 0-3.61 0-4.9.4A5.1 5.1 0 0 0 .41 3.46C0 4.76 0 5.96 0 8.36v7.27c0 2.41 0 3.6.4 4.9a5.1 5.1 0 0 0 3.05 3.05c1.3.41 2.5.41 4.9.41h7.28c2.41 0 3.61 0 4.9-.4a5.1 5.1 0 0 0 3.06-3.06c.41-1.3.41-2.5.41-4.9V8.38c0-2.41 0-3.61-.41-4.91zM17.42 8.1l-.93.93a.5.5 0 0 1-.67.01 5 5 0 0 0-3.22-1.18c-.97 0-1.94.32-1.94 1.21 0 .9 1.04 1.2 2.24 1.65 2.1.7 3.84 1.58 3.84 3.64 0 2.24-1.74 3.78-4.58 3.95l-.26 1.2a.49.49 0 0 1-.48.39H9.63l-.09-.01a.5.5 0 0 1-.38-.59l.28-1.27a6.54 6.54 0 0 1-2.88-1.57v-.01a.48.48 0 0 1 0-.68l1-.97a.49.49 0 0 1 .67 0c.91.86 2.13 1.34 3.39 1.32 1.3 0 2.17-.55 2.17-1.42 0-.87-.88-1.1-2.54-1.72-1.76-.63-3.43-1.52-3.43-3.6 0-2.42 2.01-3.6 4.39-3.71l.25-1.23a.48.48 0 0 1 .48-.38h1.78l.1.01c.26.06.43.31.37.57l-.27 1.37c.9.3 1.75.77 2.48 1.39l.02.02c.19.2.19.5 0 .68z\"/></svg>\n </figure>\n </td>\n <td>cashapp.svg</td>\n <td><code>_includes/icons/simple-icons/cashapp.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"cashapp\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Cassandra icon</title><path d=\"M17.51 6.535c-.002.003-.247.256-.387.408-.366.397-.92.975-1.312 1.12h-.004c-.052-.018-.103-.035-.159-.05l.704-1.425-.008.012c-.022.043-.719 1.415-1.666 1.218l-.002.002c-.014-.003-.026.002-.04-.002.455-.58.63-1.113.63-1.113s-.756 1.213-1.69.885a.075.075 0 0 1-.049-.047.153.153 0 0 1 0-.08c.01-.041.04-.092.067-.14.095-.176.256-.368.256-.368s-.156.152-.366.295l-.002.002c-.157.107-.345.208-.52.236a.512.512 0 0 1-.167 0c-.214-.037-.208-.25-.149-.455v-.002c.06-.204.174-.4.174-.4s-.19.298-.398.588c-.16.223-.311.396-.416.474l-.12.004c-.063-.176.1-.756.1-.76a4.983 4.983 0 0 1-.314.446 1.73 1.73 0 0 1-.34.336h-.027c-.082.007-.16.02-.239.031a.208.208 0 0 1-.064-.125c-.042-.268.123-.756.125-.762-.002.006-.09.26-.21.502v.004c-.032.067-.07.12-.107.178-.086.136-.176.244-.261.219-.127-.038-.202-.202-.246-.356-.044-.154-.057-.299-.057-.299s-.031.251-.117.485a.799.799 0 0 1-.145.265c-.024.027-.057.036-.086.055a12.55 12.55 0 0 0-2.617.764c-.223.082-.446.158-.674.256-.75.32-1.529.726-2.343 1.248a21.33 21.33 0 0 0-2.56 1.945c-.448.393-.906.82-1.376 1.29 3.558-1.917 4.97-4.743 11.633-4.995 5.044-.191 7.4 2.137 8.178 2.17 1.956.083 3.257-1.4 3.672-1.946.112-.142.179-.237.183-.244-.01.011-.328.373-.781.721l-.006.004c-.46.351-1.05.68-1.576.6h-.002c-.068-.01-.138-.007-.203-.032.743-.434 1.236-1.19 1.482-1.595.076-.125.233-.36.233-.36S21.395 9.53 20.094 9.41l-.002.002c-.051-.005-.105.007-.155-.004.567-.446.985-1.044 1.278-1.55v-.003h.002c.317-.548.482-.985.484-.992-.005.008-.326.498-.766 1.037l-.01.01c-.44.54-.998 1.121-1.464 1.299-.07.026-.14.066-.205.072 1.085-.959 1.539-2.322 1.539-2.322s-1.097 1.595-2.026 1.889c-.056.017-.114.047-.17.054.568-.512.869-.92 1.057-1.24V7.66c.238-.404.281-.65.281-.65l-.004.004a9.379 9.379 0 0 1-.271.334l-.016.017c-.255.3-.645.733-1.045 1.078l-.005.004a4.147 4.147 0 0 1-.32.248c-.03.021-.06.046-.089.065a1.7 1.7 0 0 1-.273.138c-.022.01-.044.022-.065.03-.068-.045-.132-.092-.205-.135-.046.06-.096.117-.142.176H17.5c-.02-.006-.044-.006-.063-.016.858-.934 1.44-2.119 1.44-2.119l-.004.004c-.008.01-1.193 1.61-1.73 1.71-.07-.035-.14-.07-.215-.103a.5.5 0 0 1 .044-.162c.122-.284.465-.717.465-.717s-.093.07-.123.096a4.25 4.25 0 0 1-.304.238c-.056.04-.114.072-.172.108-.064.04-.127.076-.188.105a.71.71 0 0 1-.263.086c-.043 0-.082-.005-.11-.027.453-.277 1.228-1.628 1.233-1.637zm-4.79 2.166a15.081 15.081 0 0 0-.913.006c-.286.01-.55.033-.817.053l-.002.002c-.28.123-.547.268-.783.459a.427.427 0 0 1 .035.168.431.431 0 0 1-.047.19l.885.642.022-.014-.36-1.264.623 1.114c.02-.008.042-.014.063-.02l-.02-1.236.397 1.162.476-1.149.018 1.268c.004.002.007.006.012.008l.712-1.006-.363 1.219.008.01 1.041-.692-.758 1.05v.007l.95-.34c.013-.017.03-.03.042-.047a.394.394 0 0 1 .395-.63c.119-.245.209-.504.268-.77a13.15 13.15 0 0 0-1.883-.19zm-2.507.133l-.02.002c-.308.036-.606.078-.892.125-.287.047-.562.1-.824.16l-.014.002c.115.388.294.756.531 1.08.108-.239.244-.461.402-.662a.436.436 0 0 1 .569-.557c.077-.058.166-.099.248-.15zm4.46.092a3.183 3.183 0 0 1-.163.826.394.394 0 0 1-.328.68 3.171 3.171 0 0 1-.55.63l.661.034-.994.236c-.026.018-.046.042-.072.059a3.194 3.194 0 0 1 1.537.691c.32-.574.504-1.235.504-1.94 0-.535-.237-.928-.594-1.216zm-6.318.226c-.296.07-.58.147-.85.23a1.462 1.462 0 0 0-.212.76c0 1.622.968 3.016 2.357 3.64l.002-.012a3.197 3.197 0 0 1-.58-.79.572.572 0 0 1-.336-1.078 3.18 3.18 0 0 1 .139-1.39 3.16 3.16 0 0 1-.52-1.36zm7.631.026c.14.41.225.842.225 1.293 0 2.44-2.203 4.418-4.92 4.418s-4.92-1.979-4.92-4.418c0-.236.023-.468.063-.694-.777.327-1.45.706-2.075 1.112-.214.388-.318.793-.283 1.2.085.985.951 1.807 2.274 2.364l-.256-.068c-2.29-.646-4.107.503-6.094-.494.46.364.984.717 2.498.722.513.002 2.158-.08 2.461.186.303.265-1.021 1.514-1.021 1.514s2.24-1.897 2.458-1.25c.137.402-.642 1.476-.642 1.476s.783-1.06 1.363-1.287c.4-.156.735-.136 1.022.266.19.265-.909 1.552-.909 1.552s1.476-1.439 1.74-1.363c.266.076 0 1.363 0 1.363s.545-1.306.835-1.402c.397-.133-.909 3.03-.909 3.03s1.595-2.925 1.893-2.991c.51-.114.852 2.043.852 2.043s-.249-1.885.02-2.006c1.694-.767.718 3.256.718 3.256s1.109-2.73.428-3.336C14.605 16.856 14.385 19 14.385 19s.472-1.02-.854-3.53c.72-.037 1.8 1.864 1.8 1.864s-1.173-2.081-.378-2.12c1.58-.074 1.74 2.765 1.74 2.765s.474-.398-.795-3.18c.808-.518 2.764 2.574 2.764 2.574s-1.804-3.017-1.514-3.219c.29-.202 1.35.96 1.35.96s-.808-1.11-.594-1.223c.215-.114 2.362 2.207 2.362 2.207s-1.895-2.271-1.567-2.55c.328-.277 1.717.784 1.717.784s-2.134-1.4-1.717-1.617c.58-.301 2.235.72 2.235.72s-.996-.82-.832-1.02c.164-.203 2.119 1.286 2.119 1.286s-1.728-1.364-1.817-1.705c-.088-.34 1.362.115 1.362.115s-1.602-.744-1.627-.959c-.026-.214 1.06.239 1.06.239s-1.49-1.224-1.855-.227c-.084.159-.187.3-.283.45.093-.27.135-.543.11-.82a1.87 1.87 0 0 0-.052-.28c-.683-.367-1.701-.933-3.133-1.336zm-5.83.455a.427.427 0 0 1-.508.164c-.054.073-.1.152-.148.23l1.277.471c.011-.014.02-.03.032-.043zm-.658.396c-.094.155-.18.316-.244.489.12.128.26.235.396.343l.922-.029.002-.004zm4.186.541l-.606.463.053.002c.201-.132.383-.29.553-.465zm-4.534.291c-.002.012-.007.023-.01.035a2.88 2.88 0 0 0-.048.958.567.567 0 0 1 .451.474l.937-.601c-.085-.03-.17-.06-.251-.096l-1.051-.076.638-.139a3.198 3.198 0 0 1-.666-.555zm.793.211c.138.086.28.16.43.223l.115-.024c0-.019.005-.037.006-.056zm3.12.68l.916.9-1.198-.466.703 1.078-1.072-.832-.012.006.346 1.279-.596-1.135-.097 1.33-.403-1.326-.47 1.262.113-1.36-.016-.007-.812 1.152.297-1.11a3.298 3.298 0 0 0-.793 1.19c.095.102.196.198.302.289a3.984 3.984 0 0 0 4.352-1.688 3.398 3.398 0 0 0-1.26-.539zm-2.436.223l-1.078.39c.001.018.01.033.01.051a.57.57 0 0 1-.184.42c.102.217.228.423.375.615a3.2 3.2 0 0 1 .32-.635l-.295.239zm3.633 2.79c-.186.049-.37.097-.56.137.192-.04.374-.09.56-.136zM13.172 15c-.114.02-.225.046-.34.063-.202.029-.391.042-.586.062.315-.033.624-.074.926-.125zm-1.35.17c-.11.008-.215.007-.324.012.11-.007.214-.003.324-.012z\"/></svg>\n </figure>\n </td>\n <td>cassandra.svg</td>\n <td><code>_includes/icons/simple-icons/cassandra.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"cassandra\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Castbox icon</title><path d=\"M12 0c-.29 0-.58.068-.812.206L2.417 5.392c-.46.272-.804.875-.804 1.408v10.4c0 .533.344 1.135.804 1.407l8.77 5.187c.465.275 1.162.275 1.626 0l8.77-5.187c.46-.272.804-.874.804-1.407V6.8c0-.533-.344-1.136-.804-1.408L12.813.206A1.618 1.618 0 0012 0zm-.85 8.304c.394 0 .714.303.714.676v2.224c0 .207.191.375.427.375s.428-.168.428-.375V9.57c0-.373.32-.675.713-.675.394 0 .712.302.712.675v4.713c0 .374-.318.676-.712.676-.394 0-.713-.302-.713-.676v-1.31c0-.206-.192-.374-.428-.374s-.427.168-.427.374v1.226c0 .374-.32.676-.713.676-.394 0-.713-.302-.713-.676v-1.667c0-.207-.192-.375-.428-.375-.235 0-.427.168-.427.375v3.31c0 .373-.319.676-.712.676-.394 0-.713-.303-.713-.676v-2.427c0-.206-.191-.374-.428-.374-.235 0-.427.168-.427.374v.178a.71.71 0 01-.712.708.71.71 0 01-.713-.708v-2.123a.71.71 0 01.713-.708.71.71 0 01.712.708v.178c0 .206.192.373.427.373.237 0 .428-.167.428-.373v-1.53c0-.374.32-.676.713-.676.393 0 .712.303.712.676v.646c0 .206.192.374.427.374.236 0 .428-.168.428-.374V8.98c0-.373.319-.676.713-.676zm4.562 2.416c.393 0 .713.302.713.676v2.691c0 .374-.32.676-.713.676-.394 0-.712-.303-.712-.676v-2.691c0-.374.319-.676.712-.676zm2.28 1.368c.395 0 .713.303.713.676v.67c0 .374-.318.676-.712.676-.394 0-.713-.302-.713-.675v-.67c0-.374.32-.677.713-.677Z\"/></svg>\n </figure>\n </td>\n <td>castbox.svg</td>\n <td><code>_includes/icons/simple-icons/castbox.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"castbox\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Castorama icon</title><path d=\"M8.91 16.106c-2.129 0-3.659-1.794-3.659-4.266 0-2.148 1.468-4.095 3.488-4.095 2.275 0 3.545 1.857 3.545 1.857l2.939-3.298c-.91-1.062-2.598-2.882-6.503-2.882-4.388 0-8.209 3.489-8.209 8.456 0 4.766 3.475 8.532 8.266 8.532 3.855 0 5.572-2.017 6.54-3.129l-2.831-2.969c0 .001-1.415 1.794-3.576 1.794zM18.283 0v9.988h-2.064a1.92 1.92 0 1 0 0 3.84h2.064V24h5.205V0h-5.205z\"/></svg>\n </figure>\n </td>\n <td>castorama.svg</td>\n <td><code>_includes/icons/simple-icons/castorama.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"castorama\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Castro icon</title><path d=\"M12 0C5.372 0 0 5.373 0 12s5.372 12 12 12c6.627 0 12-5.373 12-12S18.627 0 12 0zm-.002 13.991a2.052 2.052 0 1 1 0-4.105 2.052 2.052 0 0 1 0 4.105zm4.995 4.853l-2.012-2.791a5.084 5.084 0 1 0-5.982.012l-2.014 2.793A8.526 8.526 0 0 1 11.979 3.42a8.526 8.526 0 0 1 8.526 8.526 8.511 8.511 0 0 1-3.512 6.898z\"/></svg>\n </figure>\n </td>\n <td>castro.svg</td>\n <td><code>_includes/icons/simple-icons/castro.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"castro\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>CD Projekt icon</title><path d=\"M18.942,20.154c-0.687,0.323-1.719,0.302-2.986-0.072l0.213,0.547l-0.389-0.226l-1.537-0.907h0.001 l-0.033-0.158C14.783,19.509,17.746,20.507,18.942,20.154z M7.929,22.045c-0.127,0.229,0.179,0.645,0.179,0.645 c-0.687-0.534-1.276,0.346-1.276,0.346c-0.039-0.385,0.397-0.669,0.397-0.669c-0.715,0.113-1.549,0.78-1.549,0.78 c-0.097-0.333,0.319-0.556,0.319-0.556c0-0.263,0.361-0.236,0.763-0.347c0.272-0.074,0.679-0.186,0.919-0.252 c0.005-0.004,0.007-0.01,0.011-0.013c0-0.002,0.303-0.348,0.671-0.745c0.291-0.31,0.614-0.648,0.868-0.88 c0.118,0.018,0.226,0.031,0.294,0.037c-0.243,0.199-0.651,0.62-0.999,0.994C8.266,21.665,8.039,21.921,7.929,22.045z M10.168,14.083 l8.822,6.05c-0.013,0.007-0.029,0.011-0.042,0.018c-0.008-0.004-0.163-0.064-0.328-0.129c-0.081-0.033-0.178-0.072-0.29-0.118 h-0.001c-0.005-0.002-0.012-0.005-0.019-0.009c-0.772-0.317-2.27-0.951-4.634-2.041c-2.4-1.112-3.815-1.798-5.028-2.388l0.001,0.002 c0,0-0.001-0.002-0.002-0.002l4.363,3.974l0.006,0.004l0.011,0.011h0.002l0.256,0.211l-1.153,0.348 c-0.001-0.006-0.005-0.013-0.006-0.018c-0.006-0.016-0.011-0.033-0.017-0.051c-0.003-0.008-0.006-0.017-0.009-0.025 c-0.006-0.017-0.012-0.033-0.018-0.05c-0.003-0.007-0.006-0.015-0.009-0.023c-0.011-0.023-0.021-0.047-0.032-0.073l-0.202,0.094 c0.09,0.197,0.121,0.356,0.121,0.482c-0.001,0.16-0.064,0.282-0.109,0.353c-0.025,0.037-0.07,0.086-0.071,0.086l0.064,0.088 c-0.004,0.011-0.008,0.023-0.014,0.035c-0.341,0.545-0.652,1.308-0.786,1.653c-0.044,0.114-0.069,0.183-0.069,0.183 c0,0,0,0.002-0.001,0.005c0.227,0.009,0.767,0.073,0.627,0.504l-0.122,0.444c-0.268-0.478-0.154-0.606-0.154-0.606 C10.544,22.894,8.968,24,8.968,24c0.052-0.411,0.506-0.697,0.768-0.847c-0.221-0.026-0.494,0.165-0.64,0.283 c0.137-0.27,0.335-0.433,0.539-0.522c-0.002-0.002-0.002-0.002-0.003-0.004c0.359-0.135,0.712-0.069,0.753-0.029l-0.002,0.001 c0.122-0.038,0.131-0.043,0.241-0.068c0.036-0.026,0.071-0.112,0.088-0.158c0.001-0.005,0.363-1.014,0.81-1.774 c-0.217-0.021-0.388-0.274-0.388-0.581c0-0.018,0.001-0.037,0.002-0.055c-0.475,0.069-0.973,0.088-1.484,0.043 c-0.016,0-0.032-0.003-0.049-0.005c0,0.001,0,0.001,0,0.001c-0.024-0.002-0.131-0.012-0.262-0.029 c-0.945-0.128-1.803-0.45-2.507-0.911l0.002,0.01c0,0-1.279-0.682-1.551-2.233l-0.309,0.195c0-1.39,0.238-2.365,0.563-3.111 l-0.38,0.037l0.38-0.534c-0.05,0.103-0.096,0.212-0.143,0.332l0.233-0.039c0,0,0,0,0-0.002c0.047-0.096,0.092-0.184,0.138-0.27 c0.092-0.169,0.188-0.328,0.295-0.484c0.024-0.035,0.069-0.098,0.111-0.152c0.062-0.08,0.147-0.179,0.204-0.245 c0.051-0.06,0.166-0.172,0.22-0.221c0.041-0.037,0.114-0.096,0.147-0.12l-0.229,1.072c0.669-0.832,1.912-2.075,2.535-2.665 c-0.118-0.222-0.248-0.418-0.386-0.581L8.08,10.763l-0.025,0.019c0,0-0.416,0.314-0.565,0.412c-0.409,0.267-0.706-0.07-0.722-0.09 c0.088,0.074,0.201,0.12,0.328,0.12c0.14,0,0.267-0.055,0.357-0.144c0.092-0.088,0.147-0.209,0.147-0.343 c0-0.068-0.014-0.132-0.038-0.191c-0.044-0.097-0.12-0.178-0.214-0.23H7.35c0,0-0.104-0.06-0.082-0.158 c0.022-0.099,0.206-0.291,0.206-0.291l0.225-0.229l0.36-0.367l0.777-0.79c0.047-0.052,0.077-0.087,0.077-0.087L8.231,8.686 L8.229,8.68c0-0.009,0.006-0.037,0.053-0.123c0.065-0.119,0.22-0.335,0.224-0.343l0.001-0.001L7.242,9.117c0-0.001,0-0.001,0-0.002 c0.074-0.35,0.824-1.365,0.858-1.412L7.27,8.464c0-0.002-0.001-0.004-0.003-0.006C7.224,8.2,7.638,7.317,7.695,7.197 C7.697,7.193,7.698,7.19,7.7,7.187C7.398,7.488,7.18,7.815,7.173,7.823c0-0.291,0.223-0.709,0.223-0.709 C7.332,7.176,7.272,7.242,7.214,7.307C6.346,8.285,6.095,9.429,6.027,9.873c0,0,0,0.001-0.001,0.001 C5.881,9.963,5.97,9.854,5.9,10.022c-0.256,0.073-0.47,0.202-0.642,0.346c-0.287,0.237-0.459,0.511-0.513,0.605 c0.034-0.043,0.07-0.083,0.105-0.119C5.38,10.3,5.992,10.36,5.992,10.36s0.682,1.26,0.542,1.405 c-0.015,0.015-0.039,0.017-0.072,0.006c-0.09-0.031-0.149-0.017-0.182,0.024c-0.105,0.117-0.009,0.454-0.008,0.462l-1.809-0.778 c0.858-0.318,1.47-0.1,1.47-0.1c0,0.212,0.48,0.184,0.48,0.184s0,0,0-0.001h0.001c0-0.196-0.365-0.43-0.365-0.43 s-0.327,0.136-0.716,0c-0.077-0.027-0.161-0.038-0.242-0.034C5.02,11.1,4.946,11.115,4.874,11.136 c-0.206,0.059-0.357,0.174-0.357,0.174v-0.001L4.515,11.31l1.131-4.139l0.119,1.591L8.06,3.367l0.039,4.037L14.354,0l-3.847,8.316 l0.023,0.041l2.713-1.954l-0.573,1.149l3.793-1.481l-3.539,2.585l6.612-0.81l-8.021,3.471l4.105-1.001L10.168,14.083z M11.512,11.319l0.001,0l-0.001-0.004C11.512,11.316,11.512,11.317,11.512,11.319z M9.515,12.181 c-0.095-0.395-0.223-0.757-0.371-1.076L8.2,13.182L9.515,12.181z M7.215,11.087c0.208-0.071,0.314-0.308,0.239-0.529l-0.208,0.071 c0.013,0.031,0.022,0.064,0.022,0.099c0,0.031-0.005,0.06-0.017,0.086l0.095,0.057c-0.032,0.051-0.081,0.095-0.141,0.12 c-0.036,0.016-0.074,0.022-0.112,0.022c-0.122,0-0.236-0.074-0.286-0.195c-0.004-0.01-0.01-0.022-0.012-0.034l-0.092,0.03 C6.778,11.038,7.008,11.158,7.215,11.087z\"/></svg>\n </figure>\n </td>\n <td>cdprojekt.svg</td>\n <td><code>_includes/icons/simple-icons/cdprojekt.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"cdprojekt\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Celery icon</title><path d=\"M2.303 0A2.298 2.298 0 0 0 0 2.303v19.394A2.298 2.298 0 0 0 2.303 24h19.394A2.298 2.298 0 0 0 24 21.697V2.303A2.298 2.298 0 0 0 21.697 0zm8.177 3.072c4.098 0 7.028 1.438 7.68 1.764l-1.194 2.55c-2.442-1.057-4.993-1.41-5.672-1.41-1.574 0-2.17.922-2.17 1.763v8.494c0 .869.596 1.791 2.17 1.791.679 0 3.23-.38 5.672-1.41l1.194 2.496c-.435.271-3.637 1.818-7.68 1.818-1.112 0-4.64-.244-4.64-4.64V7.713c0-4.397 3.528-4.64 4.64-4.64z\" /></svg>\n </figure>\n </td>\n <td>celery.svg</td>\n <td><code>_includes/icons/simple-icons/celery.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"celery\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" ><title>CentOS icon</title><path d=\"M12.076.066L8.883 3.28H3.348v5.434L0 12.01l3.349 3.298v5.39h5.374l3.285 3.236 3.285-3.236h5.43v-5.374L24 12.026l-3.232-3.252V3.321H15.31zm0 .749l2.49 2.506h-1.69v6.441l-.8.805-.81-.815V3.28H9.627zm-8.2 2.991h4.483L6.485 5.692l4.253 4.279v.654H9.94L5.674 6.423l-1.798 1.77zm5.227 0h1.635v5.415l-3.509-3.53zm4.302.043h1.687l1.83 1.842-3.517 3.539zm2.431 0h4.404v4.394l-1.83-1.842-4.241 4.267h-.764v-.69l4.261-4.287zm2.574 3.3l1.83 1.843v1.676h-5.327zm-12.735.013l3.515 3.462H3.876v-1.69zM3.348 9.454v1.697h6.377l.871.858-.782.77H3.35v1.786L.753 12.01zm17.42.068l2.488 2.503-2.533 2.55v-1.796h-6.41l-.75-.754.825-.83h6.38zm-9.502.978l.81.815.186-.188.614-.618v.686h.768l-.825.83.75.754h-.719v.808l-.842-.83-.741.73v-.707h-.7l.781-.77-.188-.186-.682-.672h.788zm-7.39 2.807h5.402l-3.603 3.55-1.798-1.772zm6.154 0h.708v.7l-4.404 4.338 1.852 1.824h-4.31v-4.342l1.798 1.77zm3.348 0h.715l4.317 4.343.186-.187 1.599-1.61v4.316h-4.366l1.853-1.825-.188-.185-4.116-4.054zm1.46 0h5.357v1.798l-1.785 1.796zm-2.83.191l.842.829v6.37h1.691l-2.532 2.495-2.533-2.495h1.79V14.23zm-1.27 1.251v5.42H8.939l-1.852-1.823zm2.64.097l3.552 3.499-1.853 1.825h-1.7z\"/></svg>\n </figure>\n </td>\n <td>centos.svg</td>\n <td><code>_includes/icons/simple-icons/centos.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"centos\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Cesium icon</title><path d=\"M23.0283 10.216c-.3959 0-.7785.22-1.0792.6168l-3.7755 4.994c-.625.8275-1.5128 1.3012-2.4355 1.3012h-.0143c-.9236 0-1.8115-.4737-2.4355-1.3012l-3.7754-4.994c-.2998-.3969-.6823-.6168-1.0802-.6168-.3949 0-.7795.22-1.0781.6168l-3.7765 4.994c-.621.8204-1.4996 1.294-2.414 1.3012C3.088 21.186 7.2113 24 12.0004 24 18.6268 24 24 18.6276 24 12.001c0-.4705-.0338-.9308-.086-1.382-.2638-.2598-.5697-.403-.8857-.403m-7.019-2.5972c-.6936 0-1.2542-.5616-1.2542-1.2541s.5606-1.2541 1.2541-1.2541c.6925 0 1.254.5616 1.254 1.254s-.5615 1.2542-1.254 1.2542M12.0005 0C5.3732 0 0 5.3714 0 12.001c0 1.0536.1504 2.0704.406 3.0463.2272.175.4788.2762.7366.2762.3979 0 .7804-.2189 1.0812-.6138l3.7754-4.996c.623-.8285 1.5129-1.3021 2.4335-1.3021.9226 0 1.8095.4736 2.4355 1.3021l3.6323 4.8037.1565.1923c.2997.3939.6812.6107 1.074.6138.3918-.003.7743-.22 1.072-.6138l.1595-.1923 3.6323-4.8037c.624-.8285 1.5118-1.3021 2.4335-1.3021.1462 0 .2935.0163.4367.0388C21.9522 3.5557 17.3922 0 12.0005 0\"/></svg>\n </figure>\n </td>\n <td>cesium.svg</td>\n <td><code>_includes/icons/simple-icons/cesium.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"cesium\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>CEVO icon</title><path d=\"M3.5 6h12l6 10.3L24 12 18 1.6H6L3.5 6zm-.9 1.5L0 12l6 10.4h12l2.6-4.5-2.5-4.3-2.6 4.5h-7L5 12l2.6-4.5h-5z\"/></svg>\n </figure>\n </td>\n <td>cevo.svg</td>\n <td><code>_includes/icons/simple-icons/cevo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"cevo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>ChartMogul icon</title><path d=\"M10.621 19.89V8.75L2.867 19.89H0V4.11h2.758v11.112l7.754-11.113h2.867v11.14L21.16 4.11H24v15.782h-2.73V8.75l-7.755 11.14Z\"/></svg>\n\n </figure>\n </td>\n <td>chartmogul.svg</td>\n <td><code>_includes/icons/simple-icons/chartmogul.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"chartmogul\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Chase icon</title><path d=\"m8.5903 23.974q-0.18502 0-0.3304-0.0661-0.14538-0.0661-0.27753-0.17181-0.13216-0.10572-0.18502-0.26431-0.05286-0.15859-0.0793-0.34361l0.02643-5.9207h15.648l-7.1101 6.7665h-7.7181zm15.41-8.5639q-0.02643 0.18503-0.0793 0.3304-0.05286 0.14537-0.18502 0.26432-0.13216 0.11894-0.27753 0.18502-0.14538 0.0661-0.3304 0.0661h-5.9207l-0.02643-15.674 6.793 7.1366v7.6916zm-8.5903-15.383q0.15859 0 0.3304 0.0661t0.26432 0.17181q0.09251 0.10573 0.17181 0.26432 0.0793 0.15859 0.05286 0.34361l0.02643 5.9207h-15.7l7.163-6.7665h7.6652zm-15.383 8.5639q-0.02643-0.18502 0.05286-0.3304 0.0793-0.14537 0.18502-0.26431 0.10573-0.11895 0.26432-0.18503 0.15859-0.0661 0.31718-0.0661h5.9471l-0.02643 15.674-6.7401-7.1366-0.026431-7.6916z\"/></svg>\n </figure>\n </td>\n <td>chase.svg</td>\n <td><code>_includes/icons/simple-icons/chase.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"chase\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Chef icon</title><path d=\"M12.03 0C6.94 0 2.57 3.17.82 7.65l1.91.77a10 10 0 0 1 9.3-6.4c2.24 0 4.32.77 5.96 1.97l1.2-1.64A11.96 11.96 0 0 0 12.03 0zm0 2.3a9.76 9.76 0 0 0-9.08 6.23l1.91.7a7.62 7.62 0 0 1 7.17-4.91zm3.55.7l-.76 1.92a7.47 7.47 0 0 1 4.75 5.63h2.08a9.7 9.7 0 0 0-6.07-7.54zm-3.55 1.6a7.44 7.44 0 1 0 7.32 8.9h-2.08a5.5 5.5 0 0 1-5.24 3.94 5.39 5.39 0 0 1-5.42-5.41 5.39 5.39 0 0 1 5.42-5.41 5.4 5.4 0 0 1 5.2 3.93h2.07a7.35 7.35 0 0 0-7.27-5.96zm10.22 1.09L20.5 6.78a9.5 9.5 0 0 1 1.42 3.77H24a11.56 11.56 0 0 0-1.75-4.86zM11.97 6.83a5.22 5.22 0 0 0-4.7 7.27l1.97-.87a2.97 2.97 0 0 1-.27-1.2c0-1.64 1.36-3.01 3-3.01zm1.92.39l-.77 2.02c.66.27 1.15.7 1.53 1.31h2.3a5.04 5.04 0 0 0-3.06-3.33zM0 12.02c0 1.65.33 3.29 1.04 4.87l1.8-.82a10.49 10.49 0 0 1-.82-4.04zm2.3 0c0 4.1 2.51 7.6 6.12 9.03l.76-1.92a7.63 7.63 0 0 1-4.86-7.1zm12.3 1.48c-.33.6-.82 1.1-1.48 1.31l.77 2.03a5.04 5.04 0 0 0 3.06-3.34zm4.97 0a7.73 7.73 0 0 1-7.54 6.24v2.02a9.71 9.71 0 0 0 9.62-8.26zm2.35 0a10.1 10.1 0 0 1-9.9 8.53c-2.73 0-5.24-1.15-7.04-2.95L3.55 20.5c2.19 2.19 5.2 3.5 8.53 3.5A12 12 0 0 0 24 13.5zm-12.02.66l-1.53 1.53a5.21 5.21 0 0 0 3.66 1.53v-2.19a3.02 3.02 0 0 1-2.13-.87z\"/></svg>\n </figure>\n </td>\n <td>chef.svg</td>\n <td><code>_includes/icons/simple-icons/chef.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"chef\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Cinema 4D icon</title><path d=\"M12.022,5.127C8.786,5.713,6.677,6.917,5.3,8.047c-0.172,0.665-0.273,1.356-0.273,2.072 c0,4.794,4.093,8.68,9.141,8.68c0.753,0,1.467-0.098,2.146-0.264c1.458-1.848,2.651-5.065,2.955-7.728 c0.319-2.786,0.953-3.63,1.742-4.18c0.28-0.195,0.574-0.344,0.885-0.415c-0.887-1.897-2.439-3.388-4.444-4.168 c0.005,0.022,0.014,0.04,0.019,0.062C17.852,3.735,16.115,4.386,12.022,5.127z M23.179,7.898 c-0.032-0.063-0.064-0.134-0.097-0.214c-0.594-1.455-2.022-0.512-2.399,0.344c-0.742,1.686-0.633,2.422-0.934,4.131 s-1.337,4.999-2.828,6.688c-2.13,2.412-4.46,3.484-7.727,3.172s-5.785-3.082-6.717-5.09c-0.782-1.685-0.9-3.596,0.025-6.073 s3.7-4.491,6.237-5.459c2.537-0.968,4.545-1.063,5.96-1.475c1.415-0.413,2.249-1.093,2.197-1.672 c-0.065-0.718-0.757-1.1-1.148-1.26c-1.18-0.379-2.441-0.584-3.751-0.584c-6.611,0-11.97,5.218-11.97,11.655 c0,6.437,5.359,11.655,11.97,11.655s11.97-5.218,11.97-11.655C23.966,10.594,23.687,9.191,23.179,7.898z\"/></svg>\n\n </figure>\n </td>\n <td>cinema4d.svg</td>\n <td><code>_includes/icons/simple-icons/cinema4d.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"cinema4d\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Circle icon</title><path d=\"M20.788 3.832c-.101-.105-.197-.213-.301-.317-.103-.103-.211-.202-.32-.302A11.903 11.903 0 0 0 12 0a11.926 11.926 0 0 0-8.486 3.514C-1.062 8.09-1.16 15.47 3.213 20.168c.099.108.197.214.3.32.104.103.21.2.317.3A11.92 11.92 0 0 0 12 24c3.206 0 6.22-1.247 8.487-3.512 4.576-4.576 4.673-11.956.301-16.656zm-16.655.301A11.057 11.057 0 0 1 12 .874c2.825 0 5.49 1.048 7.55 2.958l-1.001 1.002A9.646 9.646 0 0 0 12 2.292a9.644 9.644 0 0 0-6.865 2.844A9.644 9.644 0 0 0 2.292 12c0 2.448.9 4.753 2.542 6.549L3.831 19.55C-.201 15.191-.101 8.367 4.133 4.133zm13.798 1.318v.002l-1.015 1.014A7.346 7.346 0 0 0 12 4.589 7.357 7.357 0 0 0 6.761 6.76 7.362 7.362 0 0 0 4.589 12a7.34 7.34 0 0 0 1.877 4.913l-1.014 1.016A8.77 8.77 0 0 1 3.167 12a8.77 8.77 0 0 1 2.588-6.245A8.771 8.771 0 0 1 12 3.167c2.213 0 4.301.809 5.931 2.284zM18.537 12c0 1.745-.681 3.387-1.916 4.622S13.746 18.538 12 18.538a6.491 6.491 0 0 1-4.296-1.621l-.001-.004c-.11-.094-.22-.188-.324-.291a6.027 6.027 0 0 1-.293-.326A6.47 6.47 0 0 1 5.466 12c0-1.746.679-3.387 1.914-4.621A6.488 6.488 0 0 1 12 5.465c1.599 0 3.105.576 4.295 1.62.111.096.224.19.326.295.104.104.2.214.295.324A6.482 6.482 0 0 1 18.537 12zM7.084 17.534h.001A7.349 7.349 0 0 0 12 19.413a7.35 7.35 0 0 0 5.239-2.174A7.354 7.354 0 0 0 19.412 12a7.364 7.364 0 0 0-1.876-4.916l1.013-1.012A8.777 8.777 0 0 1 20.834 12a8.765 8.765 0 0 1-2.589 6.246A8.764 8.764 0 0 1 12 20.834a8.782 8.782 0 0 1-5.93-2.285l1.014-1.015zm12.783 2.333A11.046 11.046 0 0 1 12 23.125a11.042 11.042 0 0 1-7.551-2.957l1.004-1.001a9.64 9.64 0 0 0 6.549 2.542 9.639 9.639 0 0 0 6.865-2.846A9.642 9.642 0 0 0 21.71 12a9.64 9.64 0 0 0-2.543-6.548l1.001-1.002c4.031 4.359 3.935 11.182-.301 15.417z\"/></svg>\n </figure>\n </td>\n <td>circle.svg</td>\n <td><code>_includes/icons/simple-icons/circle.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"circle\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>CircleCI icon</title><path d=\"M8.963 12c0-1.584 1.284-2.855 2.855-2.855 1.572 0 2.856 1.284 2.856 2.855 0 1.572-1.284 2.856-2.856 2.856-1.57 0-2.855-1.284-2.855-2.856zm2.855-12C6.215 0 1.522 3.84.19 9.025c-.01.036-.01.07-.01.12 0 .313.252.576.575.576H5.59c.23 0 .433-.13.517-.333.997-2.16 3.18-3.672 5.712-3.672 3.466 0 6.286 2.82 6.286 6.287 0 3.47-2.82 6.29-6.29 6.29-2.53 0-4.714-1.5-5.71-3.673-.097-.19-.29-.336-.517-.336H.755c-.312 0-.575.253-.575.576 0 .037.014.072.014.12C1.514 20.16 6.214 24 11.818 24c6.624 0 12-5.375 12-12 0-6.623-5.376-12-12-12z\"/></svg>\n </figure>\n </td>\n <td>circleci.svg</td>\n <td><code>_includes/icons/simple-icons/circleci.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"circleci\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Cirrus CI icon</title><path d=\"M22.406 15.477A4.587 4.587 0 0 1 24 18.955c0 2.531-2.053 4.59-4.577 4.59H1.113a1.113 1.113 0 0 1 0-2.226h18.31a2.36 2.36 0 0 0 2.35-2.364 2.36 2.36 0 0 0-2.35-2.364H1.113a1.113 1.113 0 0 1 0-2.227h18.31A2.36 2.36 0 0 0 21.773 12a2.36 2.36 0 0 0-2.35-2.364H1.113a1.113 1.113 0 1 1 0-2.227h18.31c1.296 0 2.35-1.06 2.35-2.364s-1.054-2.364-2.35-2.364a1.113 1.113 0 0 1 0-2.227C21.947.454 24 2.514 24 5.045c0 1.389-.62 2.635-1.594 3.477A4.587 4.587 0 0 1 24 12c0 1.389-.62 2.635-1.594 3.477z\"/></svg>\n </figure>\n </td>\n <td>cirrusci.svg</td>\n <td><code>_includes/icons/simple-icons/cirrusci.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"cirrusci\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" role=\"img\"><title>Cisco icon</title><path d=\"M16.331 18.171V17.06l-.022.01c-.25.121-.522.19-.801.203a1.186 1.186 0 01-.806-.237 1.038 1.038 0 01-.352-.498 1.21 1.21 0 01-.023-.667c.052-.225.178-.426.357-.569.16-.134.355-.218.562-.242a1.85 1.85 0 011.061.198l.024.013v-1.117l-.051-.014a2.862 2.862 0 00-1.011-.132 2.34 2.34 0 00-.903.206c-.287.132-.54.327-.739.571a2.221 2.221 0 00-.04 2.705c.295.378.709.645 1.175.756.491.12 1.006.102 1.487-.052l.082-.023M5.336 18.171V17.06l-.022.01c-.25.121-.522.19-.801.203a1.183 1.183 0 01-.806-.237 1.03 1.03 0 01-.351-.498 1.202 1.202 0 01-.024-.667c.052-.225.177-.426.357-.569.16-.134.355-.218.562-.242a1.85 1.85 0 011.061.198l.024.013v-1.117l-.051-.014a2.862 2.862 0 00-1.011-.132 2.344 2.344 0 00-.903.206 2.08 2.08 0 00-.74.571 2.224 2.224 0 00-.041 2.705 2.11 2.11 0 001.176.756c.491.12 1.005.102 1.487-.052l.083-.023M9.26 17.249l-.004.957.07.012c.22.041.441.069.664.085.195.019.391.022.587.012.187-.014.372-.049.551-.104.21-.06.405-.163.571-.305a1.16 1.16 0 00.333-.478 1.31 1.31 0 00-.007-.96 1.068 1.068 0 00-.298-.414 1.261 1.261 0 00-.438-.255l-.722-.268a.388.388 0 01-.197-.188.245.245 0 01.008-.219.382.382 0 01.154-.142.798.798 0 01.257-.074c.153-.022.308-.021.46.005.18.02.358.051.533.096l.038.008v-.883l-.069-.015a4.749 4.749 0 00-.543-.097 2.844 2.844 0 00-.714-.003c-.3.027-.585.143-.821.33-.16.126-.281.293-.351.484-.104.29-.105.608 0 .899.054.145.14.274.252.381.097.093.207.173.327.236.157.084.324.149.497.195.057.017.114.035.17.054l.085.031.024.01c.084.03.162.078.226.14.045.042.08.094.101.151a.325.325 0 01.001.161.339.339 0 01-.166.198.856.856 0 01-.275.086 2.032 2.032 0 01-.427.021 5.208 5.208 0 01-.557-.074 9.195 9.195 0 01-.287-.067l-.033-.006zm-2.475.995h1.05v-4.167h-1.05v4.167zm12.162-2.936a1.095 1.095 0 011.541.158 1.094 1.094 0 01-.157 1.541l-.017.014a1.096 1.096 0 01-1.367-1.713m-1.525.854a2.193 2.193 0 002.666 2.107 2.139 2.139 0 00.701-3.937 2.207 2.207 0 00-3.367 1.83M22.961 10.728a.52.52 0 001.039 0V9.573a.52.52 0 00-1.039 0v1.155M20.117 10.728a.522.522 0 001.041 0V8.139a.521.521 0 00-1.04 0v2.589M17.231 11.771a.521.521 0 001.039 0V6.17a.52.52 0 00-1.039 0v5.601M14.393 10.728a.521.521 0 001.04 0V8.139a.52.52 0 00-1.039 0v2.589M11.494 10.728a.522.522 0 001.039 0V9.573a.52.52 0 00-1.039 0v1.155M8.624 10.728a.52.52 0 001.039 0V8.139a.52.52 0 00-1.039 0v2.589M5.737 11.771a.52.52 0 001.039 0V6.17a.52.52 0 00-1.039 0v5.601M2.876 10.728a.522.522 0 001.04 0V8.139a.52.52 0 00-1.039 0v2.589M0 10.728a.521.521 0 001.039 0V9.573a.52.52 0 00-1.039 0v1.155\"/></svg>\n </figure>\n </td>\n <td>cisco.svg</td>\n <td><code>_includes/icons/simple-icons/cisco.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"cisco\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Citrix icon</title><path d=\"M21.295 12.954l1.0616 1.6337H24l-1.8279-2.73 1.6518-2.4358h-1.6473l-.88 1.3548-.8832-1.3548H18.766l1.6518 2.4357-1.8278 2.7301h1.6434l1.0616-1.6338m-6.7216-1.7087c0 .204-.0604.3492-.1845.4437-.1269.0967-.3315.1457-.608.1457h-.1835v-1.2312h.2065c.2838 0 .4858.05.6005.1486.1122.0965.169.2625.169.4932zm.386 1.3058c.3396-.087.6051-.2508.7903-.4875.199-.2545.3-.586.3-.9852 0-.57-.1748-.9938-.5193-1.2601-.34-.263-.9332-.3963-1.7626-.3963h-1.5975v5.1658h1.4271v-1.8165l1.0717 1.8165h1.6856l-1.3953-2.0367M7.4346 9.4219v1.27h1.3542v3.8958h1.4271v-3.8959h1.3478v-1.27H7.4346m-3.4557 3.2634l-.045.0577c-.154.1975-.3362.3463-.5271.4307-.2066.0912-.4188.1375-.6306.1375-.3804 0-.6956-.1202-.9367-.3572-.241-.2368-.3632-.5452-.3632-.9164 0-.4.1208-.7268.359-.9713.238-.244.5545-.3679.9409-.3679.218 0 .4313.0458.6338.1361.225.1002.386.2327.522.4297l.0469.0679.779-1.1874-.0352-.0319c-.4074-.3691-.8488-.611-1.3119-.719-.2281-.053-.489-.08-.7754-.08-.752 0-1.386.2591-1.8847.7698C.2526 10.5939 0 11.2426 0 12.0114c0 .7688.252 1.4152.7493 1.9214.4975.5062 1.132.763 1.886.763.3069 0 .5593-.0269.7719-.082.2349-.0611.8357-.2619 1.3414-.8084l.0312-.0338-.8009-1.0864m14.33-3.2633h-1.4226v5.1658h1.4226V9.422m-.706 5.5365c-.4866 0-.8825.396-.8825.8825 0 .4866.3959.8826.8825.8826s.8826-.396.8826-.8826c0-.4866-.396-.8825-.8826-.8825m-12.1867-.3707h1.4226V9.422H5.4162v5.1658m.706-5.546c.4867 0 .8826-.396.8826-.8825 0-.4868-.396-.8827-.8826-.8827-.4866 0-.8825.396-.8825.8827 0 .4866.3959.8825.8825.8825Z\"/></svg>\n\n </figure>\n </td>\n <td>citrix.svg</td>\n <td><code>_includes/icons/simple-icons/citrix.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"citrix\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Citroën icon</title><path d=\"M18.585 10.538C17.36 9.489 13.725 6.504 12 6.504c-1.726 0-5.36 2.983-6.583 4.033-.008-.248-.015-.399-.015-.62 0 0-.03-.364.293-.729 2.654-2.405 5.437-3.582 5.523-3.618.83-.35.783-.284.782-1.692 0 0 .037-.002.06 0 1.17.106 4.311 3.155 6.17 5.217.004.003.368.424.368.868 0 .208-.007.413-.013.575m-.05-1.72c-.198-.22-4.85-5.356-6.535-5.356-1.684 0-6.337 5.136-6.534 5.355-.02.022-.474.54-.474 1.146 0 .471.031.946.032.95 0 .022.011.222.123.277a.13.13 0 00.057.013.24.24 0 00.138-.055c.05-.044 4.79-4.231 6.658-4.231 1.868 0 6.608 4.187 6.656 4.23a.244.244 0 00.14.056c.02 0 .04-.004.058-.013.11-.055.122-.255.123-.278 0-.003.031-.478.031-.949 0-.605-.454-1.124-.473-1.146m.056 6.61c-1.225-1.05-4.864-4.038-6.591-4.038-1.728 0-5.365 2.987-6.59 4.038-.007-.248-.014-.4-.014-.62 0 0-.03-.365.293-.73 2.657-2.408 5.442-3.586 5.528-3.622.83-.35.784-.285.783-1.694 0 0 .037-.002.06 0 1.17.106 4.315 3.159 6.177 5.222.003.004.367.425.367.87 0 .207-.006.413-.013.575m-.05-1.723c-.197-.219-4.855-5.36-6.541-5.36s-6.344 5.141-6.541 5.36c-.02.022-.474.542-.474 1.147 0 .472.031.947.032.951 0 .022.011.223.123.277a.128.128 0 00.058.014.242.242 0 00.137-.055c.05-.045 4.795-4.236 6.665-4.236s6.615 4.191 6.663 4.233a.246.246 0 00.14.058c.02 0 .04-.005.058-.014.11-.054.122-.255.123-.278 0-.003.031-.478.031-.95 0-.605-.454-1.125-.474-1.147m-3.35 6.492h-.001a6.466 6.466 0 01-.376 0c-.415 0-.863-.315-.863-.824 0-.504.439-.806.86-.806.006 0 .211-.01.38 0 .425 0 .864.302.864.806 0 .509-.448.824-.863.824m.404-1.948c-.59-.013-1.19 0-1.194 0-.72 0-1.307.503-1.307 1.12 0 .628.586 1.138 1.307 1.138.005 0 .604.012 1.195 0 .722 0 1.309-.51 1.309-1.137 0-.612-.575-1.104-1.31-1.12m7.67 2.228H24v-1.076c0-.628-.56-1.121-1.274-1.121h-1.858c-.03 0-.102.007-.102.082v2.032c0 .054.04.083.079.083h.777v-1.7a.11.11 0 01.11-.114h.857c.236 0 .587.217.587.683v1.046s.002.085.09.085M7.757 18.717h1.147v-.35c0-.049-.035-.086-.082-.086H5.627a.083.083 0 00-.083.085v.35l.764.001c.286 0 .479.247.479.478v1.2c0 .04.035.083.084.083h.775V18.83c0-.062.05-.112.112-.112m-3.532 1.678c0 .049.044.083.084.083h.044l-.006.006c.022-.006.097-.006.357-.006h.38v-2.114a.084.084 0 00-.083-.084H4.31a.085.085 0 00-.084.084zm5.994-1.085v-.44c0-.12.085-.203.206-.203h1.14c.173 0 .32.146.32.32a.323.323 0 01-.323.323zm1.668 1.169h.852c-.013-.528-.56-.747-.623-.77l-.01-.005v-.03l.011-.002c.366-.082.62-.363.62-.684 0-.34-.33-.708-.866-.708H9.811a.443.443 0 00-.446.45v1.664a.08.08 0 00.082.083l.774.001-.001-.78h.73c.65 0 .918.473.938.78zm-8.965-1.46h.835c-.181-.46-.682-.776-1.257-.787l-.256-.005a10.959 10.959 0 00-.938.005c-.41.021-.67.115-.923.338a1.07 1.07 0 00-.384.807c0 .628.556 1.122 1.292 1.147.505.018.56.019 1.222 0 .613-.02 1.053-.3 1.243-.786h-.834a.078.078 0 00-.072.041.868.868 0 01-.754.425c-.171.007-.378 0-.378 0-.424 0-.863-.308-.863-.823v-.005c.003-.512.44-.818.865-.819.048-.002.219-.007.376 0 .309 0 .606.165.756.42.005.01.026.041.07.041m17.384 1.065h-2.02c-.068 0-.116-.045-.116-.11v-.419h1.75v-.385h-1.75l-.001-.383c0-.002-.001-.043.03-.075.023-.024.057-.036.1-.036h2.006v-.308a.081.081 0 00-.022-.061c-.028-.027-.073-.025-.076-.025h-2.81c-.009 0-.085.002-.085.086v1.664c0 .22.168.447.45.447h2.46c.02 0 .041-.009.058-.024a.08.08 0 00.026-.058v-.313m-.628-2.597a.55.55 0 00-.298-.077.558.558 0 00-.297.077c-.079.049-.141.115-.234.115-.093 0-.149-.066-.232-.115a.57.57 0 00-.297-.077.553.553 0 00-.298.077c-.082.05-.123.111-.123.182 0 .072.041.133.123.183.083.051.182.076.298.076a.563.563 0 00.29-.07c.075-.045.155-.12.239-.12.084 0 .16.067.234.114a.57.57 0 00.297.076c.12 0 .22-.025.3-.076.08-.05.12-.111.12-.183 0-.07-.04-.132-.122-.182Z\"/></svg>\n\n </figure>\n </td>\n <td>citroen.svg</td>\n <td><code>_includes/icons/simple-icons/citroen.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"citroen\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" role=\"img\"><title>CiviCRM icon</title><path d=\"M22.565 9.054c.248-.477.45-1.125.235-1.786-.25-.766-.939-1.275-2.051-1.511l-7.052-1.5L6.496.405C6.418.363 5.717 0 4.951 0 4.38 0 3.888.198 3.527.571c-.337.349-.539.834-.603 1.444a3.184 3.184 0 0 0-.199-.006c-1.089 0-1.648.456-1.926.839C.369 3.44.315 4.241.638 5.23l2.649 8.118.251 7.033c.044 1.222.719 2.536 2.098 2.537.264 0 .537-.051.82-.15.328.556.92 1.232 1.864 1.232.666 0 1.324-.357 1.956-1.063l5.11-5.697 6.783-4.283c.147-.094 1.444-.95 1.398-2.229-.022-.642-.362-1.202-1.002-1.674zM7.396 20.166l-2.328-7.134-.316-8.847 8.326 1.771 6.771 3.622-5.63 6.279-6.823 4.309zM20.377 7.51c.545.116.709.279.72.313.021.063-.017.196-.087.344l-1.623-.868.99.211zM4.951 1.792c.269 0 .607.145.7.193l1.738.929-2.693-.573c.013-.323.08-.484.12-.526.012-.011.062-.023.135-.023zm-2.61 2.882c-.195-.595-.093-.773-.092-.774.019-.026.167-.099.476-.099.083 0 .159.005.221.011l.109 3.05-.714-2.188zm2.988 15.642l-.029-.798.514 1.574a.68.68 0 0 1-.178.034c-.146 0-.293-.5-.307-.81zm3.614 1.424c-.414.463-.62.468-.622.468-.058 0-.185-.132-.301-.317l1.818-1.148-.895.997zm12.27-10.299l-1.445.913 1.695-1.89c.249.174.313.298.314.329.006.133-.287.468-.564.648z\"/></svg>\n </figure>\n </td>\n <td>civicrm.svg</td>\n <td><code>_includes/icons/simple-icons/civicrm.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"civicrm\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Claris icon</title><path d=\"M11.56 0a3.34 3.34 0 00-.57.043L22.947 12 10.99 23.957c.132.022.307.043.57.043 6.626 0 12-5.375 12-12s-5.374-12-12-12zm-1.535 2.414C4.738 2.414.44 6.713.44 12s4.3 9.588 9.586 9.588c.264 0 .44-.023.57-.045L1.054 12l9.543-9.543a3.337 3.337 0 00-.57-.043zm.746 2.457c-.263 0-.438.021-.57.043L17.287 12l-7.086 7.086c.132.022.307.045.57.045 3.927 0 7.13-3.204 7.13-7.131s-3.203-7.129-7.13-7.129zm-.416 2.434A4.701 4.701 0 005.66 12a4.701 4.701 0 004.695 4.695c.264 0 .44-.023.57-.045L6.274 12l4.653-4.65a3.296 3.296 0 00-.57-.045Z\"/></svg>\n\n </figure>\n </td>\n <td>claris.svg</td>\n <td><code>_includes/icons/simple-icons/claris.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"claris\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Clockify icon</title><path d=\"M14.979 8.248l5.438-5.514 1.557 1.577-5.438 5.514-1.558-1.577zm-2.203 5.635a1.911 1.911 0 0 1-1.364-.577 1.987 1.987 0 0 1-.562-1.385c0-1.082.862-1.96 1.925-1.96 1.064 0 1.928.878 1.928 1.96 0 .516-.201 1.012-.563 1.385a1.913 1.913 0 0 1-1.364.577zm9.222 5.695l-1.556 1.579-5.438-5.515 1.558-1.577 5.436 5.513zM12.834 20.403a8.12 8.12 0 0 0 3.097-.615l2.656 2.695A11.643 11.643 0 0 1 12.834 24C6.298 24 1 18.627 1 12S6.299 0 12.834 0c2.068 0 4.012.54 5.703 1.486l-2.611 2.65a8.127 8.127 0 0 0-3.092-.613c-4.577 0-8.287 3.78-8.287 8.44 0 4.661 3.71 8.44 8.287 8.44z\"/></svg>\n </figure>\n </td>\n <td>clockify.svg</td>\n <td><code>_includes/icons/simple-icons/clockify.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"clockify\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Clojure icon</title><path d=\"M11.503 12.216c-.119.259-.251.549-.387.858-.482 1.092-1.016 2.42-1.21 3.271a4.91 4.91 0 0 0-.112 1.096c0 .164.009.337.022.514.682.25 1.417.388 2.186.39a6.39 6.39 0 0 0 2.001-.326 3.808 3.808 0 0 1-.418-.441c-.854-1.089-1.329-2.682-2.082-5.362M8.355 6.813A6.347 6.347 0 0 0 5.657 12a6.347 6.347 0 0 0 2.625 5.134c.39-1.622 1.366-3.107 2.83-6.084-.087-.239-.186-.5-.297-.775-.406-1.018-.991-2.198-1.513-2.733a4.272 4.272 0 0 0-.947-.729M17.527 19.277c-.84-.105-1.533-.232-2.141-.446A7.625 7.625 0 0 1 4.376 12a7.6 7.6 0 0 1 2.6-5.73 5.582 5.582 0 0 0-1.324-.162c-2.236.02-4.597 1.258-5.58 4.602-.092.486-.07.854-.07 1.29 0 6.627 5.373 12 12 12 4.059 0 7.643-2.017 9.815-5.101-1.174.293-2.305.433-3.271.436-.362 0-.702-.02-1.019-.058M15.273 16.952c.074.036.242.097.475.163a6.354 6.354 0 0 0 2.6-5.115h-.002a6.354 6.354 0 0 0-6.345-6.345 6.338 6.338 0 0 0-1.992.324c1.289 1.468 1.908 3.566 2.507 5.862l.001.003c.001.002.192.637.518 1.48.326.842.789 1.885 1.293 2.645.332.51.697.876.945.983M12.001 0a11.98 11.98 0 0 0-9.752 5.013c1.134-.71 2.291-.967 3.301-.957 1.394.004 2.491.436 3.017.732.127.073.248.152.366.233A7.625 7.625 0 0 1 19.625 12a7.605 7.605 0 0 1-2.268 5.425c.344.038.709.063 1.084.061 1.328 0 2.766-.293 3.842-1.198.703-.592 1.291-1.458 1.617-2.757.065-.502.1-1.012.1-1.531 0-6.627-5.371-12-11.999-12\"/></svg>\n </figure>\n </td>\n <td>clojure.svg</td>\n <td><code>_includes/icons/simple-icons/clojure.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"clojure\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>CloudBees icon</title><path d=\"M3.55 6.41c0-1.2.73-2.28 1.88-2.8A3.51 3.51 0 0 1 8.94 4l2.52-2.35A7.25 7.25 0 0 0 3.22.98a6.22 6.22 0 0 0-2.95 7.2 6.82 6.82 0 0 0 6.6 4.64h2.58v-3.3H6.87C5.04 9.5 3.55 8.11 3.55 6.4zm13.51 4.73h-2.58v3.3h2.58c1.83 0 3.32 1.4 3.32 3.1 0 1.72-1.49 3.1-3.32 3.1s-3.32-1.37-3.32-3.08V6.4c0-1.58-.63-3.11-1.76-4.29L9.46 4.48c.47.53.73 1.22.73 1.93v11.14c0 3.54 3.08 6.41 6.87 6.41 3.8 0 6.87-2.87 6.87-6.41s-3.07-6.41-6.87-6.41z\"/></svg>\n </figure>\n </td>\n <td>cloudbees.svg</td>\n <td><code>_includes/icons/simple-icons/cloudbees.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"cloudbees\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>CloudCannon icon</title><path d=\"M20.686 7.602c.321-1.964-1.203-3.778-3.21-3.778-.91 0-1.733.376-2.325.977a1.132 1.132 0 0 0-1.061-.744c-.63 0-1.141.51-1.141 1.14s.429.909 1.34 1.335a5.884 5.884 0 0 1 .813.46c.275.184.534.388.776.612A6.02 6.02 0 0 1 17.796 12a6.02 6.02 0 0 1-2.694 5.008 6.16 6.16 0 0 1-.813.46c-.911.427-1.34.704-1.34 1.335 0 .63.51 1.141 1.14 1.141.492 0 .9-.312 1.062-.744.592.6 1.414.976 2.325.976 2.025 0 3.527-1.81 3.21-3.778C22.61 15.842 24 14.026 24 12.001c0-2.038-1.382-3.837-3.314-4.399zM9.711 17.468a6.193 6.193 0 0 1-1.589-1.073A6.02 6.02 0 0 1 6.204 12a6.02 6.02 0 0 1 1.918-4.395 6.22 6.22 0 0 1 1.589-1.072c.91-.427 1.34-.704 1.34-1.335s-.51-1.141-1.14-1.141c-.492 0-.9.312-1.062.744a3.257 3.257 0 0 0-2.325-.976c-2.003 0-3.536 1.807-3.21 3.778C1.381 8.164 0 9.962 0 12c0 2.028 1.38 3.836 3.314 4.397-.323 1.954 1.198 3.778 3.21 3.778.91 0 1.733-.375 2.325-.976.162.432.57.744 1.061.744.63 0 1.141-.51 1.141-1.14 0-.631-.429-.909-1.34-1.335zM12 8.443a3.557 3.557 0 1 1 0 7.114 3.557 3.557 0 0 1 0-7.114z\"/></svg>\n </figure>\n </td>\n <td>cloudcannon.svg</td>\n <td><code>_includes/icons/simple-icons/cloudcannon.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"cloudcannon\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Cloudflare icon</title><path d=\"M16.5088 16.8447c.1475-.5068.0908-.9707-.1553-1.3154-.2246-.3164-.6045-.499-1.0615-.5205l-8.6592-.1123a.1559.1559 0 0 1-.1333-.0713c-.0283-.042-.0351-.0986-.021-.1553.0278-.084.1123-.1484.2036-.1562l8.7359-.1123c1.0351-.0489 2.1601-.8868 2.5537-1.9136l.499-1.3013c.0215-.0561.0293-.1128.0147-.168-.5625-2.5463-2.835-4.4453-5.5499-4.4453-2.5039 0-4.6284 1.6177-5.3876 3.8614-.4927-.3658-1.1187-.5625-1.794-.499-1.2026.119-2.1665 1.083-2.2861 2.2856-.0283.31-.0069.6128.0635.894C1.5683 13.171 0 14.7754 0 16.752c0 .1748.0142.3515.0352.5273.0141.083.0844.1475.1689.1475h15.9814c.0909 0 .1758-.0645.2032-.1553l.12-.4268zm2.7568-5.5634c-.0771 0-.1611 0-.2383.0112-.0566 0-.1054.0415-.127.0976l-.3378 1.1744c-.1475.5068-.0918.9707.1543 1.3164.2256.3164.6055.498 1.0625.5195l1.8437.1133c.0557 0 .1055.0263.1329.0703.0283.043.0351.1074.0214.1562-.0283.084-.1132.1485-.204.1553l-1.921.1123c-1.041.0488-2.1582.8867-2.5527 1.914l-.1406.3585c-.0283.0713.0215.1416.0986.1416h6.5977c.0771 0 .1474-.0489.169-.126.1122-.4082.1757-.837.1757-1.2803 0-2.6025-2.125-4.727-4.7344-4.727\"/></svg>\n </figure>\n </td>\n <td>cloudflare.svg</td>\n <td><code>_includes/icons/simple-icons/cloudflare.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"cloudflare\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ><title>Cloudsmith icon</title><path d=\"M16.15 0a4.146 4.146 0 0 0-2.94 1.225c-.981.98-1.34 2.288-1.177 3.53-.458 2.548-2.843 2.908-3.889 2.94-1.176-.098-2.352.327-3.235 1.21a4.142 4.142 0 0 0 0 5.88 4.142 4.142 0 0 0 5.882 0A4.136 4.136 0 0 0 12 12.108v-.23c.097-3.104 2.777-3.529 3.92-3.561h.523c.98-.066 1.928-.458 2.647-1.21a4.142 4.142 0 0 0 0-5.88A4.146 4.146 0 0 0 16.15 0zm-.327 15.7a4.15 4.15 0 0 0-4.15 4.15 4.15 4.15 0 0 0 4.15 4.15 4.15 4.15 0 0 0 4.15-4.15 4.15 4.15 0 0 0-4.15-4.15z\"/></svg>\n\n </figure>\n </td>\n <td>cloudsmith.svg</td>\n <td><code>_includes/icons/simple-icons/cloudsmith.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"cloudsmith\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>CMake icon</title><path d=\"M11.769.066L.067 23.206l12.76-10.843zM23.207 23.934L7.471 17.587 0 23.934zM24 23.736L12.298.463l1.719 19.24zM12.893 12.959l-5.025 4.298 5.62 2.248z\"/></svg>\n </figure>\n </td>\n <td>cmake.svg</td>\n <td><code>_includes/icons/simple-icons/cmake.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"cmake\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>CNN icon</title><path d=\"M23.9962 15.514c0 2.0638-2.6676 3.0547-4.0789.6576-.1012-.173-2.3252-4.0032-2.3252-4.0032v3.3457c0 2.0637-2.6663 3.0546-4.0776.6575-.1025-.173-2.3253-4.0032-2.3253-4.0032v3.1547c0 1.4318-.8498 2.2073-2.1791 2.2073H5.5299a5.5299 5.5299 0 010-11.0598h1.7946v1.328H5.5299a4.2019 4.2019 0 100 8.4038h3.4494a.8973.8973 0 00.8794-.878V8.524a.2692.2692 0 01.1935-.273c.141-.0384.2897.0487.3987.2333l2.1522 3.7084c1.251 2.1573 2.0728 3.5738 2.083 3.5892.2807.4742.6986.5576.9973.4755a.7973.7973 0 00.582-.787v-6.945a.2705.2705 0 01.191-.2744c.1397-.0384.287.0487.3947.2333l1.9946 3.4366 2.242 3.8648c.2191.3717.5242.5038.7896.5038a.7691.7691 0 00.2063-.0282.7986.7986 0 00.591-.791V6.4707H24zM8.0026 13.9695V8.4857c0-2.0638 2.6675-3.0546 4.0788-.6563.1025.173 2.3253 4.002 2.3253 4.002V8.4856c0-2.0638 2.6662-3.0546 4.0775-.6563.1026.173 2.3253 4.002 2.3253 4.002V6.4705H22.14v8.9999a.2705.2705 0 01-.1935.2743c-.141.0384-.2897-.0487-.3987-.2333a1360.4277 1360.4277 0 01-2.2406-3.8622l-1.9946-3.434c-.2794-.4744-.696-.5577-.9921-.477a.7986.7986 0 00-.5833.7858v6.9464a.2718.2718 0 01-.1935.2743c-.1423.0384-.291-.0487-.3987-.2333-.0192-.032-1.069-1.8407-2.083-3.5892a6211.7971 6211.7971 0 00-2.1535-3.711c-.2794-.4755-.6973-.5575-.996-.4768a.7999.7999 0 00-.5845.7858v6.8002a.3717.3717 0 01-.3487.3474h-3.452a3.6712 3.6712 0 010-7.3424H7.322v1.328H5.5427a2.3432 2.3432 0 100 4.6864H7.636a.364.364 0 00.3666-.3705Z\"/></svg>\n </figure>\n </td>\n <td>cnn.svg</td>\n <td><code>_includes/icons/simple-icons/cnn.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"cnn\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Co-op icon</title><path d=\"M23.275 5.265c0-.852-.132-1.703-.36-2.555-.328-1.016-1.081-1.834-2.031-2.194a9.248 9.248 0 0 0-6.092 0 3.168 3.168 0 0 0-2.03 2.194 9.532 9.532 0 0 0 0 5.077c.326 1.015 1.08 1.834 2.03 2.194a8.04 8.04 0 0 0 3.046.491c1.049 0 2.063-.196 3.046-.491a3.172 3.172 0 0 0 2.031-2.194c.229-.819.36-1.67.36-2.522zm-3.308 0c0 .393-.065.852-.196 1.212-.164.524-.623.95-1.18 1.081a4.233 4.233 0 0 1-1.571 0 1.473 1.473 0 0 1-1.18-1.081 4.025 4.025 0 0 1 0-2.489c.163-.524.622-.95 1.18-1.081a4.233 4.233 0 0 1 1.571 0 1.476 1.476 0 0 1 1.18 1.081c.13.458.196.884.196 1.277m-8.745 13.79a9.552 9.552 0 0 0 0-5.077c-.327-1.016-1.081-1.834-2.03-2.195a9.248 9.248 0 0 0-6.092 0 3.173 3.173 0 0 0-2.031 2.195 9.552 9.552 0 0 0 0 5.077c.328 1.015 1.081 1.834 2.031 2.193a9.248 9.248 0 0 0 6.092 0 3.392 3.392 0 0 0 2.03-2.193m-2.948-2.523c0 .393-.066.852-.197 1.212a1.644 1.644 0 0 1-1.179 1.081 4.238 4.238 0 0 1-1.572 0 1.477 1.477 0 0 1-1.179-1.081 4.04 4.04 0 0 1 0-2.489 1.64 1.64 0 0 1 1.179-1.081 4.196 4.196 0 0 1 1.572 0 1.476 1.476 0 0 1 1.179 1.081c.131.426.197.851.197 1.277m0-11.3h3.308c0-.851-.131-1.703-.36-2.521-.327-1.016-1.081-1.834-2.03-2.194a9.248 9.248 0 0 0-6.092 0C2.084.909 1.331 1.728 1.068 2.743a9.552 9.552 0 0 0 0 5.077c.328 1.015 1.081 1.834 2.031 2.194.982.36 1.998.492 3.046.492 1.048 0 2.063-.197 3.046-.492a3.17 3.17 0 0 0 2.03-2.194c.033-.131.065-.295.131-.426L8.241 5.953c-.033.196-.065.36-.131.557-.163.524-.622.95-1.179 1.081a4.238 4.238 0 0 1-1.572 0A1.478 1.478 0 0 1 4.18 6.51a4.04 4.04 0 0 1 0-2.489c.164-.524.622-.95 1.179-1.082a4.238 4.238 0 0 1 1.572 0A1.476 1.476 0 0 1 8.11 4.021c.098.425.164.818.164 1.211m4.421 8.779a9.442 9.442 0 0 0-.36 2.555V24h3.308v-7.468c0-.393.065-.852.196-1.212.163-.524.622-.95 1.18-1.081a4.191 4.191 0 0 1 1.571 0 1.478 1.478 0 0 1 1.18 1.081 4.04 4.04 0 0 1 0 2.489c-.164.523-.623.95-1.146 1.08a4.196 4.196 0 0 1-1.572 0c-.099-.031-.229-.064-.327-.098l1.113 3.079c1.049 0 2.063-.197 3.046-.491a3.175 3.175 0 0 0 2.031-2.194 9.552 9.552 0 0 0 0-5.077c-.328-1.016-1.081-1.834-2.031-2.195a9.248 9.248 0 0 0-6.092 0c-1.016.263-1.769 1.082-2.097 2.098\"/></svg>\n </figure>\n </td>\n <td>co-op.svg</td>\n <td><code>_includes/icons/simple-icons/co-op.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"co-op\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Codacy icon</title><path d=\"M3.883 9.825a8.46 8.46 0 0 1 3.875-5.07l.04-.021-1.803-3.113C3.276 3.212 1.268 5.769.427 8.81l-.02.084zM9.824 3.894a8.246 8.246 0 0 1 2.164-.283h.005V.016h-.019a12.05 12.05 0 0 0-3.165.421l.084-.02zM14.178 3.897a8.449 8.449 0 0 1 5.063 3.875l.021.04 3.117-1.799c-1.591-2.718-4.146-4.726-7.186-5.568l-.084-.02zM0 12v.006c0 1.1.148 2.165.425 3.177l-.02-.084 3.476-.929a8.14 8.14 0 0 1-.284-2.161v-.008zM1.605 17.995c.55.941 1.18 1.754 1.901 2.475l2.553-2.54a8.56 8.56 0 0 1-1.313-1.695l-.022-.04zM5.995 22.38a11.77 11.77 0 0 0 5.967 1.604h.021-.001v-3.595h-.004a8.308 8.308 0 0 1-4.223-1.145l.039.021zM19.259 16.205a8.44 8.44 0 0 1-5.034 3.884l-.059.014.931 3.476c3.124-.86 5.681-2.863 7.246-5.52l.031-.056zM23.577 15.221c.268-.947.423-2.035.423-3.159 0-1.087-.144-2.14-.415-3.142l.019.084-3.486.931c.175.64.275 1.374.275 2.132 0 .79-.109 1.555-.313 2.28l.014-.059z\"/></svg>\n </figure>\n </td>\n <td>codacy.svg</td>\n <td><code>_includes/icons/simple-icons/codacy.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"codacy\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Codecademy icon</title><path d=\"M23.827 19.73h-5.595c-.094 0-.17.058-.17.172v1.515c0 .094.058.17.172.17h5.594c.096 0 .172-.044.172-.164v-1.515c0-.105-.057-.166-.173-.166v-.014.002zM16.463 2.465c.016.035.03.068.047.12v18.79c0 .061-.02.096-.037.114a.168.168 0 0 1-.135.06H.153c-.038 0-.075 0-.097-.02A.181.181 0 0 1 0 21.395V2.566c0-.076.04-.134.096-.15h16.242c.04 0 .096.017.115.034v.016l.01-.001zM1.818 19.575c0 .073.038.136.096.153h12.643c.058-.019.096-.076.096-.154V4.404c0-.073-.039-.134-.098-.15H1.915c-.056.02-.096.073-.096.15l-.003 15.17.002.001zm5.174-8.374c.65 0 1.014.177 1.396.619.058.075.153.094.23.035l1.034-.92c.075-.044.058-.164.02-.224-.635-.764-1.554-1.244-2.74-1.244-1.59 0-2.79.795-3.255 2.206-.165.495-.24 1.126-.24 1.979 0 .855.075 1.484.255 1.98.465 1.426 1.665 2.205 3.255 2.205 1.2 0 2.115-.48 2.745-1.216.045-.074.06-.165-.015-.226L8.64 15.48c-.073-.047-.163-.047-.224.027-.39.45-.795.69-1.454.69-.706 0-1.245-.345-1.47-1.035-.136-.39-.166-.87-.166-1.483 0-.615.045-1.068.18-1.471.24-.659.766-1.007 1.486-1.007z\"/></svg>\n </figure>\n </td>\n <td>codecademy.svg</td>\n <td><code>_includes/icons/simple-icons/codecademy.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"codecademy\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>CodeChef icon</title><path d=\"M11.007 0c-.787.031-1.515.37-2.222.685a12.27 12.27 0 01-1.864.703c-.635.176-1.3.354-1.814.788-.222.18-.356.439-.529.662-.309.486-.448 1.067-.457 1.638.036.61.216 1.2.376 1.786.368 1.262.807 2.503 1.197 3.759.366 1.161.703 2.344 1.294 3.416.197.394.35.808.535 1.206.027.067.052.158.142.149.136-.012.243-.115.368-.164.828-.414 1.74-.642 2.655-.749.708-.074 1.43-.078 2.131.054.72.163 1.417.426 2.092.724.36.172.719.348 1.088.498.048.04.135.058.16-.016.219-.327.469-.635.667-.976.495-1.061.522-2.279 1.038-3.331.358-.721.892-1.337 1.266-2.048.175-.266.431-.467.588-.747.437-.669.78-1.398 1.05-2.15.102-.293.172-.612.09-.919-.06-.299-.202-.57-.318-.848a2.481 2.481 0 00-.278-.66c-.407-.676-1.07-1.149-1.743-1.536-1.045-.59-2.196-.969-3.351-1.28A20.733 20.733 0 0011.426.01a5.005 5.005 0 00-.42-.01zm-.889.606c-.261.223-.363.569-.468.883-.168.568-.263 1.163-.207 1.756.064 1.062.197 2.12.33 3.175.18 1.352.387 2.7.677 4.034.026.165.064.347.05.51-.115-.175-.182-.383-.258-.58-.25-.765-.432-1.549-.604-2.334a26.008 26.008 0 01-.562-4.317c-.025-.843-.004-1.726.37-2.501.118-.226.259-.46.48-.597a.411.411 0 01.218-.049l-.026.02zM6.516 1.77c.128 0 .139.159.168.252.266.798.422 1.628.679 2.428.174.649.238 1.323.308 1.991.097 1.039.108 2.085.246 3.12.026.199.082.393.119.59.01.067-.059.049-.083.014-.148-.161-.183-.391-.246-.592-.16-.645-.242-1.305-.334-1.962-.174-1.316-.287-2.64-.529-3.945-.158-.612-.356-1.215-.46-1.838.006-.051.093-.048.132-.058zM4.589 3.607c.229.056.365.268.512.434.4.535.54 1.204.695 1.843.283 1.265.446 2.553.725 3.82.131.666.293 1.326.507 1.971.014.051.035.133.038.17-.233-.43-.393-.896-.565-1.353-.598-1.698-.823-3.496-1.3-5.228-.133-.478-.308-.95-.596-1.358-.047-.088-.08-.204-.037-.297.006-.004.014-.003.02-.002zm12.646 13.196c-.136.007-.31.11-.276.267.094.218.334.308.526.416.441.216.938.29 1.358.546.092.06.149.197.064.287-.18.266-.47.44-.723.634-.372.266-.777.51-1.057.879-.066.107-.041.267.082.32.109.079.243.018.338-.051.518-.294.995-.654 1.478-1.002.32-.239.644-.477.926-.76.085-.135-.03-.274-.118-.371-.273-.285-.62-.487-.965-.67a4.959 4.959 0 00-1.458-.495 1.251 1.251 0 00-.175 0zM5.96 16.83c-.527.134-.997.42-1.474.673-.425.243-.854.496-1.205.841a.699.699 0 00-.172.488c.065.108.2.14.301.206.852.442 1.735.822 2.63 1.168.132.042.265.113.406.107.158-.02.309-.204.213-.356-.146-.243-.42-.361-.65-.506-.547-.303-1.154-.512-1.636-.918-.046-.091.094-.128.142-.18.549-.395 1.229-.593 1.713-1.077.089-.09.164-.259.048-.358-.086-.073-.206-.087-.316-.088zm8.115.793c-.43.027-.835.431-.774.876.032.259.089.525.228.749.12.18.33.286.546.287.273.031.59-.059.726-.318.137-.237.212-.514.205-.787-.038-.46-.466-.845-.93-.807zm-4.49.01c-.464.028-.807.505-.77.953.011.444.315.902.765.994.352.06.71-.19.803-.53.125-.35.132-.761-.044-1.095-.157-.25-.478-.327-.754-.322zm.112.653c.241.064.294.47.045.558-.141.034-.239-.12-.234-.244-.008-.127.05-.287.189-.314zm4.437.143c.097 0 .226.071.19.187-.013.171-.215.333-.377.226-.132-.07-.172-.296-.02-.368a.418.418 0 01.207-.045zm-3.518 2.977c-.553.051-1.044.335-1.542.559-.304.156-.662.312-1.005.187-.377-.12-.707-.35-1.059-.52-.075-.013-.061.077-.047.122.081.53.129 1.102.454 1.55.338.437.902.618 1.433.667.797.072 1.642-.118 2.271-.629.309-.262.571-.631.585-1.049-.006-.324-.244-.596-.524-.734a1.085 1.085 0 00-.566-.153zm2.58.008c-.396.052-.815.262-.972.65-.129.358.034.748.272 1.02.426.509 1.07.793 1.718.884.577.078 1.186.014 1.714-.24.438-.225.767-.655.85-1.142.064-.291.081-.59.124-.884-.066-.078-.148.038-.218.052-.337.142-.647.367-1.01.435-.363.024-.687-.172-1.015-.293-.43-.178-.851-.403-1.315-.478a1.21 1.21 0 00-.147-.004zm-2.881-5.091c-.07 0-.143.014-.216.03a2.93 2.93 0 00-.454.152c-.15.061-.292.127-.407.18a4.07 4.07 0 01-.218.092.277.277 0 01-.182-.034c-.062-.037-.12-.101-.141-.255l-.27.038c.031.218.14.37.27.45.13.079.268.09.378.067.085-.018.16-.058.276-.111.116-.053.255-.118.397-.176.143-.058.288-.11.41-.138a.52.52 0 01.252-.009c.14.06.19.13.215.179.025.05.03.067.03.067l.263-.06s.002-.024-.05-.128a.678.678 0 00-.35-.307.482.482 0 00-.204-.037zm2.744 3.937a.136.136 0 00-.102.05s-.122.148-.286.295c-.165.148-.38.28-.493.283-.112.003-.314-.118-.47-.26-.155-.14-.267-.284-.267-.284a.136.136 0 10-.214.167s.124.16.299.319c.175.16.397.337.66.33.259-.008.484-.19.666-.352.182-.163.315-.325.315-.325a.136.136 0 00-.108-.223zM11.007.001c-.787.03-1.515.368-2.222.684a12.27 12.27 0 01-1.864.703c-.635.176-1.3.354-1.814.788-.222.18-.356.44-.529.663-.309.485-.448 1.066-.457 1.637.036.61.216 1.2.376 1.786.368 1.263.807 2.503 1.197 3.759.366 1.161.703 2.344 1.294 3.417.197.393.35.807.535 1.205.027.067.052.158.142.15.136-.013.243-.116.368-.165.828-.414 1.74-.641 2.655-.749.708-.074 1.43-.078 2.131.055.72.163 1.417.425 2.092.723.36.172.719.348 1.088.498.048.04.135.058.16-.016.219-.327.469-.635.667-.975.495-1.062.522-2.28 1.038-3.332.358-.721.892-1.336 1.266-2.047.175-.266.431-.468.588-.747.437-.67.78-1.4 1.05-2.151.102-.293.172-.612.09-.919-.06-.298-.202-.57-.318-.848a2.481 2.481 0 00-.278-.659c-.407-.676-1.07-1.15-1.743-1.536-1.045-.591-2.196-.97-3.351-1.281A20.733 20.733 0 0011.426.01a5.005 5.005 0 00-.42-.01zm-.889.606c-.261.222-.363.568-.468.883-.168.567-.263 1.163-.207 1.755.064 1.062.197 2.12.33 3.175.18 1.352.387 2.701.677 4.034.026.165.064.347.05.51-.115-.175-.182-.383-.258-.58-.25-.765-.432-1.549-.604-2.334a26.008 26.008 0 01-.562-4.316c-.025-.844-.004-1.727.37-2.502.118-.225.259-.46.48-.597a.411.411 0 01.218-.049l-.026.02zM6.516 1.77c.128 0 .139.16.168.252.266.798.422 1.628.679 2.429.174.648.238 1.322.308 1.99.097 1.04.108 2.086.246 3.12.026.199.082.394.119.59.01.068-.059.05-.083.014-.148-.16-.183-.39-.246-.592-.16-.645-.242-1.304-.334-1.962-.174-1.315-.287-2.64-.529-3.945-.158-.612-.356-1.215-.46-1.838.006-.051.093-.048.132-.058zM4.589 3.608c.229.055.365.267.512.433.4.535.54 1.204.695 1.843.283 1.265.446 2.554.725 3.82.131.666.293 1.327.507 1.971.014.051.035.133.038.17-.233-.43-.393-.896-.565-1.352-.598-1.7-.823-3.497-1.3-5.23-.133-.477-.308-.95-.596-1.357-.047-.087-.08-.204-.037-.296.006-.004.014-.003.02-.002zm12.646 13.195c-.136.007-.31.11-.276.268.094.217.334.307.526.416.441.215.938.289 1.358.545.092.06.149.197.064.287-.18.267-.47.44-.723.634-.372.266-.777.51-1.057.879-.066.107-.041.267.082.32.109.079.243.019.338-.05.518-.295.995-.655 1.478-1.002.32-.24.644-.478.926-.761.085-.135-.03-.274-.118-.37-.273-.286-.62-.488-.965-.672a4.959 4.959 0 00-1.458-.493 1.251 1.251 0 00-.175-.001zm-11.276.029c-.527.133-.997.42-1.474.672-.425.243-.854.497-1.205.842a.699.699 0 00-.172.487c.065.109.2.14.301.206.852.442 1.735.823 2.63 1.168.132.042.265.113.406.108.158-.02.309-.205.213-.357-.146-.243-.42-.361-.65-.506-.547-.303-1.154-.512-1.636-.918-.046-.09.094-.128.142-.18.549-.394 1.229-.592 1.713-1.077.089-.09.164-.258.048-.357-.086-.074-.206-.088-.316-.088zm8.115.792c-.43.028-.835.432-.774.876.032.26.089.526.228.75.12.179.33.285.546.287.273.03.59-.06.726-.319.137-.236.212-.514.205-.787-.038-.46-.466-.844-.93-.807zm-4.49.01c-.464.028-.807.505-.77.953.011.444.315.902.765.995.352.059.71-.19.803-.53.125-.35.132-.762-.044-1.096-.157-.249-.478-.327-.754-.322zm.112.654c.241.063.294.47.045.557-.141.034-.239-.12-.234-.244-.008-.127.05-.287.189-.313zm4.437.142c.097 0 .226.072.19.187-.013.172-.215.333-.377.227-.132-.071-.172-.297-.02-.369a.418.418 0 01.207-.045zm-3.518 2.977c-.553.052-1.044.336-1.542.56-.304.155-.662.311-1.005.186-.377-.119-.707-.35-1.059-.52-.075-.012-.061.078-.047.122.081.53.129 1.102.454 1.55.338.438.902.619 1.433.667.797.072 1.642-.118 2.271-.629.309-.262.571-.63.585-1.049-.006-.324-.244-.596-.524-.734a1.085 1.085 0 00-.566-.153zm2.58.008c-.396.052-.815.262-.972.65-.129.359.034.748.272 1.021.426.508 1.07.792 1.718.883.577.078 1.186.015 1.714-.24.438-.225.767-.655.85-1.142.064-.29.081-.59.124-.884-.066-.077-.148.039-.218.052-.337.143-.647.367-1.01.436-.363.024-.687-.172-1.015-.294-.43-.178-.851-.402-1.315-.477a1.21 1.21 0 00-.147-.004z\"/></svg>\n </figure>\n </td>\n <td>codechef.svg</td>\n <td><code>_includes/icons/simple-icons/codechef.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"codechef\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Code Climate icon</title><path d=\"M 16.046875 5.039062 L 24 12.992188 L 21.292969 15.703125 L 16.046875 10.457031 L 14.203125 12.308594 L 11.488281 9.597656 Z M 10.652344 10.4375 L 13.359375 13.152344 L 15.90625 15.691406 L 13.191406 18.398438 L 7.953125 13.160156 L 3.777344 17.335938 L 2.707031 18.398438 L 0 15.691406 L 7.953125 7.738281 Z M 10.652344 10.4375\"/></svg>\n </figure>\n </td>\n <td>codeclimate.svg</td>\n <td><code>_includes/icons/simple-icons/codeclimate.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"codeclimate\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Codecov icon</title><path d=\"M12.007.48C5.391.485.005 5.831 0 12.399v.03l2.042 1.191.028-.019a5.821 5.821 0 0 1 3.308-1.02c.371 0 .734.034 1.086.1l-.036-.006a5.69 5.69 0 0 1 2.874 1.431l-.004-.003.35.326.198-.434c.192-.42.414-.814.66-1.173.099-.144.208-.29.332-.446l.205-.257-.252-.211a8.33 8.33 0 0 0-3.836-1.807l-.052-.008a8.566 8.566 0 0 0-4.081.251l.061-.016c.971-4.257 4.714-7.224 9.133-7.227a9.31 9.31 0 0 1 6.601 2.713 9.197 9.197 0 0 1 2.508 4.499 8.386 8.386 0 0 0-2.498-.379h-.154c-.356.006-.7.033-1.037.078l.045-.005-.042.006a8.104 8.104 0 0 0-.39.06c-.057.01-.114.022-.17.033a8.103 8.103 0 0 0-.392.089l-.138.035a9.21 9.21 0 0 0-.483.144l-.029.01c-.355.12-.709.268-1.051.439l-.027.014c-.152.076-.305.16-.469.256l-.036.022a8.217 8.217 0 0 0-2.108 1.801l-.011.013-.075.092a8.346 8.346 0 0 0-.378.503c-.088.13-.177.269-.288.452l-.06.104a8.986 8.986 0 0 0-.234.432l-.016.029c-.17.341-.317.698-.44 1.063l-.017.053a8.053 8.053 0 0 0-.411 2.717v-.007l.001.112c.006.158.013.295.023.431l-.002-.037a11.677 11.677 0 0 0 .042.412l.005.042.013.103c.018.127.038.252.062.378.241 1.266.845 2.532 1.745 3.66l.041.051.042-.05c.359-.424 1.249-1.77 1.325-2.577l.001-.015-.007-.013a5.56 5.56 0 0 1-.64-2.595v-.001c0-3.016 2.371-5.521 5.397-5.702l.199-.007a5.93 5.93 0 0 1 3.47 1.025l.028.019 2.041-1.187v-.03a11.771 11.771 0 0 0-3.511-8.424A11.963 11.963 0 0 0 12.008.48z\"/></svg>\n </figure>\n </td>\n <td>codecov.svg</td>\n <td><code>_includes/icons/simple-icons/codecov.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"codecov\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>CodeFactor icon</title><path d=\"M5.37 2.65A2.64 2.64 0 0 1 2.75 5.3 2.64 2.64 0 0 1 .12 2.65 2.64 2.64 0 0 1 2.75 0a2.64 2.64 0 0 1 2.62 2.65zm0 9.35a2.64 2.64 0 0 1-2.62 2.65A2.64 2.64 0 0 1 .12 12a2.64 2.64 0 0 1 2.63-2.65A2.64 2.64 0 0 1 5.37 12zm0 9.35A2.64 2.64 0 0 1 2.75 24a2.64 2.64 0 0 1-2.63-2.65 2.64 2.64 0 0 1 2.63-2.65 2.64 2.64 0 0 1 2.62 2.65zM11.31 0A2.64 2.64 0 0 0 8.7 2.65 2.64 2.64 0 0 0 11.3 5.3h9.94a2.64 2.64 0 0 0 2.63-2.65A2.64 2.64 0 0 0 21.25 0h-9.94zM8.7 12a2.64 2.64 0 0 1 2.62-2.65H17A2.64 2.64 0 0 1 19.6 12 2.64 2.64 0 0 1 17 14.65H11.3A2.64 2.64 0 0 1 8.7 12z\"/></svg>\n </figure>\n </td>\n <td>codefactor.svg</td>\n <td><code>_includes/icons/simple-icons/codefactor.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"codefactor\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Codeforces icon</title><path d=\"M4.5 7.5C5.328 7.5 6 8.172 6 9v10.5c0 .828-.672 1.5-1.5 1.5h-3C.673 21 0 20.328 0 19.5V9c0-.828.673-1.5 1.5-1.5h3zm9-4.5c.828 0 1.5.672 1.5 1.5v15c0 .828-.672 1.5-1.5 1.5h-3c-.827 0-1.5-.672-1.5-1.5v-15c0-.828.673-1.5 1.5-1.5h3zm9 7.5c.828 0 1.5.672 1.5 1.5v7.5c0 .828-.672 1.5-1.5 1.5h-3c-.828 0-1.5-.672-1.5-1.5V12c0-.828.672-1.5 1.5-1.5h3z\"/></svg>\n </figure>\n </td>\n <td>codeforces.svg</td>\n <td><code>_includes/icons/simple-icons/codeforces.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"codeforces\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>CodeIgniter icon</title><path d=\"M8.49 24c-1.54-.68-2.586-2.146-2.723-3.824.09-1.727 1.002-3.305 2.45-4.246-.238.58-.18 1.24.15 1.77.376.525 1.022.777 1.655.646.902-.254 1.43-1.19 1.176-2.092-.09-.316-.27-.602-.516-.818-1.02-.83-1.532-2.133-1.35-3.436.175-.69.557-1.314 1.096-1.785-.405 1.08.737 2.146 1.504 2.67 1.36.816 2.67 1.713 3.924 2.686 1.37 1.08 2.117 2.77 2 4.5-.308 1.84-1.61 3.36-3.385 3.93 3.55-.79 7.21-3.61 7.28-7.61-.07-3.2-1.98-6.072-4.9-7.38h-.13c.065.157.096.326.09.496.01-.11.01-.22 0-.33.016.13.016.26 0 .39-.222.91-1.14 1.47-2.052 1.248-.364-.09-.69-.295-.924-.59-1.17-1.5 0-3.207.196-4.857.12-2.11-.844-4.127-2.554-5.36.856 1.427-.284 3.3-1.113 4.366-.83 1.066-2.03 1.86-3.008 2.79-1.054.98-2.02 2.058-2.887 3.21-1.874 2.29-2.61 5.31-2 8.205.836 2.79 3.155 4.886 6.015 5.43H8.5z\"/></svg>\n </figure>\n </td>\n <td>codeigniter.svg</td>\n <td><code>_includes/icons/simple-icons/codeigniter.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"codeigniter\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>CodePen icon</title><path d=\"M18.144 13.067v-2.134L16.55 12zm1.276 1.194a.628.628 0 01-.006.083l-.005.028-.011.053-.01.031c-.005.016-.01.031-.017.047l-.014.03a.78.78 0 01-.021.043l-.019.03a.57.57 0 01-.08.1l-.026.025a.602.602 0 01-.036.03l-.029.022-.01.008-6.782 4.522a.637.637 0 01-.708 0L4.864 14.79l-.01-.008a.599.599 0 01-.065-.052l-.026-.025-.032-.034-.021-.028a.588.588 0 01-.067-.11l-.014-.031a.644.644 0 01-.017-.047l-.01-.03c-.004-.018-.008-.036-.01-.054l-.006-.028a.628.628 0 01-.006-.083V9.739c0-.028.002-.055.006-.083l.005-.027.011-.054.01-.03a.574.574 0 01.12-.217l.031-.034.026-.025a.62.62 0 01.065-.052l.01-.008 6.782-4.521a.638.638 0 01.708 0l6.782 4.521.01.008.03.022.035.03c.01.008.017.016.026.025a.545.545 0 01.08.1l.019.03a.633.633 0 01.021.043l.014.03c.007.016.012.032.017.047l.01.031c.004.018.008.036.01.054l.006.027a.619.619 0 01.006.083zM12 0C5.373 0 0 5.372 0 12 0 18.627 5.373 24 12 24c6.628 0 12-5.372 12-12 0-6.627-5.372-12-12-12m0 10.492L9.745 12 12 13.51 14.255 12zm.638 4.124v2.975l4.996-3.33-2.232-1.493zm-6.272-.356l4.996 3.33v-2.974l-2.764-1.849zm11.268-4.52l-4.996-3.33v2.974l2.764 1.85zm-6.272-.356V6.41L6.366 9.74l2.232 1.493zm-5.506 1.549v2.134L7.45 12Z\"/></svg>\n\n </figure>\n </td>\n <td>codepen.svg</td>\n <td><code>_includes/icons/simple-icons/codepen.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"codepen\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Coderwall icon</title><path d=\"M21.354 18.708c1.46 0 2.646 1.185 2.646 2.646C24 22.814 22.814 24 21.354 24s-2.646-1.186-2.646-2.646c0-1.458 1.185-2.646 2.646-2.646zM12 9.354c1.46 0 2.646 1.186 2.646 2.646S13.46 14.646 12 14.646 9.354 13.46 9.354 12 10.54 9.354 12 9.354zm9.354 0C22.814 9.354 24 10.54 24 12s-1.186 2.646-2.646 2.646S18.708 13.46 18.708 12s1.185-2.646 2.646-2.646zM12 0c1.46 0 2.646 1.185 2.646 2.646 0 1.46-1.186 2.646-2.646 2.646S9.354 4.106 9.354 2.646 10.54 0 12 0zM2.646 0c1.46 0 2.646 1.185 2.646 2.646 0 1.46-1.186 2.646-2.646 2.646S0 4.106 0 2.646 1.186 0 2.646 0zm18.708 0C22.814 0 24 1.185 24 2.646c0 1.46-1.186 2.646-2.646 2.646s-2.646-1.186-2.646-2.646S19.893 0 21.354 0z\"/></svg>\n </figure>\n </td>\n <td>coderwall.svg</td>\n <td><code>_includes/icons/simple-icons/coderwall.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"coderwall\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg viewBox=\"0 0 24 24\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"><title>CodeSandbox icon</title><path d=\"M2 6l10.455-6L22.91 6 23 17.95 12.455 24 2 18V6zm2.088 2.481v4.757l3.345 1.86v3.516l3.972 2.296v-8.272L4.088 8.481zm16.739 0l-7.317 4.157v8.272l3.972-2.296V15.1l3.345-1.861V8.48zM5.134 6.601l7.303 4.144 7.32-4.18-3.871-2.197-3.41 1.945-3.43-1.968L5.133 6.6z\"/></svg>\n </figure>\n </td>\n <td>codesandbox.svg</td>\n <td><code>_includes/icons/simple-icons/codesandbox.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"codesandbox\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Codeship icon</title><path d=\"M12.053 0c-.972 0-2.398.405-2.398.762v2.117a13.032 13.032 0 0 1 2.42-.272 14.387 14.387 0 0 1 2.423.26V.773c0-.367-1.475-.774-2.445-.774zm.022 3.787c-2.042 0-5.068.837-5.068 1.193v2.595a18.793 18.793 0 0 1 5.02-2.473c.012-.013 2.803.749 5.212 2.495l.003.003V4.98c0-.37-3.126-1.193-5.167-1.193zM12.1 6.37c-.763.197-1.514.555-2.214.887a17.585 17.585 0 0 0-4.19 2.767c1.352 1.378 2.161 3.11 2.654 4.72l.037.113.04.037-.052-.037c-.013-.013-1.623-1.661-3.972-1.661-1.242 0-2.68.456-4.193 1.833.147.516.32 1.006.528 1.498v.016l.025.047c2.004 4.575 6.7 7.553 11.693 7.406 4.895-.147 9.348-3.311 11.13-7.859.098-.246.184-.506.272-.752-1.686-1.254-4.332-2.814-5.351-2.617v-.003c-.776.149-1.686 1.266-2.854 2.385.468-1.66 1.307-3.515 2.832-5.114a15.58 15.58 0 0 0-1.243-1.021v-.012C15.717 7.87 13.944 6.899 12.1 6.369zm-.01.897l.612 3.05-.147 2.67-.443 3.959v.018l-.05-.006c-.006-.001-.015-.008-.022-.01v-.027l-.493-3.947-.122-2.654zm.9 9.825l.021.004a7.135 7.135 0 0 1-.143.056c.04-.023.08-.036.121-.06z\"/></svg>\n </figure>\n </td>\n <td>codeship.svg</td>\n <td><code>_includes/icons/simple-icons/codeship.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"codeship\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Codewars icon</title><path d=\"M.76 12.2l-.08-.04c-.18-.1-.32-.25-.42-.44-.14-.26-.2-.5-.2-.75l.02-.13c0-.2.05-.38.14-.55l.08-.15c.04-.08.1-.15.15-.22.06-.07.07-.16.05-.24l-.05-.16c-.06-.2-.1-.4-.1-.6L.32 8.8c0-.22.06-.44.2-.6l.1-.13c.07-.1.18-.16.3-.2.1-.03.17-.13.18-.25l.02-.34c0-.27.13-.52.33-.7l.24-.18c.05-.05.1-.1.14-.18.05-.06.06-.14.05-.2-.02-.1 0-.13.05-.14.16.06.26.04.33-.04l.13-.17.36-.4c.1-.1.14-.28.08-.42l-.12-.26c-.02-.06 0-.13.05-.15.13 0 .22.05.26.13l.04.07c.06.12.2.18.3.13.22-.08.4-.1.57-.1h.32c.22 0 .4-.15.44-.38.04-.28.14-.5.28-.65.15-.17.32-.3.52-.4.26-.14.42-.34.47-.6.07-.32.24-.55.47-.7l.76-.43.22-.13c.13-.08.25-.18.35-.3l.2-.24c.1-.1.2-.17.32-.2.1-.03.24-.05.36-.04l.4.03c.2 0 .36.05.52.12l.1.05c.1.04.2.02.25-.05L10 .7l.43-.45c.1-.1.22-.14.35-.12.13.02.26.07.38.13.18.1.33.14.5.14h.1c.22 0 .44.03.66.08l.15.04c.15.04.3-.02.4-.14.03-.05.1-.06.14-.02.03.02.04.04.05.07.02.2.14.35.3.4l.16.05c.17.05.32.16.42.3.1.15.22.3.36.4l.1.1c.1.1.24.14.38.13h.59c.24 0 .47.04.7.14.22.1.45.12.66.04.22-.07.45-.1.68-.07l.43.07c.2.02.4.12.52.27l.05.05c.1.1.2.23.3.37.06.13.2.2.34.2h.62c.15 0 .3.03.42.1.13.1.24.2.34.3l.1.13c.12.14.18.33.17.53 0 .16.12.3.28.3l.2.02c.14 0 .26.1.33.23l.1.2.26.58c.04.1.05.2.04.28 0 .1.03.18.1.22l.1.07c.13.1.2.25.18.42l-.07.47-.02.2c-.02.1.03.23.12.3.15.1.22.23.23.38v.2c0 .1-.02.22-.1.3-.06.08-.1.18-.1.3l.03.23c0 .16.1.3.2.4.14.1.22.26.24.42.04.25.05.45.05.65v.23c0 .08 0 .16.03.24.02.07.07.14.13.18l.2.15c.2.13.34.3.42.53.1.22.13.45.13.68v.08c0 .18-.02.37-.08.54-.05.18-.04.35.03.5.08.14.13.3.15.47.04.2.02.4-.05.56l-.02.07c-.05.12-.13.23-.23.32-.1.1-.2.16-.26.23-.06.06-.1.16-.07.25l.03.14c.05.2.05.4 0 .58v.08c-.04.15-.1.28-.16.4-.07.13-.17.23-.3.3l-.15.1c-.07.04-.12.13-.12.22 0 .1-.04.2-.1.26l-.15.2c-.1.13-.23.24-.37.3-.14.1-.26.2-.35.3-.1.12-.18.26-.22.4-.04.18-.18.28-.33.28h-.54c-.14 0-.27.1-.33.22-.07.16-.14.27-.23.37-.1.1-.16.22-.2.36-.02.12-.12.2-.22.16-.13-.06-.26 0-.32.1-.12.2-.24.35-.37.48l-.07.06c-.13.1-.3.18-.45.18-.18 0-.27.08-.3.2-.03.1-.05.23-.06.34-.02.12-.06.23-.1.33l-.05.06c-.1.15-.18.3-.28.43l-.04.06c-.13.17-.3.3-.5.35-.24.08-.45.1-.66.1h-.14c-.1 0-.2.06-.27.16l-.06.1-.06.12-.13.22c-.1.18-.25.3-.45.36-.2.05-.43.07-.64.06l-.16-.02c-.14 0-.27-.04-.4-.1-.1-.04-.24 0-.3.1-.1.14-.22.22-.35.26l-.3.1c-.2.05-.42.05-.63 0l-.16-.05c-.1 0-.2-.05-.28-.1-.1-.05-.2-.07-.3-.06l-.13.02c-.2.02-.38 0-.56-.05l-.27-.06c-.12-.04-.23-.12-.3-.23-.05-.1-.16-.18-.3-.2H9.9c-.2-.03-.38-.1-.5-.25L9 22.5l-.14-.12-.22-.16-.13-.1c-.15-.1-.33-.18-.52-.2l-.6-.1c-.06 0-.1-.02-.16-.03L7 21.74c-.1-.02-.2-.1-.27-.2-.06-.1-.17-.14-.27-.1-.2.08-.36.1-.52.13H5.8c-.26.02-.5-.02-.74-.13-.24-.1-.4-.25-.55-.44-.12-.17-.3-.3-.52-.34l-.28-.06c-.2-.04-.4-.12-.58-.24-.2-.14-.3-.27-.38-.43-.08-.15-.13-.32-.14-.5v-.08c-.02-.2-.16-.38-.35-.43-.23-.07-.4-.17-.55-.3-.14-.13-.22-.32-.22-.52l.02-.44c0-.17-.05-.32-.17-.43-.12-.12-.2-.27-.2-.43l-.03-.36c-.02-.26-.07-.52-.13-.78-.06-.23.03-.46.22-.57l.07-.05c.1-.07.14-.2.08-.32l-.08-.1c-.1-.1-.2-.17-.3-.2-.08-.02-.1-.1-.1-.15l.1-.12c.06-.07.05-.18 0-.24-.08-.08-.12-.18-.13-.28l-.02-.7c0-.14.02-.28.06-.42.04-.12 0-.26-.12-.32zm9.9-1.32c.07-.07.06-.2 0-.25-.1-.08-.17-.17-.23-.27l-.1-.16c-.07-.13-.16-.24-.26-.34l-.02-.02c-.1-.08-.17-.18-.23-.3-.05-.1-.05-.2 0-.3l.06-.1c.06-.1.1-.24.1-.36v-.04c0-.1-.04-.2-.1-.3-.04-.08-.08-.18-.1-.28V8.1c-.03-.12 0-.25.08-.35.08-.13.14-.25.17-.4v-.02c.04-.1.02-.23-.04-.33s-.08-.2-.04-.32l.07-.2c.06-.18.15-.34.27-.48l.14-.15.1-.12.06-.06c.06-.06.07-.16.02-.24-.05-.1-.08-.2-.06-.3l.02-.14c.03-.2.1-.4.23-.56l.04-.04c.15-.2.34-.33.56-.4l.27-.1c.12-.04.2-.17.2-.3 0-.16.05-.3.14-.43l.05-.05c.1-.17.22-.34.3-.52l.07-.13c.02-.03.03-.07.03-.1 0-.17-.1-.32-.26-.33L11.76 2c-.25-.02-.5 0-.74 0l-.85.1c-.13 0-.23.1-.24.24 0 .14-.1.26-.22.3l-.36.1-.1.03-.3.1c-.22.07-.4.23-.5.45l-.08.13c-.1.22-.27.4-.48.53-.2.13-.3.34-.32.58v.1c-.02.2-.08.4-.2.54l-.05.08c-.08.1-.1.23-.05.34.05.12.08.25.07.38v.53c0 .14-.1.26-.2.3-.14.05-.23.16-.27.3l-.05.2c-.04.2.03.4.2.52.16.12.26.3.3.52v.18c.03.2.14.4.32.5.18.12.32.3.4.5l.05.16c.08.22.26.35.46.37h.06c.18 0 .34.1.44.26.1.16.26.27.44.3l.28.08c.17.05.33.14.46.27l.02.02c.1.08.26.07.35-.04l.07-.08zm1.14-.92c.1.06.2.03.24-.06l.03-.05c.07-.14.16-.28.26-.4l.2-.3c.03 0 .04-.02.05-.04l.24-.32c.1-.1.22-.17.36-.17.13 0 .24-.07.3-.2.04-.14.1-.27.22-.38l.05-.06c.1-.1.2-.15.3-.2.13-.02.25-.04.37-.04h.3c.12 0 .22-.05.28-.15.06-.1.15-.17.25-.22l.1-.04c.16-.07.34-.12.52-.14l.2-.02c.12 0 .25 0 .37.07.1.07.23.06.33-.02l.07-.04c.15-.1.32-.18.5-.2h.02c.2-.04.38-.04.58-.03h.1c.2.03.37.1.5.25l.03.04c.1.1.26.18.4.18h.17c.05 0 .1-.02.13-.07.03-.03.08-.06.13-.06h.1c.14 0 .27.04.4.08l.17.07c.16.05.33.1.5.12h.12c.08 0 .13-.05.13-.12 0-.1-.02-.2-.07-.28L20.68 7c-.08-.13-.14-.27-.2-.4l-.02-.05c-.05-.1-.05-.2 0-.3V6.2c.02-.08-.02-.17-.1-.2L20.28 6c-.16-.05-.3-.14-.4-.27l-.1-.1c-.1-.1-.16-.25-.2-.4-.05-.13-.16-.23-.3-.23h-.42c-.15-.02-.28-.1-.37-.22l-.04-.05c-.07-.1-.13-.22-.17-.34-.05-.1-.16-.16-.26-.13l-.12.04c-.2.07-.4.1-.6.08l-.16-.02c-.17 0-.33-.07-.46-.17l-.1-.07c-.08-.06-.16-.1-.25-.14-.1-.04-.18-.02-.24.05l-.05.06c-.1.1-.24.18-.38.2l-.54.03c-.1 0-.2.05-.27.12-.08.07-.17.12-.27.14h-.02c-.1 0-.2.07-.3.14v.02c-.1.1-.23.15-.36.15l-.04.02c-.12 0-.24 0-.36.03h-.12c-.17.03-.3.17-.34.35l-.04.23c-.03.16-.1.3-.2.43-.1.12-.22.2-.37.2h-.15-.02c-.1.02-.2.13-.18.25.02.17 0 .32-.03.47l-.04.17c-.04.15-.14.27-.27.32l-.06.03h-.02c-.06.04-.1.13-.05.2.06.1.08.2.07.3l-.03.32c0 .12-.05.23-.1.33-.06.1-.06.2-.02.3l.1.22c.05.1.06.2.03.32-.03.1-.05.2-.04.3 0 .1.06.2.14.24l.02.02zm7.9 7.23c.1.1.25.14.37.06l.2-.13c.1-.07.18-.17.22-.3v-.02l.1-.3.06-.1.04-.1.04-.07c.04-.08.1-.14.2-.17l.04-.02c.08-.02.13-.1.13-.18 0-.1.05-.18.1-.25l.08-.07.2-.26v-.02c.06-.08.1-.17.12-.27.02-.1 0-.2-.04-.3l-.02-.04c-.04-.1-.06-.17-.07-.26l-.03-.28-.03-.3c0-.1.04-.2.1-.3.07-.08.12-.18.16-.28v-.04l.02-.02c.02-.1-.03-.2-.12-.2-.1-.05-.2-.13-.23-.25l-.03-.06c-.05-.18-.08-.36-.08-.54l.02-.5v-.03c0-.17-.14-.3-.3-.3h-.02c-.2 0-.36-.06-.5-.2l-.08-.1-.2-.23-.26-.3c-.1-.14-.2-.26-.33-.38-.1-.1-.25-.2-.4-.22l-.2-.03c-.1-.02-.23-.07-.34-.14-.08-.06-.2-.04-.28.04l-.13.14-.06.04c-.07.02-.14-.02-.17-.1-.04-.12-.04-.26.02-.38v-.06c0-.07-.06-.12-.12-.1h-.16c-.18 0-.36-.02-.53-.1l-.1-.04c-.1-.05-.22-.08-.33-.08-.1 0-.2.02-.3.08l-.04.03c-.12.08-.26.12-.4.13h-.33c-.15 0-.3.05-.4.13-.13.08-.27.13-.42.16l-.27.04c-.12.03-.25.08-.36.17-.1.1-.24.16-.37.2l-.05.02c-.16.05-.3.15-.4.3l-.12.12c-.07.1-.07.22 0 .32.06.1.18.13.3.1l.15-.06c.08-.03.17 0 .24.04.06.05.15.08.24.07l.25-.03c.14 0 .28 0 .42.04.15.05.28.1.4.2s.25.14.4.16c.15.02.3.05.44.1l.1.02c.1.03.18.1.24.2.05.08.1.2.1.3v.03c0 .12.1.2.2.2h.06c.16 0 .33.02.5.07l.07.03c.1.04.2.1.27.2.08.1.13.2.16.3l.03.14c.03.15.04.3.04.46v.05c0 .1.07.2.18.24.1.02.22.06.33.12l.05.02c.13.08.26.18.36.3l.05.07c.13.15.2.34.2.53v.07c0 .15-.03.3-.08.44-.04.12 0 .26.13.3l.07.05c.15.06.28.17.38.3.1.15.14.32.14.5v.3c-.02.1-.05.18-.1.25s-.05.17 0 .24l.06.1zm-6.4-5.12h-.02c-.04 0-.06.05-.05.1l.04.2c.04.16.06.32.08.48.02.16.1.3.22.4h.04c.15.12.24.3.25.48v.5c-.02.1 0 .2.06.28l.05.05c.1.12.14.26.15.4l.03.55c0 .13-.08.24-.2.26l-.1.02c-.07 0-.1.08-.1.15 0 .08.03.17.06.25v.02c.03.1.04.2.03.3l-.04.27c-.04.2-.1.38-.2.56l-.07.12c-.05.1-.12.16-.2.2-.1.04-.17.12-.2.22l-.08.36c-.05.2-.14.4-.26.6h-.02c-.12.16-.27.3-.45.4l-.12.08-.3.15c-.1.04-.16.13-.18.24l-.05.33c-.03.2-.1.37-.24.5l-.13.15-.15.15L11 21c-.12.14-.3.2-.5.17l-.36-.07-.33-.04h-.09c-.04.04-.05.1-.02.16.07.12.18.2.3.2l.22.04c.1 0 .22.05.32.1.1.07.2.12.32.15h.02c.13.05.27.06.4.05l.15-.02c.17-.02.33 0 .47.06l.12.04c.05.02.13 0 .18-.05.06-.06.12-.1.2-.13l.08-.02c.13-.04.26-.06.4-.06h.08c.12 0 .23.02.33.08l.04.02c.07.03.15 0 .2-.06.03-.07.1-.14.17-.2l.25-.17.16-.1.08-.05c.1-.07.24-.1.36-.1l.36-.03c.14-.02.26-.12.3-.26.04-.15.1-.3.2-.43s.2-.24.3-.34c.13-.1.26-.15.4-.16h.08c.16-.03.28-.18.27-.34v-.02V18.77c.02-.1.06-.23.12-.33l.2-.3.08-.1c.06-.05.1-.12.17-.2l.1-.13c.06-.1.06-.23-.02-.32-.1-.1-.15-.24-.17-.38v-.04c-.02-.16-.02-.33.03-.5v-.05c.05-.13.12-.26.2-.38.08-.1.07-.24-.03-.32l-.17-.15c-.14-.12-.22-.3-.24-.48l-.02-.2c0-.06 0-.13-.02-.2l-.02-.15c-.02-.17-.12-.3-.26-.4l-.07-.02c-.1-.06-.2-.15-.28-.27-.08-.1-.12-.24-.15-.38l-.03-.17c0-.06-.04-.1-.1-.13l-.16-.05-.32-.1c-.1-.02-.2-.1-.27-.17h-.02c-.06-.08-.16-.08-.22-.02l-.1.1c-.02.03-.04.04-.07.03-.06 0-.1-.05-.08-.1.02-.16-.04-.32-.17-.42l-.13-.1-.3-.2c-.08-.03-.2 0-.24.1l-.04.06c0 .02-.03.03-.04.04-.04 0-.1 0-.1-.05l-.03-.05c-.03-.06-.1-.1-.16-.12zm-1.2 1l-.05-.05c-.05-.04-.1-.03-.15.02-.07.12-.13.25-.16.38v.02c-.03.13-.15.22-.27.2h-.1-.02c-.14 0-.25.12-.25.26 0 .18-.06.36-.17.5l-.06.06c-.1.13-.25.22-.4.27l-.08.02c-.1.03-.18.1-.2.22 0 .1-.06.2-.14.28l-.1.08c-.12.13-.3.2-.48.22l-.5.05c-.16 0-.3.1-.4.25-.1.15-.25.25-.4.27l-.22.02c-.16.02-.33.02-.5-.02l-.1-.02-.27-.07c-.1-.03-.18 0-.24.07l-.1.13c-.13.15-.32.22-.5.2l-.65-.08c-.1 0-.18-.05-.27-.1-.1-.06-.17-.13-.24-.2l-.25-.3c-.03-.02-.08-.03-.13-.02l-.14.06-.56.14c-.1.03-.23 0-.33-.06-.1-.08-.22-.1-.34-.1H3.2c-.12.03-.2.16-.16.28l.04.2c.03.1.02.22-.03.32s-.04.2.03.3l.06.08c.08.12.2.22.3.32.1.1.2.2.28.33l.15.27c.08.14.2.22.36.22.15 0 .3.05.42.15l.3.28c.08.07.2.08.28.02l.05-.02c.06 0 .1.04.1.1v.05c0 .13.1.25.23.3l.45.1c.16.05.32.1.47.2h.08c.08 0 .15-.07.14-.16v-.35c0-.1.04-.2.12-.24l.05-.02c.05.02.1.06.08.1v.17c0 .13.04.25.13.34.1.1.23.12.34.08.12-.05.24-.06.37-.05l.37.02c.18.02.35 0 .5-.07.18-.06.33-.14.47-.25l.06-.04.3-.27c.1-.1.23-.15.35-.15h.4c.2-.02.38-.2.4-.4l.04-.2c0-.13.06-.25.15-.35.1-.1.2-.16.3-.2l.12-.05c.17-.07.3-.22.36-.4l.06-.24c.05-.2.15-.4.3-.53l.02-.02c.12-.1.14-.3.06-.44l-.03-.07c-.07-.1-.08-.25-.03-.38.05-.14.1-.26.18-.38l.1-.14c.04-.08.04-.2-.02-.27-.06-.08-.1-.18-.1-.28l-.02-.14v-.34c.02-.1 0-.23-.03-.33l-.04-.12zm-1.43-.76v-.03c0-.1-.06-.16-.14-.16h-.26c-.1.02-.2.02-.28 0h-.45c-.23 0-.45-.04-.67-.1l-.24-.06-.2-.06-.45-.15c-.24-.07-.42-.23-.53-.45l-.05-.1c-.07-.15-.22-.23-.37-.2-.17 0-.34 0-.5-.08l-.12-.05c-.23-.1-.4-.3-.4-.57l-.04-.27c-.03-.14-.12-.27-.24-.32-.14-.06-.27-.14-.4-.23l-.05-.03c-.15-.12-.28-.28-.35-.47l-.02-.06c-.05-.16-.06-.33-.02-.5l.02-.06c.04-.13.05-.26.05-.4 0-.12-.05-.24-.14-.33l-.14-.13c-.16-.13-.26-.32-.27-.53-.02-.22-.02-.43.02-.64V6.3v-.03c0-.12-.1-.2-.2-.2H4.2c-.13 0-.24.08-.3.2-.05.14-.13.25-.22.36l-.04.05-.2.2-.1.1c-.1.1-.16.25-.18.4-.02.15-.06.3-.12.44l-.02.05c-.05.12-.13.23-.23.3-.1.08-.17.2-.17.32l-.02.46c0 .2-.03.4-.1.6l-.02.08c-.05.13 0 .27.12.33l.42.18.04.02c.03 0 .04.02.05.05.03.04 0 .1-.03.1l-.1.05c-.06.02-.1.08-.12.15l-.02.1v.02l-.1.56c-.02.08-.02.17-.02.26 0 .08.05.15.12.18l.22.1c.1.06.22.13.3.2l.1.08c.03.04.08.08.12.1l.04.04c.07.06.12.14.14.23l.1.45c0 .12.1.22.2.25l.16.05s.03 0 .05.02l.2.06c.16.05.3.14.42.26.12.1.24.23.34.37l.04.04c.08.1.2.15.32.12s.25-.04.38-.04h.15c.1 0 .23.03.34.1.1.06.23.1.35.15h.03c.12.05.25.03.35-.04.1-.08.23-.12.36-.12l.47.03c.1 0 .2-.02.25-.1h.02l.17-.16.05-.05c.08-.1.2-.14.32-.15h.45c.12 0 .23-.1.28-.2.05-.1.15-.18.27-.2l.2-.04c.08 0 .15-.07.18-.16.03-.1.08-.18.15-.24l.16-.16c.1-.1.15-.2.17-.32z\"/></svg>\n </figure>\n </td>\n <td>codewars.svg</td>\n <td><code>_includes/icons/simple-icons/codewars.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"codewars\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Codio icon</title><path d=\"M11.997 24L1.605 17.997v-12L12 0l10.396 5.997L16.5 9.402 12 6.8 7.496 9.4v5.2l4.502 2.6 4.5-2.6 5.895 3.397L12.003 24h-.006z\"/></svg>\n </figure>\n </td>\n <td>codio.svg</td>\n <td><code>_includes/icons/simple-icons/codio.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"codio\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>CoffeeScript icon</title><path d=\"M4.64 7.47c2.1.53 4.78.8 8.01.8 3.3 0 5.92-.27 8.01-.8 2.23-.52 3.3-1.22 3.3-1.88 0-.47-.48-.93-1.35-1.28.2.13.35.35.35.59 0 .67-1.01 1.22-3.04 1.68-1.88.41-4.28.7-7.2.7-2.82 0-5.33-.29-7.14-.68-1.95-.48-2.97-1-2.97-1.68 0-.28.13-.52.52-.8-1.22.47-1.88.87-1.88 1.47.07.68 1.16 1.36 3.39 1.88zM9.33 5.31c2.27-.2 2.93-1.66 5.59-1.9 1.31-.1 2.14.16 2.23.62.08.43-.57.72-1.36.78-1.09.11-1.54-.28-1.63-.65-.81.09-.94.43-.9.67.09.46 1.07.92 2.75.76 1.9-.15 2.54-.9 2.38-1.65-.2-.98-1.66-1.8-4.28-1.55-3.36.3-3.34 1.86-5.63 2.05-.94.09-1.46-.13-1.55-.5-.06-.37.4-.55.94-.59.5-.05 1.11.04 1.4.2.21-.11.28-.22.26-.35-.1-.35-.79-.5-1.66-.44-1.7.15-1.7.91-1.64 1.25.17.87 1.48 1.45 3.1 1.3zM20.75 9.15c-2.1.49-4.78.81-8.01.81-3.3 0-5.99-.34-8.08-.8-1.88-.48-2.88-1.01-3.23-1.56.18 1.23.49 2.42.89 3.55-.48.3-.91.67-1.3 1.17A4.52 4.52 0 0 0 0 15.42a3.6 3.6 0 0 0 1.42 2.62c.87.68 1.81.88 2.88.68.41-.07.87-.28 1.29-.42-.88 0-1.62-.28-2.36-.87a3.55 3.55 0 0 1-1.49-2.42c-.2-.94 0-1.81.53-2.58.12-.15.25-.28.39-.4.3.73.62 1.45.98 2.12.81 1.23 1.62 2.3 2.43 3.46.35.68.58 1.35.74 2.02a3.9 3.9 0 0 0 2.23 1.5c1.15.4 2.35.58 3.58.51h.13a10.2 10.2 0 0 0 3.69-.52 4.18 4.18 0 0 0 2.16-1.49h.07c.13-.67.35-1.34.67-2.02.8-1.17 1.62-2.23 2.42-3.46A21 21 0 0 0 24 7.61c-.43.6-1.44 1.13-3.25 1.54z\"/></svg>\n </figure>\n </td>\n <td>coffeescript.svg</td>\n <td><code>_includes/icons/simple-icons/coffeescript.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"coffeescript\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Coinbase icon</title><path d=\"M2.391 13.861c.089.195.204.37.341.524a1.975 1.975 0 0 1-.963.235C.744 14.62 0 13.944 0 12.866c0-1.086.782-1.762 1.769-1.762.351 0 .628.076.908.225-.131.16-.238.342-.32.541a1.388 1.388 0 0 0-.52-.098c-.607 0-1.078.388-1.078 1.094 0 .668.456 1.094 1.109 1.094.187 0 .36-.034.523-.099zm2.062-2.757c1.01 0 1.739.714 1.739 1.762 0 1.04-.729 1.754-1.739 1.754-1.002 0-1.731-.714-1.731-1.754 0-1.048.729-1.762 1.731-1.762zm0 .645c-.562 0-.972.433-.972 1.117 0 .676.41 1.109.972 1.109.577 0 .98-.433.98-1.109 0-.684-.403-1.117-.98-1.117zm2.217 2.795V11.18h.751v3.364H6.67zm-.099-4.397a.472.472 0 0 1 .942 0 .48.48 0 0 1-.471.478.48.48 0 0 1-.471-.478zm1.506 1.246a4.49 4.49 0 0 1 1.541-.289c.858 0 1.405.326 1.405 1.276v2.164h-.744v-2.096c0-.486-.304-.661-.721-.661a2.59 2.59 0 0 0-.729.099v2.658h-.752v-3.151zm3.575-2.013h.752v1.891c.159-.084.471-.167.766-.167.972 0 1.701.623 1.701 1.701 0 1.086-.721 1.815-1.966 1.815-.486 0-.911-.098-1.253-.22V9.38zm.752 4.527c.144.045.334.068.524.068.69 0 1.184-.38 1.184-1.155 0-.653-.463-1.04-1.032-1.04a1.41 1.41 0 0 0-.676.159v1.968zm4.638-1.618c0-.365-.273-.532-.645-.532a1.9 1.9 0 0 0-.972.273v-.653a2.241 2.241 0 0 1 1.093-.273c.737 0 1.26.304 1.26 1.147v2.225a5.026 5.026 0 0 1-1.153.137c-.873 0-1.511-.266-1.511-1.026 0-.683.584-1.017 1.556-1.017h.372v-.281zm0 .782h-.319c-.524 0-.865.152-.865.494 0 .349.319.486.774.486.114 0 .274-.016.41-.038v-.942zm1.283.562c.311.235.683.38 1.025.38.334 0 .554-.114.554-.38 0-.274-.197-.372-.63-.486-.698-.16-.995-.441-.995-1.025 0-.684.517-1.018 1.2-1.018.38 0 .683.083.964.258v.691c-.296-.212-.584-.342-.941-.342-.327 0-.501.16-.501.38s.144.334.531.441c.767.167 1.101.455 1.101 1.063 0 .706-.539 1.025-1.268 1.025-.395 0-.789-.106-1.04-.273v-.714zm3.337-.6v.015c.045.6.562.927 1.085.927.463 0 .798-.107 1.131-.327v.661c-.303.213-.751.311-1.184.311-1.047 0-1.761-.668-1.761-1.731 0-1.071.698-1.785 1.625-1.785.979 0 1.442.63 1.442 1.549v.38h-2.338zm1.632-.486c-.015-.524-.273-.813-.759-.813-.433 0-.752.304-.85.813h1.609z\"/></svg>\n </figure>\n </td>\n <td>coinbase.svg</td>\n <td><code>_includes/icons/simple-icons/coinbase.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"coinbase\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Common Workflow Language icon</title><path d=\"M12.063 9.205l-3.565 3.568 3.518 3.512 1.545-1.545-1.975-1.967 2.023-2.023-1.546-1.545zM13.606 22.423L11.6 20.375l3.786-3.815-1.559-1.573-5.33 5.403.115.114-.015.008 3.456 3.484zm1.896-13.565l-3.685-3.541 3.685-3.722L13.936 0 8.598 5.352l.108.101v.007l5.252 4.943z\"/></svg>\n </figure>\n </td>\n <td>commonworkflowlanguage.svg</td>\n <td><code>_includes/icons/simple-icons/commonworkflowlanguage.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"commonworkflowlanguage\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Composer icon</title><path d=\"M16.661 0c-.07 0-.115.034-.165.095a.416.416 0 0 0-.07.43c.19.41.363.83.528 1.25.01.02.022.04.039.068-.039-.002-.05-.022-.063-.043-.297-.31-.648-.557-.998-.804-.473-.337-.99-.603-1.503-.872a.578.578 0 0 0-.214-.065l-.384-.04c-.202-.025-.355.09-.355.292 0 .108-.046.132-.135.14-.079.004-.187.115-.196.192a.694.694 0 0 0 .228.619c.444.415.873.845 1.303 1.275l.015.007a.1.1 0 0 1 .028.038c-.007.003-.014.003-.019.003a.057.057 0 0 1-.036-.022c-.002-.002-.005-.005-.005-.007-.062-.036-.127-.07-.187-.11-.3-.2-.595-.404-.895-.598a.943.943 0 0 0-.461-.17.453.453 0 0 0-.392.143.28.28 0 0 0-.088.253c.016.146.115.237.223.312.502.338.95.734 1.366 1.174.036.038.074.079.115.112.118.096.19.224.262.356.033.06.021.074-.043.074-.428 0-.836.118-1.246.204-.168.036-.334.094-.394.28-.065.21-.096.328.16.392a9.57 9.57 0 0 1 1.49.516.55.55 0 0 1 .117.077c.12.104.23.219.362.303.38.247.77.478 1.22.583.053.012.1.039.151.05.05.015.084.044.094.094.029.178.139.279.305.33.021.006.038.02.06.028.052.017.076.055.093.108.067.24.137.478.212.715.026.08.002.101-.07.123-.372.108-.742.22-1.112.334-.132.04-.134.043-.067.163l.908 1.635c.127.23.132.23.365.11.024-.012.057-.053.079-.014.021.036.06.089.024.13-.113.129-.19.28-.286.42-.031.045-.031.074-.005.117.101.166.202.334.3.502.012.019.034.043.03.058l-.123.367a2.538 2.538 0 0 0-.317-.716c-.18-.288-.41-.542-.62-.811-.033-.04-.072-.077-.11-.115-.2-.207-.456-.332-.699-.478a1.026 1.026 0 0 0-.34-.127c-.375-.08-.747-.11-1.12.004-.076.024-.117.005-.162-.06-.092-.127-.166-.273-.289-.372-.3-.24-.617-.458-.986-.583a2.95 2.95 0 0 0-.865-.168 4.267 4.267 0 0 0-.463.017c-.396.03-.79.074-1.14.293-.07.043-.15.067-.221.108-.36.194-.716.386-1.016.679a13.1 13.1 0 0 0-.897.944c-.322.384-.565.818-.783 1.267-.015.031-.022.07-.07.096l-.12-.744c-.007-.046.022-.043.053-.038.089.01.175.014.264.026.067.01.103-.005.12-.08.022-.102.046-.206.067-.311.082-.397.2-.78.303-1.17.02-.074.007-.1-.07-.12-.381-.09-.763-.192-1.145-.283-.072-.017-.106-.043-.084-.12.087-.298.125-.61.242-.9a.178.178 0 0 1 .056-.087c.098-.076.17-.165.16-.302-.007-.103.041-.168.14-.214.182-.086.358-.187.53-.288a.84.84 0 0 0 .327-.333c.322-.605.59-1.242.98-1.81.033-.051.06-.106.1-.15.252-.264.488-.544.771-.78.089-.074.113-.175.115-.285 0-.128-.074-.217-.151-.305-.075-.087-.151-.161-.279-.147-.028.003-.057-.01-.088-.014.019-.039.05-.048.076-.065.339-.218.677-.437 1.016-.658.41-.264.819-.53 1.232-.794.052-.034.076-.06.019-.11-.015-.013-.024-.03-.036-.044-.084-.099-.084-.099-.2-.029L8.084 3.692c-.101.062-.101.062-.152-.05-.112-.263-.177-.539-.261-.81-.02-.062-.003-.098.045-.137.289-.23.553-.49.82-.742a.604.604 0 0 0 .186-.37c.022-.17-.09-.259-.244-.196a1.707 1.707 0 0 0-.221.105c-.68.375-1.405.632-2.149.848-.043.012-.082.026-.118-.02-.074-.09-.185-.14-.278-.208a.073.073 0 0 0-.063-.015c-.1.027-.204.056-.266.147-.159.233-.358.44-.507.682-.17.28-.333.562-.525.828-.036.05-.05.058-.084-.002L3.63 2.635a2.837 2.837 0 0 0-.223-.338c-.094-.118-.209-.176-.358-.159-.026.003-.06-.005-.07.036-.02.11-.071.226-.057.332.034.27.082.542.15.806.114.459.244.912.38 1.364.133.444.282.88.426 1.323.012.038.033.072-.02.103-.067.038-.175.058-.187.125-.012.07.05.15.08.225l.007.017c.024.058.036.144.079.166.058.029.11-.05.163-.082.048-.029.065-.021.087.029.124.293.252.583.379.876a.18.18 0 0 1 .007.137 4.138 4.138 0 0 0-.192.72c-.012.07-.038.07-.091.055a107.64 107.64 0 0 0-.833-.21c-.123-.032-.123-.032-.137.093v.01c-.06.665-.12 1.33-.183 1.994-.004.06.003.085.068.092.194.024.386.055.578.084.036.005.067.007.058.06-.043.225-.077.453-.125.677a.178.178 0 0 0 .034.163c.067.087.132.175.199.264.046.063.08.144.038.209a.201.201 0 0 0-.033.118c.007.415.007.83.026 1.246.01.201.007.403.012.605.01.535.04 1.068.06 1.603.01.262-.036.521-.024.783.002.065.017.1.084.122.159.05.312.116.473.166a.28.28 0 0 1 .185.156.436.436 0 0 1 .038.219c-.002.072.024.115.082.156.247.177.492.36.74.542.65.48 1.3.963 1.954 1.44.06.046.074.082.038.147-.034.062-.055.135-.089.197-.029.058-.024.094.031.134.082.058.161.123.236.188.065.055.067.141.048.208-.015.049-.087.005-.132 0-.032-.002-.063-.01-.094-.014-.31-.05-.617-.13-.932-.156-.501-.04-1.003-.084-1.51-.07-.026 0-.067-.024-.074.03-.007.042-.017.088.031.117.024.014.05.026.077.036.283.098.547.24.807.389.168.096.333.204.518.269.034.012.068.038.108.002-.278-.22-.554-.442-.833-.665.039-.029.07-.017.099-.014.333.026.665.072.989.149.713.17 1.421.362 2.122.573.23.07.475.104.682.243.05.033.08.067.074.13.012.014.027.033.01.045-.02.012-.036-.012-.05-.024-.164-.014-.327-.026-.488-.043-.463-.046-.924-.11-1.392-.096-.35.01-.701-.015-1.05.01-.494.033-.989.098-1.48.15-.025.003-.063-.002-.063.027 0 .036.014.077.06.087a.58.58 0 0 0 .113.012c.25.01.497.007.746.011.62.015 1.242-.012 1.86.041.224.02.45.01.668.05 1.03.193 2.055.394 3.078.618.12.026.243.045.36.103-.055.05-.127.065-.158.137-.219.506-.363 1.04-.53 1.563-.03.089.03.192.12.216a.278.278 0 0 0 .352-.221c.02-.108.039-.216.053-.327.005-.036.017-.055.053-.067.132-.053.261-.108.393-.16a1.63 1.63 0 0 0 .529-.325c.134-.127.247-.274.25-.47 0-.06.014-.099.062-.135.22-.17.418-.365.61-.564a6.03 6.03 0 0 1 .6-.533c.024-.02.043-.048.081-.034l.56.221c-.375.228-.73.447-1.083.66-.017.01-.036.015-.053.02a.813.813 0 0 0-.338.201c-.375.372-.567.814-.545 1.35.014.36.22.53.571.449.615-.144 1.14-.733 1.232-1.379.024-.18.052-.357-.077-.513a2.251 2.251 0 0 0-.178-.195c.02-.012.029-.019.039-.026.777-.463 1.625-.778 2.475-1.07 1.04-.359 2.1-.644 3.164-.918l-.075-.017c-.07.007-.136.015-.206.02a5.097 5.097 0 0 0-.872.134l-.016.007a.226.226 0 0 1-.094.015c-.014 0-.029 0-.048.002.065-.062.252-.264.303-.25l.002-.005h.005c0-.007.019-.021.019-.021.017-.029.04-.048.074-.05a.694.694 0 0 1 .197-.188c.05-.031.103-.062.161-.086h-.002c.16 0 .319-.194.486-.262-.001-.006-.01-.01-.013-.017-.24.034-.476.072-.706.159-.492.182-1.001.324-1.481.535-.742.324-1.482.648-2.195 1.035a.818.818 0 0 1-.077.036l-.055-.504c-.005-.034.012-.048.041-.063.631-.334 1.265-.665 1.925-.938.543-.226 1.08-.471 1.626-.692.002-.005.005-.01.01-.01h.004c.003 0 .003.003.005.003.007.012.002.02-.005.026-.002.003-.005.003-.01.005h-.002a3.358 3.358 0 0 0-.372.66c.038.01.053-.002.067-.017.113-.12.226-.237.336-.357.214-.235.44-.459.704-.641.017-.012.045-.022.033-.048-.014-.03-.045-.015-.067-.01-.247.05-.494.096-.74.154-.081.019-.076-.01-.079-.067-.002-.197.027-.39.034-.586a.63.63 0 0 1 .058-.247c.098-.226.197-.45.297-.675.05-.113.08-.233.099-.353.031-.192.055-.386.074-.58.031-.299.137-.58.187-.875.065-.374.118-.751.257-1.109.125-.317.245-.634.372-.948.176-.428.399-.833.505-1.29.036-.158.076-.302.004-.458-.04-.084-.052-.18-.081-.271a.392.392 0 0 1-.012-.204c.048-.245.07-.488-.063-.716-.036-.062.008-.1.044-.139.088-.091.093-.132.016-.23-.088-.11-.175-.224-.27-.327-.08-.084-.154-.175-.234-.262-.055-.033-.05-.055.012-.076.14-.048.276-.108.418-.152.08-.024.1-.07.106-.141.045-.605.09-1.213.139-1.818.007-.084-.007-.1-.094-.074-.454.144-.907.28-1.363.422-.14.044-.142.044-.204-.093-.231-.519-.411-1.057-.6-1.59a.392.392 0 0 1 .007-.316c.067-.188.024-.377.019-.567a.104.104 0 0 1-.005-.029 9.16 9.16 0 0 0-.254-1.548 6.02 6.02 0 0 0-.5-1.27c-.228-.432-.473-.86-.737-1.275-.113-.178-.233-.339-.434-.427A.702.702 0 0 0 16.66 0zm-2.643.26a.364.364 0 0 1 .2.051 19.042 19.042 0 0 1 1.469.805c.247.158.482.338.715.52.11.087.192.217.284.33.038.047.012.09-.024.124-.024.024-.058.039-.087.055-.031.022-.072.041-.06.087.01.04.055.05.091.058a.27.27 0 0 0 .159-.015c.168-.07.31.048.418.166.028.03.04.093.093.074.055-.021.063-.081.058-.137-.012-.15-.05-.297-.084-.444-.09-.377-.27-.718-.418-1.073-.053-.127-.11-.254-.163-.382-.029-.07.01-.132.048-.182.031-.04.081-.005.122.014.152.068.238.19.312.332.08.15.178.29.262.436.144.255.322.495.437.762.168.388.382.758.483 1.176.086.37.208.732.252 1.114.016.144-.01.283.007.422.033.279-.008.543-.123.798-.03.07-.021.136.012.208.252.533.461 1.083.67 1.635.027.072.015.101-.06.123-.482.141-.965.288-1.447.434-.07.022-.092.003-.113-.06-.123-.326-.24-.646-.353-.967-.024-.068-.053-.104-.128-.087-.088.022-.136-.017-.175-.096-.062-.127-.113-.28-.216-.36-.103-.08-.266-.082-.403-.115-.103-.027-.207-.058-.312-.075a1.428 1.428 0 0 1-.612-.273c-.303-.224-.615-.43-.934-.627-.104-.007-.202-.036-.303-.06-.278-.057-.554-.117-.833-.17-.067-.012-.08-.063-.084-.108-.007-.056.007-.11.065-.144.089-.053.19-.063.29-.08a9.69 9.69 0 0 1 1.345-.13c.11-.002.209.04.312.066a.18.18 0 0 0 .166-.03c.216-.143.434-.28.65-.422.034-.021.096-.036.07-.093a.083.083 0 0 0-.015-.022c-.012-.01-.026-.012-.043-.012l-.05.002h-.007a1.159 1.159 0 0 0-.668.2c-.079.05-.259.019-.31-.056-.34-.516-.823-.888-1.282-1.289-.204-.177-.403-.362-.619-.526-.055-.04-.08-.144-.043-.196.048-.072.11-.041.168-.015.185.082.362.175.528.293.564.403 1.17.744 1.772 1.085a.51.51 0 0 0 .05.027c.092.03.14-.01.125-.106a.267.267 0 0 0-.062-.134c-.488-.574-1.001-1.124-1.506-1.683-.105-.116-.23-.216-.348-.32a.854.854 0 0 1-.22-.278.16.16 0 0 1 .023-.19c.041-.045.077-.055.137-.024.17.082.332.178.483.293.266.202.535.403.804.605l.807.603c.021.017.043.033.062.05.05.046.094.094.142.142l.029.029c.019.019.036.045.06.06.055.033.112.062.17.004.02-.019.029-.036.031-.055 0-.007.003-.014 0-.021 0-.003 0-.008-.002-.01a.171.171 0 0 0-.043-.072l-.18-.187a4.537 4.537 0 0 0-.312-.298c-.349-.29-.706-.571-1.066-.845-.183-.14-.397-.233-.596-.348-.072-.041-.12-.101-.173-.159a.144.144 0 0 1-.024-.15c.022-.054.075-.051.12-.056zM8.252 1.649a.045.045 0 0 1 .029.005c.048.027.03.077.03.135.013.06-.026.11-.08.16-.346.322-.707.627-1.076.922-.147.118-.327.173-.49.262-.034.017-.053 0-.072-.024-.12-.154-.238-.31-.358-.463-.045-.055.017-.053.046-.065.254-.091.504-.195.756-.295.365-.144.696-.35 1.04-.533.036-.02.07-.043.105-.063.024-.01.044-.037.07-.041zm-2.619.83a.223.223 0 0 1 .134.064c.072.067.13.144.18.228.173.28.413.506.646.737.163.163.329.321.502.47.057.05.067.127.098.192.012.024.002.043-.02.055-.011.008-.023.013-.03.02-.142.12-.276.103-.442.019a3.182 3.182 0 0 1-.864-.646c-.01-.01-.02-.017-.03-.024-.114-.086-.12-.082-.17.05-.052.135-.086.274-.146.404-.022.045.012.094.046.127.038.039.064.099.134.089.031-.005.048-.022.055-.055.017-.08.039-.159.06-.257.262.22.553.391.84.583l-.278.159c-.713.4-1.428.801-2.139 1.205-.058.031-.082.038-.106-.034-.273-.847-.561-1.69-.79-2.552-.052-.2-.074-.408-.112-.612-.012-.06.028-.091.067-.113.053-.026.055.036.074.06.377.521.634 1.11.941 1.669.092.168.195.331.293.497.02.03.034.057.082.04.053-.019.043-.052.034-.09-.039-.174-.128-.33-.193-.493a.18.18 0 0 1 .003-.16c.137-.284.329-.531.48-.803.14-.247.317-.468.451-.717a.205.205 0 0 1 .2-.111zm1.774.492c.014.003.024.016.036.042.12.27.201.555.302.83.01.027.012.049-.017.066l-.256.158c-.008.005-.017.007-.046.02-.007-.013-.017-.034-.031-.051l-.54-.62c-.024-.028-.048-.055 0-.081.177-.101.312-.264.499-.35.024-.011.04-.017.053-.014zm1.929.486a.204.204 0 0 1 .14.046.21.21 0 0 1 .08.218.556.556 0 0 1-.161.29 5.528 5.528 0 0 0-.882 1.093c-.228.36-.453.718-.624 1.11a.768.768 0 0 1-.146.206c-.24.273-.526.485-.855.638a.17.17 0 0 0-.108.159c-.005.06-.024.118-.029.178a.48.48 0 0 1-.19.381c-.04.031-.045.082-.06.125l-.273.915c0 .007 0 .014-.002.019 0 .014.002.031-.017.038-.041.01-.077-.002-.113-.021a41.398 41.398 0 0 1-1.33-.334c-.055-.012-.108-.029-.166-.036-.088-.012-.096-.053-.055-.12.058-.281.125-.56.298-.797.038-.053.036-.096.002-.154-.19-.317-.334-.658-.492-.989-.026-.055-.017-.08.034-.11A574.27 574.27 0 0 0 6.97 4.705c.045-.03.089-.012.132-.022.151-.034.298-.08.43-.163.01-.007.026-.012.03-.022.097-.213.31-.286.49-.37.411-.187.826-.36 1.189-.633a.18.18 0 0 1 .095-.04zm11.443 3.772v.005l.002-.001c-.021.256-.043.498-.062.74l-.043.535c-.005.065-.024.106-.094.13a561.29 561.29 0 0 0-3.37 1.17l-.039.009c-.036.005-.055-.012-.08-.055-.218-.394-.439-.785-.662-1.177-.029-.05-.038-.077.034-.096l4.254-1.246c.014-.005.031-.007.06-.014zm-.41.386c-.154.003-.293.147-.286.293.007.137.124.257.254.252.137-.002.27-.153.267-.302-.005-.166-.082-.245-.236-.243zm-16.83.87c.01 0 .024.002.039.007L5.513 9c.645.171 1.291.34 1.937.51.062.017.082.036.06.1l-.278.913c-.01.036-.017.074-.058.074a.06.06 0 0 1-.02-.002l-1.036-.142c-.226-.03-.45-.062-.675-.093a255.003 255.003 0 0 0-2.055-.286c-.043-.012-.058-.038-.05-.098.052-.476.103-.951.153-1.429.003-.012.002-.021.005-.031a.035.035 0 0 0 .005-.015c.007-.014.021-.019.038-.019zm8.136.103l.113.002c.197.01.389.086.569.166.08.036.159.07.238.108l.057.029c.058.028.118.057.173.09l.113.065c.036.025.075.046.108.073.072.05.142.105.207.165.218.202.372.44.463.72.065.202.113.409.13.617.016.202-.044.399-.096.593-.008.03-.02.036-.03.034-.014-.005-.021-.022-.033-.036l-.216-.25a2.105 2.105 0 0 0-1.042-.684 4.159 4.159 0 0 0-.994-.154 3.799 3.799 0 0 0-.804.092c-.211.04-.423.074-.631.113-.137.024-.262.086-.387.141-.06.027-.12.053-.18.076l-.02.004c-.376.132-.695.36-1.024.57-.09.06-.165.14-.243.218l-.01.008-.064.065c-.152.147-.3.296-.464.43-.074.103-.175.175-.268.266.024-.17.07-.328.146-.472a4.6 4.6 0 0 1 .262-.435c.048-.07.096-.14.146-.206a7.17 7.17 0 0 1 .315-.396c.081-.097.163-.193.247-.289.084-.096.168-.19.25-.285a.917.917 0 0 1 .115-.099l.026-.03c.078-.067.147-.137.238-.21l.012-.01.067-.062c.24-.228.519-.406.797-.583.028-.019.057-.035.086-.051l.111-.048c.01-.004.02-.01.029-.012a2.78 2.78 0 0 1 .173-.065l.117-.036c.14-.04.279-.074.416-.117a2.45 2.45 0 0 1 .782-.115zm-7.57.449c-.071.004-.153-.003-.215.057a.462.462 0 0 0 .012.665.286.286 0 0 0 .379 0c.146-.127.183-.314.096-.535-.053-.137-.125-.187-.271-.187zm15.846.062c.087-.001.163.053.23.146.014.01.029.02.043.032.022.019.03.04.053.064.099.113.207.224.31.334a.064.064 0 0 1 .014.024.023.023 0 0 1-.002.022.04.04 0 0 1-.015.014l-.01.015-.002.002c-.002.002-.002.005-.004.01 0 .002-.003.004-.003.004h.003v.008c-.145.146-.106.283.01.415.006.012.014.024.014.036.096.127.016.254 0 .382-.003.012-.005.016-.015.021l-.007.003a.116.116 0 0 1-.029-.005l-.01-.003a9.772 9.772 0 0 1-.252-.077c-.007 0-.012-.004-.019-.007-.007 0-.012-.007-.019-.007a.284.284 0 0 1-.118-.019.252.252 0 0 0-.292.05.054.054 0 0 1-.005.02c.04.06.108.074.168.093.245.08.453.23.68.348.052.03.062.092.057.152-.003.033-.012.067-.02.103l-.072.31a.127.127 0 0 1-.019.076c.003.168-.115.293-.17.437-.007.012-.012.017-.02.041a3.223 3.223 0 0 1-.129.298c0 .007-.01.017-.012.024v-.005c0 .002-.002.002-.002.005l-.005.01c-.003.002-.003.004-.005.007-.012.045-.02.093-.058.132a1.913 1.913 0 0 1-.187.432c-.007.012-.012.012-.017.036-.062.144-.127.317-.19.475-.014.058-.026.115-.04.17l-.008.015c0 .002-.002.002-.002.005 0 .005-.005.01-.007.014a.45.45 0 0 1-.036.192c-.012.039-.022.082-.034.12a.074.074 0 0 1-.005.02l-.201.912c-.055.25-.077.504-.118.754-.038.235-.048.477-.106.708-.04.168-.136.324-.213.48-.072.146-.118.302-.207.444l-.007.015a.169.169 0 0 0-.012.03c-.002.006-.002.013-.005.018l-.007.033a.182.182 0 0 0-.002.036c0 .012 0 .024-.003.036v.036a.71.71 0 0 1-.002.072c-.02.257-.053.514-.041.773.002.048-.012.075-.058.091l-.057.022a1.598 1.598 0 0 0-.113.048l-.06.024c-.031.012-.05.022-.099.034v-.005s-.007.005-.011.005l-.133.055-.093.038a.635.635 0 0 1-.211.092l-.036.021a25.182 25.182 0 0 0-.474.211c-.081.024-.165.072-.247.11-.089.04-.175.075-.264.114-.139.062-.278.12-.418.182-.004.002-.012 0-.016 0-.128.048-.26.118-.38.173-.048.026-.117.053-.177.077-.11.043-.135.038-.159-.075-.072-.052-.079-.141-.105-.216-.027-.072-.048-.15-.072-.223-.005-.024-.017-.02-.017-.034-.024-.033-.024-.064-.036-.098l-.003-.017c-.007-.005-.007-.012-.01-.019l-.006-.017h.004c-.033-.1-.07-.199-.093-.3-.024-.067-.067-.132-.08-.202a.17.17 0 0 1 0-.07l.008-.033.004-.017c.02-.047.051-.093.075-.139.017-.038.031-.077.048-.115.017-.038.031-.067.048-.115.038-.072.062-.156.11-.24 0-.02.015-.039.02-.058.043-.146.09-.295.149-.437 0-.005-.005-.012-.003-.017.017-.086.098-.117.146-.168v.003c.024-.008.037-.022.049-.022.014-.024.028-.034.043-.048a1.518 1.518 0 0 0 .108-.149c.045-.067.086-.137.137-.204.016-.021.03-.055.057-.055.005 0 .007 0 .012.002.039.01.027.055.022.084a.88.88 0 0 0 0 .327c.012.084.026.168.033.252l-.002.038a.578.578 0 0 1 .036.19c.02.082.036.16.06.242.072.15.125.3.173.454l.005-.002c.081.12.163.26.245.391.024.031.05.065.074.089h.005v.02c.024 0 .036.052.072.004-.007-.024-.012-.024-.02-.024a.448.448 0 0 1-.03-.08c-.005-.016-.013-.035-.015-.05a.387.387 0 0 1-.012-.05c-.002-.007-.002-.017-.005-.024a.282.282 0 0 0-.01-.048l-.011-.075-.013-.074c-.007-.007-.007-.017-.007-.026-.002-.01-.004-.02-.01-.03-.002-.028-.007-.057-.011-.086l-.022-.172c-.002-.03-.012-.058-.014-.087a3.634 3.634 0 0 1 .036-.941h.014c.029-.144.058-.31.086-.466.008 0 .015.003.024.003-.01.261.017.52.075.775.002.005.002.012.002.017.036.098.075.197.106.298.007.021.014.043.022.062a.338.338 0 0 0 .055.094c.007.012.021.024.021.036.024.019.036.04.056.06.014.016.026.036.04.053.05.048.104.093.166.156a3.667 3.667 0 0 1-.017-.14c-.004-.043-.012-.086-.016-.134 0 0-.013-.007-.013-.012a.82.82 0 0 0-.01-.108l-.04-.33c0-.009 0-.016.002-.025 0-.01.003-.027.003-.027a2.705 2.705 0 0 1-.02-.415l-.002-.017a1.122 1.122 0 0 1-.002-.37c.005-.033.002-.07.005-.103 0-.007-.003-.012-.003-.02 0-.158.007-.319.055-.472l.003-.017c.012-.072.024-.158.036-.238.012-.079.024-.16.033-.24.005-.033.015-.05.034-.05.01 0 .024.005.04.017l.051.03.075.049c.024.017.048.033.07.055.002.002.004.005.009.007a.116.116 0 0 0 .017.012h.005v-.002c.168.084.261.226.374.358a.31.31 0 0 1 .11.151c.075.098.13.204.169.322.002.01.007.021.01.03.002.01.007.006.009.03.02.024.031.055.043.084l.034.084.019.04c.005.01.01.017.017.024a.07.07 0 0 0 .04.024c.027-.088-.035-.172-.011-.256h.007c0-.024-.007-.025-.007-.037-.024-.156-.044-.31-.109-.453-.002-.012-.002-.039-.002-.039-.058-.144-.086-.29-.17-.417a.103.103 0 0 1-.037-.063c-.026-.024-.04-.053-.055-.081a4.135 4.135 0 0 1-.038-.063v.017c0-.002-.005-.005-.005-.007v-.003a2.828 2.828 0 0 0-.22-.278l-.01-.01c-.01-.01-.02-.01-.03-.033-.057-.024-.112-.096-.17-.147-.007-.007-.014-.01-.019-.017-.005-.004 0-.01-.024-.016-.12-.082-.209-.183-.314-.255-.02-.024-.044-.01-.053-.048.31-.019.61.017.922.036v-.012h.002c.154.024.298.053.437.113.005 0 .01.007.017.007v.005c.096.022.187.065.278.108.02.01.044.04.065.012.017-.024-.01-.046-.024-.065-.036-.05-.07-.1-.108-.151-.007-.012-.019-.024-.019-.036-.072-.07-.127-.149-.19-.219a.953.953 0 0 1-.06-.064 1.162 1.162 0 0 1-.209-.17c-.012-.008-.024-.022-.036-.022-.03 0-.064-.034-.096-.056-.03-.021-.064-.04-.096-.062-.012-.007-.024-.012-.036-.02-.146-.055-.293-.105-.44-.16-.004 0-.013-.003-.013-.005 0 0-.013 0-.017-.002a.11.11 0 0 1-.072-.03.079.079 0 0 1-.027-.035l-.005-.012c-.007-.02-.01-.041-.007-.063a.968.968 0 0 0-.012-.22c-.002-.022-.007-.041-.012-.063a2.158 2.158 0 0 0-.014-.06l-.015-.062a2.29 2.29 0 0 0-.024-.09s-.01-.002-.01-.009c-.023-.146-.08-.293-.124-.437-.007-.019-.01-.033-.017-.057a.369.369 0 0 1-.057-.168c0-.02 0-.036.002-.056l.002-.026c.005-.027.01-.055.02-.082l.033-.108c0-.005 0-.017.003-.017h-.003c.031-.17.099-.314.147-.468 0-.002.005-.002.005-.005l.01-.01c.002-.002.004-.002.004-.004a.265.265 0 0 0 .053-.185.326.326 0 0 0-.027-.103c-.016-.043-.038-.084-.06-.127-.002-.005-.01-.01-.014-.012-.002-.003-.005-.005-.005-.008a1.196 1.196 0 0 1-.209-.355l-.016-.038c-.005-.005-.005-.01-.008-.017l-.002-.007a.12.12 0 0 1-.007-.017l.002.002-.002-.005a.276.276 0 0 1 .012-.043c.004-.01.01-.017.014-.026.005-.007.012-.014.02-.022l.009-.007c.065-.094.125-.192.197-.283a.26.26 0 0 0 .05-.252c-.04-.137-.036-.14.101-.19.024-.01.315-.12.432-.156l.075-.029.019-.007a41.645 41.645 0 0 1 .509-.19c.005-.002.012-.002.017-.002.141-.072.293-.118.441-.168.02-.007.036-.015.06-.02.024-.019.096-.035.12-.055.12-.038.216-.093.324-.117a.287.287 0 0 1 .167-.067zm-5.432.603a.82.82 0 0 1 .23.036l.014.004c.259.08.523.142.77.26.041.019.084.038.113.077.16.115.307.247.43.405.19.245.38.492.557.773-.011-.003-.022-.008-.034-.013v-.001a1.018 1.018 0 0 1-.185-.103 6.452 6.452 0 0 0-.674-.356 1.467 1.467 0 0 0-.331-.1 3.307 3.307 0 0 0-.91-.041c-.084.007-.17 0-.255 0-.062 0-.091-.03-.091-.092 0-.235.012-.472-.06-.7-.015-.048.014-.068.055-.082a1.12 1.12 0 0 1 .372-.067zm-2.75.773c.423-.015.812.105 1.167.324.132.08.253.176.363.284l.014.013c.122.123.23.26.321.41.08.13.058.272.031.414-.072.406-.316.706-.592.987-.265.269-.596.444-.903.648-.435.29-.932.403-1.438.478-.632.093-1.273.103-1.906.187-.23.029-.464.048-.694.089a1.07 1.07 0 0 0-.68.41c-.062.084-.1.187-.16.303a.527.527 0 0 1 .026-.394 1.12 1.12 0 0 1 .533-.54c.415-.219.879-.262 1.323-.375.36-.091.73-.144 1.087-.242a7.234 7.234 0 0 0 1.426-.55c.24-.125.49-.252.656-.485a.73.73 0 0 0 .12-.557c-.005-.034-.015-.05-.027-.053-.012-.002-.029.007-.05.027-.18.16-.367.314-.571.449-.32.206-.673.33-1.038.42-.58.144-1.166.266-1.764.31a4.84 4.84 0 0 0-1.239.242c-.34.118-.687.235-.96.49-.034.03-.075.057-.13.098l.007-.038-.026.019v-.005c.009-.006.016-.013.024-.017a.599.599 0 0 1 .084-.2l.646-1.022a.285.285 0 0 1 .041-.053c.334-.329.653-.677 1.023-.965.614-.48 1.284-.855 2.055-1.02.187-.041.377-.07.571-.07.22-.002.442-.01.66-.017zm-7.632.022c.013 0 .029.002.048.009.029.01.062.007.094.01.127.028.259.03.386.062.012 0 .017.002.034.01a2.174 2.174 0 0 1 .4.057c.145.02.289.036.433.06.033 0 .062-.002.093.017.005 0 .012-.002.012 0 .168.02.3.031.445.055h-.015v.005c.096.012.159.024.233.036.077.012.156.031.23.031h.003c.007 0 .012.003.017.003l.021.005c.048.002.067.028.075.07.038.227.07.455.117.683 0 .017.01.032.008.046l.019.11c.021.11.04.221.062.332 0 .01 0 .031.003.036v.01c.024.143.05.273.074.41v.046a1.717 1.717 0 0 0-.3.46c-.031.075-.07.152-.1.226l-.006.003c-.024.076-.062.15-.098.223-.003 0-.005.005-.007.01-.005.009-.008.024-.012.03v.003a2.478 2.478 0 0 1-.192.415c-.008.02-.024.039-.024.056-.024.09-.046.182-.092.266a.757.757 0 0 1-.074.226 2.102 2.102 0 0 1-.13.394c-.007.019-.019.036-.019.055l-.002.007c-.003.007-.005.02-.01.029a.106.106 0 0 1-.01.03l-.002.01-.038.742.021.008.094-.185c.031-.06.055-.123.089-.185.019-.043.05-.086.05-.13.072-.12.137-.24.211-.35.008-.012.022-.02.03-.043.062-.097.134-.224.208-.334.026-.043.054-.08.078-.123h-.001c.017-.048.043-.055.065-.076.021-.022.033-.044.081-.065 0 .019.005.036.003.053l-.003.01c0 .009-.004.018-.007.028l-.002.01c-.003.007-.003.012-.005.019a.054.054 0 0 0-.002.02c0 .006-.005.011-.003.018l-.003.015h.003c-.022.144-.021.307-.024.458 0 .007-.005.02-.005.024l.005-.002c.02.144.043.288.062.432h-.002c.003 0 .005.031.005.043.024.144.055.29.072.437l.002.017c.003.01.005.017.005.026.024.116.11.195.163.296.039.055.08.12.116.168h.002v.002c.12.106.22.214.355.31.02 0 .039.024.058.024h-.002v.012c.048.005.088.043.139.029a.087.087 0 0 0 .026-.012c.007-.005.017-.01.02-.017.011-.022-.01-.034-.027-.041-.197-.125-.166-.33-.19-.521h.008v-.003c.048.046.081.091.122.14a.1.1 0 0 0 .024.026l.05.055c.034.036.07.07.108.101.039.031.08.065.125.089.02.007.039.024.056.024h-.005c.144.07.269.137.4.206a.15.15 0 0 1 .08.036c.048.144.105.288.091.456.005 0 .01.017.012.03a.066.066 0 0 1-.002.03c.017.14.017.281-.003.42a.044.044 0 0 1-.002.039c-.003.005 0 .007-.002.012h.002c0 .14-.002.278-.038.415-.003.137-.046.27-.06.406 0 .005-.003.01-.005.017-.008.026-.02.057.038.05v-.002c.13-.135.26-.267.38-.418v.01c.002-.048.03-.073.057-.096.05-.049.1-.13.151-.2.05-.07.101-.137.152-.206l.002-.012c.007-.024.017-.039.029-.046.005-.002.01-.005.014-.005H9.3a.133.133 0 0 1 .05.02.835.835 0 0 1 .077.048c.144.079.307.132.415.269.012.012.026.014.038.038.05.024.096.08.133.132l.038.036c.002.002.005.002.007.005.19.16.204.247.067.46-.004.008-.012.015-.016.015a.236.236 0 0 1-.024.055.216.216 0 0 1-.02.036l-.01.017c-.035.058-.074.118-.088.185a.443.443 0 0 0-.012.168c.026.094.05.19.07.286.012.057.024.115.028.175.02.142-.048.228-.168.288v-.002c-.024.002-.026.017-.038.024a.078.078 0 0 1-.02.014.362.362 0 0 1-.038.026.192.192 0 0 0-.077.087c0 .007 0 .005-.002.01-.002.004 0 .014-.002.014h.007v.014c-.024.07-.036.12-.048.156-.003.01-.007.017-.01.024-.002.008-.007.012-.01.017-.002.005-.007.01-.009.012a.045.045 0 0 1-.024.012h-.007a.165.165 0 0 1-.05-.012c-.034-.012-.078-.029-.138-.048-.004-.002-.009-.002-.011-.005a.025.025 0 0 0-.012-.004l-.027-.012h-.01v-.01h-.002c-.072-.024-.14-.038-.204-.065-.038-.014-.08-.026-.12-.043-.05-.012-.1-.036-.151-.036-.14-.048-.281-.072-.416-.12-.011 0-.019.002-.043 0v.002c-.096-.019-.173-.043-.264-.06-.089-.014-.122-.06-.113-.148.005-.037.003-.08.003-.116 0-.012-.003-.017-.003-.04-.014-.025-.036-.053-.055-.085a.11.11 0 0 1-.014-.026c-.012-.012-.036-.024-.036-.038-.024-.005-.015-.01-.022-.015-.074-.07-.053-.163-.043-.252l.002-.029.008-.055c.002-.01.002-.02.004-.026.039-.15.048-.29-.113-.38-.019-.012-.03-.024-.055-.04v.004a2.869 2.869 0 0 0-.225-.165c-.012-.024-.015-.029-.039-.039a1.418 1.418 0 0 1-.31-.228l-.074-.04h.01c-.015-.025-.032-.022-.044-.034-.019-.014-.036-.024-.06-.039-.12-.103-.283-.199-.413-.316-.045-.015-.074-.05-.11-.08v-.004c-.127-.09-.252-.176-.377-.272h.003c-.015 0-.015-.012-.039-.024-.072-.036-.144-.096-.206-.144-.02-.024-.039-.024-.058-.024-.058-.048-.108-.07-.156-.113-.02-.012-.036-.026-.06-.04a2.178 2.178 0 0 1-.396-.289l-.012-.012-.022-.024a.188.188 0 0 1-.038-.081v.019c-.087-.094-.144-.202-.216-.3l-.007-.015a.027.027 0 0 1-.005-.014.107.107 0 0 1-.003-.026.118.118 0 0 1 .024-.053c0-.005.003-.012.003-.02.024-.153.108-.292.168-.436v-.037s0-.022-.003-.032l-.004-.014-.005-.005a.038.038 0 0 0-.017-.01h-.007a.122.122 0 0 0-.058.022.312.312 0 0 0-.055.043l-.02.015a.13.13 0 0 0-.014.019l-.007.01c0 .002-.002 0-.002 0 0 .002-.003 0-.003 0v.002c-.048.055-.12.103-.182.154-.012.012-.034.026-.034.038v-.002h-.007c-.02.024-.045.024-.072.012l-.31-.137c-.024-.012-.036-.038-.04-.062a.64.64 0 0 1-.008-.032l-.007-.026v.005c-.036-.168.022-.293.053-.437.002-.012.005-.024.005-.036.024-.14.033-.288.074-.423v-.062c-.021-.154-.022-.305-.033-.459l.002-.079c-.014-.286-.033-.571-.043-.857-.022-.598-.07-1.193-.053-1.79a.636.636 0 0 0-.074-.315 1.968 1.968 0 0 0-.099-.164.264.264 0 0 1-.048-.237c.036-.14.063-.284.089-.425.009-.05.022-.084.06-.086zm-.166.38l.005.015c.005.032-.007.065-.021.113a.117.117 0 0 1 0-.086.295.295 0 0 1 .016-.041zm10.715.003c.13-.002.257.005.381.024.219.017.42.058.55.164.094.04.188.09.279.144.22.132.441.269.662.403a.389.389 0 0 1 .118.108l.223.315c.012.016.031.036.015.057a.038.038 0 0 1-.02.014c-.018.004-.034-.002-.05-.011-.098-.056-.2-.108-.298-.164a4.76 4.76 0 0 0-1.184-.459c-.107-.031-.208-.061-.323-.076l-.152-.034c-.004.003.005.012.017.024.005.005.01.01.012.015a.138.138 0 0 0 .041.033l.02.01c.227.115.612.187.892.317l.058.029c.156.081.298.182.44.29l.268.207c.404.293.65.689.77 1.169.003.014.008.029.01.043l.01.014c.02.03.024.065.017.096.002.008.002.015.005.022-.005.07-.06.04-.092.04a2.504 2.504 0 0 1-.61-.11h-.006c-.051-.016-.118-.04-.165-.054-.211-.075-.41-.163-.615-.238-.252-.089-.449-.261-.662-.413a7.777 7.777 0 0 1-1.001-.816.34.34 0 0 1-.08-.106 4.11 4.11 0 0 1-.062-.153l-.036-.094a1.088 1.088 0 0 0-.024-.06l-.002-.005c-.003-.002-.003-.007-.003-.01v-.002l-.002-.01a.168.168 0 0 1 .007-.122c.002-.005.002-.01.005-.014l.005-.017.004-.014c.003-.005.003-.013.005-.017l.003-.015.002-.017.003-.014.002-.017.002-.014.003-.017.002-.014.003-.017c0-.005 0-.01.002-.015 0-.004 0-.012.003-.016v-.266c-.003-.082.026-.114.108-.111.08.002.162-.001.243-.005l.075.004c.04-.002.081-.005.122-.005zm.284.532a.12.12 0 0 0 .028.008H15c-.012.008-.028.005-.033.02-.004-.02-.002-.027.003-.028zm.88.342a.206.206 0 0 0 .012.006l.003.001-.015-.007zm-1.908.177l.002.003c.007.003.014.01.022.024.076.154.182.281.3.399.124.12.259.23.389.348.268.242.542.48.818.713.178.151.392.228.62.288.518.132 1.049.182 1.575.254.139.02.264.065.374.156h-.007c.01.008.017.012.024.02-.296-.043-.59-.039-.886-.046-.324-.007-.641.031-.96.067a.986.986 0 0 1-.336-.026c-.308-.07-.598-.195-.889-.317-.329-.14-.602-.353-.862-.588-.019-.02-.038-.036-.057-.055a1.002 1.002 0 0 1-.205-.285l-.002-.006c-.09-.212-.085-.448-.016-.708.019-.07.04-.14.062-.209.007-.023.02-.035.034-.032zm-.248 1.18c.065.233.233.396.375.573l.029.039.028.038a.57.57 0 0 0 .106.094c.017.012.031.021.046.033l.021.017a10.088 10.088 0 0 0 .538.396l.329.229c.149.103.305.19.468.266.04.02.082.036.123.055.124.053.25.099.379.14l.021.007c.08.021.166.028.25.038.031.002.063.007.091.01a.195.195 0 0 1 .06.024.411.411 0 0 1 .068.05c.074.067.144.163.148.221 0 .01 0 .017-.002.024-.002.005-.002.007-.005.01-.01.016-.024.03-.033.048-.03.05-.06.1-.085.153l-.011.027a.311.311 0 0 0 .002.261c.115-.115.218-.237.293-.377a1.139 1.139 0 0 0 .086-.201c.01-.027.003-.058.01-.084.01-.029-.024-.07-.01-.09 0-.001.003-.001.005-.004a.04.04 0 0 1 .014-.007c.01-.002.02-.005.027-.005.019-.002.036-.005.055-.005.048 0 .094.008.14.022.028.01.019.045.016.072v.005c-.005.086-.04.165-.072.242a.554.554 0 0 1-.024.055 1.68 1.68 0 0 1-.192.375c-.118.156-.254.302-.475.31h-.063c-.038 0-.077.01-.115.012a.085.085 0 0 0-.086.057c-.017.039-.039.072-.058.11l-.007.017a1.534 1.534 0 0 1-.408.57c-.08.071-.164.139-.25.203a1.95 1.95 0 0 1-.468.224l-.036.014-.034.015-.019.007c-.01.002-.022.007-.031.01-.036.014-.065.035-.046.09.02.06.063.077.118.08.012 0 .026 0 .04-.003a.613.613 0 0 0 .15-.033c.048-.017.096-.039.146-.06.034-.015.067-.029.103-.041-.029.122-.045.235-.084.341l-.021.053a6.794 6.794 0 0 1-.09.192c-.018.043-.04.084-.062.125-.115.23-.245.45-.405.655a1.682 1.682 0 0 1-.356.34 3.954 3.954 0 0 1-.103.073 2.788 2.788 0 0 1-.38.206l-.064.03-.053.02-.043.018c-.04.016-.082.03-.123.045a2.674 2.674 0 0 1-.168.053 4.848 4.848 0 0 1-.57.134c-.008 0-.013.003-.02.003-.055.01-.108.017-.163.026-.058.008-.116.017-.176.024a2.156 2.156 0 0 1-.605-.021l-.028-.007a.68.68 0 0 1-.145-.06c-.062-.034-.12-.07-.182-.101a1.728 1.728 0 0 1-.13-.072 1.868 1.868 0 0 1-.16-.106.632.632 0 0 1-.233-.279 1.794 1.794 0 0 0-.092-.194c-.01-.02-.021-.036-.03-.053a2.718 2.718 0 0 0-.277-.367 2.76 2.76 0 0 0-.125-.142c-.021-.024-.04-.048-.062-.07a7.07 7.07 0 0 0-.26-.276l-.067-.067a2.787 2.787 0 0 0-.364-.302 2.784 2.784 0 0 0-.303-.192l-.06-.039a1.58 1.58 0 0 1-.63-.762c-.043-.093-.107-.122-.22-.124a.63.63 0 0 1-.252-.048l-.002-.002a.457.457 0 0 1-.132-.084l-.026-.016c-.022-.026-.038-.058-.058-.09a5.295 5.295 0 0 1-.386-.658c0 .003.002.005.003.008l-.006-.013.003.005a3.772 3.772 0 0 0-.073-.196l-.036-.086a.382.382 0 0 1-.014-.154l.007-.031c.002-.005.002-.01.005-.015a.145.145 0 0 1 .012-.029.46.46 0 0 1 .127-.141.898.898 0 0 1 .067-.05c.046-.034.094-.063.14-.094.071-.044.143-.084.218-.123.271-.14.56-.238.857-.314.017-.005.033-.008.053-.012.033-.008.07-.01.105-.015.036-.002.072-.005.106-.005l.106-.002c.016 0 .036 0 .052-.002a17.864 17.864 0 0 0 .9-.063c.18-.017.36-.036.54-.055a3.504 3.504 0 0 0 1.127-.324c.036-.02.074-.036.11-.055l.063-.034c.144-.077.288-.151.427-.233.014-.02.031-.026.055-.033l.01-.003v.012a.06.06 0 0 1-.02.034l-.021.014c-.14.178-.331.3-.497.45a.415.415 0 0 0-.05.045c-.053.043-.106.089-.166.137.209 0 .41-.024.598-.08a1.654 1.654 0 0 0 .869-.6c.103-.137.197-.297.278-.482zm-3.265.016a1.244 1.244 0 0 1-.343.109c-.56.139-1.13.22-1.697.326a2.603 2.603 0 0 0-1.105.487c-.019.015-.04.032-.062.043-.026.017-.039.013-.043-.01-.003-.004-.003-.011-.003-.018-.01-.144.034-.214.166-.274.18-.082.36-.168.54-.252.235-.108.487-.142.742-.168.396-.043.792-.094 1.19-.14l.524-.086zm2.386 1.245l-.026.001c-.038.01-.036.05-.036.08.003.1.007.201.02.302.011.11.047.219.112.307a.842.842 0 0 0 .51.334c.155.036.155.038.17.2.007.069.016.131.081.17.113.067.226.137.363.146.084.007.17.012.242.068a.583.583 0 0 0 .32.098c.084.007.17.01.254.024.067.012.113-.01.16-.05.239-.197.474-.397.697-.617-.026-.03-.065-.039-.118-.012a6.25 6.25 0 0 0-.415.223.315.315 0 0 1-.113.048 4.032 4.032 0 0 1-.722.074.68.68 0 0 1-.368-.13c-.067-.043-.134-.105-.146-.201.036-.012.07.002.103.007.127.017.252.063.382.055.312-.019.605-.113.898-.213l.283-.103c.043-.015.055-.03.017-.07-.046-.05-.096-.04-.147-.034a5.625 5.625 0 0 1-1.87-.045c-.18-.034-.372-.046-.442-.27-.019-.06-.038-.12-.05-.182a.37.37 0 0 0-.094-.17.094.094 0 0 0-.065-.04zm-.573.065c-.048 0-.08.05-.103.093-.06.103-.137.196-.207.292-.108.147-.26.178-.418.154a17.985 17.985 0 0 0-1.718-.18c-.03-.002-.058-.01-.082.01-.183.134-.367.264-.483.468.007.002.015.007.02.007.019-.002.035-.007.055-.01.297-.074.607-.098.922-.072.398.034.792.113 1.188.168.053.008.106.01.156.036.12.063.18.173.226.29.07.18.09.373.103.565.01.151-.022.278-.144.38a.556.556 0 0 0-.2.278c.154 0 .286.026.387.156.063.081.144.149.223.218a.379.379 0 0 0 .586-.081c.058-.094.113-.19.175-.281.087-.127.17-.264.325-.32.093-.03.052-.076.021-.115-.062-.079-.178-.081-.28-.019-.16.096-.267.238-.382.375-.034.04-.068.081-.113.115-.058.04-.108.043-.159-.01-.057-.057-.115-.117-.177-.168-.053-.043-.063-.082-.032-.144a.728.728 0 0 0 .082-.413c-.029-.312-.08-.62-.3-.867-.024-.026-.024-.04.01-.064a.94.94 0 0 0 .408-.701c.007-.075-.007-.135-.067-.156a.075.075 0 0 0-.022-.004zm4.461.035c.205 0 .387.08.566.182-.005 0-.007 0-.012.003l.031.017c-.271.04-.54.06-.811.03-.084-.009-.168-.026-.255-.023-.17.005-.307-.084-.451-.161h.017c-.012-.007-.024-.012-.036-.02.024.003.05.003.074.005.029.003.055.01.084.015.238.05.468-.02.704-.043a.8.8 0 0 1 .089-.005zm-8.69.714a.045.045 0 0 0-.016.004c-.05.019-.098.048-.112.115-.048.223.055.437.278.552.1.053.178.127.226.23.016.037.019.106.072.094.052-.012.01-.077.021-.103.008-.135-.019-.25-.127-.32-.08-.05-.11-.12-.14-.201-.038-.106-.047-.223-.134-.307-.02-.021-.036-.064-.069-.064zm1.843.354c-.11.027-.236.053-.353.106-.082.038-.087.084-.015.139.043.034.087.05.14.031a.466.466 0 0 1 .494.096.509.509 0 0 0 .523.087c.106-.036.197-.096.293-.15a.319.319 0 0 1 .113-.04c.144-.014.288-.033.43-.053.038-.005.098.01.108-.036.01-.048-.046-.077-.08-.108-.016-.017-.045-.019-.069-.026a.82.82 0 0 0-.437-.015 2.092 2.092 0 0 1-.888 0c-.08-.019-.163-.019-.26-.03zm6.903.889c.006 0 .011.003.015.007a.05.05 0 0 1 .012.014l.008.005c.043.034-.007.11-.02.168-.03.168-.057.334-.086.502-.007.048-.012.098-.048.165l-.007-.043-.012.024a5.307 5.307 0 0 1-.075-.706c-.002-.053.034-.065.068-.077.048-.016.107-.066.145-.06zm-3.219.902a.08.08 0 0 0-.023.01c-.19.105-.404.11-.613.137-.088.012-.199-.015-.264.05-.158.156-.293.091-.432-.02-.007-.004-.014-.011-.024-.014-.206-.11-.413-.15-.624-.005a.338.338 0 0 1-.267.068c-.074-.02-.131-.015-.19.038-.028.027-.066.048-.1.07-.094.062-.094.072-.007.141.02.017.043.024.067.032.2.06.387.016.562-.08.182-.098.353-.093.518.032.152.112.312.115.48.045a2.97 2.97 0 0 1 .653-.213c.034-.005.068-.017.099.01.096.088.187.026.279-.01.036-.015.04-.044.038-.08-.007-.076-.065-.12-.098-.18-.015-.025-.032-.035-.054-.03zm-4.718.07c.009 0 .02.006.032.017.039.036.075.074.113.11l.015.014c.019.017.021.039.012.06l-.224.45-.024-.008c0-.005.003-.007.003-.012.048-.197.029-.4.055-.6.002-.02.009-.03.018-.03zm3.9.588c-.238.007-.48.046-.703.122-.185.063-.392.106-.488.32-.055.124-.048.257-.086.381.017.099.017.197.074.281.017.024.024.063.065.06.043-.002.058-.038.07-.067.043-.091.053-.194.081-.29.046-.157.118-.281.281-.351.17-.072.343-.14.516-.206a.184.184 0 0 1 .101-.012c.214.03.437.021.627.146a.079.079 0 0 0 .062.012c.072-.017.08-.04.036-.098a.723.723 0 0 0-.636-.298zm-2.218.742l.014.017c.094.117.187.218.25.336.151.29.374.501.662.655.135.072.256.172.414.19l.003.001.018-.001c.017 0 .04-.003.036.024-.003.014-.017.014-.031.012h-.007c-.005 0-.01 0-.015-.003-.167.005-.33.033-.493.067-.085.018-.17.038-.255.058a7.838 7.838 0 0 1-.243.055h-.003c-.033.008-.048.024-.043.058.005.04.02.062.067.072a1.305 1.305 0 0 0 .274.017c.118-.003.235-.015.353-.034a2.602 2.602 0 0 1 .778-.002c-.43.07-.785.312-1.174.475-.202.084-.358.245-.55.348-.014.017-.022.044-.036.06-.031.039-.036.118-.087.11h-.004c-.005 0-.01.003-.015 0a.623.623 0 0 1-.266-.086c-.03-.019-.022-.055-.022-.089v-.453c0-.032.012-.067-.019-.09-.106-.066-.08-.182-.106-.278-.01-.038.017-.057.039-.081l.278-.31c.063-.067.089-.142.043-.223-.086-.163-.072-.32-.002-.485.055-.13.091-.267.142-.42zm4.585.177c.005.003.01.005.012.008l.007-.008c.039.022.041.05.05.075.102.247.2.497.3.744.025.055.03.103-.006.149a.502.502 0 0 0-.077.49c.067.206.019.348-.183.449a.229.229 0 0 1-.12.036.124.124 0 0 1-.088-.03c-.375-.259-.821-.345-1.242-.494-.06-.021-.117-.043-.18-.057-.072-.017-.067-.065-.057-.116.007-.036.026-.04.045-.038.02-.005.046.01.063.014.48.12.965.216 1.428.396.017.008.031.01.043.013.034-.005.044-.037.039-.082-.01-.108-.02-.214-.144-.271a2.8 2.8 0 0 0-.975-.233c-.05-.005-.098-.007-.149-.01.238-.144.5-.22.713-.406a.999.999 0 0 0 .075-.067l.398-.482.048-.08zm-1.882 1.133h.02c.03-.002.054.005.057.053 0 .044.01.082-.06.092a1.752 1.752 0 0 1-.274.021c-.094 0-.185-.01-.278-.031-.05-.012-.07-.046-.065-.086.002-.027.021-.027.04-.027a.103.103 0 0 1 .039.003h.18a1.143 1.143 0 0 0 .34-.024zm.036.396c.006 0 .012.002.02.005.278.116.556.231.844.349-.132.11-.254.208-.374.304-.221.178-.44.358-.646.553-.05.048-.089.05-.147.014a9.33 9.33 0 0 0-1.097-.545c-.165-.07-.34-.098-.511-.158.02-.036.055-.036.084-.046.367-.137.742-.26 1.102-.42.094-.043.187-.007.278.005.137.019.27.021.394-.046a.092.092 0 0 1 .053-.015zm-2.161.698a.27.27 0 0 1 .082.018c.197.077.38.185.569.274a.04.04 0 0 1 .029.01c.004.002.005.004.005.011v.005c0 .003-.003.003-.003.005-.002.003-.005.003-.007.003l-.01-.003a.03.03 0 0 1-.012-.012l-.862-.214c.074-.059.133-.1.209-.097zm8.17.535c-.142-.004-.26.062-.372.15-.029.022-.046.048-.094.017-.105-.072-.206-.053-.295.039a.402.402 0 0 0-.103.187c-.125.504-.252 1.006-.372 1.512-.041.169.048.255.223.229.158-.025.238-.116.264-.32.026-.197.053-.391.11-.595.15.187.29.362.433.538.139.17.29.321.494.412.144.065.269.027.382-.074a.186.186 0 0 0 .055-.206.157.157 0 0 0-.158-.125.246.246 0 0 1-.152-.07 2.27 2.27 0 0 1-.362-.396c-.09-.12-.094-.12.026-.202.252-.173.341-.417.322-.71-.014-.219-.132-.346-.339-.38a.454.454 0 0 0-.062-.006zm-10.733.03c-.04 0-.077.02-.097.075-.019.05-.053.043-.091.038a.751.751 0 0 0-.665.219c-.38.37-.574.814-.552 1.354.014.358.22.53.569.451.689-.16 1.224-.835 1.253-1.582.007-.192-.168-.47-.34-.538a.214.214 0 0 0-.077-.016zm-1.93.058a.943.943 0 0 0-.613.238c-.346.302-.547.693-.646 1.138a.642.642 0 0 0 .075.482c.07.118.158.161.292.135a3.12 3.12 0 0 0 .87-.305.867.867 0 0 0 .225-.168.291.291 0 0 0 .084-.204c0-.075-.033-.101-.103-.104-.07-.002-.13.024-.192.046-.207.075-.408.166-.622.22-.105.027-.141.003-.163-.105a.301.301 0 0 1 .005-.122c.04-.168.098-.331.187-.483a.82.82 0 0 1 .245-.283c.14-.089.283-.137.442-.04.052.03.103.016.15-.013a.352.352 0 0 0 .15-.201c.016-.05.002-.09-.044-.116a.773.773 0 0 0-.343-.115zm9.2.07a.692.692 0 0 0-.517.206c-.156.161-.183.324-.084.526.074.151.177.28.278.415.072.094.149.187.216.286.048.07.024.125-.058.151a.199.199 0 0 1-.139-.005 1.076 1.076 0 0 1-.374-.23.243.243 0 0 1-.082-.125c-.012-.074-.053-.108-.125-.115-.081-.007-.156-.007-.204.08-.08.138-.057.263.087.393.276.245.605.353.933.38.3.004.485-.267.387-.522-.043-.115-.118-.216-.19-.314-.12-.159-.245-.313-.357-.476-.09-.125-.048-.216.098-.264.135-.043.25-.005.36.08.13.1.24.047.269-.116.017-.086-.029-.144-.089-.194a.68.68 0 0 0-.41-.157zm1.905.06c-.137-.003-.274 0-.41.016-.164.02-.32.065-.38.248-.002.01-.014.024-.024.026-.187.048-.252.202-.302.358-.106.346-.2.696-.298 1.042-.024.084.01.14.08.182.054.034.11.032.172.015.324-.08.648-.166.987-.142a.26.26 0 0 0 .127-.029.242.242 0 0 0 .117-.24c-.014-.091-.086-.117-.163-.13a1.484 1.484 0 0 0-.177-.016 3.855 3.855 0 0 0-.62.052c.031-.228.048-.242.264-.242.161 0 .322-.01.473-.072.101-.043.166-.113.176-.226.007-.076-.025-.122-.104-.124a1.65 1.65 0 0 0-.19.002l-.453.04c.024-.052.036-.1.062-.136.044-.062-.007-.178.084-.209.075-.024.164-.007.245-.01.214-.004.427-.007.634-.074a.347.347 0 0 0 .192-.13c.07-.108.043-.18-.082-.185-.136-.006-.273-.014-.41-.017zm-6.664.008c-.071-.003-.13.042-.185.093a3.951 3.951 0 0 0-.392.434l-.367.456c-.02.024-.04.07-.08.05-.03-.014-.018-.055-.014-.086.01-.11.024-.218.036-.329.015-.144.034-.288.01-.432-.031-.173-.156-.22-.295-.113a.836.836 0 0 0-.094.091 3.168 3.168 0 0 0-.298.414c-.225.348-.432.71-.703 1.027-.05.06-.103.118-.149.182-.048.072-.067.154-.022.23.041.068.11.092.188.087.081-.004.125-.064.168-.122l.626-.852c.012-.015.017-.044.053-.034a1.37 1.37 0 0 0-.012.11c-.01.137-.038.274-.01.413.034.159.16.224.306.152a.902.902 0 0 0 .204-.152c.117-.112.228-.233.33-.362.114-.144.229-.29.349-.447.036.12.022.228.017.336-.012.188-.048.375-.012.565.024.117.091.187.187.194a.44.44 0 0 0 .278-.07c.125-.079.137-.237.02-.343a.19.19 0 0 1-.063-.113c-.026-.13-.004-.257.017-.384.039-.245.115-.485.103-.737-.004-.098-.019-.19-.12-.237a.19.19 0 0 0-.076-.021zm8.04.189c.117-.01.175.064.141.177a.387.387 0 0 1-.07.132c-.129.161-.292.27-.496.353a1.56 1.56 0 0 1 .11-.425c.062-.134.163-.223.315-.237zm-6.651.02a.292.292 0 0 1 .15.035c.076.043.098.146.045.233a.676.676 0 0 1-.185.184 1.47 1.47 0 0 1-.483.243c.07-.216.128-.415.245-.586a.286.286 0 0 1 .228-.108zm1.6.092a.509.509 0 0 1 .213.034c.113.046.151.1.149.269a1.257 1.257 0 0 1-.425.819.562.562 0 0 1-.324.136c-.147.012-.262-.081-.247-.228.028-.321.115-.624.33-.876a.436.436 0 0 1 .304-.154zm-5.882.003a.501.501 0 0 1 .218.036c.11.043.149.098.144.262a1.243 1.243 0 0 1-.422.818.581.581 0 0 1-.325.14c-.15.011-.266-.082-.252-.233.03-.315.116-.613.325-.86a.442.442 0 0 1 .312-.163z\"/></svg>\n </figure>\n </td>\n <td>composer.svg</td>\n <td><code>_includes/icons/simple-icons/composer.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"composer\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>ComproPago icon</title><path d=\"M19.32 7.778h-.003c-.604-.604-1.508-.604-2.11 0l-.15.15-.905.904-6.926 6.934-1.512 1.507c-.45.452-1.2.755-1.962.755-.75 0-1.5-.303-2.102-.904-.6-.603-.903-1.355-.903-2.11 0-.754.3-1.507.9-2.11l8.89-8.893c-1.206-1.205-3.015-1.205-4.222 0l-6.63 6.783c-2.263 2.262-2.263 6.03 0 8.44 2.26 2.264 6.028 2.264 8.44 0L19.47 9.89c.453-.605.453-1.507-.15-2.112zM22.18 4.772v-.01c-2.26-2.26-6.028-2.26-8.438 0l-9.19 9.347c-.6.603-.6 1.507 0 2.11.61.603 1.512.603 2.112 0l.15-.15.91-.905 6.934-6.935 1.344-1.355.15-.15c.45-.453 1.205-.754 1.96-.754s1.507.302 2.108.905c.605.61.904 1.362.904 2.113 0 .75-.3 1.512-.904 2.11l-8.893 8.89c1.207 1.212 3.014 1.212 4.22 0l6.786-6.776c2.262-2.413 2.262-6.027-.152-8.44z\"/></svg>\n </figure>\n </td>\n <td>compropago.svg</td>\n <td><code>_includes/icons/simple-icons/compropago.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"compropago\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Concourse icon</title><path d=\"M23.9679 11.2451c-.041-.4858-.1227-.9615-.2353-1.4372-.0511-.243-.133-.4758-.1943-.7187l-.1125-.334-.0614-.162-.0716-.1821c-.1739-.4454-.3887-.8705-.6342-1.2855a9.801 9.801 0 00-1.5752-2.0345l-.092-.091-.041-.0507-.0716-.0607c-.0614-.0607-.1227-.1113-.1841-.172-.0614-.0507-.1228-.1114-.1739-.162-.0716-.0608-.133-.1114-.2046-.162l-.1636-.1316-.0819-.0607-.0204-.0202-.0512-.0405-.0102-.0101-.041-.0304c-.1022-.0709-.1943-.1316-.2863-.1923-.1637-.1114-.2864-.2025-.3785-.2632.1023-.3846.1841-.7794.2455-1.1741.1023-.5972.5217-1.832-.3375-2.1863-.8081-.334-1.8617 1.1842-1.8617 1.1842-2.1173 2.4394-3.396 5.4759-3.6823 8.6744.5319.1113 1.0433.3441 1.4729.6781h.0102C16.1838 9.7876 17.084 8.6135 17.8 7.3382c.6854.425 1.2889.9716 1.7696 1.6194l.0716.0911.0716.1114.1432.2226c.0819.1417.174.2733.2455.4252.3171.587.5421 1.2146.6751 1.8623.0614.3037.1023.6074.1228.9211a5.7575 5.7575 0 010 .8401c-.0103.2328-.041.4758-.0819.7086a4.6387 4.6387 0 01-.1125.5465c-.0818.2936-.133.4656-.133.4656s.0716-.162.1944-.4453c.0511-.1417.1227-.324.1841-.5365.0716-.2328.133-.4757.1739-.7085.0511-.2834.092-.577.1125-.8705a7.8611 7.8611 0 000-.9818c-.0204-.3542-.0716-.7085-.1432-1.0526a9.0875 9.0875 0 00-.3069-1.0628c-.0613-.172-.1432-.3543-.225-.5264l-.1125-.2328-.0614-.1214-.0307-.1316c-.1739-.3239-.3784-.6275-.6035-.921-.3887-.5163-.849-.9718-1.3604-1.3766.1534-.3442.3069-.6984.4296-1.0628l.0614.0304.3069.1619.0409.0202.0102.0102c.041.0303-.0614-.0405-.0511-.0304l.0204.0101.0818.0506.174.1114.092.0607.0511.0304.0205.0202h.0102c.0103.0101-.0511-.0405-.0307-.0202l.0103.01c.0613.0507.1227.0912.1943.1418l.2046.1518.0307.0203c-.041-.0304-.0103-.0102-.0205-.0203h.0102l.0103.0101.0511.0405.1023.081a8.8213 8.8213 0 012.2401 2.743l.0716.1417.0716.162.1534.3137c.0819.2025.174.4049.2353.6174.2966.8401.4705 1.7309.5012 2.6216.0102.2125.0102.425.0102.6376 0 .2126-.0204.415-.0306.6073-.0307.3745-.0921.739-.174 1.1134-.0715.3138-.1534.6175-.2557.9211-.0818.2733-.184.5061-.2557.6984-.0818.1923-.1534.334-.1943.4352-.0512.1013-.0716.1519-.0716.1519s.0307-.0506.092-.1417c.0512-.0911.1432-.2328.2455-.415.092-.1822.2148-.4049.3274-.668.133-.2936.2557-.5972.3477-.911.1228-.3644.2148-.7389.2967-1.1235.0409-.2025.0818-.415.1023-.6276a6.8334 6.8334 0 00.0613-.6579c.0307-.4555.0307-.921-.0102-1.3867zm-12.7946.6992a15.3453 15.3453 0 00-4.4414-.625c.0404-.8037.2428-1.5875.5868-2.3118l.0506-.0992.0607-.119.1214-.2283c.0809-.1389.1517-.2778.2529-.4068.3642-.5456.8094-1.0318 1.3152-1.4485.2327-.1984.4856-.377.7487-.5358.2327-.1488.4856-.2778.7385-.3968a7.5772 7.5772 0 01.6576-.268c.2024-.0793.3845-.119.5261-.1587.2934-.0694.4755-.1091.4755-.1091s-.172.01-.4856.0496c-.1517.0198-.344.0397-.5564.0893a8.1925 8.1925 0 00-.7082.1786c-.2732.0893-.5464.1885-.8195.3076-.3035.129-.5868.2877-.86.4563-.3035.1886-.5868.387-.86.6152-.2832.2381-.5462.4861-.789.764-.1215.129-.2429.2877-.3643.4365l-.1517.2083-.0708.1092-.081.119c-.1922.2977-.3743.6152-.516.9426a6.974 6.974 0 00-.5665 1.8454v.0298c-.3642.0297-.7284.0793-1.0927.1389v-.1885-.3969c.0102-.0496-.01.0694-.01.0595V10.972c0-.0298.01-.0596.01-.0993.0102-.0694.0102-.129.0203-.1984 0-.0397.01-.0694.01-.1091v-.0894c0-.0098-.01.0695-.01.0298v-.0099c.01-.0694.0202-.1488.0303-.2282.0101-.0793.0203-.1587.0405-.238v-.0299c-.0101.0497 0 .01-.0101.0199v-.0298l.01-.0595.0203-.129c.253-1.141.7082-2.2323 1.3658-3.1947l.091-.129.1013-.139.2124-.2777c.1417-.1588.2732-.3373.435-.496.597-.645 1.295-1.2105 2.064-1.657a5.9648 5.9648 0 01.5564-.2976c.182-.0993.3743-.1786.5463-.258.344-.1488.698-.2679 1.0522-.377.3035-.0893.6171-.1588.9308-.2183.2832-.0595.526-.0794.7284-.1091.2023-.0199.3642-.0298.4755-.0397h.1619l-.172-.01c-.1113 0-.2732-.0099-.4755-.0099-.2024.01-.4553 0-.7487.0298-.3237.0298-.6475.0695-.9611.129-.3845.0694-.7588.1587-1.123.2778a8.6512 8.6512 0 00-.597.2083c-.2023.0695-.4046.1588-.607.258-.4249.1984-.8296.4167-1.2241.6647-.4047.258-.7892.5557-1.1534.8731-.182.1489-.3642.3374-.5362.506l-.2327.258-.1214.129-.1214.1488c-.3035.3572-.5868.7441-.8296 1.141-.4451.7143-.7992 1.4882-1.042 2.2919l-.0405.119-.0202.0596-.0203.0893-.0607.238c-.0202.0794-.0405.1489-.0607.2283-.0202.0893-.0303.1686-.0506.248-.01.0695-.0303.139-.0404.1984-.0102.0298-.0102.0596-.0203.0993v.0298l-.01.0594v.0596c-.0102.119-.0203.2282-.0406.3373-.0303.3076-.0505.506-.0607.5953-.354.0893-.7082.1984-1.0521.3175 0 0-1.8515.4266-1.7503 1.3196.1012.8433 1.9223 1.012 1.9223 1.012 3.1464.635 6.4142.2877 9.3482-.9922-.1518-.516-.1923-1.0517-.1012-1.5775zm4.411 1.938c-.3645.4088-.81.7255-1.3162.9299v.0102c.3848 1.4816.982 2.8916 1.7718 4.1995-.6986.3678-1.4478.613-2.2274.7152l-.1113.0102-.1317.0103-.2632.0204c-.162 0-.324.0102-.486 0-.6682-.0102-1.3262-.1226-1.954-.3372-.2936-.092-.5872-.2146-.8605-.3474-.2531-.1226-.4961-.2554-.729-.4087-.2025-.1328-.3948-.2657-.577-.419-.1722-.1328-.3038-.2656-.4253-.3678-.2227-.2145-.3442-.3474-.3442-.3474s.1012.143.2936.3883c.1012.1226.2227.2657.3746.419.1721.1839.3442.3473.5366.5108.2227.1942.4556.3679.6986.5313.2733.184.5568.3474.8504.4905.3139.1533.648.286.982.3985.3544.1124.7088.1941 1.0733.2554.1822.0307.3746.0511.567.0716l.2631.0204.1317.0102h.1518c.3645 0 .729-.0204 1.0935-.0715.6175-.0818 1.225-.2452 1.8122-.4802.2227.3065.4556.6028.6986.8889-.0101.0102-.0203.0102-.0304.0204l-.2936.184-.0405.0204-.0101.0102c-.0506.0204.0607-.0306.0506-.0204h-.0101l-.0203.0102c-.0303.0102-.0607.0306-.091.0409l-.1823.092-.1013.051-.0506.0307-.0202.0102h-.0102c-.01 0 .0608-.0307.0304-.0102l-.0101.0102-.2126.092c-.0709.0306-.1519.0612-.2228.1021l-.0303.0102c.0506-.0204.0101 0 .0202-.0102h-.0101l-.0101.0102-.0608.0205-.1215.051a8.7816 8.7816 0 01-3.4827.5927l-.1519-.0102-.1721-.0102-.3544-.0307c-.2126-.0307-.4353-.051-.658-.1022-.8809-.1635-1.7313-.4496-2.5311-.8685-.1924-.1022-.3746-.2043-.5569-.3065-.1822-.1022-.3442-.2248-.5163-.3372-.3037-.2146-.6075-.4496-.8808-.6948-.243-.2146-.4657-.4394-.6784-.6744-.2024-.2043-.3442-.4087-.4758-.5722-.1316-.1635-.2126-.2963-.2835-.3883l-.1012-.143s.0303.051.081.143c.0607.092.1316.2453.243.419.1113.1737.243.3882.4252.6233.1923.2656.405.521.6176.756.2632.2862.5365.562.8302.8073.162.1328.324.2759.496.3985.1722.1328.3544.2656.5468.3882a11.06 11.06 0 001.225.6846c.4455.2044.901.378 1.3668.511.2328.0714.486.1225.729.1838l.3442.0613.172.0307.1924.0307c.4759.0613.9517.092 1.4276.092.8605-.0103 1.711-.133 2.5412-.3577l.1215-.0307.0607-.0204.0911-.0307c.081-.0306.162-.051.2329-.0817l.2227-.0715.243-.092c.0709-.0306.1316-.051.1924-.0715.0304-.0102.0607-.0204.0911-.0409l.0203-.0102h.01l.0608-.0306.0101-.0103.0405-.0204.3038-.1533c.162-.0817.2835-.143.3847-.1839.2632.2555.5265.5007.81.7255 0 0 1.3262 1.3794 2.0552.8174.6884-.5313-.1013-2.207-.1013-2.207-1.0529-3.0245-3.0474-5.6811-5.6797-7.5407zm-.0549-1.4117a1.8824 1.8824 0 01-1.8823 1.8823 1.8824 1.8824 0 01-1.8824-1.8823 1.8824 1.8824 0 011.8824-1.8824 1.8824 1.8824 0 011.8823 1.8824Z\"/></svg>\n\n </figure>\n </td>\n <td>concourse.svg</td>\n <td><code>_includes/icons/simple-icons/concourse.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"concourse\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Conda-Forge icon</title><path d=\"M8.206 5.866l.005.396H6.754l.006.655v.005l-6.758.002v.211L0 7.973l.02.041c.212.467.663.901 1.257 1.313.594.411 1.335.796 2.145 1.13 1.62.664 3.502 1.12 5.006 1.1.746-.01 1.265.228 1.62.672.341.426.51 1.092.524 1.92L7.94 16.239l.008 1.896H20.29l-.004-1.76-2.63-2.22c.055-2.013.708-3.443 1.777-4.405 1.087-.979 2.61-1.49 4.37-1.616l.195-.015L24 5.872zm.425.422l14.946.006-.004 1.457c-1.737.155-3.29.666-4.424 1.685-.912.822-1.433 2.062-1.691 3.534l-1.617.004.002.422 1.535-.004c-.027.226-.113.4-.123.64l-.893-.003-.002.422.995.004 2.138 1.802-2.941.002c-.724-.675-1.552-1.116-2.416-1.158-.817-.04-1.638.324-2.387 1.04l-2.978-.024 2.248-1.781v-.102c.002-.943-.2-1.72-.64-2.269-.396-.496-1.007-.749-1.741-.79l-.008-4.49h.008zm-1.45.396h1.026l.008 4.404c-1.387-.02-3.125-.404-4.631-1.023-.787-.324-1.507-.698-2.066-1.086C.968 8.6.587 8.203.424 7.86v-.514l6.336-.002v2.16h.422v-2.16h.004l-.004-.435v-.226zm6.935 8.839c.75.037 1.503.436 2.18 1.078l-.002 1.112h-4.345l-.006-1.2c.706-.717 1.443-1.026 2.173-.99zM8.36 16.537l3.16.023.006 1.153h-3.16zm11.5.142l.002 1.034h-3.148V16.68z\"/></svg>\n </figure>\n </td>\n <td>conda-forge.svg</td>\n <td><code>_includes/icons/simple-icons/conda-forge.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"conda-forge\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Conekta icon</title><path d=\"M8.25 19.502L2.7 12l5.55-7.5 3.45 4.65L9.447 12l2.25 3-3.45 4.502zM12.45 24l8.85-12-8.85-12h-6.9l9 12-9 12h6.9z\"/></svg>\n </figure>\n </td>\n <td>conekta.svg</td>\n <td><code>_includes/icons/simple-icons/conekta.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"conekta\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Confluence icon</title><path d=\"M.87 18.257c-.248.382-.53.875-.763 1.245a.764.764 0 0 0 .255 1.04l4.965 3.054a.764.764 0 0 0 1.058-.26c.199-.332.454-.763.733-1.221 1.967-3.247 3.945-2.853 7.508-1.146l4.957 2.337a.764.764 0 0 0 1.028-.382l2.364-5.346a.764.764 0 0 0-.382-1 599.851 599.851 0 0 1-4.965-2.361C10.911 10.97 5.224 11.185.87 18.257zM23.131 5.743c.249-.405.531-.875.764-1.25a.764.764 0 0 0-.256-1.034L18.675.404a.764.764 0 0 0-1.058.26c-.195.335-.451.763-.734 1.225-1.966 3.246-3.945 2.85-7.508 1.146L4.437.694a.764.764 0 0 0-1.027.382L1.046 6.422a.764.764 0 0 0 .382 1c1.039.49 3.105 1.467 4.965 2.361 6.698 3.246 12.392 3.029 16.738-4.04z\"/></svg>\n </figure>\n </td>\n <td>confluence.svg</td>\n <td><code>_includes/icons/simple-icons/confluence.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"confluence\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Convertio icon</title><path d=\"M12 .037C5.373.037 0 5.394 0 12c0 6.606 5.373 11.963 12 11.963 6.628 0 12-5.357 12-11.963C24 5.394 18.627.037 12 .037zm-.541 4.8c1.91-.13 3.876.395 5.432 1.934 1.426 1.437 2.51 3.44 2.488 5.317h2.133l-4.444 4.963-4.445-4.963h2.313c-.001-1.724-.427-2.742-1.78-4.076-1.325-1.336-2.667-2.11-4.978-2.303a9.245 9.245 0 013.281-.871zM6.934 6.95l4.445 4.963H9.066c0 1.724.426 2.742 1.778 4.076 1.326 1.336 2.667 2.112 4.978 2.305-2.684 1.268-6.22 1.398-8.71-1.064-1.427-1.437-2.512-3.44-2.489-5.317H2.488L6.934 6.95Z\"/></svg>\n\n </figure>\n </td>\n <td>convertio.svg</td>\n <td><code>_includes/icons/simple-icons/convertio.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"convertio\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Corona Engine icon</title><path d=\"M11.986,0C11.986,0,11.986,0,11.986,0C5.358,0.008-0.008,5.387,0,12.015 C0.008,18.642,5.387,24.008,12.015,24C18.636,23.992,24,18.622,24,12C23.996,5.369,18.617-0.004,11.986,0z M12.007,22.455 c-5.774,0.006-10.461-4.67-10.467-10.445C1.535,6.236,6.211,1.55,11.985,1.544C17.763,1.541,22.449,6.223,22.452,12 C22.452,17.77,17.777,22.449,12.007,22.455z M13.689,7.5c1.008,1.059,2.329,1.903,3.472,2.133c0.362-0.118,0.688-0.326,0.948-0.605 c0.277-0.324,0.46-0.718,0.529-1.139c-0.012-0.038-0.027-0.076-0.041-0.116l0,0c-0.49-1.318-1.804-2.265-3.158-2.831 c-1.333-0.557-2.695-0.746-3.35-0.558C12.112,5.395,12.769,6.535,13.689,7.5L13.689,7.5L13.689,7.5z M16.798,12.226 c-0.697,1.284-1.093,2.799-0.96,3.957c0.225,0.307,0.523,0.553,0.869,0.713c0.394,0.163,0.826,0.215,1.247,0.151 c0.038-0.027,0.07-0.053,0.1-0.075c1.103-0.872,1.6-2.413,1.72-3.875c0.119-1.438-0.122-2.79-0.503-3.354 c-0.957,0.334-1.839,1.311-2.473,2.482L16.798,12.226z M8.227,8.993c1.32-0.631,2.532-1.625,3.105-2.639 c0-0.381-0.097-0.755-0.283-1.088c-0.223-0.363-0.541-0.658-0.92-0.853l-0.123,0.002C8.6,4.473,7.292,5.428,6.334,6.541l0,0 C5.392,7.633,4.791,8.87,4.767,9.55c0.969,0.288,2.258,0.017,3.459-0.559L8.227,8.993z M7.96,14.641 c-0.193-1.449-0.765-2.907-1.553-3.767c-0.363-0.117-0.749-0.14-1.123-0.067l0,0c-0.415,0.099-0.794,0.31-1.097,0.61l-0.036,0.118 c-0.38,1.355,0.126,2.893,0.887,4.146c0.749,1.233,1.741,2.185,2.382,2.418c0.577-0.832,0.718-2.139,0.54-3.459L7.96,14.641z M13.257,16.641c-1.439-0.264-3.004-0.172-4.065,0.311c-0.224,0.308-0.366,0.668-0.411,1.046c-0.034,0.426,0.05,0.852,0.243,1.233 c0.033,0.025,0.067,0.047,0.1,0.068c1.172,0.779,2.793,0.774,4.223,0.438c1.405-0.332,2.619-0.979,3.039-1.515 c-0.614-0.807-1.817-1.344-3.128-1.584L13.257,16.641z\"/></svg>\n </figure>\n </td>\n <td>coronaengine.svg</td>\n <td><code>_includes/icons/simple-icons/coronaengine.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"coronaengine\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Corona Renderer icon</title><path d=\"M19.734,11.603c0.078,0.376,0.116,0.76,0.116,1.144c0,1.44-0.562,2.846-1.556,3.889 c-0.989,1.037-2.358,1.668-3.789,1.741c-1.445,0.074-2.885-0.418-3.979-1.365c-1.079-0.933-1.776-2.265-1.921-3.684 c-0.148-1.445,0.273-2.914,1.17-4.057c0.877-1.118,2.168-1.879,3.574-2.095c1.439-0.222,2.934,0.127,4.123,0.97 C18.627,8.965,19.448,10.214,19.734,11.603z M24,6v12c0,3.314-2.686,6-6,6H6c-3.314,0-6-2.686-6-6V6c0-3.314,2.686-6,6-6h12 C21.314,0,24,2.686,24,6z M21.828,9.483c-0.465-1.398-1.274-2.674-2.334-3.697c-1.025-0.988-2.279-1.731-3.639-2.152 c0.159,0.423,0.239,0.874,0.238,1.326c-1.109-1.455-2.809-2.4-4.632-2.564c-1.112-0.1-2.245,0.084-3.265,0.538 c0.829,0.257,1.555,0.807,2.03,1.533C8.383,3.809,6.29,4.017,4.615,5.028C3.931,5.441,3.324,5.98,2.831,6.609 c1.151-0.247,2.375,0.069,3.262,0.843c-0.74,0.709-1.754,1.087-2.778,1.039C3.469,8.742,3.652,8.973,3.859,9.18 c-0.01,0.017-0.021,0.034-0.031,0.051c-0.696,0.314-1.288,0.842-1.68,1.496c-0.438,0.729-0.613,1.6-0.498,2.442 c0.066,0.481,0.226,0.947,0.469,1.367c-0.108-0.934,0.684-1.758,1.622-1.686c0.921,0.071,1.576,0.983,1.351,1.88 c-0.16,0.635-0.732,1.107-1.386,1.142c0.87,1.547,2.362,2.701,4.08,3.146c0.608,0.157,1.238,0.226,1.866,0.206 c-0.471,0.358-1.029,0.608-1.637,0.711c1.493,1.016,3.275,1.567,5.08,1.578c1.455,0.009,2.905-0.33,4.202-0.991 c1.249-0.636,2.345-1.562,3.184-2.684c0.851-1.139,1.43-2.475,1.676-3.876C22.417,12.472,22.305,10.919,21.828,9.483z\"/></svg>\n </figure>\n </td>\n <td>coronarenderer.svg</td>\n <td><code>_includes/icons/simple-icons/coronarenderer.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"coronarenderer\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Coursera icon</title><path d=\"M23.992 11.806a5.091 5.091 0 0 0-.018-.279v-.002-.002a5.98 5.98 0 0 0-.99-2.814 6.217 6.217 0 0 0-.867-1.039 6.289 6.289 0 0 0-1.64-1.13 7.016 7.016 0 0 0-3.051-.668 7.35 7.35 0 0 0-2.546.444 6.323 6.323 0 0 0-1.822.996 6.45 6.45 0 0 0-.333.29l-.085.085-.117.125h.001l-.056.055-.026.028-.141.147c-.104.117-.202.234-.296.349v-.002l-.004-.003c-.192.233-.37.476-.5.693-.089.14-.176.283-.259.427l-1.147 2.319.002.001-.06.118-.126.256c-.251.509-.521 1.017-.821 1.435-.672.737-1.431 1.098-2.406 1.098-.068 0-.139-.003-.209-.008-.588-.023-1.092-.162-1.539-.427a2.576 2.576 0 0 1-.994-1.03 2.659 2.659 0 0 1-.326-1.369l.002-.034c.031-.76.321-1.352.904-1.861.142-.124.291-.228.446-.32.021-.013.044-.024.065-.036.434-.237.927-.355 1.492-.355l.176.005c.899.034 1.592.314 2.145.863l1.734-3.113a6.845 6.845 0 0 0-1.399-.71c-.019-.007-.04-.016-.06-.022-.062-.022-.123-.045-.186-.065a7.425 7.425 0 0 0-1.716-.348 5.545 5.545 0 0 1-.046-.006c-.091-.005-.184-.016-.275-.02a9.966 9.966 0 0 0-.297-.007h-.055a7.005 7.005 0 0 0-3.028.67 6.176 6.176 0 0 0-2.502 2.166A6.006 6.006 0 0 0 0 12.087c-.002 1.564.568 2.938 1.701 4.093 1.184 1.211 2.721 1.864 4.567 1.941.118.005.235.008.353.008 1.045 0 2.011-.186 2.878-.558.217-.093.427-.201.642-.322.117-.067.228-.139.338-.215l.08-.055.137-.093c.164-.118.317-.246.467-.381l.052-.05c.088-.083.176-.168.259-.255l.311-.352.118-.148.056-.081.055-.079c.462-.776 1.965-3.601 1.965-3.601v-.006l.09-.172.074-.135c.222-.403.382-.689.594-.99l.006-.01c.493-.717 1.344-1.227 2.346-1.313 1.68-.145 3.152.959 3.287 2.465.135 1.507-1.117 2.846-2.798 2.991a3.417 3.417 0 0 1-1.011-.064l-.009.003c-1.232-.257-2.017-1.155-2.404-1.558l-1.617 2.974s.503.506.847.759c.346.253.791.501 1.146.656a7.151 7.151 0 0 0 2.838.589c.121 0 .097 0 .222-.005 1.844-.077 3.489-.784 4.675-1.995 1.123-1.15 1.733-2.463 1.738-4.018v-.047l-.011-.257z\"/></svg>\n </figure>\n </td>\n <td>coursera.svg</td>\n <td><code>_includes/icons/simple-icons/coursera.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"coursera\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Coveralls icon</title><path d=\"M0 12v12h24V0H0zm13.195-6.187l1.167 3.515 2.255.005c1.238.005 2.916.019 3.727.037l1.472.028-2.968 2.152c-1.63 1.181-2.976 2.18-2.99 2.212-.01.033.487 1.627 1.106 3.54.619 1.917 1.12 3.487 1.116 3.492-.005.01-1.35-.947-2.986-2.119-1.636-1.177-3-2.147-3.033-2.161-.028-.01-1.411.947-3.07 2.138-1.655 1.185-3.02 2.151-3.024 2.142-.004-.005.497-1.575 1.116-3.492.619-1.913 1.115-3.507 1.106-3.54-.014-.032-1.36-1.03-2.99-2.212L2.23 9.398l1.472-.028c.811-.018 2.49-.032 3.727-.037l2.254-.005 1.168-3.515a512.54 512.54 0 011.171-3.516c.005 0 .53 1.58 1.172 3.516z\"/></svg>\n </figure>\n </td>\n <td>coveralls.svg</td>\n <td><code>_includes/icons/simple-icons/coveralls.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"coveralls\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>cPanel icon</title><path d=\"M4.586 9.346a.538.538 0 00-.34.113.561.561 0 00-.197.299L2.74 14.654h.922a.528.528 0 00.332-.113.561.561 0 00.2-.291l.968-3.604h.744a.677.677 0 01.317.077.703.703 0 01.24.199.732.732 0 01.129.281.65.65 0 01-.01.326.698.698 0 01-.676.526h-.385a.538.538 0 00-.337.113.561.561 0 00-.2.291l-.24.896h1.201a1.939 1.939 0 001.62-.867 1.988 1.988 0 00.265-.586l.027-.1a1.854 1.854 0 00.026-.907 1.973 1.973 0 00-1.031-1.34 1.875 1.875 0 00-.88-.21H4.587zm18.447 0a.401.401 0 00-.25.082.377.377 0 00-.14.217l-1.334 5.01a1.7 1.7 0 00.57-.096 1.806 1.806 0 00.496-.266 1.74 1.74 0 00.385-.408 1.648 1.648 0 00.234-.531l.996-3.696a.23.23 0 00-.045-.217.246.246 0 00-.2-.095h-.712zM8.381 10.643l-.133.503a.564.564 0 00-.006.26.544.544 0 00.1.221.552.552 0 00.185.154.53.53 0 00.252.06h2.157a.101.101 0 01.084.038.098.098 0 01.015.088l-.02.072-.324 1.201-.013.055a.172.172 0 01-.067.105.205.205 0 01-.127.04H9.178a.147.147 0 01-.12-.057.136.136 0 01-.027-.13c.022-.074.071-.112.147-.112h.808a.53.53 0 00.332-.112.564.564 0 00.2-.293l.132-.498H8.84a1.131 1.131 0 00-.38.065 1.152 1.152 0 00-.323.176 1.194 1.194 0 00-.256.271 1.052 1.052 0 00-.156.346l-.028.1a1.095 1.095 0 00-.013.533 1.203 1.203 0 00.212.464 1.141 1.141 0 00.918.453l2.157.006a.899.899 0 00.875-.67l.525-1.95a1.101 1.101 0 00.01-.514 1.114 1.114 0 00-.205-.444 1.149 1.149 0 00-.377-.312 1.048 1.048 0 00-.498-.12H8.38zm-6.397.01a1.924 1.924 0 00-.638.107 1.989 1.989 0 00-.553.295 1.962 1.962 0 00-.7 1.045l-.027.1a1.936 1.936 0 00-.023.905 1.955 1.955 0 00.361.786 1.986 1.986 0 00.668.554 1.875 1.875 0 00.88.21h.464l.266-.983a.23.23 0 00-.043-.215.239.239 0 00-.198-.096h-.423a.702.702 0 01-.319-.074.67.67 0 01-.24-.195.732.732 0 01-.127-.281.706.706 0 01.01-.34.73.73 0 01.256-.377.675.675 0 01.42-.14h.697a.538.538 0 00.338-.114.561.561 0 00.199-.297l.232-.89h-1.5zm11.08 0l-.982 3.689a.23.23 0 00.045.217.238.238 0 00.195.095h.711a.413.413 0 00.248-.08.363.363 0 00.143-.21l.644-2.41h.745a.678.678 0 01.318.075.708.708 0 01.238.2.735.735 0 01.129.28.65.65 0 01-.01.327l-.398 1.506a.243.243 0 00.24.312h.713a.403.403 0 00.244-.08.366.366 0 00.143-.213l.332-1.248a1.897 1.897 0 00.029-.908 1.955 1.955 0 00-.361-.79 1.987 1.987 0 00-.668-.554 1.889 1.889 0 00-.885-.209h-1.813zm5.793 0a1.458 1.458 0 00-.488.081 1.489 1.489 0 00-.752.58 1.493 1.493 0 00-.205.454l-.406 1.505a1.018 1.018 0 00-.016.508 1.139 1.139 0 00.205.446 1.095 1.095 0 00.377.312 1.071 1.071 0 00.498.115h2.502a.528.528 0 00.332-.113.561.561 0 00.2-.291l.21-.791h-2.748a.2.2 0 01-.191-.252l.299-1.127a.34.34 0 01.113-.162.281.281 0 01.18-.064h1.232a.153.153 0 01.147.193l-.026.1c-.022.075-.071.113-.146.113h-.81a.538.538 0 00-.339.111.526.526 0 00-.191.293l-.133.49h2.004a.887.887 0 00.547-.181.864.864 0 00.32-.483l.12-.45a1.11 1.11 0 00.013-.513 1.076 1.076 0 00-.203-.443 1.146 1.146 0 00-.375-.313 1.047 1.047 0 00-.498-.119h-1.772Z\"/></svg>\n\n </figure>\n </td>\n <td>cpanel.svg</td>\n <td><code>_includes/icons/simple-icons/cpanel.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"cpanel\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>C++ icon</title><path d=\"M22.393 6c-.167-.29-.398-.543-.652-.69L12.925.22c-.508-.293-1.339-.293-1.847 0L2.26 5.31c-.508.293-.923 1.013-.923 1.6v10.18c0 .294.104.62.271.91.167.29.398.543.652.689l8.816 5.091c.508.293 1.339.293 1.847 0l8.816-5.091c.254-.146.485-.399.652-.689s.271-.616.271-.91V6.91c.002-.294-.102-.62-.269-.91zM12 19.109c-3.92 0-7.109-3.189-7.109-7.109S8.08 4.891 12 4.891a7.133 7.133 0 0 1 6.156 3.552l-3.076 1.781A3.567 3.567 0 0 0 12 8.445c-1.96 0-3.554 1.595-3.554 3.555S10.04 15.555 12 15.555a3.57 3.57 0 0 0 3.08-1.778l3.077 1.78A7.135 7.135 0 0 1 12 19.109zm7.109-6.714h-.79v.79h-.79v-.79h-.79v-.79h.79v-.79h.79v.79h.79v.79zm2.962 0h-.79v.79h-.79v-.79h-.789v-.79h.789v-.79h.79v.79h.79v.79z\"/></svg>\n </figure>\n </td>\n <td>cplusplus.svg</td>\n <td><code>_includes/icons/simple-icons/cplusplus.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"cplusplus\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Craft CMS icon</title><path d=\"M21.5 0h-19C1.1 0 0 1.1 0 2.5v18.9C0 22.9 1.1 24 2.5 24h19c1.4 0 2.5-1.1 2.5-2.5v-19C24 1.1 22.9 0 21.5 0zM12 14.6c.8 0 1.6-.3 2.4-1l1.1 1.3c-1.2 1-2.5 1.5-3.9 1.5-2.7 0-4.3-1.8-4-4.3.4-2.5 2.7-4.3 5.4-4.3 1.3 0 2.5.5 3.3 1.4l-1.6 1.3c-.5-.6-1.2-1-2-1-1.6 0-2.8 1-3.1 2.5-.2 1.6.7 2.6 2.4 2.6z\"/></svg>\n </figure>\n </td>\n <td>craftcms.svg</td>\n <td><code>_includes/icons/simple-icons/craftcms.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"craftcms\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Creative Commons icon</title><path d=\"M11.983 0c-3.292 0-6.19 1.217-8.428 3.485C1.25 5.819 0 8.844 0 12c0 3.189 1.217 6.148 3.522 8.45C5.827 22.75 8.822 24 11.983 24c3.16 0 6.222-1.25 8.593-3.583C22.815 18.214 24 15.287 24 12c0-3.255-1.186-6.214-3.458-8.483C18.238 1.217 15.275 0 11.983 0zm.033 2.17c2.7 0 5.103 1.02 6.98 2.893 1.843 1.841 2.83 4.274 2.83 6.937 0 2.696-.954 5.063-2.798 6.872-1.943 1.906-4.444 2.926-7.012 2.926-2.601 0-5.038-1.019-6.914-2.893-1.877-1.875-2.93-4.34-2.93-6.905 0-2.597 1.053-5.063 2.93-6.97 1.844-1.874 4.214-2.86 6.914-2.86zM8.68 8.278C6.723 8.278 5.165 9.66 5.165 12c0 2.38 1.465 3.722 3.581 3.722 1.358 0 2.516-.744 3.155-1.874l-1.491-.758c-.333.798-.839 1.037-1.478 1.037-1.105 0-1.61-.917-1.61-2.126 0-1.21.426-2.127 1.61-2.127.32 0 .96.173 1.332.97l1.597-.838c-.68-1.236-1.837-1.728-3.181-1.728zm6.932 0c-1.957 0-3.514 1.382-3.514 3.722 0 2.38 1.464 3.722 3.58 3.722 1.359 0 2.516-.744 3.155-1.874l-1.49-.758c-.333.798-.84 1.037-1.478 1.037-1.105 0-1.611-.917-1.611-2.126 0-1.21.426-2.127 1.61-2.127.32 0 .96.173 1.332.97l1.597-.838c-.68-1.236-1.837-1.728-3.181-1.728z\"/></svg>\n </figure>\n </td>\n <td>creativecommons.svg</td>\n <td><code>_includes/icons/simple-icons/creativecommons.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"creativecommons\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Crehana icon</title><path d=\"M12,0C5.371,0,0,5.371,0,12c0,6.626,5.371,12,12,12s12-5.374,12-12C24,5.371,18.626,0,12,0z M17.94,9.843v7.915h-3.957 v-3.892h-3.895v3.83H6.13v-3.957h3.833V9.843H6.06V5.948h3.957v3.895h3.965V5.948h3.957V9.843z\"/></svg>\n </figure>\n </td>\n <td>crehana.svg</td>\n <td><code>_includes/icons/simple-icons/crehana.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"crehana\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Crunchbase icon</title><path d=\"M21.6 0H2.4A2.41 2.41 0 0 0 0 2.4v19.2A2.41 2.41 0 0 0 2.4 24h19.2a2.41 2.41 0 0 0 2.4-2.4V2.4A2.41 2.41 0 0 0 21.6 0zM7.045 14.465A2.11 2.11 0 0 0 9.84 13.42h1.66a3.69 3.69 0 1 1 0-1.75H9.84a2.11 2.11 0 1 0-2.795 2.795zm11.345.845a3.55 3.55 0 0 1-1.06.63 3.68 3.68 0 0 1-3.39-.38v.38h-1.51V5.37h1.5v4.11a3.74 3.74 0 0 1 1.8-.63H16a3.67 3.67 0 0 1 2.39 6.46zm-.223-2.766a2.104 2.104 0 1 1-4.207 0 2.104 2.104 0 0 1 4.207 0z\"/></svg>\n </figure>\n </td>\n <td>crunchbase.svg</td>\n <td><code>_includes/icons/simple-icons/crunchbase.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"crunchbase\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Crunchyroll icon</title><path d=\"M2.933 13.467a10.55 10.55 0 1 1 21.067-.8V12c0-6.627-5.373-12-12-12S0 5.373 0 12s5.373 12 12 12h.8a10.617 10.617 0 0 1-9.867-10.533zM19.2 14a3.85 3.85 0 0 1-1.333-7.467A7.89 7.89 0 0 0 14 5.6a8.4 8.4 0 1 0 8.4 8.4 6.492 6.492 0 0 0-.133-1.6A3.415 3.415 0 0 1 19.2 14z\"/></svg>\n </figure>\n </td>\n <td>crunchyroll.svg</td>\n <td><code>_includes/icons/simple-icons/crunchyroll.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"crunchyroll\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>CRYENGINE icon</title><path d=\"M14.714,14.875c0.296,0,0.58,0.102,0.807,0.288l0.014,0.012l-0.149,0.238 c-0.184-0.168-0.421-0.26-0.671-0.26c-0.549,0-0.995,0.446-0.995,0.995c0,0.549,0.446,0.995,0.995,0.995 c0.497,0,0.91-0.366,0.983-0.842l0.002-0.014h-0.852l0.173-0.277h0.966v0.139c0,0.702-0.571,1.273-1.272,1.273 c-0.702,0-1.272-0.571-1.272-1.273C13.441,15.446,14.012,14.875,14.714,14.875z M1.272,14.875c0.347,0,0.68,0.144,0.918,0.392 l0.012,0.013l-0.157,0.242c-0.19-0.235-0.47-0.37-0.774-0.37c-0.549,0-0.995,0.446-0.995,0.995c0,0.549,0.446,0.995,0.995,0.995 c0.287,0,0.559-0.123,0.748-0.339l0.01-0.012l0.211,0.18C2,17.256,1.646,17.419,1.272,17.419C0.571,17.419,0,16.849,0,16.147 C0,15.446,0.571,14.875,1.272,14.875z M3.712,14.89c0.639,0,0.894,0.3,0.894,0.733c0,0.363-0.184,0.619-0.621,0.706l-0.014,0.003 l0.702,1.075H4.337l-0.663-1.058H3.196v1.058H2.923V14.89H3.712z M9.592,17.163v0.244H7.87v-0.244H9.592z M5.574,14.89l0.691,1.149 c0.024,0.042,0.038,0.087,0.045,0.115c0.01-0.029,0.019-0.067,0.043-0.109l0.006-0.01l0.688-1.145h0.297l-1.564,2.518H5.509 l0.647-1.05L5.274,14.89H5.574z M23.096,17.163v0.244h-1.722v-0.244H23.096z M18.535,14.89l1.512,2.085 c-0.013-0.059-0.02-0.081-0.021-0.127l0-0.009V14.89h0.272v2.518h-0.258l-1.515-2.092c0.01,0.033,0.023,0.078,0.024,0.142l0,0.012 v1.938h-0.272V14.89H18.535z M17.174,14.89v2.518h-0.272V14.89H17.174z M10.779,14.89l1.512,2.085 c-0.013-0.059-0.02-0.081-0.021-0.127l0-0.009V14.89h0.272v2.518h-0.258l-1.515-2.092c0.01,0.033,0.023,0.078,0.024,0.142l0,0.012 v1.938h-0.272V14.89H10.779z M23.096,15.955v0.248h-1.722v-0.248H23.096z M9.592,15.955v0.248H7.87v-0.248H9.592z M3.716,15.134 h-0.52v0.967h0.517c0.384,0,0.615-0.112,0.615-0.478C4.327,15.256,4.096,15.134,3.716,15.134z M23.707,14.567 c0.162,0,0.293,0.13,0.293,0.292c0,0.162-0.131,0.292-0.293,0.292s-0.293-0.13-0.293-0.292 C23.415,14.697,23.546,14.567,23.707,14.567z M23.096,14.89v0.244h-1.722V14.89H23.096z M9.592,14.89v0.244h-1.47l0.151-0.244 H9.592z M23.707,14.616c-0.134,0-0.242,0.108-0.242,0.242c0,0.134,0.108,0.242,0.242,0.242c0.134,0,0.243-0.108,0.243-0.242 C23.95,14.725,23.841,14.616,23.707,14.616z M23.709,14.707c0.075,0,0.108,0.038,0.108,0.091c0,0.04-0.018,0.07-0.059,0.084 l-0.006,0.002l0.08,0.123h-0.058l-0.067-0.104c-0.002-0.002-0.003-0.007-0.004-0.011l0-0.003h-0.058v0.118h-0.048v-0.301H23.709z M23.71,14.753h-0.065v0.091h0.064c0.041,0,0.06-0.011,0.06-0.045C23.769,14.766,23.75,14.753,23.71,14.753z M10.909,6.6 l0.088-0.007c-2.36,0.549-3.761,2.332-3.761,2.564l0,0.001c0,0.001,0.001-0.009,0.002,0.036l0,0.006h0.001 c0.048,0.253,0.745,1.475,3.441,2.201c-3.09-0.245-4.494-1.748-4.563-2.188L6.116,9.199H6.115c0-0.046-0.001-0.037-0.001-0.034l0,0 l0.001-0.013C6.152,8.7,8.043,6.84,10.909,6.6l0.088-0.007L10.909,6.6z M11.89,6.581c3.209,0.167,5.076,2.075,5.093,2.609l0-0.001 c0-0.002-0.001,0-0.001,0.033l0,0.006H16.98c-0.025,0.268-1.045,1.358-2.571,1.86c-1.865,0.613-4.866,0.39-4.866-1.948 c0-1.097,0.894-1.99,1.992-1.99c1.108,0,1.997,0.897,1.997,1.995c0,0.535-0.231,1.053-0.581,1.419 c0.327-0.006,1.517-0.093,2.638-1.017c0.124-0.121,0.203-0.222,0.236-0.284c0.009-0.016,0.022-0.045,0.02-0.072 C15.846,8.951,14.557,7.107,11.89,6.581z M11.533,8.008c-0.625,0-1.131,0.506-1.131,1.131c0,0.625,0.506,1.131,1.131,1.131 c0.624,0,1.131-0.506,1.131-1.131C12.664,8.515,12.158,8.008,11.533,8.008z M16.982,9.19C16.982,9.19,16.982,9.19,16.982,9.19 L16.982,9.19z\"/></svg>\n </figure>\n </td>\n <td>cryengine.svg</td>\n <td><code>_includes/icons/simple-icons/cryengine.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"cryengine\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>C Sharp icon</title><path d=\"M12 0A12 12 0 000 12a12 12 0 0012 12 12 12 0 0012-12A12 12 0 0012 0zM9.426 7.12a5.55 5.55 0 011.985.38v1.181a4.5 4.5 0 00-2.25-.566 3.439 3.439 0 00-2.625 1.087 4.099 4.099 0 00-1.012 2.906 3.9 3.9 0 00.945 2.754 3.217 3.217 0 002.482 1.023 4.657 4.657 0 002.464-.634l-.004 1.08a5.543 5.543 0 01-2.625.555 4.211 4.211 0 01-3.228-1.297 4.793 4.793 0 01-1.212-3.409 5.021 5.021 0 011.365-3.663 4.631 4.631 0 013.473-1.392 5.55 5.55 0 01.12-.004 5.55 5.55 0 01.122 0zm5.863.155h.836l-.555 2.652h1.661l.567-2.652h.81l-.555 2.652 1.732-.004-.15.697H17.91l-.412 1.98h1.852l-.176.698h-1.816l-.58 2.625h-.83l.567-2.625h-1.65l-.555 2.625h-.81l.555-2.625h-1.74l.131-.698h1.748l.401-1.976h-1.826l.138-.697h1.826zm.142 3.345L15 12.6h1.673l.423-1.98z\"/></svg>\n </figure>\n </td>\n <td>csharp.svg</td>\n <td><code>_includes/icons/simple-icons/csharp.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"csharp\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>CSS3 icon</title><path d=\"M1.5 0h21l-1.91 21.563L11.977 24l-8.565-2.438L1.5 0zm17.09 4.413L5.41 4.41l.213 2.622 10.125.002-.255 2.716h-6.64l.24 2.573h6.182l-.366 3.523-2.91.804-2.956-.81-.188-2.11h-2.61l.29 3.855L12 19.288l5.373-1.53L18.59 4.414z\"/></svg>\n </figure>\n </td>\n <td>css3.svg</td>\n <td><code>_includes/icons/simple-icons/css3.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"css3\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>CSS Wizardry icon</title><path d=\"M.03 16.428V1.118C.03.5.53 0 1.147 0H22.8c.624 0 1.12.5 1.12 1.12v14.76c-.67-.41-1.46-.616-2.357-.616-1.254 0-2.205.3-2.854.896-.65.598-.97 1.328-.97 2.225 0 .97.33 1.69 1 2.15.39.285 1.11.54 2.14.762l1.05.24c.63.133 1.07.3 1.36.46.28.183.43.437.43.765 0 .566-.29.955-.87 1.148l-.03.016h-2.21c-.287-.104-.51-.254-.69-.45-.18-.224-.3-.55-.36-1.013h-1.98c0 .566.103 1.045.33 1.48h-1.68c.19-.39.3-.823.3-1.317 0-.88-.3-1.55-.886-2.016-.374-.297-.94-.535-1.688-.717l-1.72-.402c-.66-.14-1.09-.28-1.3-.4-.31-.18-.46-.45-.46-.79 0-.38.16-.68.47-.89.33-.21.75-.31 1.29-.31.49 0 .88.09 1.21.26.494.256.75.69.79 1.287h2c-.03-1.046-.415-1.853-1.15-2.404-.744-.55-1.625-.835-2.67-.835-1.255 0-2.195.3-2.853.88-.64.583-.97 1.33-.97 2.21 0 .97.33 1.688 1 2.15.402.27 1.12.523 2.15.76l1.045.24c.61.135 1.06.285 1.36.465.28.18.43.43.43.76 0 .57-.3.94-.88 1.15h-2.24c-.284-.106-.52-.256-.69-.465-.18-.22-.31-.564-.37-1.014H8.38c0 .558.105 1.05.32 1.48H6.61c.33-.52.553-1.12.663-1.79H5.22c-.14.51-.312.898-.525 1.15-.26.33-.6.54-1.02.645H2.448c-.45-.105-.837-.358-1.15-.76-.464-.558-.688-1.394-.688-2.5 0-1.12.23-1.97.66-2.58.45-.613 1.03-.91 1.79-.91.75 0 1.3.21 1.69.644.21.24.39.6.52 1.076h2.08c-.03-.618-.26-1.24-.686-1.86-.772-1.1-1.994-1.65-3.664-1.65-1.16 0-2.134.36-2.91 1.06l-.05-.11zm23.894 3.636V18.51h-.516c-.035-.597-.3-1.022-.783-1.274-.313-.164-.717-.248-1.193-.248-.54 0-.955.11-1.27.322-.312.215-.478.518-.478.902 0 .355.166.62.477.795.22.105.65.254 1.31.404l1.72.41c.3.06.56.15.8.23l-.05.03z\"/></svg>\n </figure>\n </td>\n <td>csswizardry.svg</td>\n <td><code>_includes/icons/simple-icons/csswizardry.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"csswizardry\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>curl icon</title><path d=\"M22.23,4.702c-0.535,0-0.967-0.433-0.967-0.967c0-0.535,0.433-0.967,0.967-0.967 c0.534,0,0.967,0.433,0.967,0.967C23.198,4.269,22.764,4.702,22.23,4.702 M12.622,21.233c-0.535,0-0.967-0.433-0.967-0.967 c0-0.535,0.433-0.967,0.967-0.967c0.534,0,0.967,0.433,0.967,0.967C13.588,20.799,13.156,21.233,12.622,21.233 M22.23,1.964 c-0.978,0-1.771,0.793-1.771,1.771c0,0.209,0.053,0.403,0.119,0.589l-8.309,14.241c-0.803,0.168-1.418,0.847-1.418,1.7 c0,0.978,0.793,1.771,1.771,1.771c0.977,0,1.77-0.793,1.77-1.771c0-0.197-0.053-0.376-0.111-0.553l8.351-14.288 c0.779-0.187,1.37-0.854,1.37-1.69C24.001,2.757,23.208,1.964,22.23,1.964 M14.983,4.702c-0.535,0-0.967-0.433-0.967-0.967 c0-0.535,0.433-0.967,0.967-0.967c0.534,0,0.967,0.433,0.967,0.967C15.95,4.269,15.517,4.702,14.983,4.702 M5.374,21.233 c-0.534,0-0.967-0.433-0.967-0.967c0-0.535,0.433-0.967,0.967-0.967c0.535,0,0.967,0.433,0.967,0.967 C6.341,20.799,5.908,21.233,5.374,21.233 M14.983,1.964c-0.979,0-1.771,0.793-1.771,1.771c0,0.209,0.053,0.403,0.119,0.589 L5.022,18.565c-0.804,0.168-1.419,0.847-1.419,1.7c0,0.978,0.793,1.771,1.771,1.771c0.978,0,1.771-0.793,1.771-1.771 c0-0.197-0.053-0.376-0.111-0.553l8.351-14.288c0.779-0.187,1.37-0.854,1.37-1.69C16.754,2.757,15.961,1.964,14.983,1.964 M1.749,7.663c0.534,0,0.967,0.433,0.967,0.967c0,0.534-0.433,0.967-0.967,0.967S0.782,9.165,0.782,8.631 C0.782,8.097,1.215,7.663,1.749,7.663 M1.749,6.883c-0.964,0-1.748,0.784-1.748,1.748s0.784,1.748,1.748,1.748 s1.748-0.784,1.748-1.748S2.713,6.883,1.749,6.883L1.749,6.883z M1.749,13.852c0.534,0,0.967,0.433,0.967,0.967 c0,0.534-0.433,0.967-0.967,0.967s-0.967-0.433-0.967-0.967C0.782,14.285,1.215,13.852,1.749,13.852 M1.749,13.072 c-0.964,0-1.748,0.784-1.748,1.748s0.784,1.748,1.748,1.748s1.748-0.784,1.748-1.748S2.713,13.072,1.749,13.072L1.749,13.072z\"/></svg>\n\n </figure>\n </td>\n <td>curl.svg</td>\n <td><code>_includes/icons/simple-icons/curl.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"curl\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>D3.js icon</title><path d=\"M13.312 12C13.312 5.718 8.22.625 1.937.625H0v5h1.938c3.521 0 6.375 2.854 6.375 6.375s-2.854 6.375-6.375 6.375H0v5h1.938c6.281 0 11.374-5.093 11.374-11.375zM24 7.563C24 3.731 20.893.625 17.062.625h-8a13.4154 13.4154 0 0 1 4.686 5h3.314c1.069 0 1.938.868 1.938 1.938 0 1.07-.869 1.938-1.938 1.938h-1.938c.313 1.652.313 3.348 0 5h1.938c1.068 0 1.938.867 1.938 1.938s-.869 1.938-1.938 1.938h-3.314a13.4154 13.4154 0 0 1-4.686 5h8c1.621 0 3.191-.568 4.438-1.605 2.943-2.45 3.346-6.824.895-9.77A6.9459 6.9459 0 0 0 24 7.563z\"/></svg>\n </figure>\n </td>\n <td>d3-dot-js.svg</td>\n <td><code>_includes/icons/simple-icons/d3-dot-js.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"d3-dot-js\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Dailymotion icon</title><path d=\"M14.068 11.313c-1.754 0-3.104 1.427-3.104 3.11 0 1.753 1.35 3.085 3.255 3.085l-.016.002c1.59 0 2.925-1.31 2.925-3.04 0-1.8-1.336-3.157-3.062-3.157zM0 0v24h24V0H0zm20.693 20.807h-3.576v-1.41c-1.1 1.08-2.223 1.47-3.715 1.47-1.522 0-2.832-.495-3.93-1.485-1.448-1.275-2.198-2.97-2.198-4.936 0-1.8.7-3.414 2.01-4.674 1.17-1.146 2.595-1.73 4.185-1.73 1.52 0 2.69.513 3.53 1.59V4.157l3.693-.765V3.39l.002.003h-.002v17.414z\"/></svg>\n </figure>\n </td>\n <td>dailymotion.svg</td>\n <td><code>_includes/icons/simple-icons/dailymotion.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"dailymotion\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Dart icon</title><path d=\"M4.105 4.105S9.158 1.58 11.684.316a3.079 3.079 0 0 1 1.481-.315c.766.047 1.677.788 1.677.788L24 9.948v9.789h-4.263V24H9.789l-9-9C.303 14.5 0 13.795 0 13.105c0-.319.18-.818.316-1.105l3.789-7.895zm.679.679v11.787c.002.543.021 1.024.498 1.508L10.204 23h8.533v-4.263L4.784 4.784zm12.055-.678c-.899-.896-1.809-1.78-2.74-2.643-.302-.267-.567-.468-1.07-.462-.37.014-.87.195-.87.195L6.341 4.105l10.498.001z\"/></svg>\n </figure>\n </td>\n <td>dart.svg</td>\n <td><code>_includes/icons/simple-icons/dart.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"dart\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Das Erste icon</title><path d=\"M11.646.005C5.158.2-.001 5.57 0 12.127.135 18.724 5.468 24 12 24s11.865-5.276 12-11.873C24.001 5.291 18.41-.195 11.645.005zm5.138 4.93V16.96L8.78 19.92v-9.08l-3.9 1.386V9.263l11.903-4.328z\"/></svg>\n\n </figure>\n </td>\n <td>daserste.svg</td>\n <td><code>_includes/icons/simple-icons/daserste.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"daserste\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Dashlane icon</title><path d=\"M15.63 10.04c-.47-.393-.863-1.02-.863-1.648 0-.235.078-.627.157-.863 0-.156.078-.156.157-.235.706-.157 1.02-.157 1.098-.235.157-.314.235-.706.235-.706l-5.49-1.726s.314.863.549.942l2.51 1.098s-1.255.313-1.961.47l-.157.079s.235.47.706.706c.47-.157 1.333-.314 1.333-.314-1.176 2.353-3.686 3.921-6.353 3.921h-.94c-.315 0-.393.236-.158.393.47.235.863.705 1.02 1.176.078.314-.079.55-.314.706-.47.392-1.725 1.255-2.902 2.196a3.664 3.664 0 0 1-.392-.784C2.767 12.784 2.218 9.333 2.218 4.784v-.157l9.412-3.058 9.411 3.058v.079c0 1.647-.078 3.216-.235 4.549v.157h1.569v-.079c.157-1.411.235-2.902.235-4.549V3.53L11.63 0 .65 3.53v1.176c0 4.784.548 8.392 1.725 11.059.157.392.392.784.549 1.098-.941.706-1.726 1.255-1.726 1.255l.47.784 6.04-4.314a19.5 19.5 0 0 1 10.98-3.372h1.883c-.235 1.49-.628 2.823-1.098 3.921-.55 1.255-1.255 2.353-2.196 3.451-.706.863-1.569 1.569-2.51 2.196-1.569 1.098-2.98 1.569-3.059 1.647-.157-.078-1.49-.549-3.059-1.647-1.02-.706-1.882-1.411-2.588-2.274-.235-.235-.47-.55-.706-.863l-.078-.078-1.255.94.078.08c.314.391.55.705.785 1.019.784.941 1.725 1.725 2.745 2.431 1.725 1.177 3.215 1.726 3.45 1.804 0 0 .314.079.393.157h.157c.157 0 .392-.157.392-.157.314-.078 1.725-.627 3.45-1.804a16.44 16.44 0 0 0 2.746-2.431 15.164 15.164 0 0 0 2.431-3.843 16.555 16.555 0 0 0 1.255-4.55h1.334c.078-.313.156-.862.156-.862h-4.862c-1.804-.078-2.432 0-2.902-.314z\"/></svg>\n </figure>\n </td>\n <td>dashlane.svg</td>\n <td><code>_includes/icons/simple-icons/dashlane.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"dashlane\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Dassault Systèmes icon</title><path d=\"M21.161 8.04c1.063.192 1.93.34 2.129.79.223.508-.935.54-1.518.551-2.797.054-4.483.11-4.568 1.06-.11 1.223 1.195 2.454 2.484 4.181 1.177 1.576 2.515 3.132 2.13 4.582-.481 1.807-2.696 2.19-4.805 2.19-2.02.001-3.935-.323-4.739-.482-1.001-.198-.852-.693-.585-.852.298-.178 2-.182 3.184-.252.974-.058 3.802-.056 4.243-.78.54-.888-.783-2.406-1.999-3.996-1.517-1.983-3.183-4.031-2.301-5.527 1.14-1.935 4.48-1.802 6.345-1.465 M7.482 10.987c1.771-.104 3.923.206 5.13 1.13.602.46 1.024 1.305.78 2.274-.698 2.75-3.301 6.078-9.085 8.635-1.84.813-3.286 1.124-3.59.906-.326-.234.623-2.05.908-2.652.924-1.95 2.077-3.85 3.202-5.59.414-.64 1.054-1.75 1.633-1.661.518.08-.089 1.26-.488 2.01-.671 1.258-2.52 4.755-1.91 4.964 1.348.462 7.673-4.35 6.74-7.029-.432-1.244-3.178-1.362-4.908-1.362-.786 0-2.505.186-2.6-.417-.102-.555 2.61-1.115 4.188-1.208M11.851.034c2.066-.098 4.51.342 4.965 1.8.747 2.388-3.036 5.872-6.332 7.581-.808.42-1.298.535-1.502.506-.195-.027-.225-.221-.162-.355.118-.251.649-.763 1.36-1.32 3.711-2.897 4.918-5.024 4.217-5.885-.449-.552-2.33-.936-4.283-.936-.53 0-1.924.123-2.067-.367C7.93.655 9.8.13 11.85.034\"/></svg>\n </figure>\n </td>\n <td>dassaultsystemes.svg</td>\n <td><code>_includes/icons/simple-icons/dassaultsystemes.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"dassaultsystemes\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>DataCamp icon</title><path d=\"M14.156,5.579l-0.194,0.269c-0.24-0.247-0.819-0.509-0.86-0.528l0.155-0.411 l-0.014-0.01c-0.024-0.016-0.05-0.028-0.078-0.037c-0.873-0.329-1.675-0.333-2.768-0.017l0.517,1.381h-0.01 C10.18,6.461,9.64,7.114,9.581,7.187L8.865,6.676C8.47,7.198,8.19,8.142,8.19,8.867H7.277c0.007,0.656,0.126,1.794,0.9,2.738 l0.682-0.521c0.623,0.916,1.925,1.581,3.015,1.468l-0.016-1.906h0.014v0.026c0.273,0.08,0.843-0.093,1.092-0.289l0.517,0.692 c0.543-0.185,0.964-1.238,1.008-1.351l0.822,0.281l0.001,0.001c0.22-0.763,0.228-1.572,0.023-2.339l-0.001,0.001V7.659 c0.001,0.002,0.001,0.005,0.001,0.007l0.294-0.107C15.411,6.734,14.883,6.025,14.156,5.579z M12.168,9.258 c-0.341,0.142-0.735,0.063-0.995-0.2c-0.261-0.265-0.339-0.66-0.198-1.004c0.142-0.344,0.475-0.568,0.845-0.568c0,0,0,0,0,0h0.001 c0,0,0,0,0,0c0.505,0.003,0.913,0.415,0.912,0.92C12.732,8.779,12.509,9.116,12.168,9.258z M22.662,3.692L12.139,0.043 c-0.162-0.057-0.338-0.057-0.499,0L1.341,3.695C1.006,3.814,0.798,4.147,0.836,4.5l1.453,13.842 c0.025,0.248,0.17,0.469,0.387,0.591l8.961,4.973C11.749,23.967,11.875,24,12.003,24h0.001c0.131,0,0.26-0.034,0.373-0.099 l8.739-4.973c0.209-0.119,0.35-0.333,0.38-0.575l1.67-13.842C23.208,4.152,23,3.812,22.662,3.692z M16.764,12.917 c0,0-0.127,0.144,0.051,0.445c0.179,0.299,0.23,0.299-0.102,0.612c0.256,0.222,0.256,0.406-0.127,0.58 c0.009,0.618,0.134,1.171-0.651,1.218c-0.785,0.046-1.78-0.482-2.039,0.939c-0.259,1.419-0.192,0.888-0.269,1.244H8.082 c0.69-1.902,1.28-4.001,0-5.032c-1.279-1.03-3.373-5.358,0.756-7.575c0.465-0.248,0.961-0.435,1.474-0.554L10.138,4.33l0.054-0.021 c0.017-0.007,1.774-0.684,3.293,0.062l0.05,0.025l-0.183,0.416c0.979,0.22,1.709,0.582,1.98,0.751 c0.614,0.382,1.429,0.99,1.507,1.566c0.077,0.575-0.664,0.286-0.664,0.286c0.46,1.117,0.485,1.918,0.28,2.768v0.001 c-0.204,0.848,0.945,1.725,0.92,2.342C17.3,12.812,16.764,12.917,16.764,12.917z\"/></svg>\n </figure>\n </td>\n <td>datacamp.svg</td>\n <td><code>_includes/icons/simple-icons/datacamp.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"datacamp\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Datadog icon</title><path d=\"M19.55 17.04l-1.99-1.32-1.66 2.78-1.93-.57-1.7 2.6.09.82 9.25-1.71-.54-5.79-1.52 3.19zm-8.63-2.5l1.48-.2c.24.11.41.15.69.22.45.12.97.23 1.74-.16.18-.09.55-.43.7-.63l6.08-1.11.62 7.53-10.41 1.88-.9-7.53zm11.29-2.71l-.6.11L20.46 0 .82 2.28l2.42 19.69 2.3-.33c-.18-.26-.47-.58-.96-.99-.68-.56-.44-1.52-.04-2.13.53-1.02 3.25-2.32 3.1-3.96-.06-.59-.15-1.37-.7-1.9-.02.22.02.43.02.43s-.23-.29-.34-.68c-.11-.15-.2-.2-.32-.4-.08.23-.07.5-.07.5s-.18-.44-.21-.81c-.11.17-.14.48-.14.48s-.24-.69-.19-1.06c-.11-.32-.43-.97-.34-2.42.6.42 1.92.32 2.43-.44.17-.24.29-.93-.08-2.28-.24-.87-.83-2.16-1.07-2.65l-.02.02c.12.4.37 1.22.47 1.63.29 1.22.37 1.64.23 2.2-.12.49-.4.81-1.1 1.16-.71.36-1.65-.51-1.71-.56-.69-.55-1.22-1.45-1.28-1.88-.06-.48.27-.77.44-1.16-.24.07-.51.2-.51.2s.32-.34.72-.63c.16-.11.26-.18.43-.32h-.46s.43-.22.86-.39c-.32-.01-.62 0-.62 0s.93-.42 1.67-.73c.51-.21 1-.15 1.28.26.37.53.75.82 1.56 1 .51-.23.66-.34 1.29-.51.55-.61.99-.69.99-.69s-.22.2-.27.51c.31-.25.66-.45.66-.45s-.13.16-.26.43l.03.04c.37-.22.8-.39.8-.39l-.27.36c.28 0 .84.01 1.05.04 1.28.03 1.55-1.37 2.04-1.55.62-.22.89-.35 1.94.68.9.89 1.6 2.48 1.25 2.83-.29.3-.87-.12-1.51-.92-.34-.42-.59-.93-.71-1.56-.1-.54-.49-.85-.49-.85s.23.51.23.96c0 .25.03 1.16.42 1.68-.04.08-.06.37-.1.43-.46-.55-1.44-.95-1.6-1.07.54.45 1.79 1.47 2.27 2.45.45.93.19 1.78.41 2 .07.06.97 1.2 1.15 1.77.3.99.02 2.04-.38 2.69l-1.11.17c-.16-.05-.27-.07-.42-.15.08-.14.24-.5.24-.57l-.06-.11c-.35.49-.93.97-1.41 1.25-.63.36-1.36.3-1.83.16-1.34-.42-2.62-1.33-2.92-1.57 0 0-.01.19.05.23.34.38 1.12 1.08 1.87 1.56l-1.6.18.76 5.91c-.34.05-.39.07-.75.12-.32-1.15-.94-1.9-1.62-2.33-.6-.38-1.42-.47-2.21-.31l-.05.06c.55-.06 1.19.02 1.86.44.65.41 1.18 1.48 1.37 2.12.25.82.42 1.7-.25 2.63-.47.66-1.86 1.03-2.98.24.3.48.7.88 1.25.95.81.11 1.57-.03 2.1-.57.45-.46.69-1.43.63-2.46l.71-.1.26 1.83 11.79-1.42-1-9.44zm-7.17-4.98c-.03.08-.08.12-.01.37v.01l.01.03.03.07c.14.29.29.56.55.7.07-.01.14-.02.21-.02.24-.01.39.03.49.08.01-.05.01-.12.01-.22-.02-.36.07-.98-.62-1.31-.26-.12-.63-.08-.75.07.02 0 .04.01.06.01.18.07.05.13.02.21m1.95 3.39c-.09-.05-.52-.03-.82.01-.57.07-1.19.27-1.32.37-.25.19-.13.52.05.66.51.38.96.64 1.43.58.29-.04.54-.5.73-.91.11-.3.11-.61-.07-.71M11.93 7.3c.16-.15-.8-.36-1.55.16-.55.37-.57 1.18-.04 1.64.05.05.1.08.14.1a4.857 4.857 0 011.39-.41c.11-.13.24-.35.21-.75-.05-.53-.46-.45-.15-.74\"/></svg>\n </figure>\n </td>\n <td>datadog.svg</td>\n <td><code>_includes/icons/simple-icons/datadog.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"datadog\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>DAZN icon</title><path d=\"M14.774 8.291l.772-2.596.79 2.596zm3.848 2.268l-2.025-6.128c-.045-.135-.097-.224-.154-.266-.059-.041-.152-.063-.28-.063h-1.12a.485.485 0 0 0-.284.068c-.06.045-.11.132-.149.261l-2.045 6.128c-.025.032-.038.096-.038.192 0 .149.09.223.27.223h.84c.076 0 .139-.003.187-.01a.207.207 0 0 0 .116-.048.326.326 0 0 0 .077-.116c.022-.051.046-.119.072-.202l.318-1.071h2.306l.327 1.051c.026.09.051.16.077.213a.395.395 0 0 0 .087.12c.031.028.07.047.114.053h.002c.045.006.103.01.173.01h.897c.18 0 .27-.074.27-.223a.59.59 0 0 0-.005-.09.878.878 0 0 0-.036-.108l.003.006zm-.994 2.467h-.646c-.168 0-.279.024-.333.072-.055.049-.082.147-.082.295v3.638l-1.91-3.647c-.076-.155-.152-.253-.226-.295-.074-.041-.204-.063-.39-.063h-.599c-.167 0-.278.025-.332.073-.055.048-.082.147-.082.294v6.138c0 .148.025.246.077.294.052.048.16.072.328.072h.656c.167 0 .278-.024.332-.072.055-.048.082-.146.082-.294v-3.648l1.91 3.657c.077.155.152.253.227.295.073.042.204.062.39.062h.598c.167 0 .278-.024.333-.072.054-.048.082-.146.082-.294v-6.138c0-.148-.028-.246-.082-.294-.055-.048-.166-.073-.333-.073zm3.203-.581l1.665 1.665v8.385H1.505V14.11l1.663-1.664a.63.63 0 0 0 0-.89L1.504 9.891V1.505h20.991v8.384l-1.665 1.666a.63.63 0 0 0 0 .89zM24 0H0v10.613L1.387 12 0 13.387V24h24V13.387L22.613 12 24 10.613zM10.67 18.469H7.96l2.855-4.014a.67.67 0 0 0 .087-.155.425.425 0 0 0 .019-.135v-.772c0-.148-.028-.246-.082-.294-.055-.048-.166-.073-.334-.073H6.382c-.149 0-.245.028-.29.082-.045.055-.068.169-.068.343v.58c0 .172.023.287.068.341.045.055.141.083.29.083h2.545L6.11 18.469a.438.438 0 0 0-.107.27v.792c0 .148.027.245.082.294.055.048.167.072.334.072h4.25c.148 0 .245-.027.29-.081.045-.055.068-.17.068-.344v-.579c0-.173-.023-.287-.068-.342-.045-.055-.142-.082-.29-.082zM9.408 8.233c0 .264-.017.484-.052.661-.036.177-.093.32-.174.43a.648.648 0 0 1-.318.231 1.523 1.523 0 0 1-.487.068h-.79v-4.17h.79c.366 0 .63.11.79.324.16.215.241.571.241 1.067v1.389zm1.38-2.789c-.225-.457-.533-.795-.921-1.013-.39-.219-.88-.328-1.47-.328H6.418c-.167 0-.278.024-.333.072-.054.049-.082.147-.082.294v6.138c0 .148.028.246.082.295.055.048.166.072.333.072h2.218c1.048 0 1.765-.447 2.15-1.342.09-.205.153-.413.188-.622a4.91 4.91 0 0 0 .054-.796V6.911c0-.367-.018-.656-.054-.868a2.2 2.2 0 0 0-.193-.612l.006.013z\"/></svg>\n </figure>\n </td>\n <td>dazn.svg</td>\n <td><code>_includes/icons/simple-icons/dazn.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"dazn\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>dblp icon</title><path d=\"M21.3 14.58l-2.45-9.16s-.15-.59-.72-.33l-5.6 2.6.86 3.2 1.09 4.08.01.06c.05.47-.41.79-.41.79l-1.88.87.5 1.89.04.1c.07.17.28.6.81.91l6.95 4.27s.68.41.52-.17l-1.98-7.4 1.86-.86s.56-.26.4-.85zM13.76 14.67l-.01-.06-1.13-4.22-.66-2.45-.67-2.49v-.04s-.16-.59-.84-1L3.5.14s-.68-.41-.52.17l1.99 7.42-1.87.87s-.56.26-.4.85l2.45 9.16s.16.59.72.33l6.17-2.87 1.3-.61s.52-.24.42-.79z\"/></svg>\n </figure>\n </td>\n <td>dblp.svg</td>\n <td><code>_includes/icons/simple-icons/dblp.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"dblp\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>DC Entertainment icon</title><path d=\"M5.215 8.787h2.154c.601 0 1.088.487 1.088 1.088v4.954c0 .6-.487 1.088-1.088 1.088H6.05V9.475a.159.159 0 00-.066-.129zM12 23.099a11.078 11.078 0 01-8.659-4.155.046.046 0 01.036-.074h5.936a.26.26 0 00.153-.05l2.27-1.648a.159.159 0 00.064-.128V7.616a.159.159 0 00-.065-.129L9.466 5.84a.261.261 0 00-.153-.05H2.886a.046.046 0 01-.037-.071A11.087 11.087 0 0112 .9c3.798 0 7.15 1.907 9.151 4.817a.046.046 0 01-.038.071h-1.597c-.052 0-.1.03-.123.079l-.353.757-1.082-.786a.26.26 0 00-.153-.05h-2.553a.261.261 0 00-.154.05L12.83 7.487a.159.159 0 00-.065.129v9.428c0 .05.024.098.065.128l2.27 1.648a.26.26 0 00.153.05h5.371c.038 0 .06.045.036.074A11.078 11.078 0 0112 23.1zM1.602 8.3l1.038.755c.043.03.068.08.068.132v8.73c0 .046-.06.063-.084.025A11.046 11.046 0 01.901 12c0-1.289.22-2.526.624-3.677a.05.05 0 01.077-.024zm13.67.488h3.225v1.776c0 .046.038.084.084.084h2.701a.098.098 0 00.096-.083l.535-3.374c.007-.044.066-.053.086-.013a11.053 11.053 0 011.1 4.823 11.05 11.05 0 01-1.39 5.382c-.022.04-.084.024-.084-.023v-3.084a.084.084 0 00-.084-.084h-2.96a.084.084 0 00-.084.084v1.642h-1.301a1.089 1.089 0 01-1.089-1.088V9.475a.159.159 0 00-.065-.129zM12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0Z\"/></svg>\n\n </figure>\n </td>\n <td>dcentertainment.svg</td>\n <td><code>_includes/icons/simple-icons/dcentertainment.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"dcentertainment\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Debian icon</title><path d=\"M13.88 12.68c-.4 0 .08.2.6.28.14-.1.27-.22.39-.33a3 3 0 0 1-.99.05M16.02 12.15c.23-.33.4-.69.47-1.06-.06.27-.2.5-.33.73-.75.47-.07-.27 0-.56-.8 1.01-.11.6-.14.89M16.8 10.1c.05-.72-.14-.5-.2-.22.07.04.13.5.2.22M12.38.31c.2.04.45.07.42.12.23-.05.28-.1-.43-.12M12.8.43l-.15.03.14-.01V.43M19.42 10.37c.02.64-.2.95-.38 1.5l-.35.18c-.28.54.03.35-.17.78-.44.39-1.34 1.22-1.62 1.3-.2 0 .14-.25.19-.34-.59.4-.48.6-1.37.85l-.03-.06c-2.22 1.04-5.3-1.02-5.25-3.84-.03.17-.07.13-.12.2a3.55 3.55 0 0 1 2-3.5 3.36 3.36 0 0 1 3.73.48 3.34 3.34 0 0 0-2.72-1.3c-1.18.01-2.28.76-2.65 1.57-.6.38-.67 1.47-.93 1.66-.36 2.6.66 3.72 2.38 5.04.27.19.08.21.12.35a4.7 4.7 0 0 1-1.53-1.16c.23.33.47.66.8.91-.55-.18-1.27-1.3-1.48-1.35.93 1.66 3.78 2.92 5.26 2.3a6.2 6.2 0 0 1-2.33-.28c-.33-.16-.77-.51-.7-.57a5.8 5.8 0 0 0 5.9-.84c.44-.35.93-.94 1.07-.95-.2.32.04.16-.12.44.44-.72-.2-.3.46-1.24l.24.33c-.09-.6.74-1.32.66-2.26.19-.3.2.3 0 .97.29-.74.08-.85.15-1.46.08.2.18.42.23.63-.18-.7.2-1.2.28-1.6-.09-.05-.28.3-.32-.53 0-.37.1-.2.14-.28-.08-.05-.26-.32-.38-.86.08-.13.22.33.34.34-.08-.42-.2-.75-.2-1.08-.34-.68-.12.1-.4-.3-.34-1.09.3-.25.34-.74.54.77.84 1.96.98 2.46-.1-.6-.28-1.2-.49-1.76.16.07-.26-1.24.21-.37A7.82 7.82 0 0 0 17.7 1.6c.18.17.42.39.33.42-.75-.45-.62-.48-.73-.67-.61-.25-.65.02-1.06 0C15.08.73 14.86.8 13.8.4l.05.23c-.77-.25-.9.1-1.73 0-.05-.04.27-.14.53-.18-.74.1-.7-.14-1.43.03.17-.13.36-.21.55-.32-.6.04-1.44.35-1.18.07C9.6.68 7.85 1.3 6.87 2.22L6.84 2c-.45.54-1.96 1.61-2.08 2.31l-.13.03c-.23.4-.38.85-.57 1.26-.3.52-.45.2-.4.28-.6 1.22-.9 2.25-1.16 3.1.18.27 0 1.65.07 2.76-.3 5.46 3.84 10.77 8.36 12 .67.23 1.65.23 2.49.25-.99-.28-1.12-.15-2.08-.49-.7-.32-.85-.7-1.34-1.13l.2.35c-.97-.34-.57-.42-1.36-.67l.21-.27c-.31-.03-.83-.53-.97-.81l-.34.01c-.41-.5-.63-.87-.61-1.16l-.11.2c-.13-.21-1.52-1.9-.8-1.51-.13-.12-.31-.2-.5-.55l.14-.17c-.35-.44-.64-1.02-.62-1.2.2.24.32.3.45.33-.88-2.17-.93-.12-1.6-2.2l.15-.02c-.1-.16-.18-.34-.26-.51l.06-.6c-.63-.74-.18-3.1-.09-4.4.07-.54.53-1.1.88-1.98l-.21-.04c.4-.71 2.34-2.87 3.24-2.76.43-.55-.09 0-.18-.14.96-.99 1.26-.7 1.9-.88.7-.4-.6.16-.27-.15 1.2-.3.85-.7 2.42-.85.16.1-.39.14-.52.26 1-.49 3.15-.37 4.56.27 1.63.77 3.46 3.01 3.53 5.13l.08.02c-.04.85.13 1.82-.17 2.71l.2-.42M9.54 13.23l-.05.28c.26.35.47.73.8 1.01-.24-.47-.42-.66-.75-1.3M10.16 13.2c-.14-.15-.22-.34-.31-.52.08.32.26.6.43.88l-.12-.36M21.1 10.82l-.07.15c-.1.76-.34 1.51-.69 2.21.4-.73.65-1.54.75-2.36M12.45.12c.27-.1.66-.05.95-.12-.37.03-.74.05-1.1.1l.15.02M3.01 5.14c.07.57-.43.8.11.42.3-.66-.11-.18-.1-.42M2.38 7.8c.12-.39.15-.62.2-.84-.35.44-.17.53-.2.83\"/></svg>\n </figure>\n </td>\n <td>debian.svg</td>\n <td><code>_includes/icons/simple-icons/debian.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"debian\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>deepin icon</title><path d=\"M16.104.696c-1.724-.63-3.49-.8-5.205-.64-1.988.157-2.958.772-2.9.661-3.251 1.16-6 3.657-7.272 7.157-2.266 6.234.944 13.128 7.168 15.398 6.228 2.27 13.111-.945 15.378-7.179C25.54 9.86 22.33 2.966 16.104.696zM8.305 22.145a10.767 10.767 0 0 1-1.867-.904c2.9.223 6.686-.445 9.239-2.834 0 0 4.866-3.888 1.345-10.269 0 0 .568 2.572-.156 4.687 0 0-.69 2.877-3.757 3.712-4.517 1.231-9.664-1.93-11.816-3.463-.162-1.574-.018-3.2.56-4.788.855-2.352 2.463-4.188 4.427-5.42-.49 3.436-.102 6.6.456 7.925.749 1.777 2.05 3.85 4.59 4.115 2.54.267 3.94-2.11 3.94-2.11 1.304-1.98 1.508-4.823 1.488-4.892-.02-.07-.347-.257-.347-.257-.877 3.549-2.323 4.734-2.323 4.734-2.28 2.201-3.895.675-3.895.675-1.736-1.865-.52-4.895-.52-4.895.68-2.064 2.66-5.084 4.905-6.62.374.092.75.15 1.12.284a10.712 10.712 0 0 1 3.554 2.16c-1.641.599-4.291 1.865-4.291 1.865-4.201 1.77-4.485 4.446-4.485 4.446-.435 2.758 1.754 1.59 1.754 1.59 2.252-1.097 3.359-4.516 3.359-4.516-.703-.134-1.257.08-1.257.08-.899 2.22-2.733 3.132-2.733 3.132-.722.382-.89-.293-.89-.293-.122-.506.522-.592.522-.592 1-.389 1.639-1.439 1.784-1.868.144-.43.412-.464.412-.464a12.998 12.998 0 0 1 2.619-.535c1.7-.209 4.303.602 4.303.602.584.235 1.144.41 1.641.551.954 2.384 1.105 5.098.16 7.7-2.039 5.61-8.236 8.504-13.841 6.462z\" /></svg>\n </figure>\n </td>\n <td>deepin.svg</td>\n <td><code>_includes/icons/simple-icons/deepin.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"deepin\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Deezer icon</title><path d=\"M18.81 4.16v3.03H24V4.16h-5.19zM6.27 8.38v3.027h5.189V8.38h-5.19zm12.54 0v3.027H24V8.38h-5.19zM6.27 12.594v3.027h5.189v-3.027h-5.19zm6.271 0v3.027h5.19v-3.027h-5.19zm6.27 0v3.027H24v-3.027h-5.19zM0 16.81v3.029h5.19v-3.03H0zm6.27 0v3.029h5.189v-3.03h-5.19zm6.271 0v3.029h5.19v-3.03h-5.19zm6.27 0v3.029H24v-3.03h-5.19Z\"/></svg>\n\n </figure>\n </td>\n <td>deezer.svg</td>\n <td><code>_includes/icons/simple-icons/deezer.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"deezer\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Delicious icon</title><path d=\"M12 12H0v12h12V12zM24 0H12v12h12V0z\"/></svg>\n </figure>\n </td>\n <td>delicious.svg</td>\n <td><code>_includes/icons/simple-icons/delicious.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"delicious\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Deliveroo icon</title><path d=\"M16.861 0l-1.127 10.584L13.81 1.66 7.777 2.926l1.924 8.922-8.695 1.822 1.535 7.127L17.832 24l3.498-7.744L22.994.636 16.861 0zM11.39 13.61a.755.755 0 01.322.066c.208.093.56.29.63.592.103.434.004.799-.312 1.084v.002c-.315.284-.732.258-1.174.113-.441-.145-.637-.672-.47-1.309.124-.473.71-.544 1.004-.549zm4.142.548c.447-.012.832.186 1.05.543.217.357.107.75-.122 1.143h-.002c-.229.392-.83.445-1.422.16-.399-.193-.397-.684-.353-.983a.922.922 0 01.193-.447c.142-.177.381-.408.656-.416Z\"/></svg>\n\n </figure>\n </td>\n <td>deliveroo.svg</td>\n <td><code>_includes/icons/simple-icons/deliveroo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"deliveroo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>Dell icon</title><path d=\"M17.963 14.6V9.324h1.222v4.204h2.14v1.07h-3.362zm-9.784-3.288l2.98-2.292c.281.228.56.458.841.687l-2.827 2.14.611.535 2.827-2.216c.281.228.56.458.841.688a295.83 295.83 0 0 1-2.827 2.216l.61.536 2.83-2.295-.001-1.986h1.223v4.204h2.216v1.07h-3.362v-1.987c-.995.763-1.987 1.529-2.981 2.292l-2.981-2.292c-.144.729-.653 1.36-1.312 1.694-.285.147-.597.24-.915.276-.183.022-.367.017-.551.017H3.516V9.325H5.69a2.544 2.544 0 0 1 1.563.557c.454.36.778.872.927 1.43m-3.516-.917v3.21l.953-.001a1.377 1.377 0 0 0 1.036-.523 1.74 1.74 0 0 0 .182-1.889 1.494 1.494 0 0 0-.976-.766c-.166-.04-.338-.03-.507-.032h-.688zM11.82 0h.337a11.94 11.94 0 0 1 5.405 1.373 12.101 12.101 0 0 1 4.126 3.557A11.93 11.93 0 0 1 24 11.82v.36a11.963 11.963 0 0 1-3.236 8.033A11.967 11.967 0 0 1 12.182 24h-.361a11.993 11.993 0 0 1-4.145-.806 12.04 12.04 0 0 1-4.274-2.836A12.057 12.057 0 0 1 .576 15.67 12.006 12.006 0 0 1 0 12.181v-.361a11.924 11.924 0 0 1 1.992-6.396 12.211 12.211 0 0 1 4.71-4.172A11.875 11.875 0 0 1 11.82 0m-.153 1.23a10.724 10.724 0 0 0-6.43 2.375 10.78 10.78 0 0 0-3.319 4.573 10.858 10.858 0 0 0 .193 8.12 10.788 10.788 0 0 0 3.546 4.421 10.698 10.698 0 0 0 4.786 1.946c1.456.209 2.955.124 4.376-.26a10.756 10.756 0 0 0 5.075-3.062 10.742 10.742 0 0 0 2.686-5.28 10.915 10.915 0 0 0-.122-4.682 10.77 10.77 0 0 0-7.098-7.626 10.78 10.78 0 0 0-3.693-.525z\"/></svg>\n </figure>\n </td>\n <td>dell.svg</td>\n <td><code>_includes/icons/simple-icons/dell.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"dell\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Deno icon</title><path d=\"M11.056.006c-.056.006-.236.027-.398.041C8.35.289 6.077 1.266 4.224 2.818a15.656 15.656 0 0 0-1.405 1.405C1.284 6.056.387 8.113.057 10.548c-.074.54-.074 2.364 0 2.904.331 2.435 1.228 4.492 2.762 6.325a15.656 15.656 0 0 0 1.405 1.405c1.833 1.535 3.89 2.432 6.325 2.762.54.074 2.364.074 2.904 0 2.435-.331 4.492-1.228 6.325-2.762a15.656 15.656 0 0 0 1.405-1.405c1.535-1.833 2.432-3.89 2.762-6.325.074-.54.074-2.364 0-2.904-.331-2.435-1.228-4.492-2.762-6.325a15.656 15.656 0 0 0-1.405-1.405C17.951 1.289 15.873.38 13.471.058c-.26-.035-.637-.05-1.337-.056a25.793 25.793 0 0 0-1.077.003zm.147 1.275c0 .345.024 1.095.056 1.806.018.348.038.847.047 1.107.032.921.13 3.338.145 3.553l.015.215-.133-.015a.504.504 0 0 1-.153-.032 3.247 3.247 0 0 1-.041-.455 702.803 702.803 0 0 1-.245-5.723l-.018-.655.083-.012c.044-.006.118-.015.165-.018l.08-.003v.23zm2.825-.071c.003.003.012.894.021 1.98.012 1.089.027 2.066.035 2.172.009.109.006.204-.009.21a.433.433 0 0 1-.159 0l-.136-.012-.021-.859-.032-1.172c-.024-.522-.044-2.296-.027-2.34.012-.032.044-.035.168-.015.086.018.156.032.159.035zm-6.827.989c.018.027.156 1.653.328 3.781.056.723.112 1.384.121 1.467.015.151.012.156-.083.215a.519.519 0 0 1-.118.059c-.009 0-.027-.077-.035-.171-.041-.384-.201-2.237-.313-3.577-.065-.788-.124-1.493-.133-1.57-.015-.13-.012-.142.065-.183.094-.05.148-.059.168-.021zm8.125.593c.083.03.091.044.109.213.03.295.021 1.706-.012 1.706-.086 0-.263-.1-.277-.156a14.377 14.377 0 0 1-.018-.93c0-.959-.012-.903.198-.832zm-5.451.139c0 .08.021.519.044.983l.062 1.305c.021.514.027.496-.171.508-.097.003-.097.003-.103-.145-.006-.083-.021-.339-.038-.576-.015-.236-.05-.747-.074-1.136s-.053-.776-.062-.859c-.018-.148-.015-.153.065-.183a.617.617 0 0 1 .183-.032c.094-.003.094-.003.094.136zm8.187.404l.1.041.021.395c.009.215.015.682.009 1.033l-.009.643-.124-.062-.124-.059-.009-.98c-.006-.54-.003-.998.003-1.018.012-.044.012-.044.133.006zm-5.389.387c.018.018.059 1.449.062 2.175l.003.437-.139-.021a1.3 1.3 0 0 1-.148-.021c-.009-.006-.097-2.193-.097-2.405v-.218l.151.018a.743.743 0 0 1 .168.035zm6.797.209c.035.041.041.688.05 4.253.009 4.094.009 4.2-.044 4.2a.197.197 0 0 1-.103-.038c-.044-.032-.05-.39-.065-3.887a475.425 475.425 0 0 0-.035-4.277l-.018-.425.086.062c.05.035.106.086.13.112zm-2.647.606c.015.012.03.18.032.372.015.652.018 4.651.003 4.663-.006.006-.059-.009-.118-.032l-.106-.044v-5.02l.083.018c.044.012.092.03.106.044zm-8.146.165c.009.08.024.26.032.407l.047.732c.035.519.03.552-.139.552-.089 0-.1-.009-.112-.097-.03-.174-.133-1.626-.118-1.65a.654.654 0 0 1 .239-.08c.018-.003.041.059.05.136zm-4.882.752l.145 1.455c.05.487.092.9.092.918 0 .035-.227.148-.251.124a96.053 96.053 0 0 1-.31-2.745c0-.071.227-.369.257-.336.009.006.038.269.068.584zm11.572.31l.086.05.003.638c.003.348.009.738.009.865.006.266-.027.31-.186.254l-.091-.032v-.254c0-.142-.009-.552-.021-.915l-.018-.655h.068a.41.41 0 0 1 .151.05zM5.091 6.909l.195 2.125.1 1.092-.115.115-.112.115-.021-.233c-.012-.13-.071-.732-.133-1.34s-.151-1.49-.195-1.96l-.083-.85.115-.106c.103-.097.115-.1.136-.047.012.03.062.519.112 1.089zm-2.211.358c.065.581.236 2.128.384 3.435s.286 2.568.313 2.804c.024.236.065.593.089.797.041.345.041.369-.006.404-.071.053-.1.047-.1-.015 0-.027-.027-.251-.059-.493-.053-.404-.142-1.089-.339-2.627-.041-.31-.121-.927-.177-1.372a466.562 466.562 0 0 1-.369-2.872c-.053-.401-.086-.759-.077-.797.021-.08.195-.357.213-.339.006.009.065.49.13 1.074zm-.903 1.272l.183 1.44c.056.437.127.983.159 1.21l.056.413-.062.053c-.035.03-.071.041-.083.03s-.035-.13-.053-.26c-.018-.13-.127-.888-.245-1.682l-.21-1.446.068-.201a.724.724 0 0 1 .083-.198c.012 0 .056.289.103.64zm16.203-.387c.041.041.047.224.047 1.579v1.532h-.083c-.18 0-.177.044-.189-1.632l-.009-1.526h.094c.05 0 .115.021.139.047zm-6.46.528c.667.1 1.248.286 1.824.581.372.192.549.325.962.72.614.587.992 1.101 1.346 1.827.516 1.057.717 1.992.971 4.501.115 1.124.266 3.164.298 3.999.009.242.03.64.047.885.032.519.071.449-.387.67-.635.307-1.245.519-2.051.717-.986.242-1.623.319-2.597.322l-.708.003.006-.339c0-.186.018-.62.035-.959.089-1.644.071-3.719-.044-4.87-.065-.661-.192-1.464-.263-1.641-.015-.038.053-.071.345-.171.534-.186.998-.419 1.068-.534.127-.218-.1-.531-.39-.531-.05 0-.201.053-.339.115-.661.304-1.986.661-2.751.741a7.794 7.794 0 0 1-1.918-.08c-.31-.056-.865-.266-1.328-.505-.534-.277-.862-.646-.959-1.083-.053-.236-.038-.708.03-.974.074-.292.28-.717.469-.965.841-1.107 2.577-2.066 4.356-2.402a6.632 6.632 0 0 1 1.977-.027zm9.105.092c.106.044.118.056.118.156.006.806-.012 2.647-.027 2.724-.003.027-.156.03-.221.006-.041-.015-.047-.174-.047-1.476 0-.933.012-1.458.03-1.458.015 0 .083.021.148.047zm1.289 1.62l.106.044-.021 2.444c-.024 3.114-.027 3.205-.139 3.474-.183.44-.174.528-.156-1.402.006-.965.021-1.942.027-2.169s.012-.868.015-1.426c0-.673.009-1.009.03-1.009.018 0 .08.021.139.044zm-17.749.735c.018.239.012.263-.074.452l-.094.201-.035-.295c-.056-.472-.056-.493.056-.564.05-.035.103-.059.112-.053s.027.124.035.26zm-1.824 1.78c.027.242.233 1.848.339 2.636.159 1.219.171 1.393.1 1.319a14.698 14.698 0 0 1-.148-.912c-.46-3.182-.457-3.161-.419-3.185.08-.053.106-.024.127.142zm2.125 1.351c.018.074.103.874.103.971 0 .083-.106.159-.153.112-.015-.015-.053-.266-.083-.555l-.074-.676-.018-.148.103.118a.656.656 0 0 1 .121.177zm2.382 1.113c.032.03.053.148.08.466.044.576.05.531-.071.531-.124 0-.121.009-.162-.511-.041-.528-.041-.522.038-.522.038 0 .089.018.115.035zm2.337.044c.006.03.021.207.032.393.009.186.035.605.059.93.083 1.192.086 1.343.035 1.343-.056 0-.062-.044-.127-.885a70.72 70.72 0 0 0-.097-1.219c-.027-.322-.044-.59-.035-.596.032-.035.118-.009.133.035zm-5.548.567c.018.027.13.971.269 2.261.041.39.083.764.091.835l.015.127-.074-.047a.153.153 0 0 1-.077-.145c0-.186-.127-1.411-.224-2.16-.056-.425-.1-.8-.1-.835 0-.062.071-.086.1-.035zm17.032 1.234l-.021 1.234-.074.109c-.168.248-.159.295-.151-1.086l.006-1.266.109-.112a.574.574 0 0 1 .13-.109c.009 0 .009.555 0 1.231zm-2.73 1.956c.015 1.715.012 1.848-.035 1.901-.03.032-.056.053-.065.044-.021-.024-.05-3.763-.027-3.784.012-.012.041-.018.068-.015.038.009.047.218.059 1.853zM8.5 17.998c.021.183.094 1.06.124 1.473.018.277.018.286-.047.307-.035.012-.077.009-.089-.006-.021-.021-.086-.676-.165-1.685l-.021-.242h.091c.086 0 .091.006.106.153zm-2.32 1.033c.021.021.035.094.035.168 0 .077.035.475.074.888.112 1.13.121 1.284.071 1.254-.077-.044-.145-.112-.13-.13a2.02 2.02 0 0 0-.03-.328c-.021-.171-.047-.449-.059-.62s-.038-.484-.062-.694c-.056-.516-.053-.576.012-.576.03 0 .068.015.089.035zm1.396 1.986c.009.065.027.307.038.537.021.443.012.475-.109.384-.035-.027-.059-.139-.094-.475-.062-.608-.065-.584.05-.573.086.009.097.021.115.127zM6.522 10.094c-.307.133-.331.549-.041.697.21.106.422.056.531-.127a.392.392 0 0 0-.49-.57zM8.523 10.377a.453.453 0 0 0 0 .767c.28.168.643-.053.643-.39 0-.325-.372-.543-.643-.378z\"/></svg>\n </figure>\n </td>\n <td>deno.svg</td>\n <td><code>_includes/icons/simple-icons/deno.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"deno\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Dependabot icon</title><path d=\"M10.949.314a1.918 1.918 0 0 1 2.102 0l9.333 6.118c.541.354.866.957.866 1.604v7.928c0 .647-.326 1.25-.866 1.604l-9.333 6.118a1.918 1.918 0 0 1-2.102 0l-9.333-6.118a1.916 1.916 0 0 1-.866-1.604V8.036c0-.647.326-1.25.866-1.604L10.949.314zM12.75 7.5v.75h-6A.75.75 0 0 0 6 9v3h-.5a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25H6v1.5c0 .415.336.75.75.75h10.5a.75.75 0 0 0 .75-.75V15h.5a.25.25 0 0 0 .25-.25v-2.5a.25.25 0 0 0-.25-.25H18V9a.75.75 0 0 0-.75-.75H13.5V5.5a.25.25 0 0 0-.25-.25H11.5a.25.25 0 0 0-.25.25v1.75c0 .138.112.25.25.25h1.25zm3.286 5.089l-1.572 1.572a.303.303 0 0 1-.428 0l-.947-.947a.303.303 0 0 1 0-.428l.322-.322a.303.303 0 0 1 .428 0l.41.411 1.037-1.036a.303.303 0 0 1 .428 0l.322.322a.303.303 0 0 1 0 .428zM9.464 14.16v.001a.303.303 0 0 1-.428 0l-.948-.947a.302.302 0 0 1 0-.428l.323-.322a.303.303 0 0 1 .427 0l.412.411 1.036-1.037a.303.303 0 0 1 .427 0l.323.322a.303.303 0 0 1 0 .428L9.464 14.16z\"/></svg>\n </figure>\n </td>\n <td>dependabot.svg</td>\n <td><code>_includes/icons/simple-icons/dependabot.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"dependabot\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Designer News icon</title><path d=\"M11.27 11.98c0-3.83-2.354-6.43-6.84-6.43H0v12.9h4.524c4.354 0 6.747-2.624 6.747-6.464v-.005zM8.056 12c0 2.766-1.42 3.963-3.7 3.963h-1.16V8.037h1.16c2.185 0 3.7 1.252 3.7 3.963zM24 18.45V5.55h-2.97v7.213L16.28 5.55h-3.105v12.9h2.973v-7.723l5.084 7.718H24v.004z\"/></svg>\n </figure>\n </td>\n <td>designernews.svg</td>\n <td><code>_includes/icons/simple-icons/designernews.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"designernews\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" role=\"img\"><title>dev.to icon</title><path d=\"M7.42 10.05c-.18-.16-.46-.23-.84-.23H6l.02 2.44.04 2.45.56-.02c.41 0 .63-.07.83-.26.24-.24.26-.36.26-2.2 0-1.91-.02-1.96-.29-2.18zM0 4.94v14.12h24V4.94H0zM8.56 15.3c-.44.58-1.06.77-2.53.77H4.71V8.53h1.4c1.67 0 2.16.18 2.6.9.27.43.29.6.32 2.57.05 2.23-.02 2.73-.47 3.3zm5.09-5.47h-2.47v1.77h1.52v1.28l-.72.04-.75.03v1.77l1.22.03 1.2.04v1.28h-1.6c-1.53 0-1.6-.01-1.87-.3l-.3-.28v-3.16c0-3.02.01-3.18.25-3.48.23-.31.25-.31 1.88-.31h1.64v1.3zm4.68 5.45c-.17.43-.64.79-1 .79-.18 0-.45-.15-.67-.39-.32-.32-.45-.63-.82-2.08l-.9-3.39-.45-1.67h.76c.4 0 .75.02.75.05 0 .06 1.16 4.54 1.26 4.83.04.15.32-.7.73-2.3l.66-2.52.74-.04c.4-.02.73 0 .73.04 0 .14-1.67 6.38-1.8 6.68z\"/></svg>\n </figure>\n </td>\n <td>dev-dot-to.svg</td>\n <td><code>_includes/icons/simple-icons/dev-dot-to.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"dev-dot-to\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>DeviantArt icon</title><path d=\"M19.207 4.794l.23-.43V0H15.07l-.436.44-2.058 3.925-.646.436H4.58v5.993h4.04l.36.436-4.175 7.98-.24.43V24H8.93l.436-.44 2.07-3.925.644-.436h7.35v-5.993h-4.05l-.36-.438 4.186-7.977z\"/></svg>\n </figure>\n </td>\n <td>deviantart.svg</td>\n <td><code>_includes/icons/simple-icons/deviantart.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"deviantart\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>devRant icon</title><path d=\"M11.72 0C5.482-.015 1.592 4.046 1.701 10.322c-.074 3.907 1.437 7.002 4.127 8.734.663.405 1.364.737 2.137.995l2.174 3.353c.333.848.7.774.848-.11l.59-2.69h.442c2.469.073 4.57-.517 6.228-1.585 2.616-1.733 4.126-4.791 4.053-8.697C22.41 3.948 18.431-.144 12.019.004c-.1-.002-.2-.004-.299-.004zm4.571 4.636c.258 0 .516.092.7.276h.001c.185.185.295.442.295.737 0 .148 0 .295-.074.406l-3.722 9.25c-.258.441-.627.552-.885.552a1.007 1.007 0 0 1-.994-.995c0-.148.037-.258.073-.406l3.685-9.212c.073-.147.148-.258.221-.332a.989.989 0 0 1 .7-.276zM9.456 7.5c.313 0 .626.12.866.359h.001c.221.221.368.516.331.848 0 .332-.147.589-.368.848-.222.258-.517.369-.848.369-.332 0-.59-.148-.848-.37-.259-.22-.37-.515-.37-.847s.149-.627.37-.848c.24-.24.552-.36.866-.36zm0 4.974c.313 0 .626.12.866.36h.001c.221.258.368.553.331.848a1.2 1.2 0 0 1-.368.848c-.221.258-.516.368-.848.368a1.2 1.2 0 0 1-.848-.368c-.259-.222-.37-.516-.37-.848s.149-.627.37-.848c.24-.24.552-.36.866-.36z\"/></svg>\n </figure>\n </td>\n <td>devrant.svg</td>\n <td><code>_includes/icons/simple-icons/devrant.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"devrant\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Diaspora icon</title><path d=\"M15.26 21.896l-2.332-3.256c-.622-.87-1.127-1.547-1.154-1.547s-1.006 1.314-2.316 3.113C8.21 21.92 7.178 23.32 7.163 23.32c-.033 0-4.498-3.144-4.51-3.177-.006-.016 1.005-1.498 2.242-3.293 1.24-1.795 2.254-3.29 2.254-3.326 0-.055-.408-.193-3.557-1.245L0 11.08c-.03-.018.156-.64.793-2.65.46-1.446.844-2.64.855-2.655.014-.016 1.71.524 3.772 1.205 2.063.68 3.765 1.234 3.788 1.234.022 0 .046-.03.053-.07.01-.03.03-1.786.04-3.9.02-2.1.04-3.84.05-3.87.02-.03.6-.03 2.73-.03 1.484 0 2.713.015 2.733.03.025.016.065 1.186.136 3.78.11 4.275.11 4.335.18 4.335.025 0 1.66-.54 3.63-1.22 1.973-.66 3.592-1.2 3.605-1.186.03.044 1.65 5.31 1.635 5.325-.017.016-1.667.585-3.66 1.26-2.76.93-3.647 1.245-3.647 1.29-.014.03.93 1.455 2.146 3.21 1.184 1.74 2.143 3.165 2.143 3.18-.015.046-4.44 3.302-4.483 3.302-.015 0-.585-.766-1.245-1.695l.005-.067z\"/></svg>\n </figure>\n </td>\n <td>diaspora.svg</td>\n <td><code>_includes/icons/simple-icons/diaspora.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"diaspora\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Digg icon</title><path d=\"M17.76 8.16v8.16h3.84v.96h-3.84v1.92H24V8.16h-6.24zm-7.2 0v8.16h3.84v.96h-3.84v1.92h6.24V8.16h-6.24zM3.84 4.8v3.36H0v8.16h6.24V4.8h-2.4zM9.6 8.16H7.2v8.16h2.4V8.16zm12 6.24h-1.44v-4.32h1.44v4.32zm-17.76 0H2.4v-4.32h1.44v4.32zm10.56 0h-1.44v-4.32h1.44v4.32zM9.6 4.8H7.2v2.4h2.4V4.8z\"/></svg>\n </figure>\n </td>\n <td>digg.svg</td>\n <td><code>_includes/icons/simple-icons/digg.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"digg\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>DigitalOcean icon</title><path d=\"M.836 19.365H.832V16.38h2.985v2.985H7.38V14.73h4.635v4.62c4.927-.006 8.73-4.883 6.852-10.066-.698-1.92-2.23-3.45-4.15-4.146C9.527 3.255 4.647 7.068 4.647 12H0C0 4.144 7.59-1.976 15.824.595c3.6 1.125 6.456 3.982 7.58 7.58C25.974 16.41 19.858 24 12 24v-4.635H7.377v3.56h-3.56v-3.56H.833h.002z\"/></svg>\n </figure>\n </td>\n <td>digitalocean.svg</td>\n <td><code>_includes/icons/simple-icons/digitalocean.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"digitalocean\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Directus icon</title><path d=\"M19.187 13.909a1.74 1.74 0 0 1-.286-.092.657.657 0 0 1-.203-.139c.056-.488 0-.912.047-1.392.184-1.862 1.355-1.272 2.406-1.577.655-.184 1.31-.562 1.475-1.336a13.528 13.528 0 0 0-2.397-2.204c-2.85-2.028-6.574-2.84-9.958-2.277a5.113 5.113 0 0 0 2.238 2.074s-.917 0-1.703-.587c-.23.092-.692.274-.913.384a5.094 5.094 0 0 0 6.63.37c-.01.017-.185.285-.397 1.4-.47 2.38-1.826 2.195-3.504 1.596-3.485-1.264-5.403-.093-7.145-2.49-.507.286-.82.82-.82 1.402 0 .599.331 1.106.81 1.383.262-.348.38-.446.836-.446-.706.4-.79.75-1.094 1.718-.368 1.171-.212 2.37-1.936 2.683-.913.046-.894.664-1.226 1.586-.415 1.199-.968 1.678-2.047 2.812.443.535.904.6 1.374.406.968-.406 1.715-1.66 2.415-2.471.784-.904 2.665-.517 4.085-1.402.977-.599 1.457-1.41.811-2.784a2.72 2.72 0 0 1 .701 1.66c1.641-.213 3.836 1.788 5.836 2.12a3.574 3.574 0 0 1-.488-.82c-.23-.554-.304-1.06-.258-1.503.184 1.097 1.29 2.507 3.07 2.637.452.036.95-.019 1.466-.176.618-.184 1.19-.424 1.872-.295.507.093.977.35 1.272.784.443.645 1.41.784 1.844-.009-.977-2.554-3.67-2.72-4.813-3.015z\"/></svg>\n </figure>\n </td>\n <td>directus.svg</td>\n <td><code>_includes/icons/simple-icons/directus.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"directus\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Discogs icon</title><path d=\"M1.7422 11.982c0-5.6682 4.61-10.2782 10.2758-10.2782 1.8238 0 3.5372.48 5.0251 1.3175l.8135-1.4879C16.1768.588 14.2474.036 12.1908.0024h-.1944C5.4091.0144.072 5.3107 0 11.886v.1152c.0072 3.4389 1.4567 6.5345 3.7748 8.7207l1.1855-1.2814c-1.9798-1.8743-3.218-4.526-3.218-7.4585zM20.362 3.4053l-1.1543 1.2406c1.903 1.867 3.0885 4.4636 3.0885 7.3361 0 5.6658-4.61 10.2758-10.2758 10.2758-1.783 0-3.4605-.456-4.922-1.2575l-.8542 1.5214c1.7086.9384 3.6692 1.4735 5.7546 1.4759C18.6245 23.9976 24 18.6246 24 11.9988c-.0048-3.3717-1.399-6.4146-3.638-8.5935zM1.963 11.982c0 2.8701 1.2119 5.4619 3.146 7.2953l1.1808-1.2767c-1.591-1.5166-2.587-3.6524-2.587-6.0186 0-4.586 3.7293-8.3152 8.3152-8.3152 1.483 0 2.875.3912 4.082 1.0751l.8351-1.5262C15.481 2.395 13.8034 1.927 12.018 1.927 6.4746 1.9246 1.963 6.4362 1.963 11.982zm18.3702 0c0 4.586-3.7293 8.3152-8.3152 8.3152-1.4327 0-2.7837-.3648-3.962-1.0055l-.852 1.5166c1.4303.7823 3.0718 1.2287 4.814 1.2287 5.5434 0 10.055-4.5116 10.055-10.055 0-2.8077-1.1567-5.3467-3.0165-7.1729l-1.183 1.2743c1.519 1.507 2.4597 3.5924 2.4597 5.8986zm-1.9486 0c0 3.5109-2.8558 6.3642-6.3642 6.3642a6.3286 6.3286 0 01-3.0069-.756l-.8471 1.507c1.147.624 2.4597.9768 3.854.9768 4.4636 0 8.0944-3.6308 8.0944-8.0944 0-2.239-.9143-4.2692-2.3902-5.7378l-1.1783 1.267c1.1351 1.152 1.8383 2.731 1.8383 4.4732zm-14.4586 0c0 2.3014.9671 4.382 2.515 5.8578l1.1734-1.2695c-1.207-1.159-1.9606-2.786-1.9606-4.5883 0-3.5108 2.8557-6.3642 6.3642-6.3642 1.1423 0 2.215.3048 3.1437.8352l.8303-1.5167c-1.1759-.6647-2.5317-1.0487-3.974-1.0487-4.4612 0-8.092 3.6308-8.092 8.0944zm12.5292 0c0 2.4502-1.987 4.4372-4.4372 4.4372a4.4192 4.4192 0 01-2.0614-.5088l-.8351 1.4879a6.1135 6.1135 0 002.8965.727c3.3885 0 6.1434-2.7548 6.1434-6.1433 0-1.6774-.6767-3.1989-1.7686-4.3076l-1.1615 1.2503c.7559.7967 1.2239 1.8718 1.2239 3.0573zm-10.5806 0c0 1.7374.7247 3.3069 1.8886 4.4252L8.92 15.1569l.0144.0144c-.8351-.8063-1.3559-1.9366-1.3559-3.1869 0-2.4502 1.9846-4.4372 4.4372-4.4372.8087 0 1.5646.2184 2.2174.5976l.8207-1.4975a6.097 6.097 0 00-3.0381-.8063c-3.3837-.0048-6.141 2.7525-6.141 6.141zm6.681 0c0 .2952-.2424.5351-.5376.5351-.2952 0-.5375-.24-.5375-.5351 0-.2976.24-.5375.5375-.5375.2952 0 .5375.24.5375.5375zm-3.9405 0c0-1.879 1.5239-3.4029 3.4005-3.4029 1.879 0 3.4005 1.5215 3.4005 3.4029 0 1.879-1.5239 3.4005-3.4005 3.4005S8.6151 13.861 8.6151 11.982zm.1488 0c.0048 1.7974 1.4567 3.2493 3.2517 3.2517 1.795 0 3.254-1.4567 3.254-3.2517-.0023-1.7974-1.4566-3.2517-3.254-3.254-1.795 0-3.2517 1.4566-3.2517 3.254Z\"/></svg>\n\n </figure>\n </td>\n <td>discogs.svg</td>\n <td><code>_includes/icons/simple-icons/discogs.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"discogs\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Discord icon</title><path d=\"M20.222 0c1.406 0 2.54 1.137 2.607 2.475V24l-2.677-2.273-1.47-1.338-1.604-1.398.67 2.205H3.71c-1.402 0-2.54-1.065-2.54-2.476V2.48C1.17 1.142 2.31.003 3.715.003h16.5L20.222 0zm-6.118 5.683h-.03l-.202.2c2.073.6 3.076 1.537 3.076 1.537-1.336-.668-2.54-1.002-3.744-1.137-.87-.135-1.74-.064-2.475 0h-.2c-.47 0-1.47.2-2.81.735-.467.203-.735.336-.735.336s1.002-1.002 3.21-1.537l-.135-.135s-1.672-.064-3.477 1.27c0 0-1.805 3.144-1.805 7.02 0 0 1 1.74 3.743 1.806 0 0 .4-.533.805-1.002-1.54-.468-2.14-1.404-2.14-1.404s.134.066.335.2h.06c.03 0 .044.015.06.03v.006c.016.016.03.03.06.03.33.136.66.27.93.4.466.202 1.065.403 1.8.536.93.135 1.996.2 3.21 0 .6-.135 1.2-.267 1.8-.535.39-.2.87-.4 1.397-.737 0 0-.6.936-2.205 1.404.33.466.795 1 .795 1 2.744-.06 3.81-1.8 3.87-1.726 0-3.87-1.815-7.02-1.815-7.02-1.635-1.214-3.165-1.26-3.435-1.26l.056-.02zm.168 4.413c.703 0 1.27.6 1.27 1.335 0 .74-.57 1.34-1.27 1.34-.7 0-1.27-.6-1.27-1.334.002-.74.573-1.338 1.27-1.338zm-4.543 0c.7 0 1.266.6 1.266 1.335 0 .74-.57 1.34-1.27 1.34-.7 0-1.27-.6-1.27-1.334 0-.74.57-1.338 1.27-1.338z\"/></svg>\n </figure>\n </td>\n <td>discord.svg</td>\n <td><code>_includes/icons/simple-icons/discord.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"discord\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Discourse icon</title><path d=\"M12.103 0C18.666 0 24 5.485 24 11.997c0 6.51-5.33 11.99-11.9 11.99L0 24V11.79C0 5.28 5.532 0 12.103 0zm.116 4.563c-2.593-.003-4.996 1.352-6.337 3.57-1.33 2.208-1.387 4.957-.148 7.22L4.4 19.61l4.794-1.074c2.745 1.225 5.965.676 8.136-1.39 2.17-2.054 2.86-5.228 1.737-7.997-1.135-2.778-3.84-4.59-6.84-4.585h-.008z\"/></svg>\n </figure>\n </td>\n <td>discourse.svg</td>\n <td><code>_includes/icons/simple-icons/discourse.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"discourse\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Discover icon</title><path d=\"M12 0A12 12 0 1 0 12 24A12 12 0 1 0 12 0Z\"/></svg>\n </figure>\n </td>\n <td>discover.svg</td>\n <td><code>_includes/icons/simple-icons/discover.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"discover\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Disqus icon</title><path d=\"M12.438 23.654c-2.853 0-5.46-1.04-7.476-2.766L0 21.568l1.917-4.733C1.25 15.36.875 13.725.875 12 .875 5.564 6.05.346 12.44.346 18.82.346 24 5.564 24 12c0 6.438-5.176 11.654-11.562 11.654zm6.315-11.687v-.033c0-3.363-2.373-5.76-6.462-5.76H7.877V17.83h4.35c4.12 0 6.525-2.5 6.525-5.863h.004zm-6.415 2.998h-1.29V9.04h1.29c1.897 0 3.157 1.08 3.157 2.945v.03c0 1.884-1.26 2.95-3.157 2.95z\"/></svg>\n </figure>\n </td>\n <td>disqus.svg</td>\n <td><code>_includes/icons/simple-icons/disqus.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"disqus\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Disroot icon</title><path d=\"M18.824 6.655q.092.128 0 .255-.093.032-.154 0l-.154-.223-.369-.095q-.092-.096 0-.255.092-.128.246-.096.277.16.43.415zm4.49 4.336q.031.095.031.159l-.154.223v-.35q.062-.032.123-.032zm-5.382-4.75l.153.255q-.123.223-.246.287l-.092.127q-.061-.159-.092-.318-.031 0-.062-.032l-.123.127-.553-.127q-.123-.16.061-.35.185-.192.43-.096l.524.127zm-1.138.67l-.154-.096.123-.064.03.16zm-2.461-1.626l-.184.223-.185-.223-.154-.032.492-.096.031.128zm3.814 12.208zm5.782-7.427q.123.096.031.478l-.184.542-.154.191-.031-.382q0-.128-.03-.223 0-.096-.032-.191l-.4.19q.031.065.031.16.031.096.062.128l-.43.032.03.127.092.096-.153.35q-.031.287-.154.32l-.123-.192-.37.095q-.122-.127-.122-.223l-.093-.127.154-.191q-.061-.128-.123-.128l-.154.064-.153.382q-.216 0-.277.064l.184.255.646.35.031.224q.123.032.185.095.092.064.123.096-.031.064-.062.16-.03.063-.123.127l-.277.191.031.255q-.246.096-.43.319l-.093.35q-.338 0-.43.064l.03.479-.092-.032q-.123-.192-.246-.096l.123.414q-.092 0-.154.032l-.061.064.123.223q.03.128.03.192-.184.159-.369.19-.153.033-.246.224l.031.382q-.092.224-.154.287-.307 0-.461.064l-.185.35-.153-.063q-.124-.032-.185 0l-.123.255q-.277 0-.4.127l-.246.224.062-.287q.092-.255-.093-.287l-.123.095-.03.16-.308.191-.03.35h-.585l-.123.224q-.062.191-.308.287-.246.095-.861.095t-.769.064q-.154 0-.277.16-.092.159-.215.223l-.492.159-.154.287-.215.16q-.154.095-.492.095l-.308.16-.461.19-.339-.031q-.184-.096-.43-.096h-.554l-.185-.128-.369.064-.184.255-.277-.191-.215-.223-.492-.032-.185-.16.277-.35.369-.51v-.35l.43-.479v-.542q0-.255.093-.446l.338.096q.123-.128.123-.192-.184-.159-.338-.414l-.308-.446-.369-.478-.246-.447-.277-.446-.215-.542-.461-.51-1.692-2.486-.308-.542-.307-.606-.246-.159q-.277-.35-.462-.765l-.092-.383-.277-.127-.953.191q-.339 0-.738.128l-.646.255-.77.095-.43.16q-.277.064-.43-.064L1.23 8.6l-.338.128-.277-.096q0-.319-.061-.383l-.277-.382Q.092 7.739 0 7.707l.03-.159h.308q-.03-.095-.03-.223v-.16l.307.128q.154-.095.185-.16l.123-.254.246.032.184-.542-.03-.287.154.095.153.16q.154-.064.185-.128l.277-.35.276.032-.092-.223-.184-.224-.277-.095q.184-.287.8-.415l.984-.095.338-.223.8-.16 1.23-.064.43-.095q.247-.096.493-.032l.492-.032q.492-.127.707-.064l.4.032.554.032.83.16.738.063.523-.223q.185 0 .4.255l.308.223h.646l.215.255-.03.16.184.51.123-.064.277-.319.307.478-.369-.127q-.215 0-.246.318l.308.064.123.16.184-.064q.154-.064.308.064.184.095.246.223l.184.255h.4q0-.096.03-.128.032-.064.062-.095l.062.318h.123l.092-.095.093.16.092-.256q.4 0 .461-.064 0-.095-.061-.159l-.123-.16q0-.159.246-.127l.43.128.308-.032.184.16.062.127q-.277-.064-.37.032-.06.063-.03.223l.215.19q0 .224.216.479l.123-.127.03-.255.124.159h.522q.154 0 .246.35l.093.32.123.095.154-.16.492.16.092-.16.154-.063q.123-.096.154-.16v-.159l-.062-.16.43.128q.124-.127.154-.191-.061-.16-.123-.16l-.307-.063v-.16l.092-.223.092-.191q.154.095.185.16l.154.222.215-.031.215-.032.77.669.215-.032.215.287.185.096q-.093.127 0 .286l.215-.095h.215l.185.319.184.318q.246 0 .37.064l.122.574.339.191.276.096q0 .16-.061.255l.061.319.093.19-.031.224.123-.064q.123-.16.185-.191l.123-.064zM16.18 5.35q.092.095 0 .286-.031.064-.185.096-.092-.096 0-.287.03-.064.185-.095zm6.305 5.928q.092.096 0 .255l-.154.064-.03-.223q0-.095.03-.127.062-.032.154.032zm-1.292-1.561q.061.063.061.318-.123.064-.246.032-.153-.095-.061-.287.061-.16.246-.063zm-8.704-4.24l-.185.35.092-.254.093-.096zm4.244 12.304l-.123-.191.123-.096q.154.032.123.223l-.123.064zm5.137-4.75q-.185-.127-.246-.254l.184.127.062.128zM9.566 18.705l.153-.159.154-.096-.307.255zM22.79 10.45l-.092.19-.03.097-.031-.224.153-.063zm.154 1.562l-.061.286.061-.286zm-2.184-3.507l.093.128-.123.032-.123-.096.153-.064zm-5.505 7.491l-.123.096.123-.096zM14.61 5.253l-.03.16.03-.16zm6.551 3.538l-.061.16.061-.16zm-.123 5.196l.062.095-.093.064.031-.16zm-5.905-8.543l-.062.096.062-.096zm1.66 11.635l-.06.127.06-.127zm-6.92-6.822l-.123.128.123-.128zm-.184 9.149l-.031.16.03-.16zm9.32-12.464l.06.096-.153-.064.092-.032zm-5.014 8.67l-.031.128.03-.127zm7.105-6.47l-.031.127.03-.127zm-.216 1.498l-.061.096.061-.096zm.4 3.952l-.092.064.092-.064zM1.692 6.624l-.031.159.03-.16zm20.607 5.323l-.123.064.123-.064zm-.4-.223l-.184.032.184-.032zm-6.49 6.821l-.03.096.03-.096zm6.214-6.152v-.16.16zm1.507-2.136q-.031.064-.031.128 0-.096.03-.128zm-1.23 3.411zM1.506 6.018l-.03.127.03-.127zm17.84 11.507zm-.339-8.734l-.123.032.123-.032zm-.492-1.912l-.061.095.061-.095zM10.92 5.062l-.092.032.092-.032zm3.076 1.275l-.031.127.03-.127zm-.43-.032l-.062.064.061-.064zM9.595 19.183l-.03.127.03-.127zm11.442-8.67zm0 0zm0 0zm0 0zm0 0zm0 0zm0 0zm0 0zm-5.352 5.323zm7.013-3.539zm-2-1.083l-.06-.064.06.064zm-8.55 2.9zm9.843-1.275zm-9.228-7.012zm-.707.191zm0-.287zm3.968.478zm-2.891-.095l-.062-.064.062.064zm6.49 3.283zm2.89 0zm-4.92 7.81zm4.92-6.918zm-10.98 9.563zm1.507-14.854zm-.184 0zm7.843 3.92zm2.307 1.244q0-.255-.093-.415-.061-.159-.215-.286l-.03.414.215.096q.03.095 0 .159l.123.032zm-2.4-.765l-.06-.064.06.064zm1.23 1.434l-.153-.032-.184-.287.061-.255-.277.192.154.19.03.097-.368.159.246.032q.061.064.123.095.092.032.123.032l.246-.223zm-.614-.574l-.123-.095-.216-.064-.092-.16-.123.128-.092.223.246.096q.184 0 .277.095l.123-.223zM15.84 6.783l-.123-.064-.184-.095q-.123 0-.123.063l.03.192.216.127.184-.223zm3.691 6.79l.062-.383q0-.51-.37-1.084-.307-.574-.8-.924-.4-.383-1.106-.67l-1.23-.541-.462-.287-.677-.255-.707-.223-1.138-.255-.37-.064q-.276 0-.43.064-.123.031-.092.223l.369.733q.277.51.523.701l.277.191v.192l.307.382.03.255q.124.096.185.096.154.095.4.478l.339.414.522.765.462.829.215.637-.061.415.123.191-.123.191q-.093.096 0 .192l.215-.064.369-.16q.154 0 .523-.19l.677-.32.953-.382q.584-.255.83-.51l.123-.319q0-.223.062-.319z\"/></svg>\n </figure>\n </td>\n <td>disroot.svg</td>\n <td><code>_includes/icons/simple-icons/disroot.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"disroot\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Django icon</title><path d=\"M11.146 0h3.924v18.165c-2.013.382-3.491.535-5.096.535-4.791 0-7.288-2.166-7.288-6.32 0-4.001 2.65-6.6 6.753-6.6.637 0 1.121.051 1.707.204V0zm0 9.143a3.894 3.894 0 0 0-1.325-.204c-1.988 0-3.134 1.223-3.134 3.364 0 2.09 1.096 3.236 3.109 3.236.433 0 .79-.025 1.35-.102V9.142zM21.314 6.06v9.097c0 3.134-.229 4.638-.917 5.937-.637 1.249-1.478 2.039-3.211 2.905l-3.644-1.733c1.733-.815 2.574-1.529 3.109-2.625.561-1.121.739-2.421.739-5.835V6.059h3.924zM17.39.021h3.924v4.026H17.39V.021z\"/></svg>\n </figure>\n </td>\n <td>django.svg</td>\n <td><code>_includes/icons/simple-icons/django.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"django\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>DLNA icon</title><path d=\"M23.254,12.667H13.019c-1.051,0-2.1,0.489-2.692,1.266v-0.017c-0.591,0.816-1.544,1.353-2.629,1.353 c-1.796,0-3.249-1.458-3.249-3.251c0-1.795,1.454-3.251,3.249-3.251c1.085,0,2.039,0.536,2.629,1.353v-0.013 c0.592,0.776,1.641,1.273,2.692,1.273h10.129c0.186-0.005,0.873-0.095,0.848-0.981c-0.884-5.086-5.879-8.987-11.923-8.987 c-3.721,0-7.047,1.48-9.262,3.803c-0.356,0.527,0.014,0.689,0.35,0.734h6.608c1.05,0,2.1-0.498,2.691-1.277V4.69 c0.591-0.817,1.546-1.355,2.63-1.355c1.795,0,3.249,1.456,3.249,3.251c0,1.793-1.454,3.252-3.249,3.252 c-1.084,0-2.039-0.537-2.63-1.355v0.019c-0.591-0.779-1.641-1.266-2.691-1.266h-7.22l0.028,0.003c0,0-1.068-0.06-1.719,0.859 C0.361,8.9,0,10.621,0,12.002c0,1.388,0.198,2.649,0.867,3.923c0.564,0.908,1.71,0.849,1.71,0.849L2.535,16.78h7.233 c1.05,0,2.1-0.49,2.691-1.268v0.019c0.591-0.817,1.546-1.355,2.63-1.355c1.795,0,3.249,1.458,3.249,3.251 c0,1.795-1.454,3.251-3.249,3.251c-1.084,0-2.039-0.537-2.63-1.354v0.018c-0.591-0.779-1.641-1.277-2.691-1.277H3.164 c-0.328,0.042-0.698,0.198-0.379,0.699c2.216,2.337,5.555,3.824,9.288,3.824c6.054,0,11.056-3.911,11.926-9.009 C23.995,12.866,23.51,12.702,23.254,12.667\"/></svg>\n </figure>\n </td>\n <td>dlna.svg</td>\n <td><code>_includes/icons/simple-icons/dlna.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"dlna\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Docker icon</title><path d=\"M13.983 11.078h2.119a.186.186 0 00.186-.185V9.006a.186.186 0 00-.186-.186h-2.119a.185.185 0 00-.185.185v1.888c0 .102.083.185.185.185m-2.954-5.43h2.118a.186.186 0 00.186-.186V3.574a.186.186 0 00-.186-.185h-2.118a.185.185 0 00-.185.185v1.888c0 .102.082.185.185.185m0 2.716h2.118a.187.187 0 00.186-.186V6.29a.186.186 0 00-.186-.185h-2.118a.185.185 0 00-.185.185v1.887c0 .102.082.185.185.186m-2.93 0h2.12a.186.186 0 00.184-.186V6.29a.185.185 0 00-.185-.185H8.1a.185.185 0 00-.185.185v1.887c0 .102.083.185.185.186m-2.964 0h2.119a.186.186 0 00.185-.186V6.29a.185.185 0 00-.185-.185H5.136a.186.186 0 00-.186.185v1.887c0 .102.084.185.186.186m5.893 2.715h2.118a.186.186 0 00.186-.185V9.006a.186.186 0 00-.186-.186h-2.118a.185.185 0 00-.185.185v1.888c0 .102.082.185.185.185m-2.93 0h2.12a.185.185 0 00.184-.185V9.006a.185.185 0 00-.184-.186h-2.12a.185.185 0 00-.184.185v1.888c0 .102.083.185.185.185m-2.964 0h2.119a.185.185 0 00.185-.185V9.006a.185.185 0 00-.184-.186h-2.12a.186.186 0 00-.186.186v1.887c0 .102.084.185.186.185m-2.92 0h2.12a.185.185 0 00.184-.185V9.006a.185.185 0 00-.184-.186h-2.12a.185.185 0 00-.184.185v1.888c0 .102.082.185.185.185M23.763 9.89c-.065-.051-.672-.51-1.954-.51-.338.001-.676.03-1.01.087-.248-1.7-1.653-2.53-1.716-2.566l-.344-.199-.226.327c-.284.438-.49.922-.612 1.43-.23.97-.09 1.882.403 2.661-.595.332-1.55.413-1.744.42H.751a.751.751 0 00-.75.748 11.376 11.376 0 00.692 4.062c.545 1.428 1.355 2.48 2.41 3.124 1.18.723 3.1 1.137 5.275 1.137.983.003 1.963-.086 2.93-.266a12.248 12.248 0 003.823-1.389c.98-.567 1.86-1.288 2.61-2.136 1.252-1.418 1.998-2.997 2.553-4.4h.221c1.372 0 2.215-.549 2.68-1.009.309-.293.55-.65.707-1.046l.098-.288Z\"/></svg>\n\n </figure>\n </td>\n <td>docker.svg</td>\n <td><code>_includes/icons/simple-icons/docker.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"docker\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>DocuSign icon</title><path d=\"M9.517 3.31h4.966v6.621h3.31L12 16.552 6.207 9.931h3.31V3.31zM0 19.034h24v1.655H0v-1.655z\"/></svg>\n </figure>\n </td>\n <td>docusign.svg</td>\n <td><code>_includes/icons/simple-icons/docusign.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"docusign\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Dolby icon</title><path d=\"M24,20.352V3.648H0v16.704H24z M18.433,5.806h2.736v12.387h-2.736c-2.839,0-5.214-2.767-5.214-6.194S15.594,5.806,18.433,5.806z M2.831,5.806h2.736c2.839,0,5.214,2.767,5.214,6.194s-2.374,6.194-5.214,6.194H2.831V5.806z\"/></svg>\n </figure>\n </td>\n <td>dolby.svg</td>\n <td><code>_includes/icons/simple-icons/dolby.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"dolby\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>.NET icon</title><path d=\"M3.1672 7.5655v8.749H4.19v-6.325a8.979 8.979 0 0 0-.0488-1.1998h.0384a2.9082 2.9082 0 0 0 .2784.5473l4.4973 6.9774h1.2569V7.5655H9.1904v6.1526a9.2574 9.2574 0 0 0 .0619 1.286h-.0234c-.0544-.1056-.173-.3002-.3553-.585L4.4964 7.5656zm9.315 0v8.749h4.65l.0048-.9599h-3.6087v-3.0331h3.1579V11.4h-3.1579V8.4916h3.3884v-.926zm5.4374 0v.926h2.5149v7.823h1.0216v-7.823H24v-.926zM.6534 15.067a.643.643 0 0 0-.4565.2062A.6719.6719 0 0 0 0 15.753a.6623.6623 0 0 0 .1968.4799.6479.6479 0 0 0 .4799.2015.6623.6623 0 0 0 .4799-.2015.6575.6575 0 0 0 .2015-.48.667.667 0 0 0-.2015-.4798.6575.6575 0 0 0-.4799-.2062.643.643 0 0 0-.0234 0z\"/></svg>\n </figure>\n </td>\n <td>dot-net.svg</td>\n <td><code>_includes/icons/simple-icons/dot-net.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"dot-net\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Douban icon</title><path d=\"M.643.92v2.412h22.714V.92H.643zm1.974 4.926v9.42h18.764v-9.42H2.617zm2.72 2.408H18.69v4.605H5.338V8.254zm1.657 7.412l-2.512.938c1.037 1.461 1.87 2.825 2.512 4.091H0v2.385h24v-2.385h-6.678c.818-1.176 1.589-2.543 2.303-4.091l-2.73-.938a29.952 29.952 0 01-2.479 5.03h-4.75c-.786-1.962-1.677-3.641-2.672-5.03Z\"/></svg>\n\n </figure>\n </td>\n <td>douban.svg</td>\n <td><code>_includes/icons/simple-icons/douban.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"douban\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Draugiem.lv icon</title><path d=\"M8.154 15.096c.048.346.14.562.278.693.144.13.34.18.596.21.304-.03.51-.1.65-.3.083-.13.14-.33.166-.61l.098-1.16v-.02l-.02-.18-.03-.17-.03-.175-.032-.165-.03-.174-.03-.165-.03-.164-.03-.17-.028-.16-.03-.15-.03-.15v-.138l-.03-.136-.03-.133-.015-.126-.03-.116-.03-.1-.03-.17L9.41 11l-.045-.18-.045-.18-.013-.197-.052-.203-.045-.21-.053-.21-.03-.21-.043-.215-.03-.213-.017-.242-.015-.21-.01-.228V8.1l.02-.21.035-.21.046-.21.06-.2.09-.194.106-.186.04-.074c-.2-.046-.44-.076-.69-.076-.11 0-.2 0-.3.016-2.33.2-1.38 2.836-.98 4.283.28 1 .6 3.34.72 4.06l-.02-.02zm.28-8.664c.09.03.178.045.283.045.48 0 .79-.255.96-.645.112-.27.162-.602.153-.945-.014-.3-.074-.572-.164-.81-.195-.467-.54-.782-1.066-.782-.074 0-.135 0-.18.016-.675.11-.976.78-.945 1.61.015.78.314 1.43.93 1.58l.028-.06zm1.244 3.843c.084.36.168.69.237.975.285 1.156.562 3.843.665 4.668.098.826.39.99.97 1.05.576-.044.867-.224.965-1.034.097-.81.38-3.498.657-4.653.068-.28.16-.61.24-.96.258-1.05.466-2.29 0-3.1-.296-.51-.865-.84-1.86-.84-1.007 0-1.583.33-1.872.86-.465.81-.256 2.06 0 3.11l-.002-.06zm1.858-4.28h.015c.9 0 1.33-.823 1.33-1.83s-.42-1.846-1.32-1.846h-.01c-.91 0-1.33.84-1.33 1.86s.42 1.84 1.337 1.84v-.03zm2.827.752c-.27 0-.51.03-.705.075l.045.075.105.194.075.2.06.21.045.21.03.21.015.23v.44l-.015.23v.167l-.03.217-.03.213-.044.213-.046.21-.044.21-.045.206-.05.2-.05.197-.06.195-.05.18-.03.18-.05.168-.018.09-.03.12-.03.137-.026.134-.015.132-.03.12v.03l-.03.15-.03.15-.02.163-.03.168-.02.165-.03.165-.02.18-.013.165-.014.18-.014.18-.017.18V14c.045.496.075.93.09 1.17.03.287.075.48.166.616.14.2.35.27.66.3.26-.03.45-.07.6-.22.15-.12.23-.343.29-.69.12-.703.44-3.05.71-4.053.4-1.45 1.35-4.083-.98-4.284-.105-.014-.195-.014-.3-.014l.012-.05zm.016-.27c.09 0 .18-.014.27-.03.6-.15.9-.794.93-1.56.03-.81-.27-1.5-.95-1.592-.06-.016-.12-.016-.18-.016-.54 0-.89.33-1.07.79-.09.24-.15.52-.15.82-.02.36.03.69.15.96.16.4.48.66.96.66l.03-.05zm2.79 1.2c4.29.062 6.8 2.702 3.96 6.305-1.32 1.667-3.53 3.317-6.49 4.368l-.42.15c-.29.09-.56.18-.83.256-.65.18-1.26.345-1.86.465-.65.14-1.28.23-1.88.3-.44.05-.86.08-1.25.08-2.747.08-4.818-.67-5.49-2.28-.81-1.92.823-4.59 4.11-6.63-2.43.97-6.84 3.29-7.036 6.57v.42c.016.35.074.68.195 1.04.707 2.22 4.01 3.27 8.21 2.9.407-.03.827-.073 1.25-.14.605-.082 1.23-.21 1.86-.36.605-.13 1.23-.31 1.865-.51l.42-.13c.285-.09.557-.18.826-.285 3.646-1.32 6.35-3.075 7.926-5.102.9-1.152 1.365-2.232 1.455-3.18v-.733c-.26-2.413-3.06-3.824-6.877-3.435l.044-.045z\"/></svg>\n </figure>\n </td>\n <td>draugiem-dot-lv.svg</td>\n <td><code>_includes/icons/simple-icons/draugiem-dot-lv.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"draugiem-dot-lv\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Dribbble icon</title><path d=\"M12 24C5.385 24 0 18.615 0 12S5.385 0 12 0s12 5.385 12 12-5.385 12-12 12zm10.12-10.358c-.35-.11-3.17-.953-6.384-.438 1.34 3.684 1.887 6.684 1.992 7.308 2.3-1.555 3.936-4.02 4.395-6.87zm-6.115 7.808c-.153-.9-.75-4.032-2.19-7.77l-.066.02c-5.79 2.015-7.86 6.025-8.04 6.4 1.73 1.358 3.92 2.166 6.29 2.166 1.42 0 2.77-.29 4-.814zm-11.62-2.58c.232-.4 3.045-5.055 8.332-6.765.135-.045.27-.084.405-.12-.26-.585-.54-1.167-.832-1.74C7.17 11.775 2.206 11.71 1.756 11.7l-.004.312c0 2.633.998 5.037 2.634 6.855zm-2.42-8.955c.46.008 4.683.026 9.477-1.248-1.698-3.018-3.53-5.558-3.8-5.928-2.868 1.35-5.01 3.99-5.676 7.17zM9.6 2.052c.282.38 2.145 2.914 3.822 6 3.645-1.365 5.19-3.44 5.373-3.702-1.81-1.61-4.19-2.586-6.795-2.586-.825 0-1.63.1-2.4.285zm10.335 3.483c-.218.29-1.935 2.493-5.724 4.04.24.49.47.985.68 1.486.08.18.15.36.22.53 3.41-.43 6.8.26 7.14.33-.02-2.42-.88-4.64-2.31-6.38z\"/></svg>\n </figure>\n </td>\n <td>dribbble.svg</td>\n <td><code>_includes/icons/simple-icons/dribbble.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"dribbble\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Drone icon</title><path d=\"M15.07 13.633a3.07 3.07 0 1 1-6.14 0 3.07 3.07 0 0 1 6.14 0zM12 1.856c5.359.042 11.452 3.82 12 10.94h-7.256S15.809 8.863 12 8.889s-4.744 3.907-4.744 3.907H0C.353 5.802 6.344 1.812 12 1.856zM12.05 22.144c-3.996.011-7.729-3.005-9.259-7.674h4.465s.963 3.889 4.773 3.863 4.716-3.863 4.716-3.863h4.465c-.995 4.94-5.164 7.664-9.159 7.674z\"/></svg>\n </figure>\n </td>\n <td>drone.svg</td>\n <td><code>_includes/icons/simple-icons/drone.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"drone\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Dropbox icon</title><path d=\"M6 1.807L0 5.629l6 3.822 6.001-3.822L6 1.807zM18 1.807l-6 3.822 6 3.822 6-3.822-6-3.822zM0 13.274l6 3.822 6.001-3.822L6 9.452l-6 3.822zM18 9.452l-6 3.822 6 3.822 6-3.822-6-3.822zM6 18.371l6.001 3.822 6-3.822-6-3.822L6 18.371z\"/></svg>\n </figure>\n </td>\n <td>dropbox.svg</td>\n <td><code>_includes/icons/simple-icons/dropbox.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"dropbox\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Drupal icon</title><path d=\"M20.45 3.552C18.258 1.257 15.233.006 12 .006 5.431.006.007 5.428.007 12S5.43 23.994 12 23.994 23.995 18.572 23.995 12c0-3.233-1.251-6.258-3.546-8.448zM12 19.822c-3.65 0-6.57-2.92-6.57-6.57 0-3.025 2.085-5.111 3.858-6.884 1.252-1.252 2.4-2.4 2.712-3.755.313 1.252 1.46 2.399 2.712 3.65 1.773 1.774 3.859 3.86 3.859 6.884 0 3.65-2.92 6.571-6.571 6.675z\"/></svg>\n </figure>\n </td>\n <td>drupal.svg</td>\n <td><code>_includes/icons/simple-icons/drupal.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"drupal\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>DTube icon</title><path d=\"M22.6 5.5a9.91 9.91 0 0 0-3.88-4.04A11.18 11.18 0 0 0 13.08.04H.18l6.91 4h5.99c1.94 0 3.41.62 4.42 1.88C18.5 7.17 19 9 19 11.43v1.27c-.01 2.34-.53 4.14-1.55 5.4-1.02 1.26-2.5 1.89-4.42 1.89H6.86L0 23.95h13.13c2.09 0 3.97-.49 5.63-1.44 1.66-.95 2.95-2.3 3.87-4.02S24 14.79 24 12.56v-1.1c0-2.22-.47-4.2-1.4-5.96zM.13 3.96v16.1L14.07 12z\"/></svg>\n </figure>\n </td>\n <td>dtube.svg</td>\n <td><code>_includes/icons/simple-icons/dtube.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"dtube\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>DuckDuckGo icon</title><path d=\"M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm0 23C5.925 23 1 18.074 1 12S5.926 1 12 1s11 4.925 11 11-4.925 11-11 11zm10.219-11c0 4.805-3.317 8.833-7.786 9.925-.27-.521-.53-1.017-.749-1.438.645.249 1.93.718 2.208.615.376-.144.282-3.149-.14-3.245-.338-.075-1.632.837-2.141 1.209l.034.156c.078.397.144.993.03 1.247-.001.004-.002.01-.004.013a.218.218 0 0 1-.068.088c-.284.188-1.081.284-1.503.188a.516.516 0 0 1-.064-.02c-.694.396-2.01 1.109-2.25.971-.329-.188-.377-2.676-.329-3.288.035-.46 1.653.286 2.442.679.174-.163.602-.272.98-.31-.57-1.389-.99-2.977-.733-4.105 0 .002.002.002.002.002.356.248 2.73 1.05 3.91 1.027 1.18-.024 3.114-.743 2.903-1.323-.212-.58-2.135.51-4.142.324-1.486-.138-1.748-.804-1.42-1.29.414-.611 1.168.116 2.411-.256 1.245-.371 2.987-1.035 3.632-1.397 1.494-.833-.625-1.177-1.125-.947-.474.22-2.123.637-2.889.82.428-1.516-.603-4.149-1.757-5.3-.376-.376-.951-.612-1.603-.736-.25-.344-.654-.671-1.225-.977a5.772 5.772 0 0 0-3.595-.584l-.024.004-.034.004.004.002c-.148.028-.237.08-.357.098.148.016.705.276 1.057.418-.174.068-.412.108-.596.184a.828.828 0 0 0-.204.056c-.173.08-.303.375-.3.515.84-.086 2.082-.026 2.991.246-.644.09-1.235.258-1.661.482-.016.008-.03.018-.048.028-.054.02-.106.042-.152.066-1.367.72-1.971 2.405-1.611 4.424.323 1.824 1.665 8.088 2.29 11.064-3.973-1.4-6.822-5.186-6.822-9.639C1.781 6.356 6.356 1.781 12 1.781S22.219 6.356 22.219 12zM9.095 9.581a.758.758 0 1 0 0 1.516.758.758 0 0 0 0-1.516zm.338.702a.196.196 0 1 1 0-.392.196.196 0 0 1 0 .392zm4.724-1.043a.65.65 0 1 0 0 1.299.65.65 0 0 0 0-1.3zm.29.601a.168.168 0 1 1 0-.336.168.168 0 0 1 0 .336zM9.313 8.146s-.571-.26-1.125.09c-.554.348-.534.704-.534.704s-.294-.656.49-.978c.786-.32 1.17.184 1.17.184zm5.236-.052s-.41-.234-.73-.23c-.654.008-.831.296-.831.296s.11-.688.945-.55a.84.84 0 0 1 .616.484z\"/></svg>\n </figure>\n </td>\n <td>duckduckgo.svg</td>\n <td><code>_includes/icons/simple-icons/duckduckgo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"duckduckgo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Dunked icon</title><path d=\"M13.791 0V19.766a4.18 4.18 0 004.182 4.12h4.18V4.122A4.18 4.18 0 0017.972 0H13.79zM6.326 14.93a4.479 4.479 0 00-4.478 4.37v.221a4.479 4.479 0 008.957 0v-.214a4.479 4.479 0 00-4.479-4.377Z\"/></svg>\n\n </figure>\n </td>\n <td>dunked.svg</td>\n <td><code>_includes/icons/simple-icons/dunked.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"dunked\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Duolingo icon</title><path d=\"M7.2 2.869a2.458 2.458 0 00-2.45 2.455v3.117l-3.672-.913h-.002a.864.864 0 00-.242-.026.864.864 0 00-.832.919 6.573 6.573 0 004.886 5.87A7.286 7.286 0 0012 20.18a7.286 7.286 0 007.106-5.888 6.573 6.573 0 004.892-5.871.864.864 0 00-.831-.92.864.864 0 00-.245.027l-3.673.913V5.324a2.458 2.458 0 00-2.45-2.455 2.845 2.845 0 00-.96.192c-1.87.797-3.114 1.188-3.831 1.2-.717-.012-1.962-.403-3.832-1.2a2.845 2.845 0 00-.975-.192zm8.135 1.408a.19.19 0 01.036 0c.065.008.127.05.176.127a1.95 1.95 0 01.07.143 1.95 1.95 0 01.037.088 1.95 1.95 0 01.035.092 1.95 1.95 0 01.029.094 1.95 1.95 0 01.025.093 1.95 1.95 0 01.019.096 1.95 1.95 0 01.015.097 1.95 1.95 0 01.01.093 1.95 1.95 0 01.005.102 1.95 1.95 0 010 .157 2.723 2.723 0 01.007 0l.473-.526a.248.248 0 01.01-.01.248.248 0 01.01-.009.248.248 0 01.012-.01.248.248 0 01.007-.006.248.248 0 01.012-.008.248.248 0 01.009-.006.248.248 0 01.011-.006.248.248 0 01.01-.005.248.248 0 01.011-.005.248.248 0 01.013-.005.248.248 0 01.01-.003.248.248 0 01.013-.004.248.248 0 01.013-.003.248.248 0 01.011-.002.248.248 0 01.016-.002.248.248 0 01.007 0 .248.248 0 01.02 0 .248.248 0 01.005 0 .248.248 0 01.017.002.248.248 0 01.01 0 .248.248 0 01.011.003.248.248 0 01.013.003.248.248 0 01.013.004.248.248 0 01.01.003.248.248 0 01.011.005.248.248 0 01.013.006.248.248 0 01.001 0 .248.248 0 01.004.002.248.248 0 01.016.01.248.248 0 01.008.004.248.248 0 01.012.008.248.248 0 01.01.01.248.248 0 01.007.005.248.248 0 01.011.011.248.248 0 01.007.008.248.248 0 01.006.007.248.248 0 01.01.014.248.248 0 01.003.005.248.248 0 01.01.017 1.95 1.95 0 01.06.121 1.95 1.95 0 01.04.088 1.95 1.95 0 01.035.094 1.95 1.95 0 01.03.088 1.95 1.95 0 01.025.097 1.95 1.95 0 01.021.094 1.95 1.95 0 01.016.098 1.95 1.95 0 01.016.132 2.723 2.723 0 01.192.119 2.723 2.723 0 01.11.079 2.723 2.723 0 01.11.083 2.723 2.723 0 01.1.088 2.723 2.723 0 01.101.095 2.723 2.723 0 01.092.098 2.723 2.723 0 01.09.103 2.723 2.723 0 01.082.108 2.723 2.723 0 01.08.112 2.723 2.723 0 01.07.114 2.723 2.723 0 01.068.12 2.723 2.723 0 01.059.122 2.723 2.723 0 01.054.123 2.723 2.723 0 01.048.131 2.723 2.723 0 01.042.126 2.723 2.723 0 01.034.135 2.723 2.723 0 01.03.13 2.723 2.723 0 01.02.135 2.723 2.723 0 01.016.136 2.723 2.723 0 01.011.225v1.758a2.715 2.715 0 01-.011.237 2.715 2.715 0 01-.017.132 2.715 2.715 0 01-.02.135 2.715 2.715 0 01-.03.136 2.715 2.715 0 01-.033.127 2.715 2.715 0 01-.044.134 2.715 2.715 0 01-.045.123 2.715 2.715 0 01-.057.126 2.715 2.715 0 01-.058.12 2.715 2.715 0 01-.068.118 2.715 2.715 0 01-.07.116 2.715 2.715 0 01-.078.109 2.715 2.715 0 01-.084.11 2.715 2.715 0 01-.09.102 2.715 2.715 0 01-.09.097 2.715 2.715 0 01-.104.096 2.715 2.715 0 01-.098.087 2.715 2.715 0 01-.107.081 2.715 2.715 0 01-.113.081 2.715 2.715 0 01-.113.07 2.715 2.715 0 01-.12.068 2.715 2.715 0 01-.119.057 2.715 2.715 0 01-.127.058 2.715 2.715 0 01-.123.045 2.715 2.715 0 01-.133.044 2.715 2.715 0 01-.132.033 2.715 2.715 0 01-.13.03 2.715 2.715 0 01-.14.02 2.715 2.715 0 01-.129.017 2.715 2.715 0 01-.237.011h-.21a2.714 2.714 0 01-.244-.012 2.714 2.714 0 01-.134-.017 2.714 2.714 0 01-.133-.02 2.714 2.714 0 01-.136-.032 2.714 2.714 0 01-.127-.032 2.714 2.714 0 01-.131-.045 2.714 2.714 0 01-.126-.046 2.714 2.714 0 01-.124-.056 2.714 2.714 0 01-.121-.059 2.714 2.714 0 01-.118-.068 2.714 2.714 0 01-.116-.071 2.714 2.714 0 01-.107-.079 2.714 2.714 0 01-.11-.083 2.714 2.714 0 01-.102-.09 2.714 2.714 0 01-.098-.092 2.714 2.714 0 01-.094-.102 2.714 2.714 0 01-.088-.1 2.714 2.714 0 01-.081-.109 2.714 2.714 0 01-.08-.11 2.714 2.714 0 01-.068-.115 2.714 2.714 0 01-.028-.048v.98a1.032 1.032 0 01-.004.073 1.032 1.032 0 01-.004.05 1.032 1.032 0 01-.008.054 1.032 1.032 0 010 .002 1.032 1.032 0 01-.009.042 1.032 1.032 0 01-.016.063 1.032 1.032 0 01-.01.034 1.032 1.032 0 01-.024.065 1.032 1.032 0 01-.012.031 1.032 1.032 0 01-.033.067 1.032 1.032 0 01-.018.034 1.032 1.032 0 01-.025.04 1.032 1.032 0 01-.032.047 1.032 1.032 0 01-.028.037 1.032 1.032 0 01-.034.042 1.032 1.032 0 01-.035.038 1.032 1.032 0 01-.037.036 1.032 1.032 0 01-.04.034 1.032 1.032 0 01-.038.031 1.032 1.032 0 01-.044.032 1.032 1.032 0 01-.041.027 1.032 1.032 0 01-.046.026 1.032 1.032 0 01-.045.024 1.032 1.032 0 01-.047.02 1.032 1.032 0 01-.05.02 1.032 1.032 0 01-.047.016 1.032 1.032 0 01-.049.014 1.032 1.032 0 01-.052.012 1.032 1.032 0 01-.05.009 1.032 1.032 0 01-.052.006 1.032 1.032 0 01-.049.004 1.032 1.032 0 01-.053 0 1.032 1.032 0 01-.052 0 1.032 1.032 0 01-.05-.004 1.032 1.032 0 01-.051-.006 1.032 1.032 0 01-.052-.01 1.032 1.032 0 01-.05-.011 1.032 1.032 0 01-.05-.014 1.032 1.032 0 01-.047-.016 1.032 1.032 0 01-.05-.02 1.032 1.032 0 01-.046-.02 1.032 1.032 0 01-.046-.024 1.032 1.032 0 01-.046-.026 1.032 1.032 0 01-.04-.027 1.032 1.032 0 01-.045-.032 1.032 1.032 0 01-.038-.031 1.032 1.032 0 01-.04-.034 1.032 1.032 0 01-.036-.036 1.032 1.032 0 01-.035-.038 1.032 1.032 0 01-.035-.042 1.032 1.032 0 01-.028-.037 1.032 1.032 0 01-.032-.047 1.032 1.032 0 01-.018-.03 1.032 1.032 0 01-.046-.087 1.032 1.032 0 01-.003-.006 1.032 1.032 0 01-.034-.084 1.032 1.032 0 01-.005-.015 1.032 1.032 0 01-.022-.073 1.032 1.032 0 01-.008-.032 1.032 1.032 0 01-.011-.06 1.032 1.032 0 01-.007-.043 1.032 1.032 0 01-.003-.034 1.032 1.032 0 01-.002-.02 1.032 1.032 0 010-.002 1.032 1.032 0 01-.003-.068v-.979a2.714 2.714 0 01-.026.046 2.714 2.714 0 01-.07.116 2.714 2.714 0 01-.077.107 2.714 2.714 0 01-.084.113 2.714 2.714 0 01-.086.097 2.714 2.714 0 01-.095.104 2.714 2.714 0 01-.1.092 2.714 2.714 0 01-.1.09 2.714 2.714 0 01-.11.083 2.714 2.714 0 01-.108.079 2.714 2.714 0 01-.114.07 2.714 2.714 0 01-.12.069 2.714 2.714 0 01-.12.058 2.714 2.714 0 01-.124.056 2.714 2.714 0 01-.129.047 2.714 2.714 0 01-.128.044 2.714 2.714 0 01-.127.032 2.714 2.714 0 01-.137.032 2.714 2.714 0 01-.13.02 2.714 2.714 0 01-.137.017 2.714 2.714 0 01-.245.012h-.21a2.715 2.715 0 01-.237-.012 2.715 2.715 0 01-.13-.016 2.715 2.715 0 01-.14-.02 2.715 2.715 0 01-.128-.03 2.715 2.715 0 01-.133-.033 2.715 2.715 0 01-.132-.044 2.715 2.715 0 01-.123-.045 2.715 2.715 0 01-.128-.058 2.715 2.715 0 01-.12-.057 2.715 2.715 0 01-.119-.069 2.715 2.715 0 01-.113-.069 2.715 2.715 0 01-.113-.08 2.715 2.715 0 01-.106-.082 2.715 2.715 0 01-.099-.087 2.715 2.715 0 01-.103-.096 2.715 2.715 0 01-.09-.097 2.715 2.715 0 01-.09-.102 2.715 2.715 0 01-.084-.11 2.715 2.715 0 01-.078-.109 2.715 2.715 0 01-.071-.116 2.715 2.715 0 01-.068-.118 2.715 2.715 0 01-.058-.12 2.715 2.715 0 01-.056-.126 2.715 2.715 0 01-.045-.124 2.715 2.715 0 01-.045-.133 2.715 2.715 0 01-.032-.127 2.715 2.715 0 01-.03-.136 2.715 2.715 0 01-.02-.135 2.715 2.715 0 01-.017-.132 2.715 2.715 0 01-.012-.238V8.17a2.723 2.723 0 01.012-.227 2.723 2.723 0 01.016-.135 2.723 2.723 0 01.02-.132 2.723 2.723 0 01.03-.136 2.723 2.723 0 01.035-.13 2.723 2.723 0 01.042-.129 2.723 2.723 0 01.047-.128 2.723 2.723 0 01.056-.126 2.723 2.723 0 01.058-.119 2.723 2.723 0 01.07-.123 2.723 2.723 0 01.069-.111 2.723 2.723 0 01.081-.114 2.723 2.723 0 01.08-.106 2.723 2.723 0 01.091-.103 2.723 2.723 0 01.093-.1 2.723 2.723 0 01.097-.09 2.723 2.723 0 01.106-.093 2.723 2.723 0 01.104-.08 2.723 2.723 0 01.114-.08 2.723 2.723 0 01.192-.119 1.95 1.95 0 01.016-.133 1.95 1.95 0 01.015-.094 1.95 1.95 0 01.021-.096 1.95 1.95 0 01.025-.093 1.95 1.95 0 01.03-.094 1.95 1.95 0 01.034-.091 1.95 1.95 0 01.04-.089 1.95 1.95 0 01.058-.118.248.248 0 01.01-.018.248.248 0 01.004-.005.248.248 0 01.01-.013.248.248 0 01.006-.007.248.248 0 01.007-.008.248.248 0 01.01-.011.248.248 0 01.007-.006.248.248 0 01.011-.009.248.248 0 01.012-.008.248.248 0 01.008-.005.248.248 0 01.016-.009.248.248 0 01.006-.003.248.248 0 01.013-.006.248.248 0 01.011-.005.248.248 0 01.01-.003.248.248 0 01.013-.004.248.248 0 01.013-.003.248.248 0 01.011-.002.248.248 0 01.01-.001.248.248 0 01.017-.002.248.248 0 01.006 0 .248.248 0 01.019 0 .248.248 0 01.007 0 .248.248 0 01.016.003.248.248 0 01.01.002.248.248 0 01.014.003.248.248 0 01.012.004.248.248 0 01.011.003.248.248 0 01.013.005.248.248 0 01.01.005.248.248 0 01.01.005.248.248 0 01.012.006.248.248 0 01.009.006.248.248 0 01.012.008.248.248 0 01.007.005.248.248 0 01.012.01.248.248 0 01.01.01.248.248 0 01.01.01v-.005l.471.523a2.723 2.723 0 01.01 0 1.95 1.95 0 01-.001-.155 1.95 1.95 0 01.006-.103 1.95 1.95 0 01.009-.093 1.95 1.95 0 01.015-.097 1.95 1.95 0 01.02-.095 1.95 1.95 0 01.024-.094 1.95 1.95 0 01.03-.094 1.95 1.95 0 01.034-.092 1.95 1.95 0 01.036-.087 1.95 1.95 0 01.07-.142c.085-.135.214-.163.32-.083.015.011.03.025.044.04l1.78 1.94v-.002a1.926 1.926 0 00.092.089 1.926 1.926 0 00.071.064 1.926 1.926 0 00.076.06 1.926 1.926 0 00.078.057 1.926 1.926 0 00.08.05 1.926 1.926 0 00.084.05 1.926 1.926 0 00.085.043 1.926 1.926 0 00.087.04 1.926 1.926 0 00.092.036 1.926 1.926 0 00.089.03 1.926 1.926 0 00.095.026 1.926 1.926 0 00.091.022 1.926 1.926 0 00.097.016 1.926 1.926 0 00.094.013 1.926 1.926 0 00.096.006 1.926 1.926 0 00.096.003 1.926 1.926 0 00.097-.003 1.926 1.926 0 00.096-.006 1.926 1.926 0 00.094-.013 1.926 1.926 0 00.097-.016 1.926 1.926 0 00.09-.022 1.926 1.926 0 00.096-.025 1.926 1.926 0 00.089-.031 1.926 1.926 0 00.092-.036 1.926 1.926 0 00.087-.04 1.926 1.926 0 00.085-.043 1.926 1.926 0 00.084-.05 1.926 1.926 0 00.08-.05 1.926 1.926 0 00.078-.058 1.926 1.926 0 00.075-.059 1.926 1.926 0 00.072-.064 1.926 1.926 0 00.092-.089V6.3l1.78-1.94a.294.294 0 01.044-.04.212.212 0 01.107-.044zm.02.168c-.813.742-1.419 1.714-2.325 2.358-.932.557-2.21.194-2.823-.67-.512-.56-1.007-1.17-1.563-1.667-.324.258-.164.745-.332 1.078-.208.206-.42-.181-.526-.316-.084-.17-.317-.283-.386-.048-.163.278-.04.74-.416.857-.919.59-1.277 1.757-1.149 2.792-.03.982-.066 2.116.698 2.859 1.106 1.18 3.29 1.048 4.174-.32.058-.14.145-.301.261-.42v-.42a1.048 1.048 0 010-.006l-.35-.059a.052.052 0 01-.042-.058 1.446 1.446 0 011.418-1.194 1.446 1.446 0 011.43 1.194.052.052 0 01-.043.058l-.35.06a1.03 1.03 0 010 .001v.38l.007.001c.584 1.534 2.728 2.067 4.017 1.128a2.694 2.694 0 001.106-2.535c.014-1.033.13-2.231-.653-3.042-.216-.27-.604-.399-.762-.697-.055-.25-.041-.588-.286-.736-.31.129-.381.556-.728.634-.2-.38-.055-.897-.377-1.213zM8.422 6.468a1.995 1.995 0 011.994 1.995v1.2a1.996 1.996 0 01-.245.913 27.203 27.203 0 00-.815-.328.95.95 0 00.035-.037.95.95 0 00.016-.018.95.95 0 00.048-.058.95.95 0 00.012-.017.95.95 0 00.04-.06.95.95 0 00.013-.02.95.95 0 00.032-.062.95.95 0 00.011-.022.95.95 0 00.024-.06.95.95 0 00.012-.031.95.95 0 00.017-.058.95.95 0 00.009-.033.95.95 0 00.01-.054.95.95 0 00.007-.043.95.95 0 00.007-.082V8.56a.95.95 0 00-.004-.08.95.95 0 00-.005-.047.95.95 0 00-.007-.047.95.95 0 00-.01-.047.95.95 0 00-.012-.045.95.95 0 00-.016-.047.95.95 0 00-.015-.042.95.95 0 00-.02-.047.95.95 0 00-.02-.04.95.95 0 00-.025-.042.95.95 0 00-.024-.04A.95.95 0 009.464 8a.95.95 0 00-.03-.039.95.95 0 00-.03-.034.95.95 0 00-.033-.036.95.95 0 00-.035-.032.95.95 0 00-.035-.031.95.95 0 00-.038-.029.95.95 0 00-.039-.028.95.95 0 00-.04-.025.95.95 0 00-.04-.023.95.95 0 00-.043-.02.95.95 0 00-.046-.02.95.95 0 00-.043-.017.95.95 0 00-.043-.014.95.95 0 00-.049-.012.95.95 0 00-.046-.01.95.95 0 00-.045-.008.95.95 0 00-.048-.006.95.95 0 00-.08-.004.96.96 0 00-.06.004.96.96 0 00-.05.005.96.96 0 00-.043.007.96.96 0 00-.051.01.96.96 0 00-.045.012.96.96 0 00-.047.014.96.96 0 00-.046.018.96.96 0 00-.055.023.6.6 0 01.04.04.6.6 0 01.022.024.6.6 0 01.017.02.6.6 0 01.018.025.6.6 0 01.017.026.6.6 0 01.013.023.6.6 0 01.016.028.6.6 0 01.011.026.6.6 0 01.013.03.6.6 0 01.008.025.6.6 0 01.01.031.6.6 0 01.007.03.6.6 0 01.006.029.6.6 0 01.004.037.6.6 0 01.002.021.6.6 0 010 .041.6.6 0 010 .02.6.6 0 01-.002.03.6.6 0 01-.003.031.6.6 0 01-.004.024.6.6 0 01-.007.034.6.6 0 01-.008.028.6.6 0 01-.01.03.6.6 0 01-.012.03.6.6 0 01-.01.024.6.6 0 01-.016.03.6.6 0 01-.013.024.6.6 0 01-.02.03.6.6 0 01-.012.018.6.6 0 01-.026.032.6.6 0 01-.013.015.6.6 0 01-.02.02.6.6 0 01-.024.024.6.6 0 01-.02.015.6.6 0 01-.025.021.6.6 0 01-.027.018.6.6 0 01-.024.015.6.6 0 01-.023.012.6.6 0 01-.03.016.6.6 0 01-.034.013.6.6 0 01-.02.008.6.6 0 01-.038.011.6.6 0 01-.02.006.6.6 0 01-.034.006.6.6 0 01-.026.005.6.6 0 01-.04.003.6.6 0 01-.018.002.6.6 0 01-.035 0 .6.6 0 01-.028 0 .6.6 0 01-.031-.005.6.6 0 01-.026-.003.6.6 0 01-.056-.012v.859a.95.95 0 00.004.048.95.95 0 00.007.062 15.08 15.08 0 00-1.336-.332v-.908a1.987 1.987 0 011.996-1.995zm7.156 0a1.995 1.995 0 011.996 1.995v.909c-.425.085-.87.195-1.336.333a.95.95 0 00.007-.066.95.95 0 00.004-.046V8.56a.95.95 0 00-.004-.081.95.95 0 00-.006-.046.95.95 0 00-.007-.047.95.95 0 00-.01-.046.95.95 0 00-.012-.048.95.95 0 00-.014-.041.95.95 0 00-.018-.048.95.95 0 00-.019-.043.95.95 0 00-.02-.042.95.95 0 00-.024-.04.95.95 0 00-.025-.042.95.95 0 00-.028-.039.95.95 0 00-.028-.036.95.95 0 00-.032-.037.95.95 0 00-.032-.035.95.95 0 00-.036-.033.95.95 0 00-.033-.03.95.95 0 00-.04-.03.95.95 0 00-.037-.026.95.95 0 00-.042-.026.95.95 0 00-.04-.023.95.95 0 00-.042-.02.95.95 0 00-.046-.02.95.95 0 00-.04-.016.95.95 0 00-.048-.015.95.95 0 00-.046-.012.95.95 0 00-.047-.01.95.95 0 00-.047-.007.95.95 0 00-.045-.006.95.95 0 00-.081-.004.96.96 0 00-.057.004.96.96 0 00-.045.004.96.96 0 00-.052.008.96.96 0 00-.044.008.96.96 0 00-.046.012.96.96 0 00-.047.014.96.96 0 00-.043.016.96.96 0 00-.045.018.96.96 0 00-.045.023.96.96 0 00-.048.024.6.6 0 01.04.045.6.6 0 01.033.05.6.6 0 01.03.052.6.6 0 01.024.055.6.6 0 01.018.057.6.6 0 01.005.025.6.6 0 01.007.034.6.6 0 01.005.042.6.6 0 01.002.017.6.6 0 010 .001.6.6 0 010 .06.6.6 0 01-.005.06.6.6 0 01-.004.022.6.6 0 01-.007.036.6.6 0 01-.017.057.6.6 0 010 .001.6.6 0 01-.023.055.6.6 0 01-.028.053.6.6 0 01-.033.05.6.6 0 01-.039.046.6.6 0 01-.042.042.6.6 0 01-.046.038.6.6 0 01-.05.033.6.6 0 01-.001 0 .6.6 0 01-.053.027.6.6 0 01-.055.023.6.6 0 01-.058.016.6.6 0 01-.032.006.6.6 0 01-.087.01.6.6 0 01-.06 0v.838a.95.95 0 00.007.084.95.95 0 00.007.042.95.95 0 00.01.054.95.95 0 00.01.032.95.95 0 00.016.06.95.95 0 00.011.029.95.95 0 00.025.06.95.95 0 00.01.022.95.95 0 00.034.063.95.95 0 00.011.018.95.95 0 00.041.063.95.95 0 00.01.012.95.95 0 00.052.063.95.95 0 00.008.008.95.95 0 00.043.046c-.268.103-.54.213-.815.33a1.996 1.996 0 01-.247-.916v-1.2a1.986 1.986 0 011.995-1.995zM12.035 9.32c-.038 0-.077 0-.115.003a1.35 1.35 0 00-1.224 1.042l1.301.198.688-.108.603-.138c-.13-.565-.68-.983-1.253-.997zm.86 1.184c-.084-.005-.009.142-.024.214.01.453.025.912-.024 1.362-.143.554-.892.836-1.35.477-.337-.235-.425-.684-.371-1.068-.001-.32-.02-.641.014-.96-.161-.086-.06.106-.086.194.01.609-.049 1.226.045 1.829.186.598 1.027.855 1.5.43.31-.25.399-.685.35-1.067-.004-.466.012-.933-.009-1.399a.142.142 0 00-.046-.012zm-.144.046a.399.399 0 00-.066.013 1.568 1.568 0 01-.112.036l-.03.008a1.3 1.3 0 01-.085.02l-.028.006a1.681 1.681 0 01-.27.03l-.035.002a3.33 3.33 0 01-.148 0h-.016a2.6 2.6 0 01-.171-.013c-.006 0-.012 0-.017-.002a5.958 5.958 0 01-.279-.038l-.072-.01-.182-.033a.794.754 0 00-.035.223v1.087a.803.763 0 00.795.755.794.754 0 00.794-.755V10.79a.795.755 0 00-.043-.243zm.04 1.367a.794.794 0 01-.005.035.794.794 0 00.004-.035zm-.013.082a.794.794 0 01-.007.03.794.794 0 00.007-.03zm-.02.075a.794.794 0 01-.01.03.794.794 0 00.01-.03zm-.028.079a.794.794 0 01-.01.022.794.794 0 00.01-.022zm-.035.071a.794.794 0 01-.012.02.794.794 0 00.012-.02zm-.044.07a.794.794 0 01-.01.014.794.794 0 00.01-.014zm-.05.064a.794.794 0 01-.01.01.794.794 0 00.01-.01zm-.053.056a.794.794 0 01-.006.006.794.794 0 00.006-.006zm-3.066 2.62a.132.132 0 01.014 0h1.823a.14.14 0 01.14.181c-.14.42-.573.709-1.056.712a1.085 1.085 0 01-1.047-.712.132.132 0 01.126-.182zm3.203 0a.144.144 0 01.005 0h1.824a.14.14 0 01.14.179c-.14.418-.572.71-1.06.71a1.085 1.085 0 01-1.043-.708.144.144 0 01.134-.18zm-1.6 1.548a.14.14 0 01.005 0h1.824a.14.14 0 01.139.182c-.135.423-.568.711-1.056.711a1.085 1.085 0 01-1.046-.711.14.14 0 01.135-.182zM4.45 18.236a.931.931 0 00-.66.299v-.002a.944.944 0 00.041 1.325l1.088 1.02a.938.938 0 001.284-1.367l-1.088-1.019a.931.931 0 00-.665-.256zm15.115 0a.931.931 0 00-.678.256l-1.089 1.019a.938.938 0 001.285 1.368l1.087-1.019a.944.944 0 00.042-1.325.931.931 0 00-.647-.299z\"/></svg>\n\n </figure>\n </td>\n <td>duolingo.svg</td>\n <td><code>_includes/icons/simple-icons/duolingo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"duolingo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Dynamics 365 icon</title><path d=\"M4.59 7.41l4.94 3.54L4.59 24zm0-7.41v6.36l9.53 5.29 4.59-3.52zm0 24l14.82-8.47v-6.7Z\"/></svg>\n\n </figure>\n </td>\n <td>dynamics365.svg</td>\n <td><code>_includes/icons/simple-icons/dynamics365.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"dynamics365\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Dynatrace icon</title><path d=\"M9.373 0c-.31.006-.93.09-1.521.654C6.98 1.478 2.628 5.61.88 7.27.09 8.024.16 8.865.16 8.934v.377c.067-.292.187-.499.427-.825.496-.616 1.3-.788 1.627-.822a64.233 64.233 0 0 1 .002 0 64.233 64.233 0 0 1 6.527-.549c4.335-.137 7.197.225 7.197.225l6.084-5.793s-3.188-.6-6.82-1.027A93.394 93.394 0 0 0 9.566.006c-.021 0-.09-.008-.193-.006zm13.56 2.508l-6.066 5.79s.222 2.88-.137 7.198c-.189 2.45-.584 4.866-.875 6.494-.052.326-.256 1.114-.925 1.594-.29.198-.491.295-.748.363 1.546-.51 1.091-7.047 1.091-7.047-4.335.137-7.214-.222-7.214-.222L1.975 22.47s3.222.634 6.855 1.045c2.056.24 4.833.429 5.227.463.023 0 .045-.007.068-.012-.013.003-.022.009-.035.012.138 0 .259.015.379.015.085 0 .925.105 1.713-.648 1.748-1.663 6.083-5.81 6.94-6.633.788-.754.72-1.594.72-1.68a81.84 81.84 0 0 0-.207-5.654c-.24-3.65-.701-6.871-.701-6.871zM3.856 8.305C2.125 8.307.348 8.513.16 9.326c.017 1.216.05 3.137.205 5.28.24 3.65.703 6.886.703 6.886l6.082-5.79c-.017.017-.239-2.88.121-7.198H7.27s-1.684-.202-3.415-.2z\"/></svg>\n </figure>\n </td>\n <td>dynatrace.svg</td>\n <td><code>_includes/icons/simple-icons/dynatrace.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"dynatrace\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>EA icon</title><path d=\"M16.635 6.162l-5.928 9.377H4.24l1.508-2.3h4.024l1.474-2.335H2.264L.79 13.239h2.156L0 17.84h12.072l4.563-7.259 1.652 2.66h-1.401l-1.473 2.299h4.347l1.473 2.3H24zm-11.461.107L3.7 8.604l9.52-.035 1.474-2.3z\"/></svg>\n </figure>\n </td>\n <td>ea.svg</td>\n <td><code>_includes/icons/simple-icons/ea.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ea\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>easyJet icon</title><path d=\"M2.964 12.225H1.463c-.066 0-.099.029-.099.086 0 .138.075.269.225.391.15.122.311.184.484.184.102 0 .216-.02.34-.059.125-.039.227-.088.308-.145.072-.051.13-.077.172-.077.055 0 .11.034.163.102a.34.34 0 0 1 .08.211c0 .153-.096.301-.287.444-.339.253-.729.38-1.172.38-.447 0-.822-.13-1.124-.39a1.6 1.6 0 0 1-.364-.463 1.611 1.611 0 0 1-.189-.76c0-.358.109-.679.326-.964.187-.247.426-.431.715-.552.217-.092.452-.137.706-.137.404 0 .748.115 1.031.345.143.115.258.251.345.409.1.179.15.353.15.524a.617.617 0 0 1-.086.34c-.057.087-.132.131-.223.131zm-1.418-.597h.323c.136 0 .204-.063.204-.188a.4.4 0 0 0-.099-.281.335.335 0 0 0-.259-.109.328.328 0 0 0-.281.141.445.445 0 0 0-.096.265c0 .064.015.109.046.134.031.025.085.038.162.038zm3.693-1.156c.37 0 .684.094.942.281.136.1.232.215.286.343.054.129.081.306.081.532l-.006.476c0 .33.023.544.07.642.023.047.046.077.067.089a.41.41 0 0 0 .134.035c.068.011.102.055.102.134a.54.54 0 0 1-.123.319 1.024 1.024 0 0 1-.318.278.975.975 0 0 1-.501.141.659.659 0 0 1-.53-.23c-.045-.055-.086-.083-.125-.083-.043 0-.099.027-.169.08a1.202 1.202 0 0 1-.725.233c-.279 0-.505-.06-.677-.179a.842.842 0 0 1-.268-.308.85.85 0 0 1-.099-.398c0-.221.089-.417.268-.588.279-.268.696-.403 1.252-.406.123 0 .201-.012.233-.037.032-.024.048-.081.048-.171 0-.226-.023-.389-.07-.49-.047-.101-.123-.152-.23-.152a.27.27 0 0 0-.171.058c-.05.038-.112.109-.187.211-.19.27-.387.406-.594.406a.356.356 0 0 1-.255-.093.318.318 0 0 1-.099-.243c0-.102.041-.204.123-.307.082-.102.193-.192.334-.268a2.557 2.557 0 0 1 1.207-.305zm-.214 1.849a.317.317 0 0 0-.244.115.397.397 0 0 0-.104.275c0 .102.024.185.073.248a.234.234 0 0 0 .195.094c.17 0 .255-.144.255-.431 0-.117-.012-.196-.037-.236-.024-.042-.07-.063-.138-.065zm3.33-1.846c.106 0 .28.023.521.07a.685.685 0 0 0 .121.013.797.797 0 0 0 .211-.057.357.357 0 0 1 .125-.029c.098 0 .197.063.297.188.081.1.147.21.198.329a.81.81 0 0 1 .077.31.28.28 0 0 1-.089.212.315.315 0 0 1-.224.085.375.375 0 0 1-.2-.054 2.06 2.06 0 0 1-.283-.24c-.136-.132-.249-.198-.339-.198a.214.214 0 0 0-.155.065.21.21 0 0 0-.065.155c0 .104.1.202.3.294.36.162.636.339.827.53.162.162.243.36.243.594 0 .296-.13.543-.39.741a1.307 1.307 0 0 1-.821.259c-.083 0-.234-.014-.453-.041a7.38 7.38 0 0 0-.348-.035.505.505 0 0 0-.096.01 1.244 1.244 0 0 1-.134.013.342.342 0 0 1-.236-.077 1.107 1.107 0 0 1-.243-.372 1.111 1.111 0 0 1-.112-.436c0-.196.077-.294.23-.294.06 0 .114.02.164.059.05.039.155.144.315.315.087.094.16.158.217.193a.348.348 0 0 0 .185.053c.07 0 .127-.019.169-.056a.187.187 0 0 0 .064-.149c0-.096-.082-.183-.246-.262-.343-.168-.59-.342-.742-.521a.928.928 0 0 1-.228-.62c0-.253.078-.472.233-.655.221-.261.524-.392.907-.392zm4.994 1.571l-.422 1.159a4.405 4.405 0 0 1-.315.704 2.064 2.064 0 0 1-.359.465c-.277.264-.61.396-1 .396-.315 0-.571-.083-.766-.249a.613.613 0 0 1-.227-.489c0-.164.053-.302.158-.414a.512.512 0 0 1 .388-.168c.153 0 .277.051.37.153a.418.418 0 0 1 .089.125c.015.036.037.116.067.24.023.094.077.141.16.141a.204.204 0 0 0 .166-.086.336.336 0 0 0 .067-.214c0-.1-.055-.267-.166-.501l-.77-1.638a1.506 1.506 0 0 0-.182-.319.908.908 0 0 0-.268-.156.234.234 0 0 1-.11-.101.274.274 0 0 1-.046-.145c0-.189.188-.318.565-.386.251-.045.538-.067.859-.067.226 0 .403.023.533.07.175.062.262.167.262.316a.35.35 0 0 1-.073.188.332.332 0 0 0-.07.182c0 .051.011.104.034.16.022.055.07.149.142.281.081.149.152.224.214.224.066 0 .134-.065.204-.196a.802.802 0 0 0 .105-.378.357.357 0 0 0-.08-.24c-.081-.096-.121-.178-.121-.246 0-.109.072-.195.217-.26.145-.065.338-.097.581-.097.451 0 .677.109.677.326a.263.263 0 0 1-.069.19.658.658 0 0 1-.251.136.49.49 0 0 0-.243.192c-.091.139-.199.374-.32.702zm3.189-2.816c.238 0 .481.021.728.064.202.034.347.081.434.141.087.06.131.142.131.246a.23.23 0 0 1-.048.155.715.715 0 0 1-.208.136c-.123.064-.194.139-.212.225s-.035.421-.05 1.004c-.006.564-.012.903-.018 1.016a2.208 2.208 0 0 1-.04.329c-.062.311-.186.555-.374.731-.153.145-.35.259-.591.342a2.316 2.316 0 0 1-.76.125 2.81 2.81 0 0 1-.711-.093 2.26 2.26 0 0 1-.618-.255.975.975 0 0 1-.345-.362.985.985 0 0 1-.128-.487c0-.213.067-.389.201-.529a.672.672 0 0 1 .505-.209c.198 0 .366.059.505.176a.56.56 0 0 1 .208.441c0 .045-.013.119-.038.224a.38.38 0 0 0-.006.07.21.21 0 0 0 .073.166.285.285 0 0 0 .195.064.4.4 0 0 0 .345-.192c.087-.128.131-.296.131-.505l-.003-.291-.006-.782a20.503 20.503 0 0 0-.043-.838.438.438 0 0 0-.072-.206.28.28 0 0 0-.085-.083 1.304 1.304 0 0 0-.2-.061.217.217 0 0 1-.131-.089.259.259 0 0 1-.054-.156c0-.115.045-.207.136-.276.09-.069.238-.125.442-.168a3.3 3.3 0 0 1 .707-.073zm4.155 2.995h-1.501c-.066 0-.099.029-.099.086 0 .138.075.269.225.391.15.122.311.184.484.184.102 0 .216-.02.34-.059.125-.039.227-.088.308-.145.072-.051.13-.077.172-.077.055 0 .11.034.163.102a.34.34 0 0 1 .08.211c0 .153-.096.301-.287.444-.339.253-.729.38-1.172.38-.447 0-.822-.13-1.124-.39a1.616 1.616 0 0 1-.552-1.223c0-.358.109-.679.326-.964.187-.247.426-.431.715-.552.217-.092.452-.137.706-.137.404 0 .748.115 1.032.345.143.115.258.251.345.409.1.179.15.353.15.524a.617.617 0 0 1-.086.34c-.059.087-.133.131-.225.131zm-1.418-.597h.323c.136 0 .204-.063.204-.188a.4.4 0 0 0-.099-.281.335.335 0 0 0-.259-.109.328.328 0 0 0-.281.141.445.445 0 0 0-.096.265c0 .064.015.109.046.134.032.025.086.038.162.038zm3.761-.316v1.079c0 .128.031.232.094.313a.292.292 0 0 0 .241.121c.083 0 .193-.038.329-.115a.187.187 0 0 1 .096-.029c.051 0 .098.031.141.093a.352.352 0 0 1 .063.202c0 .132-.072.259-.217.38-.302.258-.669.386-1.099.386-.341 0-.614-.096-.821-.289-.207-.193-.31-.447-.31-.762v-1.475c0-.049-.006-.079-.018-.091-.012-.012-.042-.018-.091-.018h-.329c-.062 0-.101-.01-.118-.03-.017-.02-.026-.068-.026-.142v-.141c.002-.064.027-.111.073-.141l1.463-.92a.286.286 0 0 1 .134-.029h.259c.053 0 .089.012.107.037.018.024.027.073.027.145v.431c0 .064.01.105.03.125.02.019.063.029.129.029h.591c.079 0 .13.014.153.043.023.029.035.09.035.184v.188c0 .102-.015.173-.045.212-.03.039-.084.059-.163.059h-.578c-.06 0-.1.011-.121.032-.019.023-.029.063-.029.123z\"/></svg>\n </figure>\n </td>\n <td>easyjet.svg</td>\n <td><code>_includes/icons/simple-icons/easyjet.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"easyjet\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>eBay icon</title><path d=\"M6.056 12.13V7.21h1.2v3.026c.59-.703 1.402-.906 2.202-.906 1.34 0 2.828.904 2.828 2.855 0 .233-.015.457-.06.668.24-.953 1.274-1.305 2.896-1.344.51-.018 1.095-.018 1.56-.018v-.135c0-.885-.556-1.244-1.53-1.244-.72 0-1.245.3-1.305.81h-1.275c.136-1.29 1.5-1.62 2.686-1.62 1.064 0 1.995.27 2.415 1.02l-.436-.84h1.41l2.055 4.125 2.055-4.126H24l-3.72 7.305h-1.346l1.07-2.04-2.33-4.38c.13.255.2.555.2.93v2.46c0 .346.01.69.04 1.005H16.8c-.03-.255-.046-.51-.046-.765-.603.734-1.32.96-2.32.96-1.48 0-2.272-.78-2.272-1.695 0-.15.015-.284.037-.405-.3 1.246-1.36 2.086-2.767 2.086-.87 0-1.694-.315-2.2-.93 0 .24-.015.494-.04.734h-1.18c.02-.39.04-.855.04-1.245v-1.05h-4.83c.065 1.095.818 1.74 1.853 1.74.718 0 1.355-.3 1.568-.93h1.24c-.24 1.29-1.61 1.725-2.79 1.725C.95 15.007 0 13.82 0 12.23c0-1.754.982-2.91 3.116-2.91 1.688 0 2.93.886 2.94 2.806v.005zm9.137.183c-1.095.034-1.77.233-1.77.95 0 .465.36.97 1.305.97 1.26 0 1.935-.69 1.935-1.814v-.13c-.45 0-.99.006-1.484.022h.012zm-6.06 1.875c1.11 0 1.876-.806 1.876-2.02s-.768-2.02-1.893-2.02c-1.11 0-1.89.806-1.89 2.02s.765 2.02 1.875 2.02h.03zm-4.35-2.514c-.044-1.125-.854-1.546-1.725-1.546-.944 0-1.694.474-1.815 1.546h3.54z\"/></svg>\n </figure>\n </td>\n <td>ebay.svg</td>\n <td><code>_includes/icons/simple-icons/ebay.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ebay\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" role=\"img\"><title>Eclipse IDE icon</title><path d=\"M11.108.024c-.274.004-.604.012-.737.023C6.727.361 3.468 2.518 1.578 5.86A12.53 12.53 0 0 0 .02 11.112c-.04.517-.02 1.745.035 2.208.306 2.682 1.353 5.06 3.07 6.965 1.962 2.173 4.586 3.467 7.437 3.663.42.032 1.043.04 1.02.012a2.404 2.404 0 0 0-.338-.074c-1.674-.33-3.388-1.13-4.777-2.232a12.345 12.345 0 0 1-2.45-2.636A12.388 12.388 0 0 1 1.883 12.5a12.414 12.414 0 0 1 .56-4.275c.785-2.522 2.37-4.726 4.475-6.228A11.074 11.074 0 0 1 11.155.122l.443-.098zm1.475.51C10.645.65 8.806 1.299 7.3 2.4 5.425 3.77 3.994 5.644 3.22 7.746c-.145.397-.282.82-.282.879 0 .012 3.828.024 10.31.024 8.464 0 10.316-.008 10.316-.036 0-.047-.153-.525-.283-.878-.153-.42-.576-1.31-.82-1.722-.4-.683-.91-1.373-1.474-1.992-1.651-1.82-3.593-2.934-5.82-3.334-.785-.141-1.8-.2-2.585-.153zM23.83 9.97c-.02 0-4.792 0-10.609.004l-10.574.008-.011.059c-.036.16-.134 1.082-.134 1.243 0 .028 1.785.032 10.747.032H24v-.075c0-.102-.07-.792-.106-1.055-.02-.16-.04-.216-.063-.216zm-10.573 2.636c-9.37-.004-10.731 0-10.743.035-.02.04.024.557.075.973.02.157.035.298.035.314 0 .027 2.137.035 10.625.035h10.624l.024-.188c.043-.326.102-.97.094-1.067l-.008-.094zm.003 2.718c-8.883 0-10.322.004-10.322.035 0 .02.054.208.121.42a11.123 11.123 0 0 0 2.071 3.741c.282.342.945 1.036 1.228 1.287 1.568 1.4 3.247 2.216 5.18 2.53.605.094.887.113 1.75.11.91 0 1.298-.032 2.024-.177 2.11-.416 3.914-1.451 5.53-3.17 1.267-1.348 2.106-2.76 2.628-4.411l.117-.365z\"/></svg>\n </figure>\n </td>\n <td>eclipseide.svg</td>\n <td><code>_includes/icons/simple-icons/eclipseide.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"eclipseide\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Elastic icon</title><path d=\"M20.32 16.3152l-3.9463-.923-1.048-2.0031 5.1615-4.522c1.5305.5798 2.551 2.0476 2.551 3.6903 0 1.6906-1.1146 3.2278-2.7182 3.7578m-2.9667 4.666c-.6147 0-1.217-.2062-1.709-.5845l.7801-4.0648 3.5847.8388c.1139.3094.1714.6396.1714.9835 0 1.559-1.268 2.827-2.8272 2.827m-2.6292-.5844a5.902 5.902 0 0 1-4.8925 2.593c-3.2651 0-5.9215-2.6564-5.9215-5.921 0-.4008.039-.7966.1156-1.1785l5.1509-4.6553 5.2557 2.3956 1.1637 2.2235zM.9636 11.443c0-1.69 1.1145-3.2266 2.7175-3.7577l3.9374.93.9242 1.9747-5.0336 4.5498C1.9815 14.558.9636 13.0885.9636 11.4429m5.6847-8.424a2.8325 2.8325 0 0 1 1.718.5798l-.7861 4.079-3.5876-.847c-.114-.3095-.1714-.6397-.1714-.984 0-1.5592 1.268-2.8278 2.8271-2.8278m2.653.5875c1.1044-1.6082 2.9212-2.5674 4.8692-2.5674 3.2562 0 5.9049 2.6492 5.9049 5.9055 0 .3983-.0373.7789-.1139 1.1607l-5.2819 4.628-5.235-2.3865-1.022-2.1822zm14.662 8.9622c0-2.0052-1.2432-3.7582-3.114-4.4403a6.6742 6.6742 0 0 0 .125-1.2855c0-3.7274-3.0325-6.76-6.7605-6.76-2.1775 0-4.2033 1.0443-5.4761 2.804a3.575 3.575 0 0 0-2.1963-.7516c-1.9786 0-3.5883 1.6097-3.5883 3.5882 0 .4373.078.8557.2244 1.2505-1.86.6712-3.139 2.4653-3.139 4.4579 0 2.0155 1.2493 3.7763 3.1287 4.4536a6.8545 6.8545 0 0 0-.1233 1.285c0 3.7189 3.0252 6.7441 6.7441 6.7441 2.183 0 4.2075-1.0485 5.4732-2.8155.63.4947 1.4004.7662 2.1994.7662 1.9784 0 3.5881-1.609 3.5881-3.5876 0-.4373-.078-.8562-.2243-1.2512 1.86-.6706 3.139-2.4652 3.139-4.4578\"/></svg>\n </figure>\n </td>\n <td>elastic.svg</td>\n <td><code>_includes/icons/simple-icons/elastic.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"elastic\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Elastic Cloud icon</title><path d=\"M22.62 19.46a11.95 11.95 0 0 1-9.32 4.48 11.95 11.95 0 0 1-9.32-4.48A11.95 11.95 0 0 1 13.3 15c3.76 0 7.14 1.76 9.32 4.48zM10.32 12c0-1.52 1.25-2.99 2.62-2.99h.42c3.91 0 7.1-1.76 9.29-4.48A12.05 12.05 0 0 0 13.3.05a11.95 11.95 0 0 0-9.32 4.48A11.83 11.83 0 0 0 1.35 12c0 1.94.45 3.76 1.29 5.38a14.3 14.3 0 0 1 7.85-4.45c-.09-.3-.18-.63-.18-.93z\"/></svg>\n </figure>\n </td>\n <td>elasticcloud.svg</td>\n <td><code>_includes/icons/simple-icons/elasticcloud.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"elasticcloud\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Elasticsearch icon</title><path d=\"M11.27 15.58H1.61A11.81 11.81 0 0 1 1.07 12c0-1.25.18-2.45.54-3.58h15.86A3.57 3.57 0 0 1 21.05 12a3.56 3.56 0 0 1-3.55 3.58zm-.45 1.2H2.05a11.8 11.8 0 0 0 4.39 5.18A11.8 11.8 0 0 0 13 23.93c4.15 0 7.78-2.12 9.93-5.3a6.08 6.08 0 0 0-4.35-1.86zm7.76-9.55c1.7 0 3.25-.72 4.35-1.85A11.96 11.96 0 0 0 2.05 7.23h8.74z\"/></svg>\n </figure>\n </td>\n <td>elasticsearch.svg</td>\n <td><code>_includes/icons/simple-icons/elasticsearch.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"elasticsearch\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Elastic Stack icon</title><path d=\"M.07 2.45A2.4 2.4 0 0 1 2.45.07h19.1a2.4 2.4 0 0 1 2.38 2.38v4.78H.07zM.07 16.77H11.4v7.16H2.45a2.38 2.38 0 0 1-2.38-2.32zM12.6 16.77h11.33v4.78c0 1.28-1.1 2.38-2.38 2.38H12.6zM.07 8.42h23.86v7.16H.07z\"/></svg>\n </figure>\n </td>\n <td>elasticstack.svg</td>\n <td><code>_includes/icons/simple-icons/elasticstack.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"elasticstack\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>Electron icon</title><path d=\"M2.648 11.678c-1.038-1.81-1.249-3.504-.511-4.781.988-1.712 3.468-2.31 6.604-1.739a.322.322 0 1 1-.115.633c-2.9-.528-5.111.005-5.932 1.428-.605 1.047-.423 2.509.512 4.14a.322.322 0 1 1-.558.32zm14.92-6.069c1.835.024 3.156.596 3.751 1.626.82 1.419.18 3.595-1.718 5.837a.322.322 0 1 0 .49.416c2.054-2.426 2.771-4.866 1.785-6.575-.726-1.257-2.26-1.92-4.299-1.947a.322.322 0 1 0-.008.643zm-1.854 15.239a.322.322 0 0 0-.442.11c-.934 1.553-2.08 2.399-3.26 2.399-1.642 0-3.208-1.647-4.2-4.418a.322.322 0 1 0-.606.217C8.279 22.154 10.036 24 12.01 24c1.44 0 2.773-.982 3.813-2.71a.322.322 0 0 0-.11-.442zm7.356-2.594a1.54 1.54 0 0 1-2.436 1.25c-2.455 1.445-7.146.71-11.56-1.84-1.88-1.085-3.527-2.392-4.795-3.785a.322.322 0 1 1 .476-.433c1.222 1.343 2.817 2.609 4.64 3.661 4.167 2.406 8.553 3.12 10.797 1.906a1.54 1.54 0 1 1 2.878-.759zm-19.062 0a1.54 1.54 0 1 1-2.285-1.345c-.233-2.877 2.79-6.734 7.36-9.372 1.898-1.096 3.874-1.874 5.731-2.271a.322.322 0 0 1 .135.628c-1.79.384-3.703 1.137-5.545 2.2-4.304 2.485-7.148 6.067-7.048 8.627.038-.003.075-.006.113-.006.85 0 1.54.69 1.54 1.54zM10.472 1.54a1.54 1.54 0 0 1 3.078 0c0 .023-.002.045-.003.067 2.549 1.317 4.32 5.81 4.32 11.003 0 2.135-.298 4.184-.854 5.96a.322.322 0 1 1-.614-.192c.536-1.712.825-3.697.825-5.768 0-4.89-1.626-9.095-3.847-10.363a1.538 1.538 0 0 1-2.905-.707zm1.304 9.981a1.114 1.114 0 1 0 .47 2.178 1.114 1.114 0 0 0-.47-2.178z\"/></svg>\n </figure>\n </td>\n <td>electron.svg</td>\n <td><code>_includes/icons/simple-icons/electron.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"electron\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>elementary icon</title><path d=\"M12 0a12 12 0 1 0 0 24 12 12 0 0 0 0-24zm0 1a11 11 0 0 1 10.59 8.01 19.09 19.09 0 0 1-4.66 6.08c-.94.81-1.96 1.53-3.08 2.04-1.13.5-2.37.8-3.6.72a6.23 6.23 0 0 1-2.66-.76 20.02 20.02 0 0 0 5.68-4.58 9.97 9.97 0 0 0 2.31-4.17c.18-.79.2-1.6.04-2.4a4.42 4.42 0 0 0-1.08-2.11 4.33 4.33 0 0 0-2-1.19 5.25 5.25 0 0 0-2.33-.08A7.8 7.8 0 0 0 7.2 4.85a9.77 9.77 0 0 0-2.94 7.49 7.88 7.88 0 0 0 1.95 4.59 18 18 0 0 1-3.56.85A11 11 0 0 1 12 1zm.07 2.22c.77 0 1.55.24 2.17.7.55.42.97 1.02 1.2 1.68.23.65.3 1.37.21 2.06a7.85 7.85 0 0 1-1.7 3.76 16.22 16.22 0 0 1-6.37 4.96c-.48-.42-.9-.92-1.2-1.48a6.61 6.61 0 0 1-.75-3.87c.12-1.32.58-2.6 1.2-3.79a7.92 7.92 0 0 1 3.02-3.42c.68-.37 1.45-.6 2.22-.6zm10.83 7.3A11 11 0 0 1 3.52 19a19.8 19.8 0 0 0 3.63-1.2c.51.4 1.08.71 1.67.94a8 8 0 0 0 5.44-.04 13.3 13.3 0 0 0 4.64-2.95 20 20 0 0 0 4-5.22z\"/></svg>\n </figure>\n </td>\n <td>elementary.svg</td>\n <td><code>_includes/icons/simple-icons/elementary.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"elementary\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Eleventy icon</title><path d=\"M3.386 12.032v-12H20.59v24H3.386zm13.17 6.07a1.07 1.07 0 0 0 .373-.107c.432-.213.68-.672.877-1.626.076-.372 1.195-6.168 1.209-6.263.026-.186-.008-.382-.084-.476a.325.325 0 0 0-.087-.064l-.06-.031h-.291c-.253 0-.298 0-.348.02-.113.039-.207.156-.255.316-.011.038-.168.881-.348 1.873l-.328 1.802-.046-.21c-.56-2.547-.764-3.452-.794-3.532a.383.383 0 0 0-.103-.16c-.105-.107-.117-.11-.567-.11-.411 0-.422 0-.5.074-.086.079-.122.216-.111.42.006.115.045.27.688 2.784.663 2.587.751 2.943.787 3.177.046.3-.05.713-.208.893-.032.037-.037.039-.084.032-.028 0-.12-.027-.204-.051-.268-.078-.362-.072-.462.028-.096.096-.137.248-.138.51 0 .256.028.34.159.473.131.133.324.208.595.23.164.012.22.012.33-.001zM14.66 16.39a.31.31 0 0 0 .16-.192c.02-.058.022-.098.022-.356 0-.255-.003-.299-.021-.354-.04-.121-.136-.196-.278-.217-.041-.01-.2-.01-.355-.01-.365-.001-.378-.01-.446-.184-.068-.18-.096-.326-.113-.602a85.799 85.799 0 0 1-.012-1.94V10.77h.35c.454 0 .507-.01.602-.113a.465.465 0 0 0 .102-.24 3.273 3.273 0 0 0 0-.534c-.026-.16-.099-.271-.211-.322-.057-.025-.065-.026-.45-.03h-.392l-.003-1.22c-.003-1.09-.005-1.227-.021-1.278a.378.378 0 0 0-.201-.247c-.052-.024-.072-.025-.32-.029-.27 0-.356 0-.429.038-.087.042-.148.133-.185.278-.014.054-.032.346-.076 1.262l-.06 1.194s-.08 0-.18.01c-.206.01-.263.022-.327.086-.092.092-.12.19-.127.455-.01.334.02.487.115.588.075.081.134.1.345.106l.173.01v1.785c0 1.7.006 2.019.034 2.274.041.37.13.709.241.928.194.38.544.617.988.668h1.005l.07-.04zm-7.447 0c.098-.053.16-.154.2-.332.016-.077.018-.401.018-4.518 0-4.184-.001-4.44-.02-4.51-.05-.194-.19-.29-.378-.26-.035.01-.344.084-.686.175-.343.09-.684.18-.758.198-.17.043-.214.062-.281.126-.105.098-.122.185-.122.606 0 .416.016.5.12.604.094.095.189.1.456.03.103-.026.193-.048.2-.048.01 0 .014.784.017 3.763.003 3.436.005 3.77.021 3.84.048.202.113.296.236.34.034.013.133.016.487.014.435 0 .445 0 .49-.027zm3.203 0c.092-.046.152-.135.197-.29l.024-.084.003-4.435c.002-3.194 0-4.456-.01-4.509-.033-.2-.145-.308-.322-.308-.066 0-.198.03-.857.204-.56.147-.799.214-.849.239a.34.34 0 0 0-.17.184c-.024.06-.024.071-.024.479 0 .415 0 .417.026.483a.362.362 0 0 0 .083.12c.1.1.172.105.456.034a5.46 5.46 0 0 1 .208-.05c.008 0 .012 1.202.014 3.791l.003 3.79.026.086a.48.48 0 0 0 .135.23c.078.062.085.063.57.06.414 0 .447 0 .487-.024z\"/></svg>\n </figure>\n </td>\n <td>eleventy.svg</td>\n <td><code>_includes/icons/simple-icons/eleventy.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"eleventy\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Elixir icon</title><path d=\"M19.789,16.578c0,3.75-2.926,7.422-7.739,7.422c-5.246,0-7.839-3.708-7.839-8.285 c0-5.207,3.89-12.946,7.995-15.639c0.277-0.182,0.643,0.041,0.611,0.371c-0.03,0.313-0.046,0.631-0.046,0.951 c0,2.067,0.641,3.985,1.738,5.563c0.522,0.795,1.092,1.477,1.763,2.351c0.94,1.226,1.636,1.905,2.642,3.84 c0.005,0.01,0.01,0.018,0.015,0.028C19.48,14.197,19.789,15.352,19.789,16.578z\"/></svg>\n </figure>\n </td>\n <td>elixir.svg</td>\n <td><code>_includes/icons/simple-icons/elixir.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"elixir\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Ello icon</title><path d=\"M12 0C5.377 0 0 5.377 0 12s5.377 12 12 12 12-5.377 12-12S18.623 0 12 0zm6.96 13.8c-.8 3.16-3.68 5.4-6.96 5.4s-6.16-2.24-6.96-5.4c-.08-.36.12-.76.48-.84s.76.12.84.48c.68 2.56 3 4.36 5.64 4.36 2.64 0 4.96-1.8 5.64-4.36.08-.36.48-.6.84-.48.36.08.6.48.48.84z\"/></svg>\n </figure>\n </td>\n <td>ello.svg</td>\n <td><code>_includes/icons/simple-icons/ello.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ello\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Elm icon</title><path d=\"M23.986 12.806V23.2l-5.197-5.197zM6.796 6.01H17.19l-5.197 5.197zm9.275-1.12H5.677L.8.015h10.394zm7.116 7.117L17.99 6.81l-5.197 5.197 5.197 5.197zm.813-.813L12.806 0H24zM0 23.2V.813l11.194 11.194zm23.187.8H.8l11.193-11.194Z\"/></svg>\n </figure>\n </td>\n <td>elm.svg</td>\n <td><code>_includes/icons/simple-icons/elm.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"elm\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Elsevier icon</title><path d=\"M11.34 11.44v.169l-.043.126.043.085.042.042h.084l.084-.085h-.084l-.042.043h-.042l.042-.085v-.084l.042-.084v-.085l-.084-.086-.085-.042h-.128l.086.042.085.044m3.967.464v-.042h-.042l-.043.126.085.085.084-.043h-.084v-.126m6.583 8.904l.21.084.15.042-.107-.042-.253-.084M2.856 5.445v-.168l-.043-.127-.126-.126-.127-.085v.043l.043.168-.043.169-.084-.253-.169-.21-.126-.127-.169-.127-.337-.126.169.253.126.295.084.168.17.127.168.084.168.042v.17l.085.126.084.168.127.127v-.59m-.675-.254l-.084-.126-.127-.21-.126-.254.168.084.169.127.169.21.084.127.042.211-.295-.169zm.636.717l-.154-.243-.042-.234.046-.17-.04-.221.136.158.013.176.04.534zm10.289 9.854l.217-.145-.052-.03-.165.175m3.677-12.638l-.18-.166-.116-.256-.168-.253.042.253.126.21.127.212.126.084.127.042.148.003-.138-.074-.094-.055m-3.701-.269l.317.218.204.084.182.043.107.021h.19l.149-.028-.09.086-.21.136-.44.122-.225.09-.084.043-.063.074-.096.155-.088.176-.044.088-.087.087-.263.176-.203.29-.116-.253.148-.105.159-.136.19-.221.086-.142.044-.088v-.135l.044-.087v-.132l-.217.176-.188.14-.136.094-.113.07-.088.262v.176l-.088-.044-.028-.137-.043-.189-.042-.116-.042-.127-.01-.189.034-.202.175.22.132.13.131.045.044-.176v-.175l-.088-.132-.185-.111-.105-.126.306.158.106.032.098.004.234-.027.164-.041.116-.037.078-.02-.176-.064-.126-.071-.127-.085-.084-.042-.133-.055-.162-.03-.169.043-.084.042-.056.022-.029-.064V2.73l.043-.042.042-.042.126-.043h.127l.084-.042.169-.126.21-.38.127.169.127.126.168.127.169.084.21.042h.085l.084-.042-.295-.337-.21-.127-.17-.126.296-.042.169-.085.126-.084.084-.126v-.17l-.126.085-.127.042-.295.043-.175.04-.127.084-.084.085-.084.168-.169.043-.169.084-.126.126-.127.127.043-.169.042-.21-.042-.254-.085-.168-.042-.169-.04-.064-.105.253-.042.116-.037.156.013.301-.09-.113-.036-.1-.043-.127-.084-.085-.128-.042-.21-.084.126.169.084.21-.127.127-.126.084-.253.127v-.253l-.084-.211-.127-.169-.169-.168v.295l-.016.189.018.15.042.295-.21-.127-.17-.168.085-.085.084-.084.043-.126.042-.085-.127-.421-.042.042v.084l-.126.127-.06.146-.042.306-.151-.2-.172-.128-.211-.126h-.211l.126.169.085.168.21.211.12.03.137.022.08-.008.212.126.38.38.041.084v.042l-.042.043-.168-.043h-.17l-.126.043-.168.042-.295.168-.211.211h.59l.253-.042.127-.042.126-.084v.084l-.042.084-.042.169v.169l.042.168.098.091.052.064-.108.098-.175.071.116.052.06.046.17.042.126.042-.127.127-.168.126-.127.169-.084.169v.21l-.042.043-.085-.169V4.67l-.042-.085-.168-.126-.17-.127-.17-.084.085-.127.084-.168.169-.253.084-.085.127-.126-.253.042-.253.127-.211.126-.169.169-.126.21v.127l.042.127.169-.043.21-.084.127.253.169.295.126.253.127.085.168.084v.21l-.126-.168-.127-.126-.295-.211-.337-.169-.127-.126-.126-.17-.085-.168-.084-.126-.253-.253-.422-.38.08-.013.064.01.327.158.21.032.244-.042.133-.103.126-.126-.253-.042-.21-.085H8.78l.253-.295.253-.295-.506.127-.084.042-.085.084-.057.167-.042.095-.112.202-.21-.169-.253-.168-.464-.38-.127-.042-.042-.084-.084-.422-.042-.127-.043-.084-.084-.126-.084-.043-.174-.128-.38-.126.085.295.084.253.169.253.253.169.126.042.169.084-.126.042h-.085l-.21-.084-.254-.042-.21-.042-.127.042-.169.042-.126.126-.085.085v.042l.549.084.28-.015.126-.042.142-.07.126-.041h.043l.106.01-.338.295-.02-.052-.168-.043-.253.043-.253.042-.253.084-.17.169-.083.126v.127l.084-.085.084-.042.085.253.084.085.21.126.296.127.126.084.127.084-.214-.013-.18.01-.407.003-.211-.042-.169-.042-.21-.042h-.211l-.127.042-.126.084-.211.253v-.295l-.043-.253-.084-.126-.253-.253-.084-.127v-.589h-.042l-.043.127-.084.126-.21.253-.127.253-.042.127v.169l.042.042v.126l-.169-.126-.253-.211-.337-.127-.295-.168-.338-.169-.337-.084-.127-.085-.168-.042-.26-.168-.126-.085-.127-.084-.126-.042-.17-.042H.674l-.295.042v.084l.042.042.21.169.507.169.253-.043h.042l.084-.042h.043l.084.042-.169.085h-.168l-.296.042-.295.084-.21.169-.254.253-.042.084.422-.042.21-.042.338-.169.127-.126.253-.253.21-.042h.085l.084.084-.169.126-.21.127-.127.169-.042.084-.042.126-.042.043-.043.042-.042.084-.042.084.21-.084.254-.084.169-.127.084-.126.042-.127.042-.084V3.32l.042-.084.338.126.295.17.39.218-.306-.032-.263.075-.158.106-.137.052.179.052.285.064.138.098-.253.042-.337.127-.169.084-.126.085.421.084.211.042h.21l.254-.084.126-.085.085-.084V4.25l-.086-.088.136-.084.053-.075-.02-.094.465.383.253.253.253.21.251.25.078.098.36.47.313.38.421.38.211.168.253.127.548.253.59.21-.294.085-.127.084-.169.085-.168.253-.211.21v.043h.295l.295-.042.253-.127.085-.084.084-.127.084-.126.085-.169-.085.422v.21l.043.127.084.084.084.043.085.084.042-.21.042-.254-.042-.084v-.085l-.169-.337.169.084.21.085.338.295.253.21.21.254.422.548-.21-.127-.17-.042h-.126v-.168l-.042-.17-.042-.126-.126-.126-.211.422v-.211l-.085-.211-.253-.38-.042.043v.253l-.084.253-.042.253.042.126.042.127-.084-.043-.042-.126-.043-.084-.042-.085-.126-.168-.169-.127-.169-.042h-.464l.127.126.169.085.253.295.126.126.127.085.168.084h.211l.042.042v.127l.043.042.126-.169.084-.168-.042.21-.042.17-.126.294-.38-.084-.38-.084-.379-.17-.336-.166v-.295l-.042-.253-.126-.295-.169-.211v-.042l.042-.043.085-.084.084-.126.042-.211v-.38l-.042-.042-.042.042v.042h-.338l-.253-.042.085-.042.084.042h.21l-.21-.21-.253-.17-.253-.084-.295-.084h-.145l-.042.035.06.05.042.042.085.126.126.084.295.17h-.379l-.127.083-.126-.337-.084-.169-.096-.19v-.05l.053-.099.043-.21.01-.134-.029-.14-.162-.303-.098-.105-.028.064-.05.176-.006.21.106.345-.167-.22-.028-.204v-.126l-.085-.253-.042-.085-.084-.084-.169-.084-.169-.085-.084-.042.042.084.085.211.126.422h-.042L3.84 5.39l-.085-.084-.084-.043h-.253l-.127.043h-.084l-.084-.043.21-.253.085-.168v-.169l-.084-.464-.338.59-.042.127v.169l.084.253-.084.38v.21L3 6.105l.064.078-.275-.16-.295-.127-.295-.084v-.213l-.042-.127-.085-.168-.084-.127-.253-.21-.221-.247-.02.211.022.179.01.067.084.169.21.21.254.212v.042h-.091l-.169.084-.21.042-.17.085-.168.126-.042.084-.042.127.042.295.042-.042.042-.042.253-.127.169-.168.169-.211.126-.211.295.084.295.127.506.422-.168-.043-.169-.042-.169-.042-.21-.042h-.17l-.126.042-.168.084-.127.127h.169l.126.084h.085l-.338.169-.21.084-.17.042-.041.043h-.169l.042.337.127.295.168.295.211.253-.253-.168-.21-.253-.17-.211-.252-.169-.253-.084-.169-.042-.169.042L0 7.328v.042l.169.084.337.253.169.085.337.126.337.042.253.127-.21.042H.97l-.211.042-.169.085-.168.126-.127.169-.042.168h.422l.38-.126.337-.211.295-.21.084.084.084.084.127.042.042.084-.295.127-.127.042-.168.084-.127.085-.126.168-.085.169-.084.169-.042.295.084.042.422-.337.337-.422.253-.422.127.043.084.084-.21.253-.17.253-.084.21.042.254.043.126.084.127.169-.253.126-.253.042-.042.127-.043.126-.042h.253l.042.042-.168.085-.127.084-.084.127v.042l.169-.042.21.042.17.042h.126l-.125.059-.122-.002-.21-.042-.211.042-.211.127-.302.324v.042l.59-.085.295-.126.127-.084.126-.085.043-.084.084-.042.042-.042.042-.043.127-.042.084-.042.169-.169.084-.084H3.5l-.422-.042h-.126l.253-.127.253-.21.21.084.211.126.38.253.169.127.21.084h.127l.167.056-.243.01-.093.019-.168.042-.085.042h-.168l-.085.042.169.042.126.085.296.1.295-.016.126-.042.127-.085.042.085v.126l-.042.127.042.126.084.169.127.169.168.126v-.295l.043.042v.042l.168-.168.169-.127.126-.126.085-.17.084-.379.042.085.042.084.043.21v.212l.042.084.042.042v-.126l.042-.085.042-.168.085-.169-.043-.084-.042-.085-.126-.042-.127-.042.169-.042.21-.084.718.253.042.042-.253.084-.169.084-.169.127-.126.126-.084.17h.337l.126-.043.127-.084.337-.338.127-.042.126.042.127.042-.295.085-.127.084-.126.084-.043.085v.042h.043l.168-.042.211-.042.169-.085.084-.084.042-.084.717.042.38.21.168.085.211.084.127.042h.126l.211-.084.127-.042h.21l.127.084-.042.085-.042.042-.085.042-.042.042-.042.127.042.084h.042l.085.084v.042l-.043.085v.084l.085.042.042.042v.085l.042.084.084.042h.127l.084-.084v-.127l.042-.042.043-.042h.084l.042-.042.042-.084.042-.17h.043l.126.127.127.127.084.126.084.17.042.336.085.38.042.38v.252h-.084l-.085-.042-.084-.084-.084-.127-.127-.126h-.042l-.084-.042-.127.042-.169.042-.042-.042-.084-.042-.042-.085v-.126h.084v.042h.127l.126-.042.042-.042v-.211l-.042-.042-.084-.042h-.042l-.127.042v-.039l.042-.042.042-.127.135-.084.085-.042h-.085l-.126.042-.085.084-.084.127v.126l-.084.253.042.169.042.084.042.042.127.043h.084l.253-.043.127.085.042.084v.042h-.169l-.169.085-.084.168-.035.176.035.035-.042.085h-.084l-.085-.085h-.084l-.169.085-.042-.043h-.042l-.084-.084v-.126l-.085-.085-.042-.042-.084.042-.042.042-.127.085-.042.042h-.084l-.086.044-.043.084-.042.127.042.042.043.042v.126l-.38.043-.21.042-.17.084-.042-.042h-.042l-.084.042-.084.042-.253.042.126-.168h-.169l-.126-.042.042.084h.084l.043.042v.042l-.043.042v.043l.043.042h.084l.126-.042.127-.085.084-.042.085.042v.042l-.043.043-.168.084-.127.169-.084.168-.127.127-.168.084h-.085l-.084-.042h-.042l-.084-.084-.043-.127.043-.169.084-.168.084-.042h.085l.042.042.084.084.042.042v.127l-.042.042-.084.084h-.085l-.084-.084.042-.042.042-.085-.042-.042-.042.127-.042.084.084.084.085.043.084-.043.042-.042.084-.126v-.253l-.084-.042h-.042l-.042-.043h-.169l-.169.169-.084.169.042.21v.043l.085.084.084.042.084.042.169-.042.295-.126v.084l.042.084.042.043v.042l-.042.084v.21l.085.085.084.042.084.043.042.084.085.042.042-.126v-.085l-.042-.126v-.127l-.127-.126-.084-.042h-.084l-.043-.043-.042-.084-.042-.126.127-.253.084-.085.084-.084v.042l-.042.042v.211l.084.042h.085v.127l.042.084.042.042.042.085-.084.084.084.042.042.084v.085l.043.084h.042l.042.042.042.085.042.042.085-.042h.042l.042-.043v-.084l.084-.042.042-.042v-.085l.085-.042.042-.084v-.21H9.79l-.043-.043.085-.169.042-.042.084.042.169-.126.084-.169-.084-.084v-.085l-.084-.126.084-.042h.21l.17.042.126.042-.127.084-.168.169v.084l-.042.043-.085.126-.126.084v.17l.042.083.126.085v.042h-.042l-.042.126.042.127.085.084.042.085v.126l.042.042h.169l.042.085.042.084.042.042h.169l.042-.084.084-.085h.127l.042-.126v-.169h.084l.076-.072.022.285.064.243-.116.01-.085-.042-.084.042-.042.042-.127.126v.17l.043.083.084.043-.127.126-.084.253.042.127v.042l.085.042.295-.084.168-.085.085-.126.042.042h.126l-.084.295-.042.337-.042.59.042.465.042.421v.085l.042.126v.084l-.042.043-.042.042-.042-.085v-.042l-.085-.168-.042-.085-.042-.084-.042.042v.084l-.084.085-.043.084v.084l-.042.043v.042h.042l-.042.042h-.084l-.084.042h.084l.084.084-.126.043-.042.084-.085.126h-.126l.084.127.084.042h.085l.126-.084.127-.169.042.042v.169l-.042.169v.126l.042.169.084.126.085.127.253.126v.043l-.043.126-.126.084-.127-.084-.126-.042h-.295l-.295.126-.296.085h.17l.21-.085h.21l.17-.042.084.085.084.042h.084l.085.042v.126l-.085.253-.084.085.084-.042.085-.043.084-.126v-.211l.042-.042h.042l.127-.042h.21l.127.042.169.042.127.084.084.127.126.042.085.042.042.085v.126l-.042.169v.084l.084.084h.084l.127.043.169.042.168.126.169.169.084.126.127.043.084-.043.127-.042.21-.126.127-.042.084-.043h.042v.043l-.21.126-.253.169.168-.042.127-.043.084-.084.127-.042h.042l.042.042-.127.042-.084.085h.127l.126-.085.127-.042h.126l.127.21.168.127.127.085h.084l.084-.042h.338l.337.084.633.169h-.296l-.253-.085-.253-.042-.548-.042h-1.056l.38.042.38.042h.379l.38.042h.084v.043H14.22l-.043-.043-.168.043h-.464l.169-.127.126-.126-.337.126-.338.127v-.17l.211-.041.085-.042.084-.085h.084l.042.042h.043l.042-.042-.338-.295-.126-.126-.211-.127h-.21l-.043-.042v.126l.042.169.042.084.127.127v.21l.042.212h-.38l.043-.043.042-.042h.126v-.126l-.126-.127V21.8h-.084l-.085.042-.126.084-.127.127-.168.126h-.043l-.084.042h.295l.253-.042.042.042-.337.043h-.337l-.633.042-.084-.042h-.127l.085-.043h.168l.085-.042h-.76l-.758-.084H8.695l-.633.084-.632.085H5.995l-.338-.085H5.49l-.17.042H3.503v-.042H3.29l-.211.042-.169.043-.21-.043H1.517l.042-.042.085-.084.168-.084H1.73l-.042-.043v-.084l.042-.084.169-.127-.043-.042-.084-.042-.084.042h-.042l-.085-.042-.042.042v.042l-.042.169v.084l.042.042v-.084l.042-.084.042-.042h.043l-.043.084v.21h-.084l-.159-.126.033-.084v-.127l-.043-.042-.074.127.042.084.042.127.085.084-.042.042h-.043l-.084.084-.126.043H.685v.38h22.441l.061-.08v-.295l-.024-.078v-.042l.046-.096v-.085l.084.043.042.042.085.042h.042l-.127-.169-.084-.168-.042-.127-.084-.084v-.042h.042l.042.042.21-.042.17.042.21.042.169.084-.042-.126-.042-.085-.211-.084h-.211l-.084.042h-.211l-.085.042-.084.043-.042-.043.126-.042.085-.084h-.127l-.126-.042h-.042l-.17-.169-.336-.169-.147-.042.106.042.211.169.169.169.084.084-.127.042-.042.085h.253l.042.084v.042h-.379l-.042.042h-.042l-.043-.042v-.042h.043l.042-.084-.169.042-.21-.127-.212-.126-.337-.042h-.337v-.043h-.38l.169-.084h.506l.675.169.128.067v-.042l.042-.042v.042l.042.084.042.085v-.169l-.297-.194-.168-.084-.169-.042-.337-.085-.042.042h-.127l-.126.043-.253.084-.17.084-.126.085-.126.042h-.127l-.126-.042.169-.085v.085h.126l.042-.043.085-.126.084-.084.253-.127-.38-.084h-.21l-.17.042.212-.169.21-.084.254-.042.253.042.126.126.042.043v.084h-.042l-.042-.042-.042-.042h-.085v.042l.085.084.126.042.127-.126v-.085l.042-.042-.042-.126-.085-.042-.168-.085h-.338l-.253.085-.253.168-.253.211-.126.042-.084-.042.21-.21.127-.085.169-.042H20.3l-.126.042-.085.084-.126.127-.085.084h-.084l-.042-.042.38-.38.21-.084h.085l.126-.084h-.21l-.17.042-.168.084-.127.127-.168.295h-.085l.043-.169.126-.168.169-.17.168-.083.253-.085h.127l.126.085.043-.043v-.042l-.043-.084-.168-.042H20.3l-.126.042-.127.084-.21.169-.17.253-.126.253.127-.464.126-.21.127-.17.126-.084h-.084l-.127.085-.084.084-.084.084-.127.253-.084.211-.042.084-.043.043-.042-.085v.127l-.168.084-.043-.042-.042-.084.042-.085.043-.042.168-.084.042-.548.085-.59.042-.254v-.253l.042-.253.042-.084.042-.127-.042-.548v-.589l.042-.8v-.886l-.126-1.014-.127-.337v-.59l-.084-.549-.126-.548-.17-.548-.041-.042-.169-.085h-.042v-.126l.042-.084v-.13l-.042-.043-.084-.042-.085.042-.126.085-.127.042v-.084l.085-.043.084-.042.121-.175.053-.263-.005-.152-.043-.084-.02-.105.027-.121-.131-.112-.127-.042-.084-.084-.127-.042-.084-.043-.042-.084.042-.084-.169-.085-.21-.042-.17.042-.168.043v.126l.042.127-.126.084-.127.126-.042.085-.042.126-.169.211-.126.211.042.084h.126v.085l.043.042h.084l-.084.042-.043.042v.127l-.042.084-.042.042-.042.084-.169.085-.126.126-.169.211-.084.211-.169.506-.253.253-.042.042v.085l-.042.042h-.042l-.043-.085-.168-.126-.127-.169-.084-.168-.042-.211H15.2l-.043-.042-.042-.085-.042-.126-.126-.253-.043-.085-.084-.126-.042-.042h-.084l.042-.085-.042-.042h.042l-.085-.169v-.084l-.042-.084.085-.042h.042l.042-.043v-.084l-.042-.126-.042-.043.042-.042.126.085.085.042h.084l.042-.042V11l.042-.042.085.127.042.042v.084H15.2l-.085-.084h-.042v.042l.084.084.085.043v.042l-.05.042.041.042.042.042h.127l.042.042.084.043h.043l.042.084h-.042l-.17-.084h-.21l-.126.126-.085.127v.168l.042.085.043.084.126.084.084.042h.17l.041-.042.042-.126v-.127l-.126-.126h-.084l.084.042.042.084v.169l-.042.084h-.042l-.169-.084-.042-.084-.042-.085v-.21l.042-.085.084-.084.169.042.169.084.168.042.211.043.169-.043.126-.126.085-.127.042-.168-.042-.169-.043-.21-.084-.17-.126-.126-.085-.084-.084-.042-.169-.127-.042-.042v-.042h.127l.126.042h.127l.126-.042v.042h.084l.127.084.126.042h.127l-.169-.084.139-.05.148-.02.159.041-.063.043-.074.032-.138.04h.126l.127-.042.084-.084-.084-.043-.085-.042h-.126l-.169.042-.126.043-.043-.043h.043l.042-.042.126-.126.042-.085v-.084h.17l-.043-.253v-.084l-.042-.042-.053-.061.043-.062.094-.046.169-.042.222-.007.159.049.084.042h.042l-.463.127-.169-.043h-.127l.043.043.21.042h.211l.211-.085.169-.084-.38-.169h-.295l-.126.085-.127.084-.253-.126-.253-.043v-.042h.127l.118.024.094.018h.211l.21-.084.17-.126-.338-.085h-.169l-.126.085-.127.042-.084.042-.126.042-.085-.084-.042-.085v-.126l.084.084h.296l.38-.168-.116-.06-.168-.042-.307.017-.105.015-.064.03-.084-.043.042-.042.506-.085h1.393l.169.211.169.169.421.295.085.042-.043.253v.295l.043.254.084.21.084-.21.085-.211V9.74l-.043-.253.043-.042.421.21.253.085.253-.042.127-.043h.126l.085-.042.126-.042-.253-.126-.253-.127-.337-.169-.169-.042h-.21l.21-.084.169-.127.168-.126.17-.169v-.084l-.127.042h-.127l-.253.042v-.168l.042-.169.211.126.253.085h.506l.042-.085-.21-.084-.211-.126h-.043l-.084-.043-.21.043h-.127l-.085-.043-.084-.042.253-.084.295-.042h.253l.253.042.378.3.34.46.085.17.084.379.127.126-.084.38-.043.337v.211l.043.169.084.126.126.127.085-.295.042-.296V9.91l-.084-.126-.085-.127-.126-.337-.085-.38.043.043v.084h.084l.084.253.127.21.126.212.169.084.094.013.12-.028-.013-.12-.029-.12.159-.047.116-.073.12-.162.067-.14.042-.126-.042-.127.024-.274.018.064.042.084.085.169-.042.21-.043.098-.168.211-.169.211-.084.126v.253l.042.17h.042l.295-.296.127-.169.042-.21v-.17l-.003-.154.013-.078.056.197.035.402-.143.212-.042.127-.043.169v.674l-.042.169.127-.042.084-.127.169-.21.042-.211.042-.253-.042-.211-.084-.211-.043-.38.073.014.049.049.047.106.042.337.085.338.126.084h.169V9.91l-.042-.126-.169-.169-.169-.126-.21-.127V9.32l-.085-.337-.126-.338.276.373.155.162.191.12.148.049.183.021.133.022-.063-.126-.077-.182-.101-.14-.145-.155-.26-.134-.267-.12-.266-.112-.14-.17-.186-.154h.127l.169.042.2.155.14.106.113.071.307.091.182-.02.127-.084-.125-.022-.14-.19-.204-.077-.347-.028-.338-.085-.236-.098.11.014h.21l.338-.084.295-.127.253-.253v-.042h-.717l-.21.042-.17.084-.126.127-.084.169-.464-.17-.464-.083.127-.127.042-.084.042-.042.21.084.17.042.379-.042.295-.084.211-.127-.506-.126h-.59l.253-.17.253-.126.253.169.253.127.253.042.276-.02.14-.03.09-.035.042-.042-.159-.049-.217-.07-.302-.176-.13-.07-.11-.035h-.113l.12-.097.068-.009.253.127h.379l.253-.127.253-.126-.253-.043-.21-.042-.254-.042-.253.042.042-.168.085-.127v-.35l-.042-.043h-.085l-.506-.169-.21-.084h-.296l.253-.126.253.126.169.042.295.042.337-.084.296-.126.21-.043.085-.042.084-.042h-.253l-.548-.042h-.295l-.253.042.21-.126.254-.338.126-.21.253-.507.042-.126-.042-.169-.084-.337-.085-.295-.126.464-.042.463v.253l.042.211-.211.338.042-.506v-.296l-.168-.337-.338.042h-.168l-.552.18.182-.434.14.07.253.043h.14l.169-.071.464-.211-.506-.155-.296-.014-.253.056.183-.169.759.029.229-.054.169-.084.168-.17.118-.272-.097.055-.095.017-.22-.012h-.338l-.337.043-.127.084-.126.084.042-.084v-.297l-.085-.21-.168-.212-.169-.21v.632l.025.322.071.169.032.101-.197.182-.169.338-.168.295-.183.261-.178.169.107-.177.081-.16.046-.135.042-.17-.042-.168-.084-.126.337-.042v.126h.042l.169-.59.042-.127-.042-.168-.084-.253-.127-.253-.084-.253-.085.168-.042.211.085.337.084.38.042.169v.21l-.084-.042-.042-.253-.043-.21-.042-.127-.084-.084-.211-.17-.21-.168-.17-.168h-.042l.042.253.085.21.126.211.169.211h-.169l-.126-.042h-.253v.042l.295.21.169.127.168.043v.168l-.042.127-.169.253-.084.253-.042.168.042.17-.21.168-.212.126-.21.085-.211.126-.253.084-.295.043-.506.042-.549.084-.253.084-.21.127-.296.169-.337.126-.295.042-.337-.042.21-.169.211-.21h.085l.042.042.084.084h.084l.127.042h.084l.253-.084.169-.127.169-.168h-.717l.042-.085.042-.126v-.337h.169l.21-.043.17-.042h.21l-.169-.084-.168-.127-.169-.084-.169-.042h-.253l-.126.084-.084.085V4.12l.018-.172-.052-.273-.253-.337-.074.285-.01.263.075.32-.21-.21-.253-.085-.253-.084h-.296l-.084-.042v.084l-.21.38-.061.106.005.164-.043.21.043.253.084.085.042.084.21-.253.127-.295.043-.169v-.337l-.085-.127V3.93l.253.253.127.127.168.126.506.085h-.168l-.169.042-.169.042-.126.084-.295.211-.253.21.042.085.126-.084.17-.084h.336l.17-.043.126-.042.168-.084.085-.127.042-.084.084-.084.042-.253.127.084.168.042-.042.085-.084.042-.127.168-.126.169-.042.21-.338.043-.168.084-.085.043-.074.087-.116.179-.085.233-.684.113-.675.126-.253.085-.22.148v-.042l.041-.042.042-.085.043-.168v-.211l-.043-.337.211.168.211.127.253.042h.21v.042l.043.042.084-.042h.211l.253-.042.169-.084.179-.191.126-.21.074-.107-.168.042-.506.127-.169.084-.126-.211-.17-.422-.126-.168-.084-.127-.126-.042-.127-.042-.169.042v-.21l-.126-.212-.273-.324.064-.052.293.336.233.16.263.052.19-.042.043-.017L15.162 4l-.085-.084-.168-.162-.159-.117-.22-.084-.296-.032.285-.263.233-.105.305-.136-.062.243-.01.253.054.192.084.126.126.127.043.042h.084l.042-.253v-.253l-.169-.422.211.253.211.211.127.084.168.043.127.042h.168l.211-.042-.253-.211-.21-.211-.17-.084-.21-.085-.21-.042-.17-.084.253.042.296.042.126-.042.127-.042.126-.042.127-.127-.518-.14.2-.074.075-.095.076-.03h.168l.127.042.126.042.21.178.128.244.084.253v.042l.042.042.042.127.042.084.085.042h.126l.085-.084.042-.169.042-.126v-.34l-.084-.338-.169-.295v.21l-.084.211-.127.38-.084-.169-.127-.21-.168-.127-.203-.118.16-.05.127-.127.21-.295.17-.296-.17.043-.225.04-.211.042-.169.085-.168.126-.127.127-.084.168v.211l-.085.042-.126.042-.21.043.21-.17.084-.126.042-.126.127-.295.084-.338-.042.043h-.084l-.127.042-.168.126-.129.127-.042.168-.042.211-.084.253-.042.127h-.127l.127-.253v-.127l-.043-.126-.042-.085-.084-.084-.169-.084-.168-.085-.085-.084-.042-.084-.042.042v.084l-.042.127v.126l.042.127.169.21.168.17.085.126v.126l-.633.253.056-.173.163-.178.042-.084.012-.096-.008-.064-.014-.085-.11-.148-.05-.07-.084-.043-.042.253-.085.253-.057.241.05.154.014.128-.062.084-.113-.175-.218-.122-.261-.089-.191.005-.204.022-.189.062m3.44 6.25l.13-.048.269.051-.11.056-.064.062-.118.035h-.14l-.228-.038.26-.118zm-.313-.312h.218l.173.05-.163.064-.15.07-.213-.014-.111-.096.246-.074zm3.385-.562l.306.044.13.044.13.087h-.306l-.174-.044-.13-.087.044-.044zm1.852 1.582l.043.127.042.21-.085.464-.084-.084-.042-.084v-.253l.042-.211.042-.253.042.084zm1.198-.452l-.012.116-.015.117-.022.104-.098.134-.255.313-.04-.148.046-.233.094-.131.15-.21.105-.106.064-.162-.017.206zm.425.206l.174.165.133.233-.003.356-.172-.081-.098-.268-.034-.405zm-.154.536v.228l-.104.408-.105.091v.046h-.052v-.5l.052-.271.107-.228.102.226zm-.047-1.48l.317.146.218.197.084.134.091.182-.175-.042-.155-.043-.231-.168-.247-.31-.182-.208.28.111zm.211-.409l.182.084.05.091.105.085-.204.007-.234-.088-.187-.103-.162-.14.45.064zm-.872-.433l.084-.085.085-.042.253-.126h.632l-.168.126-.211.127-.169.042-.214.047-.334-.005.042-.084zm.66-3.974l.047-.304.042-.21.07.208.041.306-.059.234-.12.198-.021-.432zm-1.559-1.474l-.084-.267v-.169l.042-.126.077.197.05.101.128.361v.211l-.098.24-.042-.309-.073-.24zm-5.703.796l.275.138.457.37-.285-.007-.295-.113-.224-.225-.157-.21.23.047zm1.515-.213l.116-.37.04-.195.087.27.052.37-.062.359-.127.126-.076-.12-.072-.207.042-.233zm-1.064-.696l.064-.127.136-.137.169-.126.58-.18-.104.14-.085.126-.12.131-.11.132-.232.084-.126.075-.241.062.069-.18zm-3.649.021l.159-.116.163-.056-.097.183-.147.182-.147.09-.194.045.263-.328zM9.672 4.23l-.26.076.028-.192.17-.21.168-.127.246-.14.133-.04-.24.288-.114.216-.131.13zm.495.756l-.102-.226-.093-.186-.123-.2.077.025.086.042.117.096.13.157.053.417-.145-.125zM8.943 3.423l.293.025.299.092-.187.116-.238.02-.213-.045-.236-.117.11-.066.172-.025zm-.417-.029l.071-.163.06-.144.092-.1.137-.045.22-.069-.232.287-.16.182-.248.176.06-.124zM6.917 2.41l-.21-.21-.14-.31-.03-.196.218.097.149.113.189.156.089.275.059.273-.324-.198zm-.106.486l-.294.02-.457-.069.086-.108.204-.074h.23l.454.103-.223.128zm-5.565.198l-.26-.058-.332-.143-.188-.169.313-.034.26.058.26.116.26.174-.313.056zm-.086.377l-.337.169-.442.095.18-.22.262-.15.391-.101.167.007-.22.2zm.623.265l-.218.16-.214.107.108-.213.147-.212.337-.265-.16.423zm-.036 2.407l-.126.169-.354.163.017-.121.084-.169.169-.126.337-.127-.127.211zm.275-.496l-.253-.253-.168-.21-.042-.127v-.169l.421.38.127.21.042.254-.127-.085zm-.937 2.191l-.42-.168-.432-.277.356-.005.318.09.269.192.202.281-.293-.113zm.131.543l-.261.154-.314.094-.261.026.134-.206.388-.206.314-.025.346-.015-.346.178zm.53.481l-.231.263-.312.332-.14.07.097-.277.196-.361.245-.137.293-.167-.148.277zm.561.172l-.042.169-.253.464-.084-.338.169-.421.168-.17h.042v.296zm.317.936l-.512.12.25-.253.133-.106.133-.053h.177l.243.061-.424.231zm3.861-.398l.085.042.045.139-.087.327-.043-.253-.084-.253h.084V9.57zm4.313 2.235l.053-.05.102-.051.103.05.05.053v.103l-.05.052h-.205l-.051-.103v-.054h-.002zm-1.975 2.633h.093l.093.096.047.096-.047.047v.097l.047.096.025.11-.118-.206-.093-.097h-.092l-.048-.096v-.096l.093-.047zm3.837 7.447h.066v.135l-.197-.068.131-.067zm-.356.285l.117-.086h.175l-.292.086zm.382-.096l.113-.083v.167l-.169-.083h.056v-.001zm.19-.604h.277l-.138.07h-.07l-.069-.07zm.125.248l-.066-.068.198-.066h.197v.068h-.066l-.131.067H13v-.001zm.261.032h.255l-.255.087h-.19l.19-.087zm-.096.212l.063-.079h.253l.062-.08.063.08-.252.08-.251.079.062-.08zm9.83-.34l.098.096h-.098v-.096zm-.001.293l.045-.045.046.045-.046.046h-.09l.045-.046zm-.166-.131h.092l.045.045v.046h-.091l-.046.045-.09-.045.09-.091zm-.313.048l.057-.08h.086l-.143.08L22.4 22h-.172l.287-.166zm-.015.149h.187l-.123.07-.063.073h-.062l.06-.143zm-.228-.285h.187l-.125.07-.062.073h-.063l.063-.143zm-.192-.06l.07-.063.071.064-.07.062h-.071v-.062zm.1.235l-.048.047h-.047l-.048.048h-.047l-.047-.048.094-.047.048-.047.094.047zm-.072-.339l-.15.042-.108-.114-.108-.115.366.187zm-.305.22l.094-.048.048.047v.048h-.048l-.047.047-.094-.047.047-.048zm.135.225l-.103.114h-.103l-.052-.058.052-.057h.206v.001zm-.275-.003h-.05l-.104-.057.051-.058h.052l.053.058h.05l-.052.057zm.005-.63l.126.085h-.126v-.086zm-.06.22l.136.046-.137.09h-.045l-.091-.045.045-.045.091-.046zm-.394-.039l.091-.045.183.045-.137.092h-.18l.043-.092zm.216.312h-.212l.052-.059h.054l.106.06zm-.454-.393l.095-.047.094.047-.14.095h-.187l.138-.095zm.174.238l-.055.083h-.333l.166-.083h.222zm-.5-.324h.227l-.137.092h-.09l-.046-.046.045-.046zm0 .248h.153l-.152.102-.05.05-.102-.05.152-.102zm.14.257l-.048.096h-.292l.05-.049.097-.049h.194v.002zm-.404-.39h.096l.05.05-.099.097h-.098l-.048-.049.1-.098zm.04.351l-.146.098h-.194l.196-.098.048-.049.097.049zm-.065-.884h.09l.18-.09.045.046h.046l-.09.135-.089.046-.09.045-.045-.045-.046-.046h-.045l-.046-.045.09-.046zm-.203.005h.076l-.076.091v-.09zm-.072.246l.045-.045.18.045-.134.046h-.09v-.046h-.001zm-.022.194h.113l.17.056-.057.056h-.113l-.17-.056.057-.056zm.029.265l.049.05h.097l-.146.146-.097.049-.097-.05.097-.097.05-.049.047-.049zm-.277-.556h.213l-.053.106h-.106l-.16-.052.106-.054zm.14.244l-.066.088h-.131l.065-.088h.132zm-.202.275l.242.05-.193.146-.098.049-.145-.05.049-.048.048-.049.05-.049.047-.049zm-.102-.23h-.227l.057-.057.056-.057.227.057-.113.058zm-.011-.369h.11l-.166.112h-.167v-.056l.056-.056h.167zm-.23-.202h.063v.07h-.124l.061-.07zm.068.808l.097-.049h.098l-.194.147-.097.049h-.05l-.097-.05.243-.097zm-1.125-.262h.087l-.087.088-.044-.044v-.044h.044zm-.05-.126l-.004-.08.084.007.047.066-.066.009h-.06v-.002zm.218.212l.091-.089.091.046-.136.136-.135.046h-.091l.18-.139zm.139-.296h.089l-.09.089-.089.046h-.09l.136-.09.044-.045zm.032-.13h.224l.09-.05-.046.05-.135.05h-.179v-.05h.046zm-.037-1.613h-.08l.081-.069v.07h-.001zm-.857-1.928l-.091.046h-.091v-.046l.045-.043h.412v-.046l.045-.133h-.136l-.046-.044-.138-.18-.091-.18-.091-.133-.183-.312.125.034.091.046v.089l.366.312.15.1h.091l.149-.032.182-.09.106-.013.11-.007-.057.3-.091.268-.262.602.273-.089.275-.09.23-.178.325-.24-.005.17-.103.134-.217.091-.182.07-.149.154-.62.272-.098-.052-.048-.105-.045-.224-.046-.223-.136-.223h-.05v-.005zm.039.112l-.065.074h-.042l-.096-.02.203-.054zm-.587-.128v-.086h.055l.054.042v.042h-.11v.002zm.118.062v.084l-.054-.042-.054.042-.054-.084h.162zm1.497-4.667v.126l-.168.117.027-.145.141-.098zm-.145.012l.022-.18.17-.11-.011.121-.085.084-.096.085zm.522 1.454l-.14.143-.289.184-.312.125.06-.17.08-.028.111-.05.366-.18.211-.205-.087.18zm.027.492l.148-.067.012.064v.054l-.18.064.02-.115zm.016.462l.223-.113.022.118-.074.054-.274.108.012-.113.091-.054zm-.482 2.389l.206-.09.489-.312-.044.115-.5.354-.497.235.09-.211.256-.091zm-.177-.044l.106-.245.235-.059.21-.136.31-.237-.013.184-.425.267-.21.136-.213.09zm.833-.76l-.13.06-.26.162-.317.182.053-.091.028-.122.182-.09.211-.092.095-.064.15-.088.07.112-.082.03zm-.971-2.953l-.01.117-.06.087-.172.071.048-.158.074-.066h.05l.07-.05zm-.13-.055l.084-.258.251-.159-.028.204-.088.093-.22.12zm.086.312l-.075.162-.069.087-.263.07.07-.164.14-.037.197-.118zm-.123.342l.045-.044h.046l.045-.044.039-.057.13-.042-.037.143-.13.091-.15.053.012-.1zm.232.636l-.145.074-.08-.044.214-.089.222-.113-.21.172zm.238-.09l.33-.252-.073.153-.044.143-.23.12-.118.064-.13.07-.042-.09.307-.207zm-.076.313h.208l-.053-.102.107-.07.096-.06-.005.186-.095.096-.103.05-.08.073-.259.068-.204.042-.076.073h-.052l-.113.035-.094.015-.096.019-.054-.075.458-.148.415-.202zm-.48.512l.1-.121.277-.073.35-.16.177-.103-.231.233-.253.143-.174.075-.334.103.088-.097zm.708.834l.118-.046.169-.091.202-.106.081-.027.007.172-.278.13-.393.182.043-.078.051-.136zm.265-.272l-.253.137.025-.117.06-.047.11-.067.176-.095.21-.111v.126l-.328.174zm.322-.413l-.206.106-.305.179.057-.152.19-.108.267-.158-.003.133zm-.516-1.333l-.054.043-.064.09-.387.18-.327.116-.157-.093.2-.074.06.035.046-.067.366-.144.3-.148.157.047-.14.015zm-.51-.08l-.048.165-.092.054-.209.084-.273.091-.096-.116.37-.117.348-.162zm-.355.537l-.365.098-.23.06-.094-.115.215-.043.285-.079.189.08zm-.26.144l.288-.073.064.053-.308.138-.252.06-.069-.102.277-.076zm-.157.254l.288-.079.257-.138.08.017.087.059-.285.138-.355.106-.072-.103zm.433.228l-.022.091-.042.117-.38.084-.377.138-.003.037.049.048.401-.112.479-.138.074.106-.295.047-.214.102-.226.064-.218-.07-.104-.003-.04-.263.089-.03h.226l.177-.064.426-.154zm.12.47l.725-.301-.067.138-.14.037-.21.134-.832.25-.154-.104.678-.155zm.098.134l.26-.08.303-.132-.023.141-.521.187-.512.154-.09-.09.583-.18zm.064.175l.452-.17-.03.17-.71.228-.123-.005-.081-.07.492-.153zm-.336.314l.375-.113.366-.12-.032.103-.179.07-.228.094-.204.025-.098-.059zm1.436-1.103l-.137.088-.327.187.039-.162.12-.077.217-.11.095-.064-.007.138zm-1.124-1.427l.06-.19h.064l.14-.102-.027.096-.009.097-.228.1zm.318-.332l.207-.155.172-.127.165-.135.012.113.002.103-.138.108-.046-.045-.046.089-.146.108-.226.147.044-.206zm.128-.203l-.095.09-.248.136.027-.163.107-.063.204-.143.005.143zm-.093-.509l-.24.148.071-.146.05-.098.168-.105-.049.201zm-.214-.811v-.07l.13-.069-.13.139zm.08.008l.016.09v.084l-.08.047.01-.152.055-.069zm-.068.3l.079-.015-.005.142-.02.064-.112.042.053-.158.005-.075zm.052.264l-.052.136-.02.064-.174.095.032-.053.04-.077.05-.111.124-.054zm-.117.317l-.074.136-.084.095-.093.07.071-.214.086-.057.094-.03zm-.178.337l-.042.16-.164.108.08-.162v-.054l.126-.052zm-.05.791l-.07.123-.07.063-.348.123.069-.123.14-.124.278-.062zm-.099-.317l-.086.07-.113.024.095-.188.084-.043.084-.052-.064.189zm-.125.126l-.11.146-.112.048.055-.097.056-.05.111-.047zm-.158.18l-.206.217-.206.145.07-.145.136-.073.206-.145zm-.255.414l.012-.111.096-.037.005.059-.017.059-.059.027.123.121-.344.096-.069-.027-.042-.032-.044-.052.115-.044.135-.022.09-.037zm-.288-.015h-.105l.211-.118-.106.118zm-.128.067l.045.09-.045.045h-.091v-.135h.09zm.008.24l.118-.027.096.128-.113.037-.128.027-.059-.037-.032-.101.118-.027zm-.078.233l.13.013.091-.047.118-.007.06.07-.119.058-.195.06h-.046l.032-.053-.07-.094zm.545.246l-.204.047-.303.024-.007-.12.147-.007.136-.018.135-.037.096.111zm-.398 1.602h.054v.043h-.054v-.043zm0-.086v-.042l.054-.042v.086h-.054v-.002zm-.074-1.21l-.022-.171.307-.01.213-.06.102.083-.236.08-.227.04-.137.037zm.06.369l.1-.01.047.057-.047.037.037.084-.1.032-.036-.2zm.16.212l.01.073-.053-.01-.074-.016.118-.047zm0 .091h.048v.048h-.096l.047-.048zm.046.081h.05l.047.047-.048.05h-.096l.047-.097zm-.02.182h.05l.046-.047.05-.049.048.096.076.14-.123.005-.096.048v-.048l.096-.048h.049l-.049-.05h-.145v-.047h-.002zm.29.226l.075.088-.17.009h-.146l.194-.145.047.048zm-.226.226l.048-.048.096-.048h.24l-.144.096h-.096l-.145.048v-.048h.001zm.513.911v.044h-.21v-.044l.045-.044h.12l.045.044zm.012.115l.044-.029.044.042-.152.065h-.044l-.04-.016.148-.062zm.013.101h.12l-.044.044h-.12l.044-.044zm-.005.093l.08-.007.398-.086.044.044.006.108-.22.044-.225.045-.083-.103v-.045zm.5-.295l-.09.044-.09.043.045.044h.045l-.09.044h-.138l.092-.044v-.044l-.046-.043.091-.044.091-.044h.137l.09-.044.318-.177.417-.235-.012.216-.064.048-.134.08h-.045l-.116.036-.078.12-.09.044-.136.043-.091.044-.06-.086-.046-.045zm.195.41l.23-.073.136-.057.27-.137-.027.149-.253.168-.31.08-.046-.13zm.198-.144l-.12.056-.12.022-.018-.078-.03-.049.12-.038.168-.066v.153zm.104-.04h-.045l.003-.144.078-.062.055.025v-.087l.046-.044.222-.07v.176l-.21.15-.149.056zm-.344.41l.248-.048-.204.166h-.1l-.195-.009.251-.11zm.275.512l-.076.004h-.155l.002-.056.172-.044.135-.045v.23l-.095.041-.172.09v-.098l.093-.047.088-.043.079-.033-.071.001zm-.192.282l.111-.047.167-.046v.044l-.002.06-.103.051-.224.043.05-.105zm0 .21l.118-.051.163-.081-.047.094-.044.052-.244.051.054-.064zm.27.035v.108l-.093.003-.076.04-.047.004-.13.05.346-.205zm-.176.26l.177-.124v.144l-.08.038-.217.09-.06-.002.003-.052.177-.095zm.176.421l-.066.154-.238.168.304-.322zm-.157-1.375h-.16v-.055l.377.055h-.217zm.163 1.034l-.042.1v.05l-.094.046-.123.039-.076.039-.07.003.004-.057.401-.22zm-.23.304l.222-.09v.066l-.17.13-.135.042-.127.058.21-.206zm-.06.867h.187l-.094.047-.094.095h-.14l.141-.142zm.078-.154h-.093l-.047-.047.14-.094.047-.047.14.047-.047.047h-.047l-.093.094zm.288.206h.243l-.194.147-.098.049-.145-.049.194-.147zm-.133-.195l.113-.056.113-.057h.113l-.113.113h-.226zm.186-.346h.18l-.091.09h-.27l.09-.045.09-.045zm-.194-1.854l-.085-.015-.08-.06.418-.163-.08.164-.079.022-.094.052zm.266.405l-.116.064v-.064l.059-.064.116-.064v.064l-.059.064zm.044.265v.072l-.05.04-.104.053v-.07l.066-.062.088-.033zm-.164.776l-.062.006.003-.06h.159l-.1.054zm.083-.252l-.105.105v-.115l.2-.047-.095.057zm-.14-.135l.116-.136.132.008-.248.128zm.28-.93l-.052.052-.157.052.052-.052.052-.053.105-.052v.052zm.027-.298v.054l-.054.054h-.054l.108-.214v.106zm.12-3.569l.006.145-.11.044-.3.123.024-.13.125-.069.153-.062.102-.05zm-.075-.35l-.065.042-.184.082.029-.145.102-.02.06-.045.058.021v.065zm-.043-.409l-.156.091.022-.07.007-.07.127-.018v.067zm-.009-.146l-.123.043.012-.064v-.069l.084-.022.027.112zm-.09-.473l-.045.09-.179.133-.207.135-.263.101.042-.172.137-.07.236-.163.234-.184.046.13zm-.08-.578l.007.098-.134.113-.189.113-.013-.147.111-.088.198-.158.02.069zm-.022-.13l-.084.047-.071.052-.08.053.038-.135-.088.066-.044.123-.179.126.04-.207.146-.127.15-.126.067-.08.07-.037.035.245zm-.054-.324l-.086.057-.23.196.078-.224.21-.182.028.153zm-.226-.052l.008-.11-.001-.066.12-.09.006.063.029.064-.162.139zm.094-.486l.048.064.008.054-.056.06-.086.041.03-.16.056-.059zm-.015-.155v.057l-.209.214v-.057l.06-.115.15-.156v.057zm-.049-.157v.066l-.069.066-.138.065.138-.13.07-.067zm-.246-.157v-.069l.06.07-.06.068v-.069zm-.022.17l.108-.121h.054l.054.06-.108.122-.162.06v-.06l.054-.06zm-.106-.372v-.214h.108v.214l-.054.054h-.054v-.054zm-.037.17h.069v.056h-.07v-.056zm.006.147l.05.059h-.088l-.088-.042h-.305l-.093.069.142-.01h.131l.132.042.12.096-.088-.037-.088-.042h-.265l.047.08h.11l.159.055.044.086.043.128v.258l-.11.3-.13.3-.132.259-.088.3-.132.258-.219.258-.246.204-.263.128-.076-.054v-.3l-.044-.258.088-.128.214-.093.256-.111.044-.043v-.042h-.088l-.07-.005v-.258l.043-.214.044-.172.155-.246.017.2.044.213.032-.034.027-.145v-.128l-.044-.258.044-.214.044-.129.103-.069-.044-.042-.088.042-.044.086-.087.172-.044.169-.088.172-.087.086-.066.186-.034.318-.088.258-.087.172-.12.054h-.33l.045-.042.044-.086v-.172l.043-.214v-.042l.044-.086.044-.172.005-.145.105.177-.044.172-.066.162.088-.086.044-.086.044-.214.022-.237.043-.258.024.18.02.164.027-.14.039-.1v-.129l.044-.128.415-.531-.22.214-.229.243.005-.135.088-.042.044-.044.017-.091.219-.215.18-.108.071.05.066.004v.043h-.088l.044.043.078.027.175.043h.176l.075.047zm-1.44.922l.014-.052.075-.27-.01.464-.079-.142zm1.13-1.098h.256l-.064.066h-.256l.064-.066zm-.027-.049v-.1h.101v.05l-.05.05h-.05zm.005-1.497l.047.044.048.087.022.095.001.087.046-.089-.002-.088.091-.025.093.084.002.088-.071-.093-.066.034.111.17.05.176v.177l-.043.177-.002-.132-.006-.126-.05-.175-.104-.086.106.27.012.198-.054.142-.045.046.033-.17-.001-.134-.05-.132-.094-.087.05.131.003.221.033.09-.09.133-.03.126.018.063.128.007.039.028.067-.023-.019.106.002.088-.135-.115-.14-.042-.072.069-.105-.132.039-.106.116-.083.093-.042.015-.12-.001-.131-.095-.175.054.197-.046.133-.06-.197-.004.116.007.085-.023.11-.054.058-.01-.192-.05-.176v.044l.009.221-.039.26v.044l.074.044.095.131-.071-.028-.094-.024-.048-.044-.018-.052.035-.154.015-.175-.001-.175.045-.134v-.044l-.093.09.027.076-.043.177-.046.177-.057.034-.086.045-.04-.335.036-.178.113-.128h-.047l-.113.07.1-.142.24-.113.006-.039-.26.091.052-.098.046-.044.16-.079-.094.002-.139.045.036-.054.082-.076.17-.067.095.044.085.059-.002-.088-.095-.042-.141-.13.202.024zm-.718-.333l.153-.037.233.037.045.05.046.047-.019.256-.094-.064-.046-.05h-.136l-.137-.095v-.05l.002-.072-.057.04-.036.031.003.068-.062.017-.02-.139.125-.039zm-.695 1.117l.057-.15.128-.127.086-.12.061-.19.358-.329.197.086.088.044.087.044h.088l.044.044-.22.173-.087.13.017.13-.044.086-.044.088-.06.088v.13l.075-.014.05.361h-.126l-.043-.044v-.044h.087v-.086h-.044l-.087.088v.088l.033.077.144.02h.087l.088-.043.1-.105-.056.18.044.044-.307.174-.132.13-.023.159-.064.015v-.218l-.088-.174-.003-.175-.038-.111.086-.103-.047-.135-.044-.13-.062-.22.258-.052.157-.12-.044-.085-.044-.086-.131-.086h-.088l-.088.043.056.05-.054.038.056.05-.044.087-.054.039v.086l-.088-.044-.039.049h-.044l.044.044h.044v.043l-.131.044-.152.039zm.329.111l.16.115-.009.135-.079.059-.01-.164-.062-.145zm.192-.4l.093-.085.018.1-.111-.014zm-.32.39v-.054l.053-.106h.054l.054.054.054.106h-.216zm-.137.707l.128-.15-.047-.042-.046.042h-.047v-.042l.047-.086.046-.043.093-.042.03-.077-.088-.05.047-.045.046-.042.067.15.048.086.045.086.047.086v.285l.063.05v.266l.002.093-.048.043v-.258l-.015-.133-.093-.128v.128l.01.103.063.214-.063.187-.016-.23-.05-.117.018.27-.097.44-.005-.137v-.214l-.092.258.067.15v.086l-.093.215-.045.214-.047.258-.093.258-.068-.106v-.086l.093-.344-.045-.086v-.086l-.048-.129-.01-.182.093-.258.093-.3.047-.172.005-.165-.04.003-.139.344v-.179l.046-.214.09-.172zm-.346.094v.107h-.108l.108-.107zm-.179.167l.154.118-.058.095-.123-.095.027-.118zm.015.299l.054.084-.032.107-.182-.085.064-.158.096.052zm-.192.24h.164v.13l-.081.065-.083-.13v-.066zm.054.306l.138.005.1-.516.16-.598.046-.092.136-.045.022.101-.006.081-.085.054-.045.091v.633l-.046.18-.045.09h-.137l-.046.09v.092l.046.18h-.182v.046l-.046-.18-.01-.212zm.439.392v.489l.049.147v.049l-.147-.343-.245-.342.196.098v-.447l.098.055.049.098-.05.098v.147l.05-.05zm-.513-.478h.049v.464h-.05v-.464zm-.108.51l.285.54h-.212l-.071-.135.07-.203-.072-.202zm.027.958v-.383l.223.212.222.255.044-.084-.044-.085-.133-.17-.09-.042-.043-.084h.044l.089.042v-.042l-.09-.255-.133-.297h.09v-.084l.044.042v.042l.045.084.133.129.09.128.045.17.09.17v.043h.09l-.045-.042v-.043l.046-.042v.127l.044.084.045-.084v-.085l.211-.074-.21.287.043.042.078-.032v.552l.043.509.134 1.135-.434-.08-.045-.43.045-.424.046-.383v-.425l.044-.255v-.213h-.044l-.044.085-.046.084-.043.51v1.486l.043.128v.51l.046.17v.126l-.015.074-.105.015-.044.08-.05.089.044.142.06-.01.029-.075-.052-.018.008-.096.128-.02-.082.721-.211-.458-.073-.316-.017-.3.08-.813.09-.977.043-.467.078-.5-.044.129-.134.084-.222.085v-.042l-.09.042-.089.084-.005-.467zm.04.583v-.094l.048-.047.047.047v.187h.094v-.14l.048-.094.187-.14h.047v.047h-.047v.187l-.047-.094-.048.047.048.187.047.14-.093-.093-.094-.14v.048l.047.234.094.235-.234-.235-.144-.282zm.245.554l-.273-.218-.085-.152v-.15h.086l.085.226.187.294zm-.356-2.566h.076v.192l-.076-.064v-.128zm-.08.159l.11.157.056.156-.22-.209.055-.104zm-.014.238l.052.097.052.296v.592l-.23.13.104-.493v-.541l-.085-.18.107.099zm-.07.133l-.048.452v.271l-.097.226h-.096l-.047-.045.145-.226.05-.272.094-.406zm-.118-.19h.048l-.073.529-.187.528-.115-.088.187-.44.095-.263.045-.265zm-.074.041l-.133.377-.133.313.067.063-.067.062h-.07v.062h-.067v-.062l-.067-.062.067-.063v-.062l.068-.063h.067l.068-.313.2-.252zm-.226-.254l.002.394-.113.338-.149.261-.064-.032v-.05l.324-.911zm-.1-.002l-.053.29-.053.2-.209.397.027-.256.107-.2.182-.431zm-.153-.054l.071-.28.014.267-.095.345-.22.464-.065-.187.056-.103.055-.206.184-.3zm-.008-.381l-.115.43-.172.43h-.057v-.16l.344-.7zm-.091-.218l-.095.474-.09.228-.11.153-.066-.042.165-.359.196-.454zm-.145-.012v-.226l.069-.003v.226l-.052.206-.114.204-.128.346.05-.31.127-.247.048-.196zm-.221-.615l.09.045.092.312v.18l-.046.134-.09.046h-.092l-.09-.09-.046-.09.09-.045-.045-.044h-.091l-.046-.045-.045-.09h.091v-.045l-.228-.133-.09-.09-.046-.133v-.044l.045-.09v-.043h.046v.09l.045.045v.09l-.045.045.045.045v-.043h.046l.045-.044.091.09.137.045.091.089v.09l.046-.046v-.133l-.137-.134-.182-.089.228.046.09.079zm-.488.418v-.123h.073l.074.062v.124l-.147-.063zm.142.116v.054l-.054.054h-.054v-.108h.108zm-.37-.141h.164v.121h-.11l-.053-.06v-.061zm-.082-.424l.059-.072h.059l.059.072v.146h-.118l-.06-.146zm.14.356l-.074-.086v-.086h.076l.15.086-.076.086h-.076zm.212-.639h.152v.105h-.152v-.105zm.18-.042v-.07h.13v.07l-.065.07-.066-.07zm.188.098l-.005.1h-.078l-.001-.088.084-.012zm.042-.353l-.033-.003v-.044h-.046v.09l-.046.089-.065-.046-.03-.104.01-.147.02-.108-.046-.046h-.069l-.002.144.002.128.046.18-.046.135-.046-.089-.18.18v-.045l-.046-.046-.089.046-.046.09h-.043l-.046-.046.046-.09-.046-.045-.09.045h-.045v-.089l.014-.111.045-.135.076-.07v-.045l-.09-.045-.023.077-.044.09-.045.18-.112-.032-.045-.09-.044-.045h-.046l.046-.046.046-.045.09-.046v-.045l-.045-.046v-.045h.224l.046-.09h.045l.09.046.27-.135h.226l.09.046.045.089v.045l.1.154.024.165h-.047zm-.87.69v-.067l.123.067v.068l-.06.069-.061-.068v-.069h-.002zm-.017-.145l-.057-.054v-.108h.114l.058.054v.054l-.058.054h-.057zm-.078-.293v.048h-.048l-.05.05-.048-.05-.05-.048.05-.05.049.05h.097zm1.768-.105h-.15v-.2l.1.052h.05v.148zm.162 0v.1h-.05l-.05-.1v-.148h.051l.05.048v.1h-.001zm.35.177l-.051.049-.051.1-.1-.051-.05-.049-.05-.15.05-.1.101-.1.1.051.05.1v.15zm.041-.816l.044-.046.132.18.044.227.043.226-.043.226-.177.09-.044-.225v-.135l-.088-.046-.088-.045-.087.045h-.088l-.044-.045.088-.09v-.317l.131.046h.177v-.091zm-.227-.208h.086l.042.086.042.042v.129h-.128l-.128-.085-.085-.086-.042-.042h-.042l.086.213.042.086-.042.128.042.042-.042.042-.086.086h-.17l-.085-.128v-.042l-.042-.042-.1-.05-.062-.104.106.01.01-.062-.052-.063-.07-.028-.055.018-.03.068.02.09.064.075-.084.084-.104-.02-.105-.084-.002-.186.042-.128.043-.086.042-.042.086-.042.044-.042.086-.043.086.043.086.042h.128l.086-.042h.128l.086.086.073.077zm-.376-.435l.09-.045h.137v.182l-.09.045-.092.046-.182-.046h-.275l-.091.093-.137-.091-.09-.137v-.09l.045-.046.045-.046h.091l.046.046h.091l.046-.046.045-.136.046-.092h.182l.09.046V9.9l-.045.091v.046l.048.09zm.924-.713l.136.094.183.19.09.286-.136-.048-.137-.094-.09-.094-.137-.142-.046-.19h.137v-.002zm.094.55l-.042.084h-.084l-.042-.042v-.127l.042-.084.084.084.042.084zm-.39-.112l.068-.307.022-.14.123.363-.084.126v.169l.126.084h.127l.042-.084.084-.084.043.084-.043.084-.126.085-.084.042-.043.042h-.634l.084-.127v-.084l-.042-.042-.084-.084h-.084l-.043-.043v-.084l-.126-.126-.084-.043h-.085l-.126.085-.042.084-.085.042h-.084l-.127.085-.126.126v.084l.084.17.085.041.042.042-.085.211-.042.085v.126h-.045l-.042-.084-.085-.042h-.042v-.043h-.295l-.084.043-.127.084h-.128l-.084.042h-.127l-.084.042h-.042l-.043.085v.126l-.084.042-.042.127h.126l.043.084-.043.085v.126l.043.042.126.042.042.085v.042l.042.042v.253l.085.084.084-.042h.042l-.042.085v.042l.042.168.042.043h.085l.084.042.042.042.085.084h.084l.042-.042v-.042l.042-.084v-.043l.085.169.042.084.084.043.127-.043-.17.592.085.085.042.126.085.211.042.21.126.212.127.168.169.085.168.084.127.127h.084l.084.042.17-.085.083-.084v.508l-.042.084-.126.084-.127.043-.084.084-.084.126-.085.127-.042.169-.126.126.168.084h.127l.126-.084.085-.042v.042l.042.042-.054-.205.037-.206.059-.179h-.042l-.085.21-.074.269-.01-.074-.042-.112-.078-.072.083-.108.084-.127.085-.042.126-.047.05.184.132.125.113.113.18.052.041.042-.005.1-.042.094v.211l-.01.148.042.085-.042.042-.042.084-.042.085-.063.074v-.085l.042-.084.022-.032v-.169l-.042-.126v-.115l.042-.084v-.21l-.07.252-.043.253.042.042-.084.085-.032.106-.074.21-.044-.06.012-.13.084-.126.042-.34.085-.337-.127.169v.169l-.042.168-.042.211-.149.309-.03-.113v-.042l.042-.127.085-.169.042-.21v-.211l.01-.238-.042.042.01.101-.042.169v.169l-.085.126-.236.179.047-.154.095-.084.084-.126v-.125l-.042.042v.042l-.042.042-.042.042-.127.17-.042.083v.127h.126l.127-.127.084-.042-.084.211-.042.084v.127l.084.084v.042l.084-.042.043-.042h.042l.042.042.126-.295v.21l.043.043h.084l.042-.042-.042-.042.042-.042.042-.043-.042.296-.042.295v.253l.042.297.042.168-.126.887.042.338-.042.084v.127l.042.21v.635l-.042.253v.042l.042.042v.042l.126-.592v-1.177l.043-.592.084.206.042.042.084.084.043-.21v-.17l.042-.421v-.042h.042l.02-.009-.02-.033-.042-.085.042-.042-.042-.381-.015-.402.042-.042h.21l.122.101-.042.043-.042.126-.085.127-.042.168-.106.3.042.085.083-.108.034-.13.084-.21v-.085l.126-.253.053.111v.253l-.127.338v.168l-.169.677.043-.085.042-.126.084-.211v.38l-.042.21-.042.211h.042l-.127.972-.042.465-.042.466-.295-.042-.127-.043-.168.043v-.085l-.042-.042-.085.042h-.042l-.042-.042v-.042l.042-.042h.042v-.042l-.042-.043h-.084l-.127.043-.126-.043.084-.042.084-.042-.126-.084-.127-.042-.295.042-.084.042-.084.042v-.126l.042-.085-.042.042-.085.043-.126-.085-.169-.042.084.084.085.043h.042l-.38.168-.042-.042.042-.042.043-.042v-.042l.042-.043h.042l-.042-.042-.253.127h-.127l-.042.042-.042.042h-.169l.085-.126.126-.085.295-.126v-.127l.042.085v.042l.043.042h.126v-.042l-.126-.085-.043-.042-.042-.084-.084-.084-.127-.085-.126-.042h-.169l-.042-.084-.084-.085h-.169l.084-.042.127-.042h.21l.127.084.085.043.168.168-.042-.168-.084-.17-.085-.126-.126-.042h-.295l-.169.042-.169.127-.126.126-.084.169v.042l-.127-.38-.084-.168-.042-.169-.085-.38.054.143.032.025.042.042.043-.042v-.085l.138-.053-.18.011-.017.095-.026-.053-.023-.053-.019-.073-.042-.042v-.085l-.042-.042h.253l.042.085.042.042v.042h.084l-.042-.084-.042-.043-.126-.084h-.085l.085-.169.126-.084.127-.084.168-.042.042-.085.043.127v.084l.084.084.042.043.084-.085h.043v.38l.126-.042.042-.085.085-.253-.085-.253-.126-.084-.085-.084h-.131l.042-.085h.169l.084-.042.042-.084.042-.169.043-.084.042-.042.042.042.042.084-.042.127.042.126.084.042h.043l.084-.042h.042l.042-.084.085-.127v-.084l.042-.042.042.042.084.042v.169l-.084.126-.042.085.042.084.084.042h.085l.084.042.042.042v.127l-.084.126-.169.17-.137-.021-.084-.084.01-.105.042-.127.043-.042.042-.042.074.032.042.042v.085l-.042.042-.032.052h.084l.042-.042.043-.169-.085-.084-.084-.042-.127.042-.084.084-.042.042v.043l-.042.168.084.127.127.084h.084l.084-.042.127-.084.084-.085.084-.168v-.169l-.084-.042-.084-.042h-.085l-.084-.085.127-.21.042-.127-.042-.084-.085-.085h-.042l-.169.042-.084.085-.042.084-.042.084-.085.085-.042-.085.042-.042.043-.042-.043-.084v-.127l-.042-.042-.042-.042h-.126l-.085.084-.084.127-.042.042v.084l-.042.042-.043.043h-.042v-.296l-.042-.126-.042-.084.042-.085h.042l.169-.042h.084l.127.084.084.043h.127l.042-.085v-.253l.084-.042.042-.042.042-.042v-.042l-.042-.085h-.04v-.042l.084-.084.084-.085-.042-.089-.084-.084h-.042l.042-.042.042-.085.042-.042-.042-.042-.169-.084-.042-.043-.084.043-.042.042h-.085v-.042l-.042-.043-.084-.084h-.084l-.043.042-.084.042-.042-.126-.084-.169h-.127l-.126-.042-.127-.042h-.169v.042l-.084-.042h-.084l.084.042-.042.042v.085l-.042.042H13.1l.042-.592v-.295h.126l.042.084.043.042h.168l.127-.126.084-.043h.042v-.084l.042-.084-.084-.085v-.084l.042-.084-.084-.127.042-.126v-.085l-.042-.084h.042v.042l.042.042.085.085.084.042.169.042-.043.21.043.17.126.126h.042l.085.253.168.169.127.042h.126l.042-.042.17-.169.041-.042v-.253l-.042-.127-.042-.042-.042.042-.085.043.085.084.042.042v.169l-.042.042-.042.084-.083.06-.096.025-.042-.043-.169-.084-.042-.084-.019-.098.115-.071.042-.042.042.126.042.085.085.042h.042l.126-.042v-.127l-.084-.126-.042.042h-.042l.084.084v.042l-.042.043h-.042l-.085-.127v-.042l.043-.084.084-.043-.042-.084-.085-.169-.084-.084h-.042l-.084.042-.085.127v.084l-.05.155-.108-.103-.042-.084.023-.086.029-.073v-.084l-.084-.042-.043-.042-.084-.042-.052-.01-.081-.065.133-.008h.084l.043-.084-.02-.107v-.084h.041l.043-.042.126-.042.127-.085v-.168l-.127-.127-.295-.126h-.084l-.085.042-.168.042.042-.084v-.085l.042-.042-.084-.084-.211-.042.042-.211-.042-.211-.085-.169-.126-.168v-.127l.042-.126-.042-.127.042-.126.084-.169.127-.127.042-.042.084-.21.085-.127.084-.169v-.337l.21.126.043-.084v-.042h.042l.085.042.084.084.042.211v.042l-.042.085-.042.042-.042.084-.085.042-.084.043-.21.042.041.042h.085l.168-.042.127-.085.168-.253v-.253l-.084-.084-.126-.169-.17.085h-.041l-.085-.042h-.084v-.043l.337-.168.34-.169.042.127.042.042.084.042h.084l.127-.042.126-.169.043-.084V9.27l.084-.042.21-.169.23-.137-.09.127-.057.197-.008.262.07-.042.067-.04.126-.126.074-.227-.006-.225.055-.028.107.097-.134.36-.028.246.059.243.126.253.042.126.042-.126.043-.169zm-.455 5.775v.154l-.055.05h-.056v-.153l.056-.101.055.05zm.687.667l-.066.158v-.158h.066zm1.476 5.097l-.105-.02-.066-.056-.251-.159.076-.08.103.102.062.064.18.149zm-.412-.444l.275.085.13.145-.024.097-.381-.327zm-.096.326l-.474-.324.01-.111h.047l.236.19.237.19.425.288-.019.094-.462-.327zm.433.381l-.025.07-.189-.095v-.102l.142.048.072.079zm-.27-.164v.122l-.094-.047-.094-.048-.095-.047-.094-.094-.142-.096-.142-.097v-.168h.048l.283.24.33.235zm-.33-2.116h.22v.042l-.274.042v-.042l.054-.042zm-.027-.044V19.2h.273v.042l-.11.042-.163.044zm.083.214h.11l-.055.042-.11.044h-.055v-.086h.11zm.183.128l-.054.042-.054.042-.219.043v-.129h.327v.002zm-.24.17h.165v.043h-.164l-.11.042v-.086h.11v.001zm.031.17h.22l-.164.043-.11.042-.11-.042.055-.042h.11zm.004.129h.136v.086h-.271l-.046-.086h.18zm0 .15l.136.042h-.226l-.045.042-.046-.042v-.042h.18zm-.046.15h.182v.042h-.271l-.046.043v-.086h.135v.001zm.135.17l.046.043h-.046l-.137.042h-.136l-.046-.042v-.042h.319zm-.02.235l-.076-.086h.077l.078.086h-.08zm.054.123l.094.149-.49-.343h.094l.153.058.149.136zm.062-1.852h-.22v-.086h.274l-.054.086zm0-.214l-.054.042h-.11l-.053.042V18.9l.054-.042h.219l-.056.044zm-.22-.128l.055-.042.054-.043h.11v.043l-.054.042h-.164zm.22-.17h-.22l.055-.043v-.042h.164l.053.042-.052.042zm0-.17h-.163v-.043h.11l.109-.042-.056.084zm-.055-.171h-.11v-.086h.22v.086h-.11zm.033-.172h-.11v-.085h.164v.042l-.054.043zm-.116-.17l.056-.087h.11v.086h-.166zM13.58 19.72l.11-.105.094-.045-.143.224-.047.135v.09l-.06-.122.046-.177zm-.13-.14l.071-.113.085-.098.126-.084-.084.14-.014.126-.126.169-.058-.14zm.59-.143l-.151.114h-.101l-.1-.057v-.057l.05-.058.153-.057.069.003.055.029.024.083zm-.026.126l.136-.049.183.05.182.099.045.097-.111.06-.149-.1-.136-.022h-.046l-.104.066-.113.056-.115.089-.182.295.072-.271.127-.225.12-.094.09-.05zm-.47.666l.095.17-.22-.117.126-.053zm.116.002l.126-.182.127-.127.21-.126h.085l.212.066-.098.028-.097.056-.056.07-.128.077-.042.042h-.085l.085-.127-.085.043-.084.084-.042.056-.128.04zm.018.154l.13-.065.324-.128-.26.194h-.194l-.13.066.13-.067zm.494-.022l.053-.053h.104v.053h-.052l-.159.052-.158.105h-.053l-.052-.053.105-.052h.158l.054-.052zm-.404.079l.052.052.052.052h-.106l-.052-.052.054-.052zm.048.194h.048l.047-.047.047.047.047.047-.047.047h-.047l-.095-.047v-.047zm.275.15l.1-.05v.052l.05.052.051.052-.05.05-.15-.05-.051-.052-.05-.05h.1v-.004zm.026-.123l-.095-.093.095-.047h.094l.047.047v.046l-.141.047zm.236.047h.094l.047.047-.047.048h-.14l-.047-.048.093-.047zm.236-.076l.062-.08.063.08v.081h-.247l.122-.08zm-.01-.185v-.05h.05l.1-.05h.05l-.099.1h-.101zm-.009-.2l-.052.053h-.104l.052-.052.104-.053v.053zm-.145.19h.122l-.122.079-.06.08-.06-.078.12-.081zm-.079.418h.145l.096.096-.047.049h-.096l-.049-.049-.047-.049v-.047h-.002zm.36.373l.126-.071.064.07h.064v.071l-.127.071h-.064l-.126-.07.062-.071zm-.051-.257h.141l.071.07v.067h-.07l-.142-.137zm.152-.062l-.184-.06.123-.063h.062l.123.062-.06.06h-.064zm.317-.582l.173-.057.037.123-.113.084-.14-.013-.016-.078.059-.06zm-.09-.123l.056-.056.056-.056v.056l-.056.056h-.056zm.385.246l.103.047.06.061v.06h-.06l-.188.056-.055-.055-.044-.071.184-.098zm-.064-.128l.05-.103h.103l.154.05-.05.051h-.052l-.1.05h-.051l-.054-.048zm-.388-.022l-.182.06.121-.12h.182l-.121.06zm-.046.135h.083l.082.084-.082.083h-.081l-.083.082-.082-.082v-.083h.082l.081-.084zm.118.626h.066l.066.065h.064l-.064.066h-.066l-.13-.064.064-.067zm.098-.07h-.143l-.073-.072.145-.07.073.07.072.145-.074-.073zm.06-.202h-.132l-.134-.086.134-.086h.067l.133.086v.086H15.2zm.127.226l.14-.066.071.13h-.21v-.064zm-.057-.147l.096-.12h.192v.122h-.288v-.002zm.31.139v-.075l.078-.074.157.074-.078.075h-.157zm.198-.672l.06.061.061.06-.12.062h-.06l-.12-.061.06-.06.119-.062zm-.152-.153h.177l-.088.044-.09-.044zm.077.464h.259l-.173.084-.086.084-.086-.084.086-.084zm.073.41h.091l.046.045-.046.046-.091.045-.046-.045-.045-.046.091-.045zm.152-.183l-.117-.06.117-.061h.116v.06l-.116.061zm-.019-.278v-.077h.174l-.057.077h-.117zm.13.292h.091v.045l-.09.046h-.046l.045-.091zm.06-.177l.043-.044h.088v.044l-.044.044-.088-.044zm-3.077-2.753l-.088-.088-.176.044.088-.087.088-.088.088.131.087.088h-.087zm.059.125l-.091.072v-.143l.09.07zm-.773-1.673v-.13l-.044-.044h.044v-.044l.218.044.173.044h-.086l-.043.044-.044.173.044.132.043.13-.13.044h-.043l-.044-.088-.044-.13v-.088l-.044-.087zm-.212-.729l-.255-.07-.127-.099-.146-.163-.108-.177-.042-.17-.043-.341.004-.324.126-.348.169-.219.298-.467v.212l-.001.19-.179.296-.159.364-.037.233.043.226.037.179.042.128.084.128.17.129.17.086.426.17.131.012.022.074.107.042.042.064-.052.095-.29-.073-.432-.177zm.212.18h-.265l-.133.044-.133.044.044-.22h.133l.088.043.266.09zm-.292-2.988l-.084-.338-.042-.38.169.043.084-.042.084-.042.042-.085.085-.084.084-.21v.084l-.042.084v.084l.084.042h.127l.232-.01-.096.063-.136.032h-.042l-.043.042.145.022.191-.007-.081.07h-.084l-.085.041-.042.043.346-.004-.105.042-.113.046h-.084l-.042.042.084.042.123-.027.172-.015-.08.064-.097.005-.077.017-.085.042.127.042.2-.02-.123.057-.12.048-.041.042.347-.042-.073.082-.276.044-.103-.037-.105.01-.13.027-.168.169-.084.084.042.127v.126l.042.085h.169v.042l-.043.042-.042.084v.085l.085.042.042.126.042.085.084.042h.085l.126.126.042.085.042.042h.085l-.085.042h-.253l.127.084.158.022.174-.022.147-.027-.16.112-.139.022-.136-.02h-.127l.085.041.12.036.242.03-.216.05-.143-.018-.127-.013.24.106.263.022-.253.042-.253.042.127.042h.126l.253.043-.123.065-.12-.003h-.126l-.183-.002.13.066.132.012.28.03-.253.042-.285.043.21.042.296.022-.084.042-.211.022h-.211l.084.084h.39l-.208.056-.266.028.126.085.159-.02.295-.043.003.076-.188.01-.127.032-.116.053-.15-.066-.127-.084-.169-.043-.168-.084-.127-.126v-.38l.076-.405.029-.334.022-.317.042-.042v-.464l-.046-.384zm.048-1.365h-.044l-.13-.044.086-.086.044-.042.086-.216.216.086.13.044.13-.044-.044.13-.043.086h-.13l-.086-.044h-.042l.086.086v.044l.044.044-.172.13-.172.172h.044l.172-.13.172-.172.044.044.044.044v-.044l.044-.086-.043-.044.13-.216.044.044v.044l-.044.086-.086.13v.086h-.049l-.086.044-.086.043-.044.044v.13l-.042.086-.13.086-.043.044h-.086v-.172l-.02-.226.043-.044.086-.044.064-.076v-.047h-.087zM8.16 5.69l.098-.286.084-.253-.084.042-.042.043-.084.042h-.085l-.168.084-.085.169-.168.295v-.464l-.085-.126-.084-.085-.211-.253-.169-.21h-.042v.463l.042.253.127.169.21.21.212.17-.043.084v.084h.043l.21-.084.17-.127.112-.136.042-.085zm.388-.871l-.168.137-.211.106-.221.042-.27-.022.175-.157.211-.074.484-.032zm.545.034l-.123.199-.138.194-.2.155-.192.106.132-.217.135-.226.136-.127.12-.039.13-.045zm-1.017.87l-.177.177-.221.09.177-.355.133-.177.177-.133-.09.398zm-.531.025l-.221-.177-.154-.2-.042-.211-.025-.252.177.178.185.178.107.253-.027.231zm.953-.022l.22.134.178.22.133.222.133.22-.133-.043-.128-.061-.155-.155-.127-.253-.121-.284zm-.255.245l.032.294-.106.209-.095.084-.158.21-.05-.004-.046-.238.084-.267.152-.155.187-.133zm-1.827.182l.074-.05.135-.073.145-.01.22.062.177.115-.2.064h-.183L6.6 6.206h-.184v-.054zm.844.037l-.25-.349.179.064.158.053.137.148.147.23.043.16-.414-.306zM6.85 4.722l-.074.246-.206.177-.182.05.052-.178.127-.244.253-.211.297-.095-.267.255zm-.431.71l.059.147v.133l-.108.251-.05.088-.046.133-.097-.177v-.22l.097-.62.047.133.098.132zm.168.82l.194.08h.211l.127-.041.084-.043.111.068.2.148.202.127.077.123.042.042-.38-.126-.379-.127-.759-.253.27.002zM9.34 6.8l.046-.272.148-.253.32-.394v.172l-.025.222-.118.22-.158.148-.213.157zm.182.17l.139.047.138.048h.186l.207.106.317.432-.258-.044-.312-.17-.231-.186-.186-.233zm.964.845l-.044.132-.005.13-.061.185-.108.068-.116.022-.105-.01.22-.306.089-.087.13-.134zM9.11 5.77l.007-.224v-.266l.087.087.095.149.064.21.022.233-.133.381-.142-.57zm2.221 3.075l.275.515-.012.192-.02.179-.115-.066.01-.137.065-.178-.211-.454.03-.135.064-.221.005-.263-.047-.2-.076-.097-.168-.253-.043.38.043.21.042.085.084.042.084.042.019.084-.019.085-.084.042-.21.042-.085.126-.127.127-.126.084h-.169v.085l.127.084.168.084h.296l.084-.084.042-.084.042-.211.127.253.042.168-.042.085-.042.042v.126l-.63-.168-.298-.213-.127-.126-.126-.169-.675-.928-.548-.506-.248-.229-.273-.21-.147-.117-.137-.063-.188-.094.22-.243.149-.295-.052-.39-.316.211-.189.243-.052.148-.074-.189-.074-.116-.092-.13-.077-.09-.337-.17h-.117l-.104-.02.2.285-.357-.084-.159.042-.126.064.052-.158.056-.162.028-.112-.028-.141-.085-.127V5.24h.127l.126-.085.127-.126.126-.253.085-.127.084-.084.126-.042h.17l.59.169.59.042-.304.037h-.295l-.126.042-.127.042-.084.127-.127.126.085.042h.168l.253.042.253-.084.211-.126.169-.211h.126l.169.042-.169.042-.087.044-.105.137-.231.463.01.053.078.273.084.253.042.084.084.169.17.169.21.084.21.042v.169l.043.084.084.042.253.253.253.296.127.084.168.084.17.042h.168l.042.043-.127.042-.084.042-.169.169-.27.435.201.022.169-.043.113-.075.042-.085.042-.168.042-.17V7.81l.085-.085-.211-.421-.127-.17-.084-.083-.126-.043-.169-.042-.169-.042H9.57L9.4 6.839l.21-.127.17-.168.126-.211.042-.253-.042-.169.042-.169-.38.338-.12.184-.127.242-.02.032-.026-.077.047-.123.043-.085.032-.074.047-.098.042-.126-.042-.295-.085-.295-.21-.253v-.085l-.127.38v.38l.084.379.127.337-.127-.253-.168-.295-.211-.211L8.6 5.66l-.168-.085.21-.084.17-.126.168-.17.084-.168.042-.126h.043l.084.126.126.127.253.168.253.211.127.127.126.126.338.675.21.337.254.295.295.422.253.464.057.062.04.066.012.029.127.179-.014-.016.033.061.087.164.047.087.058.095.057.06.047.088-.054.169-.084.147-.084.168-.053.201-.032.159-.02.126-.047-.088.015-.408-.3-.575-.029.091zm.017-.425l-.093-.062-.044-.056-.074-.212.026-.2.173.225.03.155-.018.15zm-.056.337l-.1.299-.05.148-.148.053h-.149l-.167-.083.296-.179.158-.178.16-.06zm-.148.87l.253.095.282.166.308.362.253.306.167.197.211.2.19.127.18.285.17.251.21.32.063.178.032.19-.047.16-.057.183-.238.347-.218-.057h-.084l-.084.042h.17l.096.063.074.15.125.187-.04.24v.086l-.086.086-.086-.086-.043-.129v-.256h-.042v-.042l-.042.17v.128l-.042.129-.042.042h-.086l-.085.17-.042.042-.086-.042-.042-.086-.042-.084-.086-.086v-.086l.212-.383v-.042l-.042-.043h-.045l-.043.085-.086.086-.042.086h-.084l-.042-.084.042-.087.042-.042h-.084l.042-.128.155-.128.179-.02.177.02h.17l.17-.042.087-.042-.029-.117.052-.074.032-.088.016-.26v-.146l-.024-.12-.049-.135-.084-.17-.213-.299-.214-.256-.172-.127-.221-.126-.084-.236-.296-.355-.266-.266-.224-.182-.457-.289.261.063zm1.373 1.173v-.052l.16.05.147.03-.005.073-.164.01-.138-.11zm-.413-3.203l-.098-.084-.09.022-.075.028-.044-.09.09-.134.089-.046.134-.043.18.089.089.179v.09l-.046.223-.044.09-.09.09-.043-.046-.046-.046.046-.09.02-.12-.072-.112zm-.19.03l.092-.03.07.084.023.166-.123-.11-.063-.11zm.176.392l-.155-.029-.098-.07-.07-.127-.014-.098.022-.12.315.444zm.22.003l.084-.126.084-.211-.042-.253-.084-.127-.085-.084-.126-.042h-.084l-.127.042-.084.042-.085.084-.168-.295-.211-.253v-.042l.253.042.21.085.235.023.272-.066.21-.126.127-.042h.042l.15.033-.084.107-.169.064-.2.084-.306.137.328.136.168.01.263-.062.127-.116.02-.139v-.168l.084.168.043.127v.084l-.43.54-.372.6-.084-.084-.042-.126.083-.046zM11.9 5.447l.169-.179.094-.022-.043.22-.088.219-.176.22-.209.197.032-.221.085-.221.136-.213zm-.032-.133l-.23.059-.28-.06-.234-.058.279-.118.128-.029.126-.042.21.013.232.06-.092.118-.139.057zm.127.565l.13-.177.086-.223v-.222l.172.312.258.266.172.267.086.356V6.5l-.086-.133-.172-.133-.172-.09-.172-.043h-.258l-.172-.044.128-.179zm.344.346h.128l.13.086.172.172.172.172-.258-.086-.214-.086-.214-.128-.215-.172.299.042zm-.859.465l.095-.072.141-.073H12l.565.073-.094.072-.142.073h-.142l-.19.045-.231-.045-.284-.073zm1.481.007v.275l-.133.152-.273.042-.306-.062.264-.117.168-.062.137-.042.143-.186zm-.376 1.346l.106-.137.292.204.295.085-.183.027-.085.042-.224-.003h-.275l.074-.218zm7.676-1.44l.45-.331h.05l-.117.299-.147.23-.276.164-.246.093.097-.231.19-.224zm-.332-.218l-.007-.096.066-.361.01-.316.095.233v.285l-.043.201-.05.196-.071-.142zm.437-.327l-.2.24-.05-.007.042-.17v-.21l-.042-.169-.084-.168h.126l.085-.042.21-.085v.38l-.01.133-.077.098zm-.231-.564l-.159-.02-.315-.136-.127-.105.159.01.148.032.253-.01.279.155-.238.074zm-.567-.133l.127.042.21.127.043.126v.127l-.043.253-.042.253.042.126.043.127-.296.506-.084.295-.084.295h-.253v-.084l.042-.084.084-.127.042-.21v-.21l-.042-.21-.126-.17-.042-.084v-.126l.042.042.042.042.084.042.085.042.126.38.127.084.042-.253.084-.337.042-.337-.042-.17V5.7l-.084-.126-.085-.169v.21l-.042.17-.126.379-.042-.253-.085-.21-.168-.17-.211-.168-.042.042v.084l.042.043v.042l-.464-.127-.38.042.296-.126.337-.042.717-.085.084.125zm-2.913 2.744h-.21l-.212.043.043-.127.084-.126.126-.253.211-.211.295-.127-.126.169-.127.21-.084.17-.042.126.042.126zm.084-1.393v-.126l.002-.058.083.142.126.21.127.17.084.042.127.042h.084l-.422.084-.168.085-.221.141.074-.168.062-.1.085-.126v-.127l-.043-.21zm.107-.131l.2.052.18.11.151.15.165.173-.168.032-.211-.062-.147-.158-.116-.17-.054-.127zm-.127 1.347l.05-.14.252-.421.05.14.031.138-.03.155-.095.125-.1.094-.105.091-.051-.086v-.096h-.002zm.231.135l.085-.084.106-.154.02-.141v-.127l-.084-.253.168-.042.127.253.126.38.085.084.126.126.127.043-.042.042-.464-.042-.464-.043.084-.042zm.845 0l-.084-.084-.127-.21-.084-.212-.126-.21.21.126.127.169.127.21.084.211v.042l-.127-.042zm.085-.295l-.085-.169-.168-.126-.127-.127-.21-.084.21-.084.211-.042h.253l.21-.043-.041.085-.085.126-.084.169-.084.295zm1.013-1.351h.085l.084-.042.042.042-.042.422-.042.38-.253-.17-.295-.126v-.042l.084-.127.169-.337h.168zm-.264-.132l-.274-.178-.146-.208.226.058.237.055.117.074.21.17.065.063-.201.042-.234-.076zm-.081.318l-.098.155-.14.155-.211.098-.2.027-.188.044.236-.267.283-.223.378-.133-.06.144zm-.658-.06l-.101.282-.154.235-.05-.235.05-.187.154-.47v-.142l.05.141.05.142v.235zm.067 1.325L18 7.615l.134-.27.126-.211.042.295v.169l-.042.168-.076.144-.092.11-.085.042-.049-.194zm.375 0l.09-.348-.045-.217-.136-.262.136-.088.228.48.137.173.136.044.091.044-.362.174-.409.173.134-.173zm.545-.314l-.159-.095-.06-.168-.176-.263.22.087.227.135.256.35-.072.058-.098-.013-.138-.091zm.24-.241V7.05l.034-.306.014-.197.083.15.043.132.044.219-.044.22-.087.218-.044-.087-.042-.086zm-.033-1.495v-.27l.18.18.09.227.045.226.046.27-.09-.09-.136-.072-.063-.179-.072-.292zm.477.884v-.135l-.027-.292.107-.305.057-.26.091.18-.01.217V6.2l-.137.665-.08-.164zm-1.067-1.165l.232.047.188.093-.14.092h-.188l-.325-.047-.14-.093-.047-.047-.048-.047h.468v.002zm-.361.204l.168.084.211.042h.253l.127-.084.084-.127.042.296.042.168.043.127-.085-.085-.126-.084-.169-.126-.21-.043-.422-.084h-.043l.253.295.169.127.169.126-.211.085-.169.042-.168.084-.17.127.043-.211v-.253l-.084-.211-.169-.169h-.042l.042.085v.168l-.127-.042h-.126l-.253.084-.295.043h-.127l.096.079.18-.032.21-.032.2-.053.202.01-.043.107-.116.084-.179.042-.295-.037-.084-.042-.083-.057.127.141.21.043.211.042.211-.127-.084.295v.296l-.169-.17-.169-.168-.21-.084-.252-.015-.052-.095-.02-.104-.054-.206.38-.042.337-.127.337-.168.295-.211.164.167zm-1.72 1.646l-.294-.142-.179-.2-.128-.247-.15-.244.251.097.292.203.11.238.097.295zm-1.45.43l.263.073.277.021.22.061.117.088.095.103-.283.064-.218-.06-.258-.104-.213-.246zm.004-.346l-.088.06.003-.186.034-.216.127-.159.2-.189-.02.18-.052.178-.204.332zm-.137-.474v.338l-.042.21-.091-.042-.098-.168v-.211l.062-.169.085-.253.084.295zm-.2-.18l-.088.26v.26l.044.13.086.129h-.086l-.086-.13-.086-.174-.085-.08-.179-.085.137.117.084.106.13.246-.044.044h-.086l-.087-.086-.071-.108-.063-.305v.148l.004.137.044.13.043.086h-.217l-.26-.086.13-.216.13-.174.303-.348.174-.13.174-.085-.046.214zm-.507.909l.267-.017.63-.177-.21.113-.351.14-.437.027-.36-.05.053-.137.408.1zm1.852.157l.071.14-.042.098-.24-.211-.21-.085-.464-.028-.211-.029.084.155.085.127.113.098.271.082-.126.042-.127.085-.126.126-.046.002-.098-.127-.337-.224-.182-.056-.309-.097.056.224.197.253.295.182.215-.03-.127.126-.169.127v-.085l-.337-.084-.295-.126-.169-.043-.126-.042-.169.042-.169.043.338-.717.378.017h.276l.267-.043.172-.059.22-.124.16.082h.252l.393-.163.083-.03.155-.14-.376.166-.251.1h-.169l-.179-.063.263-.104.317-.063.382-.02-.243-.032-.211.01-.327.064-.095.022-.076.047.127-.21.126-.211.042-.211v-.253l-.21.21-.127.085-.042.084-.169-.421.169-.042.169-.043.38-.084.379-.042.168-.084.169-.085.21-.042.085-.042h.084v.548l-.042.253-.084.253-.084-.169-.043-.126-.042-.084-.168-.127-.169-.084-.21-.042-.17-.085v.085l.085.084.042.084.084.211.169.253.169.169.126.042.127.042-.253.38-.088-.026-.046.095zm-1.841.15l.38.172.16.103.151.066.14.097-.027.076-.184.009-.153-.012-.142-.073-.155-.126-.084-.127-.086-.185zm.538 1.253l-.085-.042-.126-.127-.004-.11.056-.028.074.052.169.253h-.084v.002zm.079.294h.044v-.174l.087-.044.088-.044v.088l-.032.09-.034.104-.086.088-.1.01-.105-.032-.063-.147.074-.025.044-.044h.044l.039.13zm-1.01-.024l.067.111.135.056v.056l-.145.03-.19-.422.133.169zm-.075-.228l-.047-.047.047-.094.095-.048h.094l.095.048-.142.094-.142.047zm.061.086l.06-.057h.06l.059.057.116.157.127.098-.267-.042-.155-.213zm.393.144l-.24-.253.127-.043.047.058.206.238h-.14zm-.056-.324l.091-.047.135.136.09.182-.179-.09-.137-.181zm.125-.086l.054-.06.11-.062.11.183.11.182h-.11l-.055-.061-.219-.182zm-.803-.555l.277-.02.22.074.276.116.275.064-.137.064-.179.053-.308-.026-.316-.108-.263-.161.155-.056zm.02.271l.211.085-.084.084-.084.084-.085.127v.126l-.168.043h-.085l-.042-.085-.042-.126.042-.169.085-.126.042-.17.21.127zm.046.69l-.024.176-.116-.042.03-.134h.11zm-.287.302h.208l-.105.135h-.104v-.135h.001zm-.04-.162v-.07l.072-.071.073.07v.071h-.145zm-.224-.11h.161v.117h-.161v-.116zm.11.264h.094l-.108.158-.08-.158h.093zm.046.335h-.167l.085-.128.082.128zm-.074.201l.253-.21.295-.17.043.085-.043.042-.084.042h-.084l-.042.042v.085l-.043.084.043.084.042.127-.127.169-.084.168-.042.211.042.211v-.042l.015-.115.022-.158.064-.127.095-.158.165-.257.094-.315-.02-.19-.052-.168-.02-.2-.085-.201v-.201l.159-.189.114-.042h.085l.11.013.092-.003.13.003.175-.055.17-.042-.4.22-.117-.01-.116-.042-.147.042-.095.095-.02.148.042.169.064.137.075.2.032.233-.032.149-.043.136-.113.267-.104.178-.127.117-.084.158-.052.169-.026.167v.084l-.126-.168-.127-.127-.084-.168v-.213l.118-.464zm.552-.179l-.061.274-.06.054-.061-.11.037-.137.086-.08h.059zm.23 2.667l.18-.044h.222l.09.044.133.133v.09l-.133.044-.134.043-.177.044-.09-.044-.043-.043-.045.043.089.09.09.044.089.043v.134h-.177l-.09-.044-.133.044-.044-.044-.266-.133-.178-.134v-.133l.09-.133.133-.177.046-.09.09-.043h.088l.09.043-.09.267.17-.044zm-.465 1.545v-.072h.216v.146h-.143v-.072H13.3v-.002zm-.02-.406l.022-.075.064-.074.106.064-.067.108.035.115.053.052-.063.084-.116-.032.042-.094.002-.08-.078-.068zm-.002.086l.012.102-.104.03-.063-.095.022-.095h.066v.058h.067zm.016-.503v.212l-.043.043-.042.086-.042-.043-.042.043-.042.042v.086l-.042-.042-.086.042-.17.128-.043-.17-.042-.043-.042-.042.042-.086.042-.042.086-.042.042-.084.042.042h.043v.128h.17l.084-.086.086-.256v-.129h.042l-.043.213zm.41 1.822l-.129.042-.131-.002-.125.172.195.262.19.25-.043-.127-.086-.129-.187-.258.06-.082.087-.042h.086l.086.042.086.042h.086l.086.042.042.042-.042.086h-.042l-.042-.042-.087-.042h-.042l.042.212-.086-.086h-.086v.086l.043.086.17.043.086.042.042.042v.086l-.042.086h.128l.042-.042v-.086l-.042-.042v-.042l-.042-.043-.17-.042.042-.086v-.042h.17l.042-.128v-.086l-.042-.042.086-.043.042-.042.129.17.086.043h.086l.042-.042v-.043l.042-.042h.042l.042.042v.086l-.042.086v.129h.128l-.01.086-.086.042-.042.042-.032.086.042.044.032.096-.032.064-.076.05-.02.083.012.091-.032.107h-.086l-.128-.086-.139-.02-.02-.065v-.086l-.049-.111-.057-.039h-.086l.086.128v.17l-.086.043-.086.042v-.086l-.09-.088h-.042l-.042-.042v-.086l-.042-.084-.042.042-.085.042-.042-.128v-.086l.042-.042v-.042l-.042-.086-.086-.043-.042.043-.086.086v.086l-.042.086-.086.086-.042.086-.087.042-.084-.042-.042-.042v-.043l.042-.042.042-.042h.042v-.128l-.084-.086v-.086l.042-.042.086-.341h.129l.086-.042.086-.34h.128l.128.041.128.042h.086l.042.043.043.086-.043.086h-.086v-.091h-.049zm.143 2.143h.09l.092.046.133.153.046.183-.042.12-.068.143-.022-.33-.045-.045-.091.046h-.092l-.074-.248.073-.068zm-.095-.902l-.06-.064h.06v.064zm.024.182l.044.044v.09l-.118.063-.235.036-.044-.088.22-.055.044-.044.089-.046zm-.03-.147l-.118.145-.134.044h-.044l-.042-.11.206-.035.044-.044h.088zm-.157-.108l-.044.044-.088.044-.064.054-.044-.044-.044-.087.066-.01.044-.088.044-.044h.088l.087.088-.045.043zm-.243-.113h-.177l.044.134.087.177.044.133v.177l-.044.133-.087.134-.178.22.044-.31v-.575l.044-.133.044-.133h.09l.043-.088.044-.044.044.044.044.044-.086.087zm-.265 1.196l.044.088.09.044.043.044-.013.072-.134-.087-.087-.044.013-.117h.044zm.03-.045l.086-.091.255.243-.158.011-.183-.163zm.122-.118l.072-.086v-.044l.086.072.044.044.09.044.043.044.102.059-.078.032-.116.042-.243-.207zm.322-.015l-.196-.154.044-.044h.044l.21.066h.176l-.044.045-.072.146-.162-.06zm.234-.221h-.087l-.103-.017-.176-.044.06-.073h.085l.09.017.177-.044.044.117h-.044l-.046.044zm-1.013-.385h-.14l.044-.086.106.01h.172l-.01.074h-.172v.002zm.192.086l-.096.084-.128-.01h-.172v-.064l.01-.064.386.054zm-.256-.226l-.01-.064h.278l-.076.064h-.192zm.411-2.557l-.052.074-.063.01-.097-.037.086-.042.065-.037.061.032zm.338-.523l.064.042.052.074-.052.095-.085-.02-.074-.085.022-.084.073-.022zm-.061-.131l.135-.01.084.031.042.043-.062.116-.063-.084-.136-.096zm.135.59l-.074-.024.02-.11.079.053.017-.088.042-.084.074.106-.067.123-.091.024zm-.009.088h.058l.057-.058.057.117v.116h-.057l-.057-.057-.058-.058v-.06zm-.566-2.073l-.024-.272v-.194l.164.381.028.198-.033.244-.051.106-.084-.463zm-.112-.371l-.152.018-.016-.103.19-.02-.022.105zm.032.062l-.042.116-.179.022-.003-.106.224-.032zm-.236-.256v-.043l.14-.037.064.107-.162.016-.042-.043zm-.416-.61l.042.043.042.042.042.042h.086l.042.086h-.168l-.043-.086h-.086l.043-.126zm.425.802l-.054.047v.047l-.054.096-.086-.011.086-.277h.054l.054.098zm-.808 2.756l-.04.636-.104-.295-.052-.328.137-.38.158-.284-.1.65zm.904 1.138l.165-.059-.032.127-.133-.068zm.226.957h-.117l-.148.022-.096-.128.202.001.159.105zm-.145-.15l-.215-.042.054-.081.117.038.044.044v.04zm-.312.592l.128.042.158.022.159-.01-.073.072-.202.002-.255-.042.085-.086zm1.87-2.79l.066-.2v-.09l.046-.046h.089l.045.09.046.09-.046.045-.134.089-.066.066-.046-.044zm1.297-5.39l-.006.232-.056.169-.169.155.056-.33.077-.105.098-.122zm.238.234l.108.194.034.177-.086.432-.112-.15-.055-.25.008-.208.103-.195zm2.277-.204l-.13-.13-.087-.13.305-.088.261-.13.565-.261v.174l-.044.087-.087.044h-.218l-.217.044-.174.088-.13.173-.044.129zm.737-.388l-.059.062-.116.125-.292.189-.234.062.116-.189.175-.125.176-.124h.234zm-.388.649l-.261-.174.261-.044.218-.13.347-.347.044.044.044.088-.174.087-.173.13-.098.144-.032.094.022.095.064.021-.074.053-.054-.015-.134-.046zm.188 1.026l-.063-.296v-.273l.064-.2.074.031.032.18.004.259-.111.299zm.448-.98l.297.064.653.261-.348.088-.263-.03-.39-.147-.325-.16.186-.075h.19v-.001zm.452-.567l-.143.148-.295.201-.37.116.053-.2.234-.177.521-.088zm-.472-.231l.022-.095v-.158l.064-.032.052.084-.02.169-.042.126-.076-.094zM21.89 9.75l-.145-.081-.108-.172-.132-.2-.121-.264.21.127.193.167.175.21.05.233-.122-.02zm.578-.74l-.035.12-.113.203-.147.127-.104.022.125-.223.092-.15.118-.132.043-.168.021.2zm-.244-.564l.003.165-.013.152-.127.221-.02-.116-.01-.085-.052-.136v-.19l.055-.183.042-.126.122.298zm-.208-.34v.042l-.042.042v.042l-.042.21v.212l.084.421.043.042.21-.253.043-.126v-.169l-.043-.21-.126-.211.126.084.085.084.108.216-.024.08v.042l-.042.168-.084.169-.127.169-.084.126-.103.187-.192-.23-.253-.21h-.043l-.084-.042-.042-.042-.042.042-.042-.084-.043-.043h-.042l-.182-.27-.113-.151-.088-.112.117.032.055.04.061.077.179.263.14.123.126.084.127.043h.295v-.085l-.042-.042-.042-.042v-.042l-.211-.253-.11-.05-.273-.083.13.006.113-.006.094-.053-.123.017-.084-.042-.169-.21-.084-.043-.108-.017h-.116l-.137.052-.116.043-.071-.036-.098-.069h.169l.158-.042.285-.074.289-.026h.126l.376.08.172.09-.044.04zm-1.308.084l.21-.085.145.026.107.052.148.148-.21.01-.188-.067-.212-.084zm.398.246l.168.022.211.084.169.127.179.243-.253-.01-.221-.147-.253-.319zm-1.399-.754l.166.024.38.044.345.037.2.022.215-.117.158.01.17.022.294.054.511.208.155.059-.188-.036-.508-.175-.295-.022-.274.044-.295.098-.158.01-.169-.032-.25-.019-.303-.049-.295.044-.289.073-.295.087v.044l-.02.044h-.084l-.107-.044v.044l.03.081-.074.044h-.126l-.137-.066-.032.029.042.087-.084.044h-.084l-.085-.044-.084.044.042.044.137.047-.221.04-.084-.045-.085-.044h-.042l.084.088-.084.044-.105-.007-.084-.12-.064.04.042.087h-.084l-.105-.105-.094-.021.074.13-.126-.004-.085-.044-.042-.044-.042.044.042.044h-.084l-.042-.044L17 8.417h-.084L17 8.55h-.084l-.042-.044-.042-.044h-.085l.042.088h-.084l-.042-.044-.084-.088h-.043l.043.132h-.085l-.084-.044-.06-.098h-.072l.042.088.048.054-.085.044-.084-.044-.084-.044-.085-.044.085.174h-.127l-.126-.086-.042-.044h-.043v.044l.127.13-.169.044-.023.006-.066.071-.211-.217v.101l.126.16-.07.044-.18-.12-.045-.098-.028.058.032.082.103.119-.056.028-.052-.018-.103-.083-.11-.047.039.09.088.127-.043.044-.126-.087-.042-.044h-.042l.042.13.11.075-.056.058-.14-.13-.1-.1.014.117.14.145-.053.012-.084-.044-.084-.044-.085-.088-.038-.082.2-.196.243-.196.083-.08.126-.045.127-.13.656-.104.083-.167v-.088l-.085-.087V7.85l.085.044.168-.218.19-.398.134-.334.057-.493.043.262.022.261-.201.382-.064.202-.086.135-.05.088-.104.195-.042.164.042.076h.506l.422.044.444.032.237.001.267-.13.302-.107.271-.117.297-.137.174-.062.381-.045.06-.129.15-.5.237-.409.307-.442.34-.354-.308.405-.23.425-.17.36-.126.185-.1.396.027.05zm1.245-.567l.052-.307.053.088.052.088.081.24.022.2-.063.148-.136-.01-.095-.126.034-.32zm.666.081l.203-.032h.175l.176.053.175.052h.175l-.263.106-.261.039-.282-.014-.29-.077.066-.098.126-.029zm-.064-.168l-.185.162-.01-.205.055-.207.12-.21.187-.161-.045.411-.122.21zm.963-.28l.183.106.219.131.273.066-.266.042-.324-.042-.218-.113-.273-.162.182-.077.224.049zm.297-.378l.179-.01.283.055.22.02-.25.093-.21.064-.264-.01-.25-.103.095-.079.197-.03zm-.15-.277l-.093.225-.246.224-.175.131v-.087l.042-.226.116-.18.412-.296-.056.21zm-1.073-.609h.216l.268.032.326.13.162.054-.108.054-.221.036-.265-.036-.22-.059-.318-.157.16-.054zm.186-.217l.012-.2.045-.278.118-.224.176-.175v.263l-.088.219-.263.395zm.858-.11l.313.019.362.023-.373.132-.268.06-.263-.016-.33-.112.56-.106zm-.11-1.314l.078.22-.01.305-.01.275-.101.21-.044-.263v-.482l.086-.265zm-.171.253v.548l.084.295-.103.107-.108.062-.286.093.16-.22.084-.252.042-.253v-.169l-.042-.127.042-.126.253-.253-.126.295zm-.933-.175l.634-.2.383-.006-.088.108-.1.096-.28.143-.223.03-.35-.112.024-.06zm.727-1.238l.268-.108.312-.054.312.022.18-.02-.045.107-.09.108-.178.108-.223.054h-.49l-.232-.018.186-.2zm-.401-.046l-.054-.234v-.235l.054-.281.106.094.054.14.054.234v.282l-.074.231-.14-.23zm-.017.567l.266-.071.248.012.368.108-.265.09-.197.084-.155.013-.183-.042-.131-.093.049-.101zm-.43.85l.421.126h.211l.21-.084-.083.211-.127.169-.126.168-.085.211-.042.422-.21.168-.17.127.043.042h.084l.295.169.295.084h.296l.168-.042.127-.084h.126l-.21.21-.254.17-.126.126-.084.253.042.168v.043l-.211.084-.21.126.083-.295v-.295l-.042-.042-.168.169-.17.168-.083.211-.043.127.043.126v.042l.042.085v.042l-.042.084-.043-.169-.084-.168-.21-.338-.127.76.042.126.084.084-.126.085h-.169l-.295-.043-.337-.042-.296-.042.043-.21.126-.212.084.127.085.126.253.169.21.042.127.042.127-.042-.17-.168-.126-.17-.126-.126-.21-.084.294-.169.211-.21.127-.296.084-.337-.169.084-.126.127-.38.253.422-.59.21-.296.254-.253.126-.253.042-.295.043-.253-.043-.295-.21.295-.211.337-.042.17v.168l-.043.38-.38.463.17-.21.084-.254.084-.21v-.254l-.084-.126-.084-.084-.17-.127h-.041l.126.464-.253-.084-.084-.043h-.38l.844-.506.21-.084.211-.126.17-.211.126-.211zm-1.348 3.061l.196.053.197.11.35.333-.244-.05-.197-.108-.302-.338zm.884-1.538l.049-.557.178-.285.132-.268v.279l-.047.339-.132.271-.18.221zm-.348-.428l-.057-.17.094.084.095.116.018.121v.152l-.124.295v-.369l-.026-.23zm.277-2.623l-.154-.294-.131-.219.22.175.218.22.132.087.088.088.044.132.008.227-.073-.021-.352-.395zm.18.583l-.285-.136-.136-.12-.063-.07.454.075.179.127.136.114-.285.01zm-.216.849l.085-.211.126-.21.043-.254.084.169v.126l-.084.169-.043.169-.21.295h-.043l.042-.253zM16.466 5.47l-.105.106-.263.148.162-.264.059-.115.114-.062.088-.044.093-.04.19-.021-.242.221-.096.07zm.993-.405h.337l-.084.084-.169.085h-.295l-.084-.043h-.042V5.15l.337-.084zm-.21-.21l-.117.17-.137.064-.01-.17.094-.147.211-.253.02.202-.062.133zm-.15-.677l.105-.06.21-.058.21.059.157.118h.052l.053.059-.228.044-.19.017-.473-.118.105-.061zm-.294-.545l.064.126.042.18v.232l-.02.21-.159-.158-.062-.453.032-.253.103.116zm-.748.305l.274.108.227.164.228.217-.046.054-.273-.108-.182-.054-.091-.107-.137-.054-.09-.108-.183-.162.273.05zm-.678.876V4.53l.101-.283.102-.236.028-.047.051-.048.049.142.013.184-.05.33-.101.284-.166.241-.027-.283zm1.481-.265l-.055.115-.112.114-.278.115-.278.057-.279.058.223-.23.223-.114.556-.115zM13.787 6.5l-.165.132-.088.08-.084-.127-.096-.176-.03-.162V6.08l-.085-.169-.127-.169.169-.042h.21l.17-.042.084-.042.084-.042.085-.085.042-.126.042-.211.084-.21.085-.085.084-.042-.042-.042h-.042l-.211.126-.211.084-.169.085-.168.168-.043-.295-.042-.168-.084-.127h-.042l-.085.21-.084.254-.042.21.042.254-.253-.338-.084-.168v-.213l.084-.084.127-.085.126-.084.084-.126.043-.085.042-.126.084-.253.042-.085.068-.097.084-.063.143-.008V3.8l-.126.21-.084.212v.21l.042.253.126.127.085.169.126-.296.084-.295v-.295l-.084-.126-.084-.253.295-.043-.042.211.042.253.084.211.169.169.169.168.084.085.042.084h.042v-.084l-.042-.127-.039-.253.064-.02.043.14.055.197.056.24.074.12.169.126.38.169-.085.126-.084.085-.085-.127-.126-.126-.295-.127-.296-.084-.295-.042.127.168.042.085-.042.126-.169.253-.21.253-.085.127-.042.126v.169l.084.126zm-.464-1.315v.136l-.104.18-.107.126-.062-.317.042-.221.137-.348.066.216.028.228zm.117.116l.278-.22.241-.099-.047.248-.088.225-.209.131-.234.039-.145.049h-.097l.3-.373zm.28-1.319l.072.145.007.267-.118.428-.167-.228-.032-.285.064-.24.088-.217.086.13zm.323-.248l.063.03.05.048.102.141.151.284.056.393-.158-.2-.201-.16-.095-.263.032-.273zm.62.712l.166.064.127.098.133.175.218.478-.13-.044-.235-.147-.121-.132-.159-.492zm.684 1.044l.282-.14.282-.047.234-.095-.07.123-.137.159-.231.127-.506.074.053-.108.093-.093zm-.227.07l-.25.057-.283-.086-.223-.184-.142-.17.236.041.236.087.237.128.189.128zm-1.32.588l.095-.159.179-.178.082-.12.065-.154.013.177-.035.277-.085.179-.104.19-.155.091-.078-.143.024-.16zm.638-2.527l.282.09.234.178.152.166-.256.001-.218-.106-.21-.147-.18-.22.196.038zm.89-.147l.01.221-.02.243-.2-.21-.063-.201.027-.3.046-.282.091.234.11.295zM16 2.738l.192.071-.145.083-.189.052-.337.005-.241-.07.192-.142.27-.036.258.037zm-.433-.725l.067-.165.23-.182.099-.05-.138.517-.18.263-.227.164.149-.547zm-.663.278l-.112-.172-.069-.157-.039-.264.122.155.226.076.118.162.032.14.049.111-.088.309-.035-.102-.037-.1-.167-.158zm-2.672 2.045v-.14l.044-.188.22-.187.266-.187-.044.187-.132.187-.177.188-.177.14zm-.147-1.478l.21-.037h.133l.155.037.15.105.23.098-.279.057h-.25l-.25-.105-.198-.103.1-.052zm.127.393l.108.147v.196l-.162-.098-.108-.147-.108-.147v-.147l.27.196zm-.31-1.326l.031-.189.085-.22.116.232.027.262-.049.226-.044.3-.104-.167-.053-.137-.01-.307zm-.478-.153l.116.05.117.102.116.254.226.35-.273-.221-.095-.147-.104-.2-.103-.188zm6.426 3.73l-.162.163-.138-.024-.103.01.1.042.057.044-.138.042-.128.046-.129-.046h-.086v.046l.086.046-.086.045h-.086l-.128-.045h-.086l.086.09h-.214l-.086-.045-.086-.045.042.09-.042.046h-.042l-.128-.045-.087-.046h-.086l-.042.046.086.045.086.046-.062.042-.066.03-.128-.072h-.086v.045l.125.083-.056.029h-.1l-.097-.066-.042-.046-.086.046.086.09.042.046h-.086l-.128-.045-.086-.046h-.086l.172.091-.122.03-.1-.041-.079-.078h-.086l.128.137-.043.045-.086-.045-.129-.091-.086-.046h-.128l.128.091.178.128-.17.015-.208-.173-.053.032.176.141-.1.058-.113-.07-.086-.043h-.13l-.037.04.142.029.113.07-.184.072-.184-.086.014.072.1.071-.142.086-.129-.086-.025.08.11.079-.1.086-.113-.034-.044-.044-.043.044.143.093-.057.057-.13-.062-.125-.024.184.128-.056.071-.046-.046-.173-.043v.043l.13.088v.044l-.044.044-.13-.086-.13-.044.088.13.13.088-.044.043h-.04l-.26-.173.1.145.146.158-.029.044-.09-.017-.127-.113-.086-.044.043.088.058.07.16.13-.113.028-.192-.142h-.086l.315.255-.1.042-.217-.081-.13-.093.044.086.086.088.245.137-.159-.007-.123-.022-.184-.128.042.1.093.094.233.09-.25.002-.2-.092-.17-.137.223-.354.245-.273.113-.157.022-.12h-.086l-.13-.261-.13-.262-.174-.521-.09-.135-.075-.108-.18-.192-.174-.26-.044-.13-.035-.15-.233-.374-.166-.3-.043-.174-.036-.193-.008-.199-.086-.173-.086-.086-.086-.086-.2-.065-.158-.064-.12-.175-.136-.196-.042-.128-.097-.192.287.386.159.172.17.113.093.064.13.044v-.088l-.13-.043-.13-.087-.435-.485.174-.044.173-.044.13-.13.044-.044.044-.087v-.172l.086-.088.13.261.086.044-.174.044-.13.086-.23.27-.117-.009-.042.043.173.087h.39l.088-.044.086-.086.043-.043.087-.044v.044l-.044.043-.086.13-.086.262-.044.13v.13l.13-.348.086-.13.087-.13-.13.435v.478l.13.479.086.26.174.217.029.103.101.115.052-.05.091-.176.183-.174.182-.132.155-.183.1-.211.106-.193.167-.079.634-.207.445-.378.267-.123.36-.128.127-.107.18-.042.097-.054.339-.064.138-.064-.115.046-.246.114-.138.044-.41.235-.273.131-.263.111-.307.258-.139.119-.2.08-.223.044-.187.044-.115.046-.208.415-.094.236-.152.179-.09.043-.137.088-.048.103-.064.096.054.16-.01.086-.084-.003-.044.044.044.044.086.044h.087l.044.087h-.13l.044.088.201.024.07.1-.154-.028-.073.036.24.104.096.076.032.076-.106-.027h-.044l-.042.032.214.091.128.042.003.063h-.226l.01.065h.044l.164.044.044.044-.218-.03.012.074h.044l.111.044.042.057-.153-.013v.044l.086.043.11.027.042.058h-.176l.014.057.17.044.1.1-.135.02h-.044l.066.066.084.015.1.028.141-.065.174-.13.39-.262.197-.155.19-.074.053-.017.433-.105.467-.074.456-.07.489-.23.336.07.256-.055.3-.09.231-.117.085-.054.288-.167.233-.078.258-.047.258-.047.565-.047.263-.027.3-.095.776-.444.255-.236.287-.268.106-.204.189-.368.222-.386-.431.99-.137.226-.138.192-.214.115-.358.208-.253.123-.186.128-.21.132-.242.047-.51.05-.465.058-.232.039-.258.141-.043-.022h-.086v.095l-.096-.017zM11.85 2.475l.116.064-.183.113-.152.077-.2.078h-.203l.1-.157.153-.155.264-.085.105.065zm-.214 1.664l-.295-.126-.211-.085h-.169l.084-.168V3.59l-.042-.337.085.084.042.042.21.042.17.085.084.084.042.084.042.253-.042.211zm.111.115l-.057.182-.073.152-.157.165-.178.169-.16.088.043-.21.137-.237.148-.159.18-.15h.117zm-.752-1.805l.052-.084.33-.186-.031.169-.095.14-.096.047-.241.047.08-.133zm-.294.015l-.047-.327-.012-.445.248.34.032.338-.065.256-.156-.162zm-.192.707l-.236.06H9.8l.189-.178.236-.059.283-.059.236.059-.236.177zm.164.255l.062-.206.125-.206.103.491-.012.25-.1.195-.116-.11-.06-.171-.002-.243zm.322.823L10.7 4.16l.085-.062.12-.1.237.015.137.043.283.148-.133.044-.113.03-.175-.001-.147-.03zm.042.528l.01-.442.334.015-.169.169-.084.168-.042.211v.211l.38-.253.168-.169.127-.21.035-.073.095.2.123.168.084.168.042.043.042.084-.295-.042-.169-.042-.168.042-.633.253.075.01.052.032.168.042.211.042.211.042h.084l.127-.042-.169.253-.084.253-.042.296.126-.043.127-.084.126.084.127.127.126.126.127.085-.253-.042h-.253l-.253.042-.211.168-.084-.042-.043-.042.085-.126.084-.338-.042-.168-.042-.085-.085-.126.253-.085.194-.136-.226-.022-.253-.085-.347-.01-.155.026.155-.11.078-.164.052-.104.074-.275zm.091.965l.084.126.043.127.042.168-.042.169-.085.21-.042-.041.042-.38-.042-.38zm.007-.032l-.263-.024-.307-.115.148-.074.292-.032.541.095-.188.064-.112.033-.111.053zm-.614-.543l.084-.338.149-.21.21-.201.02.318-.07.253-.098.22-.253.261-.042-.303zm.312.575l.126.042.127-.042v.674l-.169-.168-.126-.169-.211-.422.253.085zm-2.57-2.323l.337.305.464.506.131.159.127.271.2.193.231.108.476.325-.044.105.044.044.149.116-.053.064.076.036.074.032.044.128-.074.054-.002.055h.14l.085.113-.137.048.182.038.052.097-.148.035.194.07.064.085-.084.017-.044.042.044.044h.172l.1.073-.142.055.086.044H11.174l.085.113-.166.017-.086.042h.086l.086.044h.13l.078.024.042.07-.162.036h-.044l-.044.042.172.044.134-.022.07.084-.202.024-.086.042.086.044h.086l.132.008.052.065-.14.015v.044l-.044.042h.13l.086.044.044.042-.044.042-.044-.042-.042.042v.044h.044l.044.044v.086l.044.086.086.086.042.128.13.044h.086l.044.086h-.172l-.044.044.13.043.161-.033.075.094.116.032.08.08h.043l.01-.102h.211l.337.014.113.084-.497.046-.302.086.533-.019.253.014-.253.113-.577.064.351.062.295-.042.11-.008-.326.161-.344.043.258.043.302-.042v.086l-.288.1-.316.03h-.172l.295.056.474-.049-.038.072-.044.043-.172.05-.355.019-.3-.037.299.116.101-.008.248-.022.196-.007v.042l-.439.11-.158.017-.115-.027-.127-.056.123.115.172.025.088-.003.223-.024.196-.03-.03.097-.384.065-.263-.026-.086-.042-.137-.039.18.137.13.044.14.022.075.01.226-.02.122-.036.048.12-.24.035-.286-.013-.194-.052-.206-.108.12.155.203.101.12-.008.306.011.201.036-.056.082-.308-.023h-.295l-.13-.073-.086-.042.224.177.1.007.258.042.29-.008-.037.086-.247.022-.312-.04.101.075.284.036.24.01-.033.084-.121.042h-.147l-.258-.062.09.087.19.058.226.037-.032.074-.153-.01-.226-.062-.328-.392-.357-.393.052-.275.064-.253.243-.452-.172-.3-.218-.344-.506-.882-.411-.558-.316-.412-.146-.38-.216-.342-.13-.172-.182-.162-.172-.128-.172-.086-.172-.128-.149-.225-.143-.302-.258-.386-.258-.344-.355-.33-.232-.243.345.234zm.112.413l-.195.196-.252.103-.443.03.157-.148.204-.133.212-.03.317-.018zm-.42-.195l-.232-.071-.225-.162.263-.04.162.03.162.05.182.183-.312.01zm-2.08-.198l.185-.128.155-.113.27-.069.222-.029.095-.001.066.043-.06.075-.048.092-.476.132h-.41v-.002zm.485.447l-.2-.111-.095-.184-.046-.054.24.014.295.21.126.17.127.21-.447-.255zm.337-.297V3.8l-.126-.168-.211-.127.21-.042.17-.084-.043.21zm.096-.042l.125-.28.412-.416-.09.345-.108.233-.376.407.037-.289zm.712-.057l.19.148.276.064.38-.01.063.095-.516.01-.263.106-.105.106-.146.191.162.027h.21l.334-.057.17-.117.126-.126.074-.127.057.09.439.637-.231-.032-.221-.084-.154.069-.295-.042-.295-.084-.295-.043-.296-.042.127-.168.084-.17.042-.21-.025-.132-.032-.126-.28.258-.126.127-.043.168v.211l-.126-.253.21-.295.127-.127.166-.173-.009-.061.09-.263.021-.231.52.43.116.106-.21-.062-.211.022-.201.064.096.106zm-.263.548l-.165.184H6.99l-.018-.182.055-.169.3-.324v.169l-.041.169-.046.153zm-.968.24l.401.01.36.01.516.064.359.094.285.075.179.01.147-.071.237.074.21.044.092.206-.222-.083-.238-.034-.565-.049-.243-.062-.41-.108-.315-.062-.454-.032-.34-.086zm.297.156h.421l-.084.043h-.126l-.17.126-.126.127-.126.168-.042.169-.085-.042-.042-.042v.168l-.042.211-.042.38-.084-.169-.17-.169-.294-.253v-.042l.295-.042.253-.169.253-.21.21-.254zm-.45 1.731l-.201-.128-.124-.196-.106-.312-.06-.196.183.147.186.245.121.44zm-.652-1.098l-.113-.029.105-.192.121-.116.257-.085.266-.084.253-.042-.158.184-.296.24-.435.124zm-.523-.686l.167-.134.18-.052.284.022.297.088-.22.138-.237.108-.558-.03.087-.14zm-.64-.61l.053-.14.27.324.112.375v.187l-.176-.15-.179-.21-.082-.245v-.14h.001zm-.014.368l.042.085.211.253.21.168h.043v-.042h.675l.295-.126.23-.167.264.01.263.064-.378.093-.253.052-.16.064-.21.074-.095.105-.127.168-.012.139.117.064.064.01.084.21.085.338.084.169-.337-.337-.338-.38-.38-.38-.379-.337-.38-.295.17-.21.126-.085.042-.127v.295l.044.125zm-.449-.364l.075-.253.153-.172.15-.216v.216l-.008.192-.127.243-.23.221-.013-.231zm-.706.552l-.085.106-.263.116-.278.007-.24-.034-.138-.059.462-.179.231-.059h.277l.034.102zm.069-.324l-.074.074-.243.042-.253-.126-.264-.063.306-.136.233-.01.22.042.107.094-.032.083zm1.258 1.955L4.507 6l.131.22.132.261.11.169.065.23-.043.212-.044-.088-.044-.261-.176-.393-.087-.174-.186-.213.142.257-.176-.044h-.219l-.175.044-.132.087-.131.044.131.088.22.044H4.2l.175-.044.176-.088.175.437h-.088l-.131-.044-.176-.087-.263-.088-.263-.088-.263-.044-.263-.131.088-.218.307.044h.263l.263-.088.088-.087.087-.132.088.132zm2.908 1.177h.042l-.084.126-.042.085-.18.226-.286.158-.295.037.168-.21.105-.144.295-.179.277-.1zm.136.396l.022-.2.032-.085.053.198.05.185V8l-.113-.111-.074-.179.03-.179zm2.19 1.862l.064.053.052.064.074.074-.165.042-.266-.189-.156-.148.127-.085.113-.032.157.221zM8.38 9.34l-.248-.052h-.043l.17-.127.21-.168.126-.211.085-.211h.042l.295.295-.126.042-.085.042-.126.043-.127.042-.21.126.379.085h.422l-.127.042-.126.042-.316.024-.195-.014zm-.21-.223l.051-.509.101-.255.113-.18.064-.147.08.203v.212l-.036.177-.066.164-.124.195-.183.14zm.832.285l.054.06.283.227-.158.06-.123-.171-.17-.152.114-.024zm.07-.03l.136-.06.113.126.337.21-.253.014-.155-.126-.177-.164zm.29.415l.127-.042h.258l.129-.042.086.086.128.086.101.1-.38.084-.337-.071-.113-.071-.086-.086.086-.044zm.073-.676l-.41.049H8.82l-.257-.05.103-.048.154-.05.275-.051.187.052.153.049v.049zm-.25-.204l-.126-.085-.253-.253.127.042.24.13.181.208-.168-.042zm-1.021-.71l-.002.229-.169.337-.082-.265-.054-.271.054-.28.05-.251.101.15.051.15.05.2zm-.32.44l-.163-.007-.148-.091-.2-.186-.202-.234-.1-.093-.148-.09.351.068.19.127.212.317.209.189zM5.442 6.613l-.464-.338.255.09.226.054.228.106.24.194-.24.02-.245-.126zm.309.266l.408.029-.169.09-.133.052h-.268l-.23-.044-.26-.11h-.045l.135-.05.172-.036h.225l.165.07zm-.784.17v-.042h.126l.127.043.084.421.253.422v.084l-.169-.21-.126-.211-.295-.422V7.05zm.46.505l-.07-.127-.04-.278.058.052.057.053.115.158.077.128.014.14v.24l-.21-.366zm.258.383v-.422l-.126-.21-.169-.17h.38l.379-.126-.169.127-.084.168-.084.211v.253l-.042.042h.084l.042-.042.127-.042v.253l.042.253.126.253.169.169-.211-.085-.21-.168-.17-.211L5.6 8.02l.084-.084zm.628-1.09l.047.108-.047.162-.093.27-.14.216-.233.162.047-.27.419-.648zm-.04 1.584l-.087-.172-.042-.214V7.83l.086.044.086.086.044.215.042.472-.13-.216zM4.66 5.425l.058.174.015.233-.056.233-.1-.218-.07-.26L4.5 5.39l.036-.184.124.22zm-.136.87l-.154.051-.206.05h-.359l.154-.1.205-.051.36.05zM3.49 6.1l.199-.167.199-.056.443-.205-.116.222-.278.15h-.2L3.49 6.1zm.453-.997L3.86 4.85l.14.084.14.085.091.175.056.19.037.315-.204-.181-.106-.175-.07-.24zm-.411.258l.21.042.17.127.28.14-.321-.014-.21-.084-.338-.21h.209zm-.17.084l.168.127.169.084.21.085h.17l-.17.042-.168.042-.169.084-.168.127v-.169l-.042-.21-.085-.17-.126-.126.21.084zm-.053.402v.179l-.09.179-.136-.135-.047-.18.042-.224.047-.22.137.177.047.224zm-.251-.869l.064-.168.19-.378.063.25-.032.2-.132.21-.141.141-.012-.255zm.115 1.566l-.046.229-.093.184-.138.184-.23.183v-.229l.093-.23.184-.183.23-.138zm-1.129-.012l.186-.128h.185l.324.064.277.064-.231.128h-.231l-.51-.128zm-.001.325l.202-.116.287-.042-.17.214-.16.116-.284.042-.348-.052.473-.162zM1.695 7.9l-.175-.361-.14-.464.281.197.17.302.104.278-.034.279-.206-.231zm.402.5l-.085-.084-.042-.084v-.169l.042-.21v-.085l-.042-.126-.126-.253-.085-.127-.126-.126h.421l.211-.043.085-.042.084-.126.169-.127.084-.084h.126l-.126.126-.084.127-.043.21v.17l-.042.084.338-.127.168-.126.085-.169.21.253.253.21.253.127.17.043h.168v.042h.084v-.042l-.21-.253-.254-.253-.126-.127-.127-.042-.168-.042-.17.042.043-.422.295.169.253.126.295.17.296.083.506.506.38.549h-.043v.421l.042.211.084.21-.318-.3-.204-.239-.183-.24v.325l.05.308.107.19.127.126.168.084.211.042h-.168l-.127-.042-.295-.127-.253-.126-.253-.127.126-.084.085-.042.042-.084.042-.127v-.169l-.042-.168.042-.127-.169.085-.253.506-.042-.17-.126-.126-.127-.084-.168-.084-.043-.042-.042-.043v-.042l.169.085.21.042h.212l.168-.085.042-.042h.043l.084-.042.084-.042.085-.042h.084l.084-.042-.21-.043-.211-.042-.253-.042H3.91l-.211.042-.21.127v-.211l-.043-.169-.084-.168-.127-.127-.042-.126-.127.253-.084.168v.253l.042.085.085.21.126.17v.21L3.11 8.19l-.17-.295-.168-.253-.126-.085-.211-.084h-.337v.084l.168.295.253.211.295.211.296.169v.042l-.464-.042-.548-.042zm1.138-1.393l.295.043.169.126.38.38-.296-.085-.21-.084-.17-.169-.168-.21zm2.221 2.028l-.084-.218-.064-.258-.017-.297.198.157.131.21.066.208v.21l-.066.209-.164-.221zm-.59-.408l.224.226.458.435-.338-.091L5 9.092l-.156-.169-.098-.21-.042-.289.162.203zm-.744.153l.085-.126.042-.17.126-.252h.042v.253l-.084.21-.084.043-.127.042zm-.76-.464l.084-.168h.042l.127.295.042.126.084.127-.464-.169.085-.21zm-.178-.283l-.092-.231V7.57l.092-.277.186.231.047.277-.045.23-.093.232-.095-.231zm.444.256l.231.128.117.154.131.307-.116-.103-.18-.098-.183-.388zm-.054-.31l.084-.042.085-.042.253-.043.506.043-.295.168-.169.042-.21-.042-.254-.084zm-.492.322l-.306-.143-.295-.243-.285-.36h.159l.148.051.221.159.159.243.199.293zm-.564.69l-.126.21v-.42l.001-.193.42.066.17.042.168.042h-.169l-.169.042-.168.084-.127.127zm.6.278l.497.046-.09.09-.09.045-.225.09-.542-.089.135-.09.091-.046.225-.046zm-.102-.175l-.361.047h-.137l.18-.192.227-.144h.226l.226.048-.361.24zm1.993.754l-.237.042-.216-.025-.2-.113.191-.046.238-.042.187.012.231.07-.194.102zm.466.656l-.076-.086-.056-.197v-.183l-.047-.192.18.152.093.209.036.386-.13-.09zm.719-.59l-.088.192-.184.148-.184.149.086-.24.088-.192.136-.147.184-.148-.038.238zm-.13-.206l-.169.21-.126.211-.085.253-.042-.21-.042-.169-.127-.127-.126-.126h-.085l-.084-.084-.084-.043h.59l.253-.042.295-.042-.168.169zm1.36.19l-.168.127-.21.126h-.212l.137-.168.169-.127.2-.084.254-.042-.17.168zm.539.107l-.127.084-.295.042.101-.115.142-.064.295-.084-.116.137zm.238-.233l-.095-.169-.076-.082-.082-.012.136.22-.146-.052-.105-.158-.159-.042.137.178-.189-.052-.165-.22-.095-.02.137.191-.137-.052-.1-.11-.085-.086-.132-.087.09.131.079.09-.121-.048-.097-.055-.086-.086-.16-.075.127.147.022.042-.105-.059-.108-.052-.189.106-.347.107-.466.057-.342.044-.343-.044-.384-.098-.383-.25-.47-.261-.51-.234-.26-.068-.599-.115.803.061.623.233.337.179.454.19.258.154.182.055.182.022h.211l.412-.042.426-.13.128-.044.086-.07-.512-.39-.427-.386-.386-.452-.36-.476-.155-.197-.197-.169-.172-.07-.17-.087-.388-.18-.225-.122-.214-.103-.385-.261-.512-.3.256.086.214.128.427.26.427.146.427.174.086.044.17.086.325.06-.027.114.043.044h.042l.433.629.267.324.224.24.272.28.298.217.4.204.282.14.59.182.535.113.118.226.094.175-.094-.013zM5.73 8.714l-.049-.189.05.048.048.047.147.142.39.33-.292.142-.39.047.098-.142.049-.236-.05-.189zM8.406 9.79l-.113-.169-.113-.224.225.055.042.156.14.224-.18-.042zm.269.042l-.098-.169-.117-.22.113.052.102.11.281.183-.281.044zm.136-.23l-.189-.145.201-.01.263.275-.06.056-.215-.175zm1.12.638l-.179.01-.123-.034-.138-.053-.476-.238-.028-.05h.086l.094-.041.078.084.055.05.191.117.159.032.153.017.214-.042.172-.043h.086l.05.08-.394.111zm1.176.552l-.042.086-.042.086-.043-.042-.17.086v.086l-.042.086-.042.042-.086-.128-.129-.129.043-.128v-.042l-.043-.042v-.042h-.086v-.042l-.042-.043.042-.086.044-.042.086-.086.043-.086.128.086.17.086.256.17-.045.124zm.568.337l-.042-.127-.21-.253-.254-.168-.253-.169-.168-.084-.215-.157-.248-.25-.322-.308-.23-.348-.29-.398-.591-.843-.38-.38-.168-.168-.211-.127-.407-.18-.435-.17-.445-.166-.422-.169-.362-.187-.419-.309-.168-.126-.17-.21-.451-.564-.506-.59-.675-.577-.575-.424.322.128.115.125.222.145.159.137.462.35.223.185.21.197.478.531.408.45.159.087.11.11.27.143.338.158.169.052.234.027.282.144.182.084.182.042-.155.113.056.014.189-.096.084.042H7.8l.05.027-.134.057v.042l.253-.042.169.084-.085.043.042.042.164-.073.091.115-.047.07.174-.028.126.084-.042.043h-.091v.042l.084.042h.042l.085-.042.2.158-.158.01H8.68v.043l.21.042.117.032.084.084-.158.01H8.89l-.043.042.085.043h.126l.152.028.098.085-.123.055H9.1L9.06 7.94l-.042.042.21.042.117.033.103.092-.133.046-.127-.042h-.084l.253.084.208.029.084.126-.25-.029H9.23v.043l.253.042.19.074.085.084-.233-.074-.211.042.295.085.282.07.14.156-.204-.004-.134-.052-.042.042.169.085.25.038.097.127-.052.256.042-.084.042-.113.201.169.169.126.084.084.127.043.052.084-.042.199.042-.084.042-.046.042-.042.127.072-.014.156.056.168.013-.224.03-.046.14.073.028.169.042.18.042-.126v-.127l.084.127.043.126.042.253.055-.189-.013-.106v-.084l.126.253.041.114.002.223.055-.111.029-.186.125.213.001.335.085-.295.082.213.014.168-.098.04-.084.127-.042.127-.043.084h-.042l-.084-.042v-.042l-.007-.132-.076-.096zm.068.408l.049-.049.18.05-.049.15-.049.099v.298l-.08-.199v-.3l-.051-.049zM11.07 12.7l.051-.05.202-.102h.102l.1.05.254.102-.101.05h-.555l-.05.051V12.7h-.003zm.279.11l-.053.052-.052.054-.106-.052.106-.053h.105v-.001zm-.695.34v-.087l.044-.044h.09l.089.087h.087l.088-.043.044-.044v-.044h.177l.044-.044.044-.044.133.133v.088l-.044.09-.133.089-.134.044-.087.044h.442v-.044h-.044l-.044-.044.044-.044h.088v.09l-.044.043.044.09-.178.044h-.264v.043l.089.044h.09l.133-.044.133-.043.088-.088v-.088l.043-.088-.043-.087h-.088v-.142l-.044-.088-.044-.043-.044-.044h.134l.177-.044.044-.09.043-.043h.044l.073.51-.204.331-.221.31-.044-.133-.133-.087v.043l.044.088.043.133-.043.09-.088.09-.093-.05v-.044l.044-.043v-.09l.088-.044-.088-.044h-.177l-.088-.043v-.177l.044-.044-.088-.044-.133-.044-.088-.044-.09-.044v-.135zm-1.49 1.066v-.202l.114.304-.113-.102zm.129.35h.092v.092h-.092v-.093zm-.06-.166h.215v.115h-.106l-.108-.115zm.325.435h-.125v-.162l.125.081v.081zm.079-.271v.076l-.093-.076v-.076l.093-.076v.152zm.147-.265v.167l-.056.056v-.223h.056zm.355-.572l-.045.133-.044.044-.044.044h-.09l-.043-.044-.044-.09-.044-.132-.044-.044H9.7l-.044.09.044.089.043.133.044.09-.09.176-.043.09-.09.09-.133-.045-.09-.044-.021-.076-.052-.116-.02-.137.021-.146.075-.1v-.044h-.044l-.09.09-.045.082-.078.068-.044.044-.086-.034v-.177L9 13.67l.09-.043.209-.034h.177l-.044.31v.177l.09.134-.044-.31.043-.311.09-.044h.133l.09.044.089-.044-.177-.044h-.177l-.355.044-.087-.044.09-.044h.266l.089-.043v.043h.133l.044-.043h.267l.043.177.044.043.037.088zm.002-.401l-.045-.046-.046.046h-.135l-.045-.135-.092-.09v-.09l.092-.046h.09l.092-.046.135-.18h.09v.045l.046.135.046.091.045.046.091.045-.045.046v.091l-.09.091h-.229v-.003zm.452.035h-.09l-.043-.09.09-.089v-.045h.045v.133l.131.135-.133-.044zm-.265.813l-.01-.282.273-.244.092-.098.187-.007.09-.096-.085.238-.231.103-.186.054.05.045.094-.003.136-.098.14-.005-.04.19.054.185.01.28-.046.049-.047.001-.047.002-.05-.093-.056-.233-.007-.187-.05-.045-.045.048-.09.097-.04.189-.047.001-.049-.045v-.046zm-.114.157l-.051-.047v-.095l.05.048.102.047.152.047h.05v.047l-.05.095h-.102v-.095l-.05-.047h-.101zm.162.418l-.051-.05h-.05l.05-.204.204.1-.05.104-.103.05zm.18.147l-.047.096h-.047l-.048-.047v-.192l.096.096h.048v.047h-.002zm.027-.282l-.052-.104.052-.105h.052v.053l.105.052v.104l-.052.053-.105-.053zm.034.31v-.175l.059-.059.059.06.059.058v.06l-.117.058h-.06v-.001zm.202.235l-.128.015-.057-.057.013-.07v-.058h.115l.115.115-.058.055zm.245-.212l-.056.057-.113-.113-.057-.113.226.056v.113zm-.13-.267l-.063.064-.062-.064v-.064l.25-.064-.125.128zm.015-.212l-.025-.7.049-.05.202.087.1-.004-.098.051-.047.094.003.093.052.091-.047.095.007.187-.098.05-.098.006zm.344-.04v.057l-.064.057h-.064v-.115h.128zm-.084.284l-.096.05-.05-.097v-.096h.097l.096.096-.047.047zm.094-.421l-.042-.086v-.129h.13l-.088.215zm.295 1.691l-.042-.042v-.172l-.086-.044.022.086-.044.086-.042.086-.054.118-.042.044-.138.096h-.215l.044-.086v-.086l-.042-.042.086-.128.042-.086.044-.086-.086-.042-.052-.085.042-.086v-.086l.086-.086.182-.044.128.043.086.086.086.128.129.086v.172l-.043.172h-.09v-.002zm.027 1l.032-.347.186.06h.044l.044-.045.042.172.044.086.044.044h.042l.044-.044-.086-.042v-.258l.086-.086.042-.086-.042-.086h-.086l-.043.042v.086l-.042.086-.086.042h-.09l-.097-.054v-.258l.044-.086v-.044h.086l.044-.042v-.086l.052-.074.042-.044h.214l.215.044.128-.044h.086l.042.044.13.086.044.086.01.095h-.128l-.129-.04-.086-.043-.182-.052.042-.086-.042-.043-.044.086v.086h-.086l-.086.043-.172.13v.042l-.086.042v.086l.086-.086.086-.086.086-.086.129-.042v.214l.042.172.044.172.172.128v.042l-.043.086-.086.044h-.086v-.044l.044-.042.042-.044-.042-.086h-.044l-.086.086-.042.044v.086l.042.042.13.086.128.043h.129l.374.053-.042.044h-.042l-.054.048-.279-.014-.128-.042-.128-.044-.128.044.172.042.172.044.492.042-.13.056-.168.042-.452-.054.13.042.128.044.3.042.128-.01-.086.086-.13.042-.17.01-.128.044.128.042.192-.02-.042.086-.042.042-.292.022.139.04h.472l-.086.087-.128.042-.258.044.042.042h.214l.214-.042-.042.042-.086.044-.128.042-.258.042.258.044.214-.044v.086l-.086.042-.172.086h-.086l-.086.042h.514v.044l-.128.043-.128.043-.258.043.042.042h.258l.258-.042.044.042-.258.128-.258.042.042.044h.258l.258-.044v.086l-.086.044-.386.042.3.042h.258l.042.044-.042.044h-.086l-.086.042h-.172l-.128.044.128.042h.43l-.086.086-.086.042-.258.044.086.042h.13l.267.016-.053.07-.472.043.177.055.127.01.308.032-.172.043-.172.043-.354-.011.214.086.258.043.255-.025.047.11-.33.09-.285-.041-.33-.22-.257-.214h-.086l-.172-.086h-.129l-.042-.042-.042-.086.025-.1-.01-.104-.084-.422-.063-.6-.094-.96.008-.357zm.076 2.011l.06.304v.197l-.092-.184.032-.317zm-.477-.14l-.047.047-.186.186H10.9l.093-.093.047-.14.093-.047.093-.047.047.092h-.047v.002zm.007-.305l.05-.201.05-.049.052-.05.099.25v.099l-.049.1h-.1l-.102-.15zm.062.202h.115v.115h-.058l-.057-.057v-.058zm.587 1.456h-.12l.061-.18.06.06.06.12h-.06zm1.118.97h-.143V21.1l.336-.047.28-.042-.28.116-.193.048zm.05-.247l.222-.059-.19.112-.223.059.003-.105.187-.007zm-.156-.059v-.069h.19v.068l-.19.001zm.523.498h.07l.068.14-.209-.14-.14-.14.21-.07.208-.07v.14h-.209l-.069.07v.068h.071v.002zm.148.2l.221-.11.277-.112v.056l-.277.11-.111.055h-.11v.002zm.476.004l-.34.125.057-.11.114-.054.23-.11v-.053h.057l.117.054.052.038-.287.11zm1.488.405l-.206.02-.088-.044-.086-.086-.13-.172-.044-.086-.086-.044-.077-.02-.13.044-.044-.044h.044l-.088-.044-.086-.044-.086-.042-.13-.044-.086-.042-.13-.044h-.13l-.085.086-.13.044-.13-.044.086-.086.044-.086-.088-.13-.159-.062-.167-.132-.13-.086-.13-.043-.13-.044-.06-.06-.174-.085-.13-.13-.173-.086-.174-.086-.172-.13-.086-.086-.044-.086-.26-.13-.131-.076-.133-.186-.044-.258.044-.258.087-.258.162-.216.044.13v.086l-.04.211-.046.221v.086l.035.125.095.133.098.13.173.042.216.044.086.13.174.086.13.086.086.086h.088v.044l.086.044.044.044.086.011h.303l.086.044.044.042.086.032h.044l.086.044v.044l.088.172.13.13.173.13.174.044.088.044.13.043.13.044v.13l.043.044h-.042l-.044.044.086.086.13.042.13-.042h.174l.174.344.13.13.085.044.078.013.095-.013.13.044-.196-.012zm1.557.319h-.09l-.09-.044-.132-.09-.356-.133-.402-.044-.356-.044h.09l.09-.043.311.043.312.044.58.223.046.045v.043h-.003zm-.124-.226l-.34-.17-.383-.043-.427-.042h-.427l-.042-.042-.042-.086.511.042.511.086.896.128h.042l-.128-.128-.17-.042-.383-.086-.427-.042-.383-.043h-.47l-.085-.042-.042-.042v-.17l-.086-.086.086-.043h.086l.084.068.128.042.17-.042h.087l.384-.238.129-.17.042-.213.086-.042h.042l.128.042h.128l.137.017-.056.113-.017.127-.042.128-.02.17.032.081.02.105-.039.082-.128.043-.184-.056-.135-.027h-.128l-.298.042h-.128l-.17-.015-.124-.044-.086-.084h-.042l-.042.042.042.042.128.086.299.042h.597l.256.086h.383l.34.042h.043l.086.086h.17l.042.043-.042.042-.086.042-.128.042-.213.042h-.084l-.088.085zm1.486-1.992l-.168.042h-.218l-.121.04.133.014h.185l.17.01.092.042.116.017v.052l-.29-.032-.31.042-.098.064.452.022.2.061v.098l-.166-.07-.17-.018h-.19l-.173.078h.052l.014.032.337-.017.261.066.046.057-.316-.045-.296.037h-.051v.04l.339.005.2.047.082.078-.002.059-.138-.073-.188-.02-.295.037v.04l.042.003h.314l.268.13v.043l-.043.044-.046-.044-.046-.044-.045-.043-.133-.044h-.09l-.044.044.044.087.112.044v.35l.045.39.06.058.05.086.025.12-.017.054-.025.032-.039.006-.054-.028-.04.003-.083.025-.123-.035-.135.044-.268.044-.265.03h-.135l-.135-.044-.044-.087.36-.088.134-.088.135-.131.046-.13.044-.174.045-.35.135-.043h.09l.045-.044-.045-.044.045-.044v-.043l-.09.043-.089.044-.089-.044h-.09l-.089-.086h-.09l-.267-.043v-.611l.089-.305v-.306l.046-.61-.044-.306v-.84l-.046-.087.063-.002.001-.045h-.045l-.05-.038h-.089l-.045-.055.045-.044h.09l.076.042v-.675l.19.761.046.088.045-.044h.09l.045-.044.09-.044v.044l-.009.052-.128.043h-.045l-.043.079h.09l.09-.044h.045l.047.052-.135.044-.137.08.09.043h.045l.18-.044-.045.044-.045.044h-.09l-.045.088-.044-.088-.047-.084-.042.04.045.088.046.044.043.088v.087l.152.214.2.287h.13l.04.04.042-.036.003-.04h-.09l-.053-.048.234-.046.22-.042v.137h-.18l-.089.039-.038.043v.044l.043.044h-.229l-.083.039.324.04.356.093-.192.002-.533-.002-.032.037.297.04h.141l.186.051-.147.005-.187.04-.213-.004.004.034.32.042h.123l.129.04h.045v.101l-.261-.032-.263-.013-.13.042.045.037.068-.003h.059l.057.027.088-.037.222.042.076.027.04.027-.004.054-.324-.022-.24.01-.079.042.34.04.124.043.196.054-.351-.042h-.187l-.178.077-.003.05.133-.051.112.04.24.022-.035.029zm.108-.007h.06v.057h-.058v-.057h-.002zm-.123 1.762l-.045-.045.045-.093h.184l-.093.138h-.09zm.623.132h-.184l.045-.046h-.184l-.183-.045.045-.093.093-.045v.092l.138-.045.184.045-.045.046h-.046v.045l.184-.092.184.045-.046.046h-.045l-.046.045v.046h.046l.092-.046.093-.045h.277l-.23.184h-.183l-.139-.046-.05-.091zm.396.33h-.245v-.043l-.049-.044v-.09l.098.044-.049.044v.044l.147-.044h.147l.049.044-.098.046zm.015-.175l.23-.138.092-.046h.139l-.23.184-.093.046-.138-.046zm.332.106l-.138-.045.138-.046.046-.045.046-.093h.138l.093.046-.23.138-.093.045zm.18.036l.043-.044.044.044h-.088zm.062-.088l.183-.09h.23l-.093.09h-.32zm.384.084l-.093-.045.23-.093h.093l.138.046-.23.092h-.138zm.533.004h-.24l.097-.047h.047l.192.047h-.096zm.058-.218h-.19l.048-.047.094-.047h.19l-.095.047-.047.047zm.833.225h-.228l.046-.046-.046-.045-.045.045-.137.046h-.182l.09-.046v-.045l-.045-.046h-.045l-.046.046h-.045l-.046-.046h-.045l.136-.091.091-.046.091.046v.137l.137-.046.182.046v.045l.273-.091v.046h-.045l-.091.045v.046zm.185-.132l-.047-.052.095-.053h.094l-.094.053-.048.052zm.086.125v-.046l.046-.09h.045l.274.09h.09v-.09l.092-.046h.136l.183.136h.045l-.91.046zm1.03-.084l-.046.045-.091.046.045-.091v-.092l-.045-.045.09-.046.046.046v.137zM13.038 2.02l.26.18.163.105.16.22-.231-.046-.225-.102-.19-.177-.095-.17.159-.01zm-3.13.126l-.178-.094-.105-.152-.084-.169.168.053.149.094.261.289-.21-.02zm.263-.14l.046-.253.137-.189.074.117v.116l-.052.19-.081.075-.098.084-.026-.14zm4 1.152h-.204l-.245-.059-.282-.098-.207-.133.195-.035.274.012.19.065.188.102.09.146zm.136-.386l.068-.21.062-.205.044-.192.049.037.04.042.05.064.02.095-.02.143-.072.106-.12.14-.072.206-.049-.226zm-1.39-.909l.088-.088.21-.077.219-.024.26-.09-.093.163-.205.116-.26.017-.262.069.043-.086zM9.186 22.285h-1.31l.043-.042.634-.052h.633l.632-.042.633.094.042.042H9.186zm6.246-1.143h.195v.06l-.13.061h-.065l-.065-.06.065-.061zm.128-1.346l.084.042.253-.042.084-.042.085-.085-.295-.042-.17-.042-.126.042-.126.085-.084.253.168-.17h.127m.017-.099l.064-.052.19.052-.062.054h-.253l.06-.054zm6.27 1.028l.085.042h.506l.169-.085-.169-.084h-.21l-.212.042-.168.042.337-.21.169-.043h.21l.085.17.126.126.213.253h.042l-.042-.127-.086-.169-.253-.253h.169l.17.043.169.084.126.126.042.127v.126l-.042.255h.042l.042-.042v-.044l.043-.042.042-.084.042-.127-.084-.21-.253-.212-.297-.126-.169-.042h-.169l-.168.042-.169.042.127-.126.168-.085.211-.042.169-.084.042-.042h-.084l-.085-.043h-.084l-.084-.042-.127.042-.084.085-.127.084-.084.084-.127.253-.126.085-.084.042-.043.042.085-.169.084-.126.127-.127.042-.168v-.085l-.085.085-.253.253-.084.126v.295l-.042.127-.127.126.211-.168.127-.042M10.537 18.74l-.042-.084-.043-.169.043-.126.042-.085.126-.042.085.084.042.127-.085.084h-.084l.042.042h.042l.043-.042.084-.084v-.127l-.042-.126-.085-.042h-.168l-.127.126-.042.042-.042.085.042.21.127.127.042.042h.253v.042l.042-.084h-.295m.38 0l.084-.084-.169.084h.084m.085-5.782l.008-.035-.008-.007v.042m1.182 8.019h-.21l-.085.042-.042.042h.337v.042l-.126.042h-.296l.296.042v.043l-.043.042h-.21l-.211-.042-.043.042.17.042.168.042-.169.084-.21-.042h-.043v.042l.127.043.126.042-.042.042h-.169l-.042.042h.169v.127l-.042.042h-.085l-.126-.042.126.084.085.084.042.127.084.126.042.042.085.043h.126l-.042-.043.042-.042.042-.084h.127l.042-.042.169-.211.126-.253.127-.169-.127.127-.042.042-.084.042-.042-.084-.085-.042-.042-.043-.042-.084.084-.084.042-.169.085-.253-.085-.042-.084.042-.21.042h.294l-.084.085m-.35.568l.112-.111.11-.056.055.11-.055.055h-.112l-.11.056v-.054zm.193.49l-.056.057-.055.055-.11-.055-.111-.056.111-.056h.221l.111-.055-.11.11zm.37-.369l-.056.112-.056.055h-.165l-.165.056-.166.056h-.165l.056-.11.33-.056.221-.055.166-.058zm-.083-.055l-.275.055-.33.112v-.11l.055-.056.11.056.167-.056h.273v-.001zm-3.802.21l.169-.042h.21v-.042l-.337.042-.337.085-.295.084-.677.169h-.716l-.338-.042v.042l.38.084.421.042.38-.042.381-.084.38-.127.38-.168m-3.884.38v-.085h-.421l-.127.084h.548m-1.73-.126l-.085.084v.042h.085l.084-.042h.38l.042-.042v-.042h-.127v-.085l-.084-.042h-.38l-.126.084v.127l.042-.084.084-.043.211-.042.211.085h-.337m11.6-.066l.102-.084-.057.015-.044.069m-.336.05l-.138.048-.14.094.418-.094.186-.095-.048-.047-.278.094m.501-.146l.037-.063-.11.093.073-.03m-8.39-.176l.085-.042.042.042h.633l.126-.042h.255l.21-.042.38-.127.422-.126.21-.042h-.379l-.253.084-.253.084-.55.085-1.138.042.084.042.127.042m-.211-.084l-.127-.127-.084-.084h.126l.675.042.295.042h.548l.211-.042.76-.253.168-.042H8.51l-.295.042-.422.127-.421.084h-.845l-.085-.042h-.042l-.042-.042h.295l.253.042h.253l.253-.042.464-.127.464-.126.253-.042.253-.043v-.042H8.3l-.464.169-.506.084-1.012.042-.21-.084-.17-.042v-.042l.085-.042h.085l.084-.043.126-.168.043-.042v-.043l.042-.042h.042l.042-.042h-.042l.126-.084h.085l.084-.085.084-.084.127-.042h.084l.042-.042-.126-.042-.042-.043-.085-.042H6.74l-.126.042-.17.127-.041.042-.085.042-.042.042-.084.043h.126l.043.042v.042h-.17l-.168.042-.126.127-.127.126h-.042l.042-.169.042-.126.169-.042.169-.042.126-.127.127-.126.084-.043h.042v-.042l-.168-.042-.17.042-.42.338-.338.337v-.084l.042-.085.127-.084.126-.127.084-.126.085-.169.21-.042.085-.042.126-.084.043-.085v-.084l-.043.042-.38.042-.168.042-.126.127h.084l.042.042-.253.169.127-.38-.042-.042h-.043l.085-.169.042-.21h-.042l-.042-.043-.085.17-.042.126-.042-.17v-.168l.042-.21v-.17l.042-.168-.042-.126-.042-.127.042-.169-.126.085-.043.168-.084.127v.169l.042.126.127.127v.084l-.042.084-.043-.168-.084-.127-.126-.169-.127-.126h-.042v.21l.084.338.085.169h.084l.084.042.085.126.084.17.042.041.084.042-.084.338-.042.168-.084.17-.043-.127-.042-.085h.042v.042l.043-.042h.042v-.253l-.042-.126-.043-.169-.084-.084.084.295.043.126v.17h-.043l-.084-.212-.042-.126v.084l.042.253-.042-.042-.042.042-.042.127.042.126.084.21-.042.043-.127-.169-.21-.084h-.127l-.084.042.084.085.084.126.085.084.168.043.127.042h-.337l-.17.042-.041.084-.042.085-.085-.127H4.38l-.043-.042v-.127l-.084-.084h-.084l-.085.042-.21.085.042.042-.127.042-.042.042-.169.169h-.084l-.042.042h.084l.085-.042.168-.085.127-.084.126-.084h.253l.042.084h-.042l-.21.084-.211.085h.126l.169-.042.126-.043h.127l.126.043-.042.042v.042h.253l.085.042.126-.042-.084.253-.042.126.042.127.168-.084h.253l.043.084-.17-.042-.168.042h.211l.253.084h-.21l-.127.042-.085.043h.464l.211.042.253.042v-.042l-.21-.085H5.6l-.042-.042v-.38l.296.127.253.127-.043-.085v-.126m.54-1.322l.16-.054.16.054-.16.054-.106.106-.16.054h-.106l.212-.214zm-.477.027l.111-.112h.111l-.167.167-.11.112h-.168l.223-.167zm-.994-.891l-.059-.056-.059-.055v-.333l.118.112.06.167.117.278-.177-.113zm.265-.417l-.042.129-.042-.086v-.129l.042-.256.042-.042.042.256-.042.128zm.459 1.02l.094-.048.282-.047-.329.189v-.048h-.047l-.047.048-.048-.048.095-.047zm-.343.443l.085-.085.21-.21-.126.253-.084.126-.127.084.042-.168zm.27.494l.056-.056.113-.055.113-.11.113-.056.169-.055-.113.165-.112.11-.337.11v-.053h-.002zm-.038.204h.194l.34.145h-.34l-.194-.049-.145-.096h.145zm-.377-.076h.043l.042-.042v-.042l.086-.172.172-.172-.042.172-.129.214-.128.128-.042-.042v-.044H5.37zm-.188-.101l-.267-.057-.086-.095-.084-.138.133.05.133.051.216.189h-.045zm-.232.265l-.313.045.135-.135.133-.045h.27l-.09.09-.135.045zm-.01.482l.046-.135.045-.135.09-.135.135-.045-.046.135-.045.09-.225.225zm.32-.044h-.126l.127-.168v.168zm-.046-.995l-.046-.135v-.135l.135.225v.135l.046.134-.135-.224zm.168 1.004l-.052-.107v-.266l.106.106v.106l.053.321-.107-.16zm.387-.128l-.135-.09-.135-.09-.046-.134.09.09.18.045.135.09.09.134-.18-.045zm-1.731.414h.464l-.295-.042H3.91l-.042.042v.043l.042.042.127-.085m5.232-.084l.508.042.801.042.38.043.423-.043-.042-.042-.297.042-.338-.042-.59-.042-.632-.042-.34.042-.295.042h.211l.211-.042m-1.265-.295l-.422.126-.465.085-.464.042H6.19v.042l.169.042h.801l.255-.042.506-.169.464-.168.253-.042.253-.043h-.422l-.464.127m-4.136.21h.211l.211.043.042-.042-.337-.085h-.211l-.127.043-.084.042-.042.042-.042.042v.042l.168-.084.211-.042m-1.224.084l.126-.042.169-.042h.253v-.042l-.295-.043-.085.043-.126.042h-.084l-.043-.085v-.042l-.126-.084-.042-.084v-.127l.042-.042.084-.042-.126-.042H2.35l-.043.042-.042.084v.042l.042.169-.042.042h-.084l-.042.084-.127.043-.042.042-.042.042v.042h.042l.042-.084.085-.042h.168l.169.042.169.042v.042h.042m21.102-.21l-.295-.085v.042l.253.169.126.042.169.042v-.042l-.127-.127-.126-.042m-13.084 0l-.168.085h.337l.084-.043.042-.042v-.042l-.084-.084-.126-.085-.253-.042v.042h.084l.084.043.169.042-.084.084-.085.042m-7.005-.042h.422l.127.042h.042l.042-.042v-.042l-.084-.042h-.59l-.213.084-.127.127.213-.085.168-.042m11.156-.013h-.047l-.138.141.092-.047.093-.094m-5.12.055v-.042h.042l.042-.042-.127.042-.084.042h.126m-7.006-.084l-.042.084.126-.084.169-.042h.169l.168.042-.126-.084-.169-.043-.21.043-.085.084m7.344-.127v-.042h-.169l-.126.042H9.65l-.042.043-.042.042.253-.042.21-.043m-6.245 0v-.042h-.042l-.169-.042-.042.042-.086.042.128-.042h.127l.084.042m5.698-.042h.21l.17-.084.168-.042.21-.042v-.043l-.295.043-.253.042-.126.042-.084.084m-6.88-.042l.042.042v-.042l.042-.042h-.042l-.042.042m.8-.084v-.042l-.084-.127-.126-.086-.127.044-.168.084-.042.042-.043.085.127-.127h.295l.084.085.043.042v.042l.042-.042m7.807-.169v-.042l-.084-.044h-.084l.042.044-.042.084-.042.042-.127.043h.127l.084-.043.126.043h.086l.17-.043.126-.126.042-.044v-.084l-.042-.042-.043-.043h-.21v.085h.042v-.042h.126v.084l-.042.086-.169.084-.086.042-.042-.042h.042v-.042m-.379-.042h.126l.085-.044h-.211v.044m-1.18.084h-.085v.085l.422-.127.421-.128h-.337l-.295.086-.127.084m-1.266-.507l.084-.043.084-.084h-.168v.042l-.211.127-.211.168v.043h-.084v-.085h-.506l-.296.127-.126.042-.084-.042-.043-.042-.126-.043h-.17l-.296.043.085.084h.042l.169-.042h.21l.085.084-.211.042h-.169v.042h.042l.211.043.127-.043.084-.084.21.084h.254l.084-.042.085-.042.042-.042.084-.042h.21l.043.042.042-.042.422-.085.464-.084-.38-.042v-.042l-.042.084h-.21l.084-.084.086-.042m-.965.344l-.127.062-.126-.062h-.063l.19-.063.252-.062-.126.125zm2.105.035v.086l.506-.17.548-.211-.548.084-.253.042-.253.127v.042m-4.897-.084l-.084-.085-.042-.042-.085.042.211.085m4.981-.211l-.084.042v.084l.295-.126.295-.084.675-.127-1.012.169-.169.042m1.941-.005l.102.045h.103l-.103-.045h-.102m-1.94-.206l-.17.084-.17.17.423-.17.38-.084.422-.084.421-.042h-.464l-.421.042H9.82l-.21.084m2.752.09l-.056.089h.056v-.09m-.144-.016l-.045.047h-.046v.047h.137v-.047l.046-.047h-.092m-.541-.04h.14v.046h-.14v-.047zm-2.407-.117l.17.042.043-.042-.043-.042h-.126l-.17.042-.127.084-.084.084.21-.126.127-.042m.255-.38l-.085.042-.17.043-.253.253h-.169l-.042.042-.042.084-.042.042.084-.042.127-.084h.126l.085-.127.17-.084.126-.042h.211v-.042l-.042-.043-.084-.042m-4.77.127l-.042-.085-.169-.168H4.46l.126.337.042.127.127.126.084.042h.084l.085-.042.042-.084v-.042l-.084.084h-.127l-.084-.084-.085-.085-.084-.126v-.127l.084.127.085.126.168.042h.17v-.168l.041-.042-.042-.085-.042-.126-.084-.127-.211-.253-.042.169v.21l.042.17.084.126h-.042l-.042-.042m.03-.34l-.042-.17.086.129.086.172.086.128.042.172-.128-.086-.086-.172-.044-.172zm14.658.382l-.043.253.127-.337.084-.17.169-.168.126-.084.17-.084h.336v-.085l-.084-.042h-.21l-.17.042-.252.169-.17.253-.083.253m-7.682.135v.054h.147l-.098-.054h-.049m-1.899-.05l-.084-.043-.127.042-.084.085.084-.043h.295l-.042-.042h-.042m13.463-.295l-.084-.042h-.084l-.085.042h-.084l-.044.042-.042.042-.084.043.38.042.212.042.168.084-.042-.084-.042-.084-.169-.127m-13.126.253l.127-.042.21-.169.212-.126.126-.042h.084v-.043l-.042-.042h-.042l-.21.085-.17.168-.21.127-.211.126.126-.042m.043-.253l-.169.042h.295l-.042-.042h-.084m-3.25-1.604l-.296.169-.035.03.12-.072.21-.127m-.759.127v-.211l.043-.127-.253.338-.085.168-.042.085v.084l.042.084-.042.042-.042.085-.042.042-.042.126.042.085v.084l-.042.084-.043.127-.042.169h.042l.085-.17.084-.168.127-.126.168-.085.211.043.084.042.085.084h-.085l-.168-.084h-.085l.043.042-.085.084-.126.042-.127.085-.042.084-.042.084.042.043h.042l.085-.043.168-.126.042-.042.043-.042.042-.127H6.4v.127l-.042.084v.042l.042.042v-.084l.042-.084.042.042v.042l-.042.042v.084l-.042.043.042.042.127.126.126.042.295.085.043-.042-.127-.211.127.042.084.042h.21l-.168-.21-.084-.085-.127-.042h-.168l-.085.042h-.042l.127.084.084.085-.169-.043h-.084l-.042.043-.042-.085v-.168l.21-.043h.127l.126.043.211.126.253.169h.253l.169-.085h.042l-.042-.042-.084-.042-.043-.042-.084-.042h-.422l-.126-.042-.042-.043-.042-.042h.421l.127-.084h.168v-.042l-.253-.127H7.33l-.38.253-.126-.042-.085-.042-.126-.042-.169-.127.042-.042h.085l.168.084h.211l.38-.084-.338-.169-.168-.042h-.169l-.084.042-.042.085-.085.042-.084-.042.084-.085v-.084h.295l.085-.042.084-.042-.126-.042-.085-.043h-.084l-.169.043.218-.18-.091.053h-.042l-.043-.042.043-.042v-.127l.042-.042.126.042.127-.042.21-.084.085.042v.084l.169.085.21.042h.253l.211-.042-.295-.17-.337-.083.168-.211.085-.253-.295.21-.17.085-.083.169-.211.084h-.127l-.084-.127.042-.126.084-.127.169-.21v.126l-.042.127-.084.126-.085.084.042.043h.043l.126-.043-.084-.042.084-.126.042-.127.042-.253-.21.211-.127.169-.042.126-.042.042v.043l.042.042-.042.042-.042-.253v-.211l-.085.127-.084.168-.042.169-.042.169.042.042v-.042l.084.084.042.084-.042.042-.084.043v-.17l-.042.043-.043-.042H6.19l-.084.042-.042.127-.042.042h-.085l.085-.253.168-.169v.169l.042-.042m-.143 1.08l-.143.124v-.06l.072-.062.216-.123-.145.122zm.865.036l.073.054.153.172-.352-.209.126-.017zm-.297.208h.103l.206.153h-.103l-.103-.05-.205-.103h.102zm.79-.218l.103.015.251.088-.265.015-.155-.022-.096-.066.162-.03zm-.177-.305l.194-.064.13.065-.194.066h-.26l.13-.067zm-.6-.292h.183l.366.106h-.182l-.122.054-.364-.106.12-.054zm-.038-.23h.096l-.096.056-.096-.055h.096zm.717-.44h.179l.313.137h-.357l-.312-.091.177-.046zm-.204-.185l.093-.093.23-.138-.138.23-.23.14.045-.14zm-.744.219l-.042-.126.042-.127.084-.084v.464l-.042-.043-.042-.084zm-.103.506l.086-.086.042.042-.128.128v.129l-.128.042-.128.086.172-.214.084-.127zm-.17.015v-.128L6 18.966l.172-.172.086.042-.043.042h.043v.086l-.172.172v-.042l-.129.172-.086.128v-.128l.043-.086.128-.172h.042v.086l.044-.086zm8.84.661l.17.211-.17-.253v.042m.254-.507l-.042.212-.042.085v.126h-.086l-.042-.042-.042.042.084.042.086.042.084.211v-.168h.043l.042.042v-.042l-.085-.043-.042-.042v-.21l.042-.085.043-.042.042.084v.253l.084-.042v-.253l-.042-.084-.084-.086h-.043m-8.905.676h.042l-.042-.042v.042m-.844-.464v.085H5.6l.042-.043.084-.126.043-.169.084-.168-.127.042-.126.084-.085.169-.042.126m.066-.082l.047-.056.144-.167-.193.334v-.111h.002zm8.122-.552l-.127.127-.042.126-.042.169v.17l.042-.212.169-.253.126-.085.127-.042h-.253m-.338.169v-.085h-.042v.127l.042.126v-.168m-7.597-.38l-.042.042-.084.169-.042.127v.084h.126l.127-.084.126-.211.085-.211H5.81l-.085.084m.216-.035l-.086.128-.042.086-.042.128-.128.042v-.128l.086-.172.086-.086h.126v.002zm1.092.12h-.211l-.085.084v.042h-.042l.169.084.169.043h.337l.126-.043-.168-.084-.169-.084-.126-.042m.161.21h-.151l-.253-.116h.406l.101.059-.103.057zM1.041 16.8v-.296l-.085-.126-.042-.169v-.126l.042-.127.085-.168.421.042.422-.042.169-.043h.084l.084-.042.211-.21.085-.127v-.127h.253l.21-.084.211-.084.169-.169.126-.253.043-.295v-.295l-.085-.253-.126-.169-.169-.169-.21-.126-.212-.084-.168-.043H2.39l-.126.043-.17.084-.294.126-.127.085-.168.042-.085-.042-.042-.085V13.3l.042-.127.085-.084.21-.127h.675l.169-.042.21-.084.085-.084.042-.085h-.084l-.085.085-.084.042-.084.042.084-.084.042-.085v-.253l-.113-.104-.126-.07-.198-.042-.372-.055-.176-.071-.098-.056-.062-.09-.007-.092.042-.078.091-.07.05-.071-.071.03-.056.007h-.084l.126-.08.084-.084h-.168l-.098-.005.098-.042.084-.037.042-.042.042-.042H1.59L1.49 11.3l.182-.064.085-.127-.085.043-.155-.019.098-.042.113-.063.056-.042.028-.02-.147.029-.133-.014.085-.042.097-.037.127-.127-.127.043h-.084l.253-.169.253-.042h.295l.253.042.59.169.254.084.253.042.21.084h.211l.422.085.295-.042.253-.043.548-.126.548-.169.506-.168.296-.127.337-.042.337-.042h.295l.338.042.295.084.295.127.253.168-.253-.084-.126-.042h-.127l.295.126.169.127.084.042.043.084-.254-.126-.295-.084.295.168.17.127.126.126.084.085H9.39l-.169-.085-.169-.126-.379-.127.38.211.168.084.127.17-.042-.043-.254-.084-.168-.043-.127-.042.422.211.169.127.168.21h-.042l-.126-.126-.211-.127-.169-.042-.21-.042.294.127.254.168.21.211.169.295v.169l.042.169.042-.338-.042-.295-.084-.632-.127-.296-.21-.253-.254-.21-.295-.127-.21-.084-.254-.085H7.83l-.422.043-.422.084-.885.295-.422.169-.422.126h-.295l-.084-.042.084-.042.042-.042v-.042l.085-.085.042-.084.042-.21v-.254l-.042-.21-.253.294-.169.338v.21l.085.17H4.33l-.506-.085-.464-.127-.422-.126.085-.084.084-.085.126-.084.085-.084.168-.211.085-.506h-.042l-.17.168-.168.127-.21.169-.127.168-.042.085v.126l-.042.169-.17-.042-.168-.043h-.337l-.337.127-.296.157-.084.295-.042.295v.295l.084.296-.168.084-.211.126-.169.169-.126.21-.085.127-.084.338.042.168.084.338.085.295.126.169.169.126.169.084.21.043.338.168.126.085.169.126.042.084v.085L1.8 14.77l-.169.042-.169.084-.168.127-.042.126v.295H.956l-.168.042-.127.085-.042.084-.042.042v.253l.042.127.169.295.042.253-.042.126-.042.085-.127.042-.084-.042-.042-.042v-.085l.042-.126.084-.085h.127v-.042l-.043-.037H.577l-.127.042-.042.042-.042.085-.042.168.084.127.127.084.168.042.127-.042.084-.042.127-.126m3.845-6.401l.213-.306v.211l-.037.208-.078.21-.167.211-.055-.261.124-.273zm-1.988.022l.045-.18.18-.178.178-.133.179-.18v.18l-.09.179-.49.445v-.133h-.002zm-1.135 5.303h-.198l-.015-.071h.197l.098.049.05.049-.132-.027zm.011-.243l-.042.042-.086-.042v-.086l.042-.085.129-.086.17-.042h.17v.086l-.084.086-.128.086-.17.04zm.37-.002l-.214.101-.125-.034.192-.09.147.023zM2 15.69h-.136L2 15.623l.137-.067L2 15.69zm.318-.165l-.238.172.23-.27.008.098zm-.002-.285l-.13.184-.086-.032.108-.105.032-.111.022-.162.054.226zm-.068-.572l-.13-.177-.2-.155-.19-.169-.23-.136-.231-.147-.095-.147-.062-.22.032-.222.07.27.137.169.167.14.174.133.334.262.216.185.084.127.064.158.043.221-.068.214-.035-.266-.08-.24zm.23.582l-.064.14-.073.07v-.11l.095-.166.042.066zm-.613-1.681l.218-.132.262-.088.138-.015h.131l.211.06.22.12.173.142.132.218.087.261v.22l-.043.261-.044.132-.044.087-.132.132-.173.088-.218.076h-.174l-.01-.15.088-.044.174-.033.155-.077.111-.125.064-.12.044-.192v-.218l-.044-.187-.11-.131-.097-.086-.155-.085-.183-.027-.226.027-.217.096-.118.07-.042.116-.437-.305.26-.091zm.653 1.035l-.126-.21-.127-.211-.168-.17.168-.126.211-.084h.21l.212.042.126.127.085.337-.043.169-.084.168-.042.043-.084.084-.17.042H2.56l-.042-.21zM1.35 13.511l.085.095.148.14.44.273.159.148.125.193.133.22.07.24.02.203v.086l-.09.043.022-.232-.057-.238-.083-.177-.192-.179-.328-.285-.38-.295-.124-.15-.062-.17-.04-.161.146-.111-.02.232.028.125zm-.445.34l-.086-.173-.044-.172.017-.268.084-.22.201-.222.218-.15.26-.172H1.38l-.157.07-.253.2-.316.337.107-.37.2-.294.18-.19.24-.141.044-.044h.044l.086.044.086.086.13.044.26.044.26.044.086.043.13.044.043.086.044.13-.216.172.044.044-.26.044h-.561l-.13.086-.086.044-.174.172-.177.121-.086.216v.216l.086.258-.13-.13zm1.248.816l-.189-.18-.303-.195-.125-.082-.197-.078-.125-.052-.095-.117-.09-.226.014-.295.066.248.095.19.24.15.31.217.281.227.15.172.064.137.01.179-.106-.295zm-.79.706l-.018-.102.032-.173.113-.113.14-.07.183-.043.2.04.169.013v.143l-.123-.007h-.13l-.24.073-.094.084-.042.117.018.131-.162-.002h-.045v-.09zm.134.135l.118.027v.066l-.248-.027H1.3l.196-.066zm-.194.125l.2.064v.064l-.183-.017h-.133l.116-.11zm-.241-.125h.076l.076.076H.985l.076-.076zm-.111.152l.237-.012-.035.095-.106-.012-.118.035.022-.106zm-.113.397v.087h-.09v-.087l.09-.088v.088zm-.194-.117v-.19l.094.094-.094.096zm.1-.33l.126.124H.744v-.124zm.114.271H.769l.09-.088.089.088H.857zm.987.327l.126-.084-.042-.042h-.084l-.043.042-.042.084-.042.085v.084l.084.084.127.085.084.042.127-.042.084-.043.042-.084.085-.21-.043-.127-.084-.127-.253-.126h-.042v.084l-.084-.042h-.085l-.126.042.126.084.127.043.126.084.127.084.042.127-.042.042-.042.042h-.211l-.042-.042v-.169m.322-.094l-.134-.071-.097-.056.148-.035.14.091.056.14-.029.12-.084-.19zm10.923-.095l.077-.077h-.077v.077m-4.573-3.042l-.305-.127-.253-.169-.417-.313-.518-.365-.266-.084-.113-.042-.07.027-.046.042.295.084.295.127.592.422.29.19.28.162.302.127.346.006.131-.022h.042l-.29-.013-.295-.052M6.57 12.41l.084-.127.042-.042h.085l.253.085.253.168.463.338.253.168.211.127.295.126h.296l.253-.042.253-.084.168-.127.169-.21.042-.17v-.168l-.042-.126-.042-.17-.127-.168-.126-.126-.169-.127-.169-.084-.421-.084-.422-.085h-.675l-.337.042-.337.085-.633.168-.632.253-.38.127h-.422l-.421-.042-.422-.085-.801-.21-.422-.127-.38-.084h-.379l-.168.042-.043.042-.084.084v.085l.042.042.338-.042.337.042.38.084.295.085v-.043l-.043-.042-.463-.126-.211-.085h-.295l-.127.043H1.72v-.085h.043l.253-.042h.253l.463.127.506.126.464.169.464.126.506.085h.253l.506-.085.253-.126.295-.085.338-.168.295-.085h.169l.168.043.376.177.285.2.559.422.258.172.337.084.127.043.21-.043.17-.042.168-.084.084-.084.084-.043.043.043-.085.126-.126.127-.169.084-.169.042h.043l.042.042-.287.056-.317.013-.253-.084-.35-.21-.396-.282-.463-.338-.17-.084-.21-.084-.38-.085-.295.085-.126.084-.127.084-.084.127-.044.126v.295l.042.127.085.126.21.169.211.169.085.084.042.084.042.211-.042.127-.042.042-.127.042h-.126l-.211-.042-.211-.127-.169-.168-.337-.38-.21-.168-.17-.127-.253-.042H4.25l-.126.042L4.04 13l-.127.169-.084.21-.042.254.042.21.084.17.211.126h.21l.085-.042.084-.085.043-.168-.043-.127-.126-.126.042.084.042.126v.085l-.042.042-.042.042h-.084l-.085-.084-.084-.127-.042-.126-.002-.1.002-.113.126-.126.085-.042h.084l.169.084.168.126.59.59.296.254.21.084.254.084h.253l.285-.141.14-.155.084-.17.042-.168-.003-.167-.042-.168-.11-.156.068.029.084.042.042.042.143.07.152.183v.127l-.042.169-.126.126-.296.253-.126.169-.084.126-.085.211.042.21.043.17.084.21.169.085.126.042h.169l.126-.042.042-.042.085-.043.084-.084.042-.084.127-.211.084-.21.084-.085.169-.085.127.127v.169l-.043.042-.126.042h-.084l.084.084h.126l.127-.084.084-.253-.042-.084-.042-.127-.084-.084-.17-.042h-.168l-.084.084-.127.126-.126.253-.127.127-.084.126h-.084l-.085-.084-.084-.126.042-.17.042-.083.085-.127.168-.126.169-.085.169-.126.126-.169.042-.126v-.338l-.084-.168-.126-.17-.17-.126-.379-.21-.337-.211-.084-.169v-.21m1.681-.773l.346.055.337.043.296.168-.043.169-.042.084-.042.042-.21.043h-.17l-.126-.043-.169-.084-.237-.196-.275-.281h.335zm-.499.015l.056.029.084.042.24.24.253.21.253.127.155.028h.126l.225-.042.084-.084.07-.155.03-.098.07.042.042.084-.055.127-.127.126-.155.085-.169.042h-.21l-.17-.042-.15-.066-.164-.113-.259-.26-.141-.194-.127-.126h.04v-.002zm-.395-.042l.169.084.169.084.295.253.357.292.243.149.243.042.211-.032.179-.063.16-.092.127-.17h.042v.14l-.085.085-.168.155-.211.085-.253.042-.21-.042-.212-.085-.168-.084-.296-.295-.295-.253-.168-.127-.17-.126.041-.042zm2.21.914l-.07.126-.168.127-.116.052-.263.042-.117-.02-.238-.074-.295-.127-.253-.168-.548-.422-.253-.169-.21-.168v-.042l.252.084.28.128.39.337.174.211.21.127.211.126.295.042.29-.074.254-.126.047.074.042-.127.084-.084.042-.042-.04.167zm-1.712 2.034l-.06.073h-.061l.12-.073zm-.277.184l.117-.063-.06.125v.063h-.058v-.125h.001zm-.317.626h.073v.067h-.071v-.067H7.26zm.196-.132v-.116l.118-.117-.118.233zm-.086-.106v-.063l.057-.027.142-.224v.125l-.066.062-.076.036-.057.09v.063l-.133.063-.066.062-.066.062H7.04l.33-.25zm-.462.329h.082v.079H6.91v-.08zm-.437-2.588l.136.117.385.216.213.13.17.13.18.168.032.2-.02.18-.062.084-.118.045.116-.205v-.086l-.032-.135-.096-.166-.186-.146-.411-.242-.17-.086-.17-.108-.134-.168-.063-.198.053-.23.106-.137.159-.095-.17.211-.033.176.01.116.105.23zm.305.953l-.042.169-.098.169-.12.097-.182.092-.246.021-.233-.055-.234-.118-.15-.12-.159-.153-.273-.286-.278-.27-.147-.133-.162-.077-.187-.012-.176.105-.086.134-.042.135v.135l.07.193.105.114.218.098-.174.002-.155-.086-.106-.14-.042-.18.015-.152.042-.144.07-.157.127-.13.17-.064.154-.018.198.034.178.094.215.189.428.452.214.185.179.095.145.049.149.013.133-.02.12-.056.075-.104.065-.108.013-.115-.047-.165-.086-.143-.24-.208-.175-.113-.128-.093-.086-.18v-.226l.028-.155.071-.122.159-.128.128-.09.194-.01-.24.201-.055.13-.026.177v.226l.061.135.113.122.169.151.187.147.091.118.086.18.005.17zm.496.112l.01-.127-.032-.147-.115-.114-.173-.13-.397-.167-.243-.137-.158-.179-.084-.2.04-.115.017-.15.044-.128.086-.086.173-.13-.086.086-.104.125-.052.148-.01.149.112.239.127.127.2.136.16.095.22.106.233.136.179.211.022.233-.063.127-.084.084-.138.042.116-.234zm-.01.264l.243-.052-.273.179-.135.108h-.164l.214-.192.115-.043zm-.739.734v-.143H6.6l-.076.287v-.144zm.117.47l-.124-.27.124.134v.135zm.008-.647h-.062v-.123l.062-.062h.062l-.062.123v.062zm.084.356h-.069v-.263l.07-.088h.068l-.069.176v.175zm.002.287h.074v.087h-.074V15.4zm.113-.732l-.062.062.062-.187.125-.063-.063.125-.062.063zm.032.344v.157l-.074-.08.074-.077zm.154.354l-.117-.197.117.1v.097zm-.178-.432v-.115l.058-.057.057-.057-.115.23zm.075-.541l-.252.15.201-.2.101-.102.15-.05-.2.202zm.209.152l-.18.121.12-.182.122-.06h.122l-.184.12zm.376-.23l-.184.108h-.15l.24-.172.161-.08-.067.144zm-.837-1.444l.149.086.327.17.142.085.167.14.126.148.098.191.022.19-.007.15-.066.12-.07-.015.042-.136.028-.147-.018-.162-.066-.137-.212-.212-.277-.164-.552-.295-.116-.2-.008-.208.074-.127.168-.158-.104.179-.039.148.022.113.049.12.121.121zm-4.582-.882l.337.042.632.211V12.2l-.042-.042-.421-.127-.464-.084h-.253l-.211-.042.084.084h.338M12.433 13h.14l-.016-.022-.124.022m.212-.044l-.042.044h-.03l.03.042.042.043-.017.425.061-.127.042-.34L12.69 13l-.044-.044m.343.257v-.086l-.044-.042h-.127l-.086-.043.257.17m-1.927.16l-.1-.105-.05-.053h-.05l.1.105.1.052m.112-.227l-.053.182.103-.182.053-.044v-.093l-.053.093-.05.044m6.338-.397l-.084.211-.042.253.084-.253.127-.169.084-.21.126-.211-.168.168-.127.211m-14.655-.21h-.043v.042l.043.042h.126v-.042l-.084-.043h-.042m.168-.084l-.084-.042-.169-.042.042.084.043.042h.084l.084.042v-.084m0-.126l-.253-.127-.315-.111-.316-.032-.296.017.253.042.222.005.233.042.093.037.084.084.295.085v-.042m.677-.675l-.043.084-.042.042-.084.043-.086-.043.17.085.211.042.042-.042v-.042h-.084l-.042-.043v-.084l.042-.126v-.127l.21.295.212.253.126-.592v-.042l.042-.042.085.042.042-.042v-.042H4.29l-.169-.043v.043l.042.042h.127l-.042.212-.042.169-.127-.169-.084-.212-.169-.169-.084-.042h-.085l.043.126.042.085-.042.17v.169m1.602.169h-.042l-.085-.043-.084-.084-.084.295.126-.084h.127l.17-.042h.042l.085-.085.042-.084v-.084l-.085-.085-.168-.084-.086-.044-.042-.084v-.042l.042-.043.086-.042.084.042v.085l.084-.042.043-.043-.085-.084H5.39l-.17.042-.043.042-.084.043v.212l.127.085.128.084.084.084-.042.085h-.086m-1.941-.846l-.127-.042H3.11l-.127.042-.084.085-.127.168v.127l.042.126.085.17.126.041.085.043h.126l.127-.043.084-.042.042-.126.042-.253-.042-.169-.126-.127m-.027.338l-.088.253-.044.042-.088.042-.044-.042-.087-.042.044-.042h-.044l-.044-.085v-.126l.088-.211.043-.084h.088l.132.042.044.126v.127zm2.729-.338h-.169l-.169.085-.084.126v.253l.042.169.042.042.043.042.126.043.169-.043.084-.042.084-.169.043-.21v-.085l-.043-.084-.168-.127m.042.432v.13l-.044.086h-.086l-.086-.044-.086-.044v-.431l.086-.086h.086l.086.13.044.13v.13zm-4.094-.305v.126l-.042.127v.042l-.084.044v.042l.253.085.042-.043v-.042h-.042l-.042-.042h-.043v-.086l.043-.127v-.084l.042-.042.126.253.169.255.169-.635v-.042h.084v-.042l-.295-.084v.042h.042l.084.042-.042.211-.042.169-.295-.464h-.253v.084h.042l.084.042v.169m4.642-.337l-.21.042-.212.084.043.042h.084v.042l.084.253.085.213-.127.042-.042.042v.043l.295-.127.337-.128.085-.295-.042.084-.043.042-.126.127-.084.042h-.085l-.126-.464.042-.042.042-.042m1.435.253l-.126.126-.084.127.084-.043.126.043.085.042h.084l.084-.042.085-.085.042-.084v-.084l-.084-.127-.127-.126-.126-.169.084-.042H8.3l.042.042.043.084.042.085.084-.085v-.084l-.084-.042-.085-.042h-.21l-.085.084-.042.126.084.127.211.21.042.127-.042.042h-.084l-.127-.084v-.126m-.76-.38h.042v-.042l-.253.042-.211.042v.042h.127l.084.17.084.336.086.043.127.042.126-.042.127-.085.084-.126v-.127l-.042-.337.042-.042h.042l.042-.042h-.168l-.127.042v.042h.127l.042.464-.084.126-.085.042H7.5l-.128-.126-.042-.127-.085-.295.044-.042h.04m11.693-.548l-.042.126v.127l.084.295.042.253.042.042.127-.21.084-.211v-.506l.169.253.126.295.085.168-.042.17v.252l.084.084.084-.168v-.295l-.042-.127-.169-.295-.168-.253v-.084l.168.126.17.084h.379v-.042l-.17-.168-.21-.127-.253-.042h-.295l-.169-.127-.126-.126.084.084.042.085.042.042-.084.126-.042.169m.558-.2l.218.062.163.06.11.183-.164-.061-.217-.06-.326-.183h.216zm-.482.197l.054-.194.133.189.027.247-.054.243-.106.194-.054-.437v-.242zm-8.265.48h-.08l-.234-.064.235.127v.251l.079-.125h.078l.079.063-.08-.127-.077-.125m10.046-.14l.169-.337.084-.38.084-.337-.084.127-.127.126-.168.127-.127.126-.126.169-.042.21v.254l.084.21.253-.295m-.255-.042l.042-.21.043-.17.126-.126.21-.126v.084l-.21.38-.21.379v-.21zm-16.88.169l-.085.126h.38l.169-.042.168-.084.295-.211.253-.253v-.042h-.21l-.211.042-.338.084-.253.169.085-.253.042-.295-.042-.253-.085-.253-.084.042-.042.042v.084l-.042.085-.042.168v.127l.042.337.042.127v.126l-.042.127m.222-.147l.238-.143.285-.095.285-.047v.047l-.19.144-.238.143-.282.113-.29.078.192-.24zm-.197-.764l.09-.23.089.367v.229l-.073.278-.06-.278-.044-.182v-.184h-.002zm14.408-.019l.084.17.042.21.085-.169.042-.21-.042-.211-.127-.17-.084-.083h-.042v-.043l-.211-.084-.084-.042h-.296l-.168.084-.169.127-.169.084h.211l.042.042.549-.042h.084l.042-.042.084-.042.043.042v.21l.084.17m.042-.338l.09.103.055.126.007.14-.042.218-.027-.123-.149-.297V9.23l.066.057zm-.2-.126l-.338.084h-.38l.127-.127.21-.042h.17l.21.042v.043zm-.39.421l-.211.127-.085.084-.042.127.295-.085.127-.042.127-.126.126-.17.042-.126v-.084l-.168.169-.211.126m.23-.006l-.136.148-.169.064-.178.022.548-.37-.064.136zm2.893.048l.085-.042.126-.042.085-.084.084-.085v-.21l-.084-.211-.127.337-.169.337m.316-.295l-.068.123-.135.061.205-.428v.244h-.002zm-.57.085l-.042.126.253-.21.126-.127.084-.127.043-.126v-.085l-.085-.126-.084-.169-.042-.126-.042.084v.084l-.043.085-.042.042-.464.084h-.21l-.211.042.168.127.127.084h.38l.21-.126-.084.295-.042.169m.03-.491l-.126.064-.201.022-.159-.01-.116-.095.612-.084-.01.103zm.167.084l.056-.386.113.194v.194l-.113.194-.169.194.113-.39zm-10.832.111l-.126-.042.126.169.084.084.043.127-.043-.253-.084-.085M7.118 8.57l-.337.169h.042l.38.21.21.085.21.042h.17l.168.042-.126-.126-.085-.127-.253-.253-.21-.042h-.17m.394.166l.162.113.045.045.046.091-.235.009-.232-.078-.4-.175.137-.076h.182l.157.023.138.048zm4.755.34h.092l-.092-.047h-.14l.14.047m-1.43-.452l.122-.096.085-.169L11 8.19l-.085-.211-.042-.169v-.084l.042-.042.085-.169v-.169l-.043-.126-.084-.084-.126-.085-.253-.168-.085-.127-.042-.126h-.042l.126.295.043.295.042.169.042.126.126.127.127.084-.084.042-.085.084-.084.17-.042.379-.042.168-.04.203.137-.063.117-.01.126-.076m-.145-1.1l-.08-.178-.114-.412.257.19.163.15.037.178-.079.206-.184-.133zm-.128 1.11l.032-.126.042-.086-.001-.251.033-.242.086-.086.086-.086v.172l.043.215.047.153-.017.115-.04.086-.16.076-.15.06zm1.714.28l.047-.047h-.142l.048.047h.047m-.056-.26h-.047l-.047.048h.047l.047-.047m3.341-.103l.098.103.046.047.118.027-.057-.029-.12-.189-.085.04m-6.205-.824l.253.169h.084l.085.042.21-.042.17-.085.168-.042-.169-.084-.168-.085-.17-.126-.21-.042-.126-.042-.127.042-.169.042-.084.084.253.169M9.35 7.51h.088l.272.027.426.19-.13.044-.087.044-.262-.013-.219-.117-.218-.13.13-.045zm-.796-.587l.211.169.21.168.17.17-.085-.212-.084-.421-.084-.17-.085-.126-.126-.084-.253-.126v.421l.042.127.084.084m.147-.401l.15.155.1.258.05.207-.2-.103-.25-.264-.063-.176.012-.18.201.103zm12.304-.655l-.168.127.295.168.337.085h.338l.168-.042.169-.043-.253-.168-.127-.085-.126-.042-.21-.042h-.212l-.21.042m.484.063l.263.087.219.088-.263.044h-.263l-.263-.088-.22-.088.263-.043h.264zM1.073 5.024l.084.253.169.253-.295-.042H.735L.61 5.53l-.127.084-.126.127-.042.126.21.042.254-.042.295-.042.084-.042.127-.084.168-.085-.042-.084v-.211l.042-.169v-.126l-.084-.295-.127-.211-.168-.211-.042.042v.042l.042.127-.042.253.042.253m.01.717l-.211.042-.422.042.127-.169.21-.084h.296l.21.042-.21.127zm.049-1.191l.141.202.092.201v.202l-.043.252-.162-.324-.062-.263.034-.27zm-.218.39l-.253-.254-.337-.126-.253-.21.126.336.169.338.084.126.127.085.21.126.212.042h.168l-.084-.126-.042-.169-.127-.169m0 .38L.74 5.241l-.2-.146-.138-.19-.121-.259.253.084.204.145.179.201.123.246H.914V5.32zm17.684-2.405l.21.084-.084-.084-.084-.127-.042-.126-.085-.085-.084-.084-.127-.042-.21-.042-.211-.042h-.253l.042.126.126.127.253.168.38.085.169.042m-.72-.306l-.18-.133h.269l.224.046.224.135.09.045.09.135-.493-.135-.225-.093zm1.016.812l-.21-.211-.296-.169-.126-.084h-.127l-.084-.042v-.127l-.126.085-.085.084-.084.042-.084.084-.043.17-.084.42-.042.127-.042.085v.084l.126-.084.085-.085.126.127.127.126.084.127.126.126.211.085.211.042.21.042.085.042.085.084-.043.043h-.042l-.295-.127-.337-.084-.295.084-.17.084-.126.127.296.084.506.127.168-.042.169-.085.126-.084.085-.042h.084l.084.042.043.042.084.042h.21l.127-.042.253-.169.211-.126.127-.042h.126l.042-.042v-.085l.042-.042h.043l.084-.126.084-.169v-.337l-.084-.338-.084-.295-.043.169-.084.168-.126.338-.043.337-.168-.169-.211-.084-.084-.042h-.085l-.042-.042-.042-.042.126-.043.127-.042.253-.042.126-.084.043-.127.084-.126v-.169l-.042-.126V2.45l-.169.295-.21.295-.254.338-.168.295.253.38.126.168.169.169h-.59l-.043.042-.042-.042.084-.211.043-.211v-.21l-.043-.254h-.042l-.084.21-.169.17-.126.21-.085.211-.042-.126v-.127l-.084-.168-.084-.127-.127-.084-.126-.085-.085-.042-.084-.084-.084-.042-.085-.085.085.253.084.253-.548-.042v-.042l.126-.042.085-.084.084-.17v-.21l.042-.253.127.127.253.337.126.169.127.084h.379l.127-.169.084-.084.042-.127.042-.21-.042-.253-.042-.211-.084-.211h-.085l-.168.632-.043.338M18.7 4.813h-.42l-.28-.057-.28-.058.234-.114.235-.058h.234l.233.17h.14l-.096.117zm.919-1.353l.315-.35.211-.264h.044v.263l-.044.088-.042.133-.159.095-.337.094.012-.059zm.666.233l.179-.538.064.327.01.253-.01.253-.076.172-.093.093-.074-.148-.032-.17.032-.242zm-.5.358l-.092-.184-.138-.093.184.046.23.138.323.37-.039.018-.104.01-.117-.063-.108-.104-.138-.138zm-.287.388h.482l-.145.052-.096.106-.145.106-.154.034h-.147l-.116-.042-.115-.044.194-.106.242-.106zm-.523-.07l.13-.329.253-.327.021.243-.094.295-.116.201-.193.14v-.223h-.001zm-.756-.78l.169.042.126.084.221.24.074.274.044.247-.084-.169-.127-.21-.126-.127-.211-.085-.042-.168-.044-.129zm-.1.325l.289.105.192.156.192.26-.096-.052-.143-.052-.192-.053-.193-.104-.337-.312.288.052zm-.212-.83v.243l-.052.194-.053.098-.052.049-.209.146.105-.242.052-.243.104-.243.157-.194-.052.192zm.995.547h-.088l-.173-.044-.13-.088-.088-.13-.088-.131-.043-.13.173.044.174.131.305.305-.042.043zm.154-.525l.043-.218.044-.261.088.218v.261l-.044.261-.13.218-.044-.218.043-.26zM5.769 2.914l-.127.042-.21.126-.127.127-.127.126-.042.17v.168l-.127-.211-.126-.127-.38-.295H4.46l.084.422.126.169.127.084.169.126.126.127.042-.042v-.169l.169-.042.126-.084.127-.085.084-.126.127-.295.126-.253h-.042l-.082.042m-1.028.685l-.143-.203-.056-.214.2.148.168.162.113.162.056.162L4.74 3.6zm.943-.432l-.098.253-.38.295-.045.03.06-.281.084-.127.126-.126.127-.127.126-.042.085-.084-.085.209zm-2.618-.169l.085.253.126.127.127.168.168.085h.17v-.085l-.043-.126-.042-.127-.042-.084-.17-.21-.42-.254h-.043l.084.253m.299.02l.169.221.167.351-.242-.096-.188-.243-.075-.094-.086-.262.255.123zm.167-.189l.042.127.084.169.127.126.126.084.043-.042.042-.084V3.04l-.042-.253-.127-.253-.337-.421-.085-.043v.085l.043.337.084.337m.142-.349l.153.243.095.253.008.277-.251-.233-.162-.49-.05-.321.207.271zm.701.012l.085.295.126.169.169.126.337.211v-.126L5.05 3.04l-.127-.253-.126-.21-.169-.17-.21-.126-.254-.042.127.127.084.126m.253.042l.169.169.21.422-.21-.127-.21-.169-.085-.21-.127-.253.253.168zm4.855.295v.211l-.085.211.211-.084.169-.127.126-.168.085-.17.042-.21-.042-.126-.043-.043-.295.17-.084.168-.084.168m.253-.253l.084-.084.084-.042v.21l-.126.212-.127.168-.168.127.126-.38.127-.21zm-8.23-.337l.085.084.126.127.084.084.085.042.126.043.127.084h.126l.169-.042.084.168.169.211v.042l.042.043.084.084v-.633l-.042-.21-.126-.211-.085-.169-.042-.253h-.042l-.126.633.042.21-.169-.21-.21-.127-.254-.084-.295-.042.042.084v.042m.952.039l.042-.305.103.256.118.261.027.522-.154-.206-.138-.284v-.244h.002zm-.663-.05l.23.094.201.136.152.188-.265-.04-.232-.119-.317-.32.23.06zm.428.601l-.253-.084h-.295l.169.169.168.168.211.085h.38l.042-.042-.085-.127-.126-.084-.21-.085m.087.274l-.169-.032-.172-.125-.169-.117.289.03.263.095.169.137-.211.012zm17.3-.274l.085.085.042.042.084-.084.084-.085.043-.21V2.28l-.043-.295-.126-.253-.169-.21.042.168-.042.21-.084.38.042.38.042.168m.112-1.037l.1.098.051.147v.246l-.1.589-.051-.05-.102-.588.102-.442zm-12.435.066l.042.295.085.295.042.127.084.126.085.085.126.042.084.042.085.084.042-.084h.253l.21-.084.17-.17.295-.294-.38.044-.169.042-.168.042.21-.21.17-.212.126.042.126.085.085.084.168.042.123.026.137.01-.218.09-.21.085-.17.169-.056.098-.027.113.428-.145.246-.108.127-.043.084-.126.143-.186-.263-.263-.178-.052-.292-.046-.38.085.042-.253.127-.253-.127.084-.126.042-.224.152-.19.263-.09.26-.043.126.043.17.084-.085.08-.029-.122.197-.085.127v-.128l-.042-.295-.084-.253-.042-.127-.085-.084-.126-.085-.127-.084-.253-.126.085.126.04.125m2.098.612l-.183.12-.211.084-.221.085.025-.078.042-.042.085-.084.337-.127.295-.127-.169.17zm-.479-.502l.18.025.208.047.157.095.08.128-.201-.01-.253-.043-.147-.042-.243-.158.22-.042zm-.823.423l-.1.111.048-.244.148-.294.149-.195.248-.147-.046.133-.052.177-.094.197-.178.188-.123.074zm-.037.312l.123-.155.169-.063.37-.074-.316.295-.169.095-.217.028.04-.126zm-.607-.854l.204.176.113.217.064.31.047.28-.094-.094-.184-.072-.155-.351-.014-.246-.084-.274.103.054zm-1.46.18l.21.168.211.126-.042.043-.38-.043h-.21l-.17.085-.084.084-.084.127-.042.084-.042.126h.337l.169-.042.506-.337.126-.042.169-.042v-.043l-.042-.042-.042-.042-.085-.169-.084-.126-.21-.253-.17-.084-.168.042-.338.084.254.127.21.168m-.064.621l-.222.074-.226.009.148-.252.17-.098.36.006.113.03-.343.231zm-.054-.931l.206.003.07.037.117.124.118.16.193.27-.328-.16-.14-.164-.096-.078-.131-.067-.13-.083.121-.042zm7.926.605l.127.38.126.126.127-.421.042-.253-.042-.211-.043-.127-.084-.084-.21-.126v.126l-.043.295v.295m.125-.622l.14.187.047.187v.28l-.047.235-.047.047-.046-.096-.047-.093-.047-.233.047-.514zm3.505-.012h.042l.169.253.21.169.254.169h.126l.169.042.084-.042h.042l.042.042.296.464V2.66l-.237-.425-.059-.25-.042-.253v-.042l.253.253.071.123.052.169.046.256v.337l.084-.295v-.168l-.042-.17-.042-.126-.084-.168-.211-.211-.253-.21.042.252v.21l.042.17v.126l-.169-.337-.21-.169-.254-.084-.295-.042h-.21l.042.042.042.04m.347.024l.225.09.216.148.185.254-.27-.054-.22-.124-.223-.18-.18-.178.267.044zM5.092 2.28h.422l.295-.042.253-.042-.38-.21-.21-.085-.253-.042-.211.042-.253.084-.085.042.127.127.295.126m-.103-.319l.118-.018.252.013.276.095.186.094-.231.048-.231.042-.277-.024-.275-.162.182-.088zm12.428 9c.047.02.115.068.12.125\"/></svg>\n </figure>\n </td>\n <td>elsevier.svg</td>\n <td><code>_includes/icons/simple-icons/elsevier.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"elsevier\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Ember.js icon</title><path d=\"M0 0v24h24V0H0zm12.29 4.38c1.66-.03 2.83.42 3.84 1.85 2.25 5.58-6 8.4-6 8.4s-.23 1.48 2.02 1.42c2.78 0 5.7-2.15 6.81-3.06a.66.66 0 01.9.05l.84.87a.66.66 0 01.01.9c-.72.8-2.42 2.46-4.97 3.53 0 0-4.26 1.97-7.13.1a4.95 4.95 0 01-2.38-3.83s-2.08-.11-3.42-.63c-1.33-.52.01-2.1.01-2.1s.42-.65 1.2 0 2.24.36 2.24.36c.13-1.03.35-2.38.98-3.81 1.34-3 3.38-4.01 5.05-4.05zm.33 2.8c-1.1.07-2.8 1.78-2.88 4.93 0 0 .75.23 2.41-.91 1.67-1.14 2-2.97 1.11-3.81a.82.82 0 00-.64-.21Z\"/></svg>\n\n </figure>\n </td>\n <td>ember-dot-js.svg</td>\n <td><code>_includes/icons/simple-icons/ember-dot-js.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ember-dot-js\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Emby icon</title><path d=\"M11.041 0c-.007 0-1.456 1.43-3.219 3.176L4.615 6.352l.512.513.512.512-2.819 2.791L0 12.961l1.83 1.848c1.006 1.016 2.438 2.46 3.182 3.209l1.351 1.359.508-.496c.28-.273.515-.498.524-.498.008 0 1.266 1.264 2.794 2.808L12.97 24l.187-.182c.23-.225 5.007-4.95 5.717-5.656l.52-.516-.502-.513c-.276-.282-.5-.52-.496-.53.003-.009 1.264-1.26 2.802-2.783 1.538-1.522 2.8-2.776 2.803-2.785.005-.012-3.617-3.684-6.107-6.193L17.65 4.6l-.505.505c-.279.278-.517.501-.53.497-.013-.005-1.27-1.267-2.793-2.805A449.655 449.655 0 0011.041 0zM9.223 7.367c.091.038 7.951 4.608 7.957 4.627.003.013-1.781 1.056-3.965 2.32a999.898 999.898 0 01-3.996 2.307c-.019.006-.026-1.266-.026-4.629 0-3.7.007-4.634.03-4.625Z\"/></svg>\n\n </figure>\n </td>\n <td>emby.svg</td>\n <td><code>_includes/icons/simple-icons/emby.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"emby\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Emlakjet icon</title><path d=\"M15.65 16.105v-.24a3.543 3.543 0 00-1.267-2.471c-.724-.663-1.69-.965-2.655-.904-1.87.12-3.378 1.747-3.378 3.615 0 .784.12 1.567.422 2.471H4.55V6.946l7.42-5.123 7.482 5.122v11.692h-4.223c.18-.663.422-1.688.422-2.532m5.068-10.244L12.452.136c-.301-.181-.663-.181-.905 0L3.222 5.86c-.242.12-.362.361-.362.663V19.48c0 .482.362.844.844.844H9.92a.824.824 0 00.844-.844c0-.06 0-.18-.06-.24l-.06-.182c-.302-.723-.664-1.627-.664-2.53v-.182c-.06-.542.12-1.084.482-1.446a2.095 2.095 0 011.388-.723c.543-.06 1.026.12 1.448.482.422.362.664.844.724 1.386v.18c.06 1.206-.724 2.954-.845 3.135l-1.146 2.17-.18-.362c-.122-.181-.302-.362-.483-.422-.182-.06-.423-.06-.604.06-.18.12-.362.301-.422.482s-.06.422.06.603l.905 1.687c.121.241.423.422.724.422.302 0 .604-.18.724-.422l1.81-3.375h5.732a.824.824 0 00.844-.843V6.524c-.06-.302-.18-.543-.422-.663\"/></svg>\n </figure>\n </td>\n <td>emlakjet.svg</td>\n <td><code>_includes/icons/simple-icons/emlakjet.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"emlakjet\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Empire Kred icon</title><path d=\"M23.996 4.685c0-2.08-1.674-3.774-3.727-3.774H3.72C1.665.91-.005 2.604-.005 4.69v7.536c0 .336.045.667.135.997.03.134.07.264.12.39.25.623.653 1.17 1.173 1.593.51.524 1.17 1.095 1.965 1.71l.105.074.435.33.52.397c1.19.912 3.205 2.453 6.165 4.71.483.366 1.038.676 1.383.676.343 0 .902-.31 1.383-.676 2.96-2.257 4.972-3.798 6.164-4.71l.972-.74h-.002l.11-.085c.798-.612 1.463-1.19 1.968-1.71.514-.418.908-.96 1.15-1.576.166-.44.252-.906.254-1.376v-7.15h-.003l.003-.003v-.39zm-4.14 6.242c-.093-.017-.188-.032-.283-.045-.105 0-.226-.015-.33-.015-.278-.006-.556.05-.81.164-.214.1-.4.248-.54.436-.135.196-.23.415-.286.646-.06.254-.09.524-.09.81v2.88H12.49L8.756 10.22 7.2 11.795v3.975H4.48V3.4h2.716V8.53l4.83-5.127h3.396l-4.83 4.885 5.166 7.293V9.402h1.662v1.182h.023c.084-.195.195-.38.33-.547.144-.168.3-.312.483-.43.18-.106.375-.21.58-.27.205-.06.42-.09.64-.09.114 0 .24.03.38.06v1.62z\"/></svg>\n </figure>\n </td>\n <td>empirekred.svg</td>\n <td><code>_includes/icons/simple-icons/empirekred.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"empirekred\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Envato icon</title><path d=\"M19.4.197c-.74-.371-2.721-.247-5.195.62-4.207 2.968-7.674 7.175-8.044 14.109 0 .241-.493 0-.617-.126-1.114-2.104-1.61-4.455-.62-7.921.247-.247-.37-.617-.37-.494-.249.123-1.114 1.113-1.734 2.103-2.847 4.947-.99 11.511 3.961 14.231 4.947 2.721 11.382.988 14.231-4.086 3.342-5.814.369-17.322-1.612-18.436\"/></svg>\n </figure>\n </td>\n <td>envato.svg</td>\n <td><code>_includes/icons/simple-icons/envato.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"envato\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>EPEL icon</title><path d=\"M.702 2.361c-1.188.11-.88.154 1.98.286 5.677.242 9.043 1.144 11.353 2.993 1.232 1.012 2.187 3.146 2.187 3.146s-3.639.836-7.797 1.65c-4.159.814-7.46 1.54-7.327 1.584.352.11 5.214-.484 10.319-1.276l4.87-.734c.078-.012.036.394.036.514 0 1.1-1.122 2.948-2.794 4.599-2.75 2.684-6.623 4.686-11.573 5.962-1.364.352-2.2.638-1.892.638 1.188.044 5.742-1.298 7.81-2.266 2.685-1.276 4.401-2.508 6.491-4.664 1.48-1.842 2.994-2.796 3.056-5.017l3.06-.506c1.629-.264 3.103-.55 3.28-.616.241-.088.285-.352.197-1.012-.154-1.21-1.1-2.156-3.014-3.037-2.904-1.342-5.88-1.603-7.442-.68-.173.101-.376.417-.534.486a1079.7 1079.7 0 00-2.365-.862C7.567 2.515 3.848 2.075.702 2.361zm19.032 2.773c1.628.484 4.18 2.014 3.792 2.09l-3.066.601-3.386.772c-.644-1.435-1.491-2.232-2.628-3.305l.133-.327c.322-.796 2.536-.602 5.155.169z\"/></svg>\n </figure>\n </td>\n <td>epel.svg</td>\n <td><code>_includes/icons/simple-icons/epel.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"epel\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Epic Games icon</title><path d=\"M3.538 0C2.166 0 1.66.506 1.66 1.878v16.565c0 .155.007.299.019.431.034.302.037.593.317.922.026.038.31.246.31.246.151.076.257.128.43.2l8.334 3.492c.431.197.613.276.926.265H12c.317.011.499-.068.93-.265l8.333-3.492c.174-.072.276-.124.431-.2 0 0 .284-.212.31-.246.28-.329.283-.62.317-.922.012-.132.02-.276.02-.43V1.877C22.34.506 21.833 0 20.461 0zm13.356 3.11h.68c1.134 0 1.686.552 1.686 1.697v1.879h-1.372V4.883c0-.367-.17-.537-.525-.537h-.234c-.367 0-.537.17-.537.537v5.813c0 .366.17.536.537.536h.26c.352 0 .522-.17.522-.536v-2.08h1.376v2.144c0 1.145-.564 1.708-1.701 1.708h-.692c-1.141 0-1.7-.567-1.7-1.708V4.819c0-1.142.559-1.709 1.7-1.709zm-12.188.076H7.82v1.277H6.104v2.604h1.652v1.274H6.104v2.774h1.739v1.274H4.706zm3.817 0h2.196c1.137 0 1.7.567 1.7 1.712v2.445c0 1.145-.563 1.709-1.7 1.709h-.794v3.337H8.523zm4.528 0h1.398v9.203h-1.398zm-3.13 1.24v3.39h.579c.351 0 .521-.17.521-.54v-2.31c0-.37-.17-.54-.521-.54zM6.066 14.58h.208l.046.007h.075l.038.012h.038l.038.011.037.008.034.007.034.008.034.007.038.012.03.007.03.012.038.011.03.015.039.015.034.015.03.02.038.014.026.02.038.018.03.02.034.018.03.023.03.019.03.022.031.023.03.026.03.023-.022.03-.027.027-.022.03-.027.03-.022.027-.023.026-.027.03-.022.03-.023.027-.026.03-.023.03-.027.03-.022.027-.023.03-.026.03-.023.031-.026.026-.023.03-.03-.022-.03-.026-.03-.02-.035-.022-.026-.019-.034-.019-.03-.019-.035-.019-.03-.015-.03-.015-.03-.011-.034-.012-.038-.01-.03-.008-.038-.008-.038-.008-.038-.003h-.041l-.046-.008h-.075l-.038.004h-.038l-.038.011-.034.008-.034.011-.037.011-.03.015-.038.016-.027.018-.03.02-.03.018-.027.023-.026.023-.027.022-.022.027-.03.026-.02.03-.018.027-.023.03-.015.034-.02.03-.018.034-.011.034-.016.034-.01.038-.005.038-.011.034-.008.042v.037l-.007.038v.09l.004.039.003.034.004.037.008.038.011.03.004.038.011.03.012.03.015.039.019.037.015.03.019.03.022.031.023.03.019.027.03.026.023.027.026.022.03.023.03.023.031.019.03.018.034.016.038.015.03.015.038.011.038.012.038.007.037.008.038.004.046.003h.124l.046-.007h.037l.038-.012.038-.007.038-.012.034-.007.034-.015.03-.015.038-.016.023-.015.03-.019v-.347h-.552v-.56h1.247v1.248l-.026.022-.03.023-.027.019-.03.023-.03.018-.03.023-.03.019-.031.019-.038.019-.034.019-.03.019-.038.015-.03.019-.038.015-.038.015-.038.015-.034.015-.034.011-.034.012-.037.011-.034.011-.038.012-.034.007-.038.008-.038.008-.038.007-.037.004-.038.004-.038.004-.045.003-.038.004-.042.004h-.196l-.042-.008h-.038l-.037-.007h-.038l-.038-.012-.038-.007-.038-.008-.037-.007-.03-.012-.038-.007-.038-.012-.034-.015-.034-.011-.038-.015-.034-.015-.038-.015-.03-.016-.038-.018-.026-.02-.038-.018-.027-.02-.03-.018-.03-.023-.03-.023-.034-.022-.023-.023-.03-.023-.027-.026-.026-.023-.027-.026-.022-.027-.027-.026-.022-.03-.023-.027-.019-.03-.023-.03-.019-.03-.018-.03-.02-.035-.018-.03-.015-.034-.015-.034-.016-.034-.015-.034-.011-.03-.015-.034-.008-.034-.011-.034-.008-.038-.011-.034-.008-.038-.003-.034-.008-.038-.004-.034-.003-.038-.004-.037-.004-.038v-.208l.008-.038v-.041l.01-.038v-.038l.012-.038.012-.037.007-.038.011-.034.012-.038.011-.034.015-.038.015-.034.016-.034.015-.034.015-.034.019-.034.019-.03.018-.03.02-.03.018-.03.023-.031.023-.03.022-.03.027-.027.022-.026.023-.027.03-.026.023-.027.03-.023.027-.026.03-.023.03-.022.03-.02.03-.022.03-.019.031-.019.034-.019.038-.019.03-.018.038-.016.034-.015.038-.019.03-.01.038-.012.034-.015.034-.008.034-.011.038-.008.034-.011.037-.008h.038l.038-.011h.038l.038-.008h.037zm11.989.007h.207l.046.008h.075l.038.011h.045l.038.012.034.007.038.008.038.007.034.008.038.011.037.012.03.007.038.015.038.012.03.015.038.015.038.015.034.02.027.014.037.02.034.018.03.019.035.023.03.018.03.023.03.023.03.022-.022.03-.019.031-.023.03-.022.03-.023.034-.019.03-.023.03-.022.031-.02.03-.022.03-.023.03-.022.031-.02.034-.022.03-.026.03-.02.03-.022.031-.03-.023-.034-.019-.03-.018-.03-.023-.035-.015-.03-.02-.038-.014-.026-.015-.038-.016-.03-.015-.03-.011-.034-.015-.038-.011-.038-.012-.038-.011-.041-.008-.038-.007-.038-.008-.038-.004-.037-.004-.034-.003h-.084l-.041.007-.038.008-.038.007-.03.016-.026.015-.034.03-.023.034-.015.034v.094l.019.042.015.023.026.026.038.02.03.018.038.015.038.015.049.015.03.008.03.011.038.008.03.011.038.008.042.011.041.011.042.012.042.007.037.012.042.011.038.008.037.011.038.011.038.012.038.011.034.011.038.012.037.015.038.019.038.015.038.019.038.019.03.019.03.018.034.023.027.02.034.026.026.026.03.03.027.027.019.03.026.038.019.026.015.038.019.026.011.038.012.03.007.038.008.038.007.038.004.038.004.037v.095l-.004.041-.004.038-.003.042-.008.038-.011.037-.008.038-.011.038-.015.034-.015.03-.016.034-.018.03-.023.03-.02.03-.018.031-.026.027-.023.026-.027.023-.03.026-.026.023-.03.023-.03.018-.031.023-.038.019-.03.015-.038.02-.038.014-.037.015-.038.012-.038.011-.03.011-.038.008-.038.008-.03.007-.038.008h-.038l-.037.007h-.038l-.038.008h-.28l-.037-.004-.038-.004-.042-.003-.038-.008-.037-.004-.038-.007-.038-.008-.042-.011-.037-.008-.038-.011-.038-.008-.038-.011-.037-.012-.038-.015-.034-.011-.038-.011-.038-.016-.03-.015-.038-.015-.03-.019-.038-.015-.034-.019-.026-.019-.038-.019-.027-.018-.034-.02-.03-.022-.03-.023-.03-.022-.03-.023-.027-.023-.03-.026.022-.03.027-.027.023-.03.026-.03.023-.027.022-.03.027-.03.023-.027.026-.03.023-.026.026-.03.023-.03.022-.027.027-.03.023-.03.026-.027.027-.03.026.022.038.023.026.023.038.022.03.02.034.022.03.019.035.015.03.019.034.015.038.015.03.015.038.011.03.016.038.01.037.012.038.012.038.007.038.008.038.007h.041l.038.012h.208l.038-.008.037-.008.03-.007.03-.011.027-.016.034-.022.02-.027.018-.03.011-.038v-.087l-.015-.037-.022-.03-.023-.023-.034-.023-.027-.015-.037-.015-.038-.015-.045-.02-.027-.007-.03-.008-.038-.01-.03-.008-.038-.012-.038-.007-.041-.012-.038-.007-.042-.012-.037-.007-.038-.012-.038-.007-.038-.012-.038-.01-.037-.008-.034-.012-.034-.011-.034-.012-.038-.015-.042-.015-.038-.015-.037-.015-.038-.019-.038-.019-.026-.019-.038-.019-.027-.022-.034-.02-.022-.022-.027-.026-.03-.027-.023-.026-.022-.027-.02-.026-.018-.03-.02-.034-.014-.027-.012-.03-.011-.034-.011-.03-.008-.038-.007-.034v-.038l-.008-.038v-.162l.004-.038.004-.038.007-.03.008-.038.011-.03.008-.038.015-.03.015-.038.015-.03.019-.038.019-.03.026-.03.02-.03.03-.03.026-.027.023-.03.034-.027.022-.019.034-.023.03-.022.03-.02.038-.018.03-.015.039-.019.03-.015.038-.012.037-.015.038-.011.027-.008.037-.007.03-.008.038-.007.038-.008.038-.004.038-.004.038-.003zm-9.237.027h.707l.015.034.015.034.015.034.011.038.015.034.015.034.016.034.015.034.011.034.019.037.015.034.015.035.008.034.015.034.019.034.015.037.015.034.011.034.015.034.02.034.01.034.016.038.011.038.015.03.02.038.014.03.015.038.012.038.011.03.019.038.015.03.015.038.011.03.016.038.019.038.015.034.011.034.011.034.015.034.02.034.014.037.016.035.01.034.016.034.015.034.015.034.015.037.012.034.015.034.019.034.015.034.015.034.008.038.015.034.019.034.015.034.011.034.015.034.015.038.02.038.01.03.016.038.011.03.015.038.019.038.015.03.011.038.016.03.011.038.019.03.015.038.011.038.015.03.016.038.018.03.016.038.01.037.012.03.015.038.02.03h-.783l-.02-.033-.01-.034-.016-.034-.015-.038-.011-.034-.015-.034-.015-.034-.012-.034-.015-.034-.015-.034-.011-.034-.015-.038-.015-.034-.012-.034-.015-.034H8.617l-.015.038-.011.03-.015.038-.019.037-.008.03-.015.039-.015.03-.011.038-.015.03-.015.038-.012.03-.015.038-.015.037-.015.03-.011.038h-.775l.015-.037.015-.034.015-.034.012-.038.01-.034.02-.034.015-.034.015-.034.011-.034.015-.038.02-.034.014-.034.012-.034.011-.034.015-.034.02-.038.014-.034.015-.034.012-.034.015-.034.015-.034.015-.038.015-.038.012-.03.015-.038.019-.03.015-.038.011-.037.011-.03.015-.038.02-.03.014-.038.016-.03.01-.038.016-.038.019-.03.011-.038.015-.03.012-.038.015-.038.019-.03.015-.038.011-.03.015-.038.012-.03.019-.038.015-.038.015-.034.011-.034.015-.034.02-.034.014-.034.008-.038.015-.034.015-.034.019-.034.015-.034.011-.034.016-.038.015-.037.015-.03.015-.038.011-.03.015-.038.015-.038.02-.03.014-.038.012-.03.011-.038.015-.03.02-.038.014-.038.012-.03.015-.038.015-.03.019-.038.011-.038.011-.03.016-.038zm2.192.019h.775l.022.03.02.034.022.03.019.034.019.03.019.034.018.03.023.035.019.03.019.03.019.034.019.03.026.034.015.03.02.035.022.03.023.03.015.034.022.03.02.034.014.03.027.035.019.03.019.034.019.03.018.03.023.034.019.03.019.035.019.03.019.034.022.03.02.034.018.03.023-.03.015-.038.023-.026.022-.038.02-.026.014-.038.027-.027.019-.037.015-.027.023-.03.022-.038.02-.026.018-.038.019-.027.023-.037.018-.027.02-.038.018-.026.02-.03.022-.038.019-.027.019-.037.022-.027.02-.038.018-.026.023-.03.019-.038.022-.027.02-.037.018-.027.02-.038.022-.026.019-.038.019-.026h.782v2.789h-.734v-1.64l-.018.026-.023.038-.019.026-.023.03-.019.038-.022.027-.02.03-.022.038-.019.026-.019.03-.026.03-.019.039-.023.026-.019.03-.018.038-.023.026-.019.03-.023.038-.019.027-.022.03-.02.038-.018.026-.023.03-.019.038-.022.027-.023.03-.019.03-.019.038-.023.027-.022.03-.015.038-.027.026-.019.03-.022.038-.02.027h-.014l-.023-.034-.019-.03-.023-.035-.019-.03-.022-.034-.02-.03-.022-.034-.019-.03-.022-.034-.02-.03-.026-.035-.015-.03-.023-.034-.022-.03-.02-.034-.022-.03-.019-.038-.022-.03-.02-.034-.022-.03-.019-.035-.023-.03-.018-.034-.023-.03-.019-.034-.023-.03-.019-.034-.022-.03-.02-.035-.022-.03-.019-.034-.026-.03-.015-.034-.023-.03v1.644h-.725v-2.76zm3.47 0h2.199v.63h-1.47v.447h1.322v.593H15.21v.48h1.489v.631h-2.215v-2.759zm-5.318.854l-.015.038-.012.03-.015.038-.015.037-.011.034-.015.034-.016.038-.015.038-.011.03-.015.038-.015.03-.012.038-.015.038-.015.03-.011.038-.015.03-.015.038-.016.038-.01.03-.016.038-.015.038-.011.03-.016.038h.643l-.015-.038-.012-.034-.015-.038-.015-.034-.011-.034-.015-.034-.015-.038-.012-.034-.015-.034-.015-.034-.011-.034-.015-.038-.012-.034-.015-.034-.015-.034-.011-.034-.015-.037-.015-.038-.012-.03-.015-.038-.015-.038-.011-.034zm-1.15 5.223h8.013l-4.09 1.35z\"/></svg>\n </figure>\n </td>\n <td>epicgames.svg</td>\n <td><code>_includes/icons/simple-icons/epicgames.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"epicgames\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" role=\"img\"><title>Epson icon</title><path d=\"M16.616 13.915c-1.029 0-1.428-.952-1.428-1.915 0-.975.398-1.927 1.428-1.927 1.03 0 1.429.952 1.429 1.927 0 .963-.399 1.915-1.429 1.915m0-4.805c-1.627 0-2.567 1.218-2.567 2.89s.94 2.89 2.567 2.89c1.628 0 2.568-1.218 2.568-2.89s-.94-2.89-2.568-2.89zM0 9.266h4.085v.974H1.141v1.207h2.745v.952H1.141v1.351h2.944v.975H0V9.266zM6.73 12.11H5.701v-1.871H6.73c.709 0 1.185.311 1.185.941 0 .621-.476.93-1.185.93m-2.168 2.614h1.14v-1.639H6.73c1.384 0 2.314-.687 2.314-1.904 0-1.229-.931-1.915-2.314-1.915H4.562v5.458zM20.768 9.266h-1.162v5.458h1.118v-2.215c0-.598-.022-1.14-.044-1.605.133.267.531 1.085.708 1.396l1.45 2.425H24V9.266h-1.106v2.158c0 .599.022 1.196.044 1.672-.133-.276-.531-1.096-.72-1.406l-1.45-2.424zM10.34 12.919c0 .73.608 1.019 1.251 1.019.421 0 1.118-.122 1.118-.687 0-.598-.842-.709-1.649-.919-.853-.232-1.672-.543-1.672-1.561 0-1.13 1.063-1.661 2.059-1.661 1.152 0 2.204.498 2.204 1.771h-1.13c-.044-.664-.554-.83-1.129-.83-.388 0-.875.154-.875.619 0 .421.277.487 1.661.842.398.11 1.66.354 1.66 1.595 0 1.018-.797 1.771-2.292 1.771-1.217 0-2.357-.598-2.347-1.959h1.141z\"/></svg>\n </figure>\n </td>\n <td>epson.svg</td>\n <td><code>_includes/icons/simple-icons/epson.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"epson\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>ESEA icon</title><path d=\"M14.054 3L8.95 9.746 0 9.883l5.832 4.47-4.79 6.879 8.491-4.088 5.711 4.323v-7.114L24 10.029 6.745 14.05a12.575 12.575 0 0 0 1.589-1.955 5.475 5.475 0 0 0 .617-1.786l5.593-.151z\"/></svg>\n </figure>\n </td>\n <td>esea.svg</td>\n <td><code>_includes/icons/simple-icons/esea.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"esea\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>ESLint icon</title><path d=\"M7.257 9.132L11.816 6.5a.369.369 0 0 1 .368 0l4.559 2.632a.369.369 0 0 1 .184.32v5.263a.37.37 0 0 1-.184.319l-4.559 2.632a.369.369 0 0 1-.368 0l-4.559-2.632a.369.369 0 0 1-.184-.32V9.452a.37.37 0 0 1 .184-.32M23.852 11.53l-5.446-9.475c-.198-.343-.564-.596-.96-.596H6.555c-.396 0-.762.253-.96.596L.149 11.509a1.127 1.127 0 0 0 0 1.117l5.447 9.398c.197.342.563.517.959.517h10.893c.395 0 .76-.17.959-.512l5.446-9.413a1.069 1.069 0 0 0 0-1.086m-4.51 4.556a.4.4 0 0 1-.204.338L12.2 20.426a.395.395 0 0 1-.392 0l-6.943-4.002a.4.4 0 0 1-.205-.338V8.08c0-.14.083-.269.204-.338L11.8 3.74c.12-.07.272-.07.392 0l6.943 4.003a.4.4 0 0 1 .206.338z\"/></svg>\n </figure>\n </td>\n <td>eslint.svg</td>\n <td><code>_includes/icons/simple-icons/eslint.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"eslint\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Ethereum icon</title><path d=\"M11.944 17.97L4.58 13.62 11.943 24l7.37-10.38-7.372 4.35h.003zM12.056 0L4.69 12.223l7.365 4.354 7.365-4.35L12.056 0z\"/></svg>\n </figure>\n </td>\n <td>ethereum.svg</td>\n <td><code>_includes/icons/simple-icons/ethereum.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ethereum\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Etsy icon</title><path d=\"M8.564 2.445c0-.325.033-.52.59-.52h7.465c1.3 0 2.02 1.11 2.54 3.193l.42 1.666h1.27c.23-4.728.43-6.784.43-6.784s-3.196.36-5.09.36H6.64L1.526.196v1.37l1.725.326c1.21.24 1.5.496 1.6 1.606 0 0 .11 3.27.11 8.64 0 5.385-.09 8.61-.09 8.61 0 .973-.39 1.333-1.59 1.573l-1.722.33V24l5.13-.165h8.55c1.935 0 6.39.165 6.39.165.105-1.17.75-6.48.855-7.064h-1.2L20 19.846c-1.005 2.28-2.476 2.445-4.11 2.445h-4.906c-1.63 0-2.415-.64-2.415-2.05V12.8s3.62 0 4.79.096c.912.064 1.463.325 1.76 1.598l.39 1.695h1.41l-.09-4.278.192-4.305H15.63l-.45 1.89c-.283 1.244-.48 1.47-1.754 1.6-1.666.17-4.815.14-4.815.14V2.45h-.05z\"/></svg>\n </figure>\n </td>\n <td>etsy.svg</td>\n <td><code>_includes/icons/simple-icons/etsy.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"etsy\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Eventbrite icon</title><path d=\"M10.5 5.8c2.7-.6 5.3.5 6.8 2.5L5.6 11c.4-2.5 2.3-4.6 4.9-5.2zm6.9 9.8c-.9 1.3-2.3 2.3-3.9 2.6-2.7.6-5.3-.5-6.8-2.6L18.4 13l1.9-.4 3.7-.8c0-.8-.1-1.6-.3-2.3C22.2 3 15.8-.9 9.3.6S-1.2 8.4.3 14.7 8.2 25 14.7 23.5c3.8-.9 6.8-3.4 8.2-6.6.1-.1-5.5-1.3-5.5-1.3z\"/></svg>\n </figure>\n </td>\n <td>eventbrite.svg</td>\n <td><code>_includes/icons/simple-icons/eventbrite.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"eventbrite\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Event Store icon</title><path d=\"M5.785 3.414c.428-.251.874-.473 1.339-.666.981-.421 1.995-.659 3.036-.765l1.127 1.274-.525 1.319c-1.02.195-1.979.57-2.879 1.11l-.195.12-.178-1.737-1.725-.66v.005zM5.295 3.724l1.789.69.188 1.71c-.969.713-1.725 1.623-2.264 2.73-.051.099-.096.198-.139.3l-1.26-1.529-2.054.434c.511-1.104 1.201-2.091 2.063-2.96.515-.522 1.07-.979 1.667-1.376l.01.001zm11.782 12.052c.195-.324.354-.652.48-.99l1.938 2.35 3.255-.701c-.187.513-.407 1.015-.662 1.507-.671 1.291-1.553 2.409-2.648 3.36-1.112.962-2.369 1.665-3.771 2.107-.027.009-.056.016-.083.026l-2.411-2.039.629-2.775.051-.021c1.379-.6 2.457-1.529 3.224-2.835v.011zM21.153 4.805c.199.273.384.56.563.854.741 1.248 1.254 2.582 1.539 4.004.271 1.41.315 2.829.12 4.252-.105.684-.255 1.35-.464 2.002l-3.255.699-1.95-2.357c.226-.867.255-1.77.06-2.709-.225-1.114-.72-2.065-1.454-2.85l3.509-.42 1.306-3.476h.026zM1.338 8.584l2.1-.444 1.236 1.509c-.391 1.084-.48 2.21-.285 3.38.045.334.119.656.21.969l-2.22-.505-1.59 1.881c-.193-.833-.283-1.685-.283-2.554.003-1.451.27-2.85.807-4.199l.016-.039.009.002zM4.78 14.518c.319.844.788 1.614 1.409 2.316.465.539.99.975 1.563 1.319l-2.2 1.261.12 2.864c-.726-.451-1.395-.99-2-1.605-1.021-1.05-1.8-2.249-2.34-3.6-.149-.375-.27-.75-.375-1.125l1.635-1.919 2.22.509-.032-.02zM8.232 18.415c.473.236.979.416 1.518.54 1.207.28 2.385.233 3.529-.141l-.625 2.757 2.387 2.02c-1.193.313-2.414.445-3.659.401-1.455-.046-2.853-.354-4.19-.925-.36-.153-.705-.322-1.041-.51l-.119-2.882 2.2-1.26zM20.815 4.364L19.502 7.85l-3.614.435c-.105-.091-.213-.181-.327-.255-1.185-.9-2.52-1.426-4.004-1.575-.346-.029-.675-.029-.99-.029l1.26-3.226L9.1.095c.827-.09 1.637-.104 2.459-.09.49.015.975.051 1.459.113.68.089 1.351.239 2.015.42 1.405.4 2.685 1.034 3.842 1.93.729.559 1.376 1.191 1.94 1.896z\"/></svg>\n </figure>\n </td>\n <td>eventstore.svg</td>\n <td><code>_includes/icons/simple-icons/eventstore.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"eventstore\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Evernote icon</title><path d=\"M7.692 5.445c0 .239-.02.637-.256.895-.257.24-.652.259-.888.259H4.022c-.73 0-1.165 0-1.46.04-.159.02-.356.1-.455.14-.04.019-.04 0-.02-.02L7.85.848c.02-.02.04-.02.02.02-.04.099-.118.298-.138.457-.04.298-.04.736-.04 1.472v2.647zm5.348 17.869c-.67-.438-1.026-1.015-1.164-1.373a2.924 2.924 0 0 1-.217-1.095 3.007 3.007 0 0 1 3-3.004c.493 0 .888.398.888.895a.88.88 0 0 1-.454.776c-.099.06-.237.1-.336.12-.098.02-.473.06-.65.218-.198.16-.356.418-.356.697 0 .298.118.577.316.776.355.358.829.557 1.342.557a2.436 2.436 0 0 0 2.427-2.447c0-1.214-.809-2.289-1.875-2.766-.158-.08-.414-.14-.651-.2a8.04 8.04 0 0 0-.592-.099c-.829-.1-2.901-.756-3.04-2.606 0 0-.611 2.785-1.835 3.541-.118.06-.276.12-.454.16-.177.04-.374.06-.434.06-1.993.119-4.105-.518-5.565-2.03 0 0-.987-.816-1.5-3.104-.118-.558-.355-1.553-.493-2.488-.06-.338-.08-.597-.099-.836 0-.975.592-1.631 1.342-1.73h4.026c.69 0 1.086-.18 1.342-.419.336-.318.415-.776.415-1.313v-4.08-.118C8.52.669 9.173.052 10.139.052h.474c.197 0 .434.02.651.04.158.02.296.06.533.12 1.204.298 1.46 1.532 1.46 1.532s2.27.398 3.415.597c1.085.199 3.77.378 4.282 3.104 1.204 6.487.474 12.775.415 12.775-.849 6.129-5.901 5.83-5.901 5.83a4.1 4.1 0 0 1-2.428-.736zm4.54-13.034c-.652-.06-1.204.2-1.402.697-.04.1-.079.219-.059.278.02.06.06.08.099.1.237.12.631.179 1.204.239.572.06.967.1 1.223.06.04 0 .08-.02.119-.08.04-.06.02-.18.02-.279-.06-.537-.553-.935-1.204-1.015z\"/></svg>\n </figure>\n </td>\n <td>evernote.svg</td>\n <td><code>_includes/icons/simple-icons/evernote.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"evernote\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Everplaces icon</title><path d=\"M10.839 23.972C4.76 23.388 0 18.257 0 12.028c0-6.623 5.377-12 12-12s12 5.377 12 12c0 6.23-4.76 11.359-10.839 11.943v-7.046c2.22-.525 3.87-2.521 3.87-4.897 0-2.778-2.253-5.033-5.031-5.033S6.968 9.25 6.968 12.028c0 2.377 1.653 4.372 3.87 4.897l.001 7.047zm-.388-14.655c.642 0 1.162.521 1.162 1.162 0 .641-.521 1.162-1.162 1.162-.641 0-1.16-.521-1.16-1.162 0-.641.52-1.161 1.16-1.162z\"/></svg>\n </figure>\n </td>\n <td>everplaces.svg</td>\n <td><code>_includes/icons/simple-icons/everplaces.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"everplaces\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>EVRY icon</title><path d=\"M.443 12.919c.102.255.113.426.072.692-.031.202-.068.404-.108.605-.035.174-.117.55.003.694.117.139.35.131.622.098.302-.037 1.81-.342 3.397-.997.215-.093.435-.205.622-.345.431-.324.5-1.005.5-1.005.011-.13.009-.316-.164-.413-.126-.07-.301-.026-.562.043-.433.116-1.502.519-1.873.628-.15.044-.447.114-.561-.027-.19-.234.082-.969.245-1.378.163-.409.419-.738 1.205-.96.289-.082.762-.229.954-.293.211-.071.489-.207.607-.675.135-.534-.278-.616-.655-.718-.539-.147-.878-.165-.641-.679.097-.21.187-.303.397-.358.214-.056 2.029-.338 2.751-.467.405-.072.542-.286.711-.631.365-.746-.093-.794-.462-.761-.836.076-2.178.315-2.753.397-.306.044-.102-.47-.46-.494-.704-.049-1.302.243-1.541.425-.226.172-.334.703-.334.703l-.697 2.368c-.06.273-.146.543-.343.659-.479.283-1.457.302-1.37 1.34 0 0 .019.51.437 1.551zm6.318-4.424c.279-.047.654-.115.756.586.031.212.032 2.661.032 2.661s.269-.252 1.094-1.526c.626-.965 1.317-2.211 1.577-2.648.152-.256.433-.522.918-.165.541.398.553.685.315 1.093-.244.419-.9 1.486-1.827 2.772-.842 1.168-1.245 1.631-1.599 2.016-.354.385-.826.83-1.319.762-.654-.091-.604-1.198-.63-1.515-.026-.317-.154-2.832-.066-3.419.034-.228.025-.496.749-.618zm8.845.065c.302.161-.045.855-.626 1.277-.374.272-1.014.679-1.672.679a6.206 6.206 0 0 1 1.017-1.298c.47-.461 1.018-.799 1.281-.658zm8.17-.153c.291-.373.349-.596-.133-1.061-.433-.417-.723-.171-.934.045-.035.042-1.016 1.001-2.049 2.17-.804.91-1.499 1.756-1.499 1.756s-.025-.57.062-1.286c.049-.408.186-1.201.226-1.453.204-1.274-.593-1.325-.89-1.343-.312-.019-.461.145-.554.533-.085.356-.55 2.311-.365 4.325.033.363.105.737.112.761l-.188.257c-1.749-.485-2.946-1.664-2.946-1.664s.574-.165 1.204-.543c.501-.3 1.465-1.043 1.363-2.353-.087-1.112-1.271-1.62-1.707-1.529-.397.083-1.091.558-1.747 1.14-.044-.304-.052-.639-.368-.676-.232-.027-.501.082-.696.182a1.116 1.116 0 0 0-.501.473l-.736 1.665c-.024.059-.072.072-.11.08-.394.09-.521.371-.549.449 0 0-.165.347.126.661-.146.385-.533 1.282-.533 1.282-.48 1.101-.449 1.483-.277 1.717.087.119.393.291.762.351.278.046.491-.119.723-.482.343-.537 1.032-1.953 1.032-1.953s1.37 1.474 4.121 2.443c0 0-1.455 1.973-1.665 3.064 0 0-.108.715.872.713.246 0 .617-.058.886-.221a.475.475 0 0 0 .223-.281.216.216 0 0 0-.021-.153c-.027-.047-.069-.073-.101-.104-.05-.049-.043-.113-.016-.187.539-1.544 2.732-4.169 3.197-4.738 1.233-1.507 3.512-3.854 3.673-4.041z\"/></svg>\n </figure>\n </td>\n <td>evry.svg</td>\n <td><code>_includes/icons/simple-icons/evry.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"evry\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Exercism icon</title><path d=\"M4.35 1.66c-.959 0-1.686.298-2.181.893-.496.595-.744 1.464-.744 2.605v3.474c0 .805-.086 1.424-.259 1.858-.173.434-.493.84-.96 1.218-.138.113-.206.206-.206.278 0 .072.068.165.205.277.476.386.798.794.967 1.225.17.43.253 1.047.253 1.851v3.462c0 1.15.25 2.023.75 2.618.5.595 1.224.892 2.174.892h.882c.379 0 .618-.018.72-.054.1-.036.15-.127.15-.271 0-.201-.133-.334-.399-.398l-.483-.109c-1.063-.241-1.595-1.29-1.595-3.148v-3.293c0-1.247-.302-2.127-.906-2.642l-.23-.193c-.112-.096-.168-.169-.168-.217 0-.056.056-.129.169-.217l.23-.193c.603-.515.905-1.395.905-2.642V5.641c0-1.11.135-1.88.405-2.31.27-.43.832-.762 1.685-.995.258-.073.387-.19.387-.35 0-.217-.29-.326-.87-.326zm14.419.029c-.58 0-.87.108-.87.325 0 .161.128.278.386.35.854.233 1.416.565 1.686.995.27.43.405 1.2.405 2.31v3.294c0 1.246.302 2.126.906 2.641l.229.193c.113.089.17.161.17.217 0 .049-.057.121-.17.217l-.23.193c-.603.515-.905 1.396-.905 2.642v3.293c0 1.858-.532 2.907-1.595 3.149l-.484.108c-.266.064-.398.197-.398.398 0 .145.05.235.15.272.102.036.341.054.72.054h.882c.95 0 1.675-.298 2.174-.893.5-.595.75-1.467.75-2.617v-3.462c0-.805.084-1.422.253-1.852.17-.43.491-.838.967-1.224.137-.113.205-.205.205-.278 0-.072-.068-.165-.205-.277-.468-.378-.788-.784-.961-1.218-.173-.435-.26-1.054-.26-1.858V5.187c0-1.142-.247-2.01-.743-2.606-.495-.595-1.222-.892-2.18-.892zM7.683 9.735c-1.456 0-2.64 1.111-2.64 2.478h1.02c0-.838.727-1.52 1.62-1.52.892 0 1.619.682 1.619 1.52h1.02c0-1.367-1.183-2.478-2.64-2.478zm8.406 0c-1.456 0-2.639 1.111-2.639 2.478h1.02c0-.838.727-1.52 1.62-1.52.892 0 1.62.682 1.62 1.52h1.02c0-1.367-1.185-2.478-2.64-2.478zM9.71 14.36v.561c0 1.277 1.062 2.316 2.366 2.316 1.305 0 2.367-1.039 2.367-2.316v-.56h-.934v.56c0 .877-.76 1.426-1.433 1.426s-1.48-.273-1.48-1.426v-.56z\"/></svg>\n </figure>\n </td>\n <td>exercism.svg</td>\n <td><code>_includes/icons/simple-icons/exercism.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"exercism\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Experts Exchange icon</title><path d=\"M7.28.9H0L8.36 12 0 23.1h7.28L15.64 12zM24 .9h-7.28l-2.3 3.06 3.64 4.82zM14.42 20.05l2.3 3.05H24l-5.94-7.88z\"/></svg>\n </figure>\n </td>\n <td>expertsexchange.svg</td>\n <td><code>_includes/icons/simple-icons/expertsexchange.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"expertsexchange\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Expo icon</title><path d=\"M18.22 11.66a2.944 2.944 0 0 0 3.085-2.361 1.93 1.93 0 0 0-1.621-.881 1.932 1.932 0 0 0-1.464 3.241zm-6.886-8.138l4.021-2.327-1.28-.722-5.543 3.21.441.248.84.47 1.521-.88zM15.87.98a.217.217 0 0 1 .142.141l1.863 5.695a.218.218 0 0 1-.094.258 3.798 3.798 0 0 0-1.738 4.27 3.8 3.8 0 0 0 4.05 2.777c.102-.008.2.055.231.152l1.922 5.852a.224.224 0 0 1-.094.258l-5.894 3.578a.224.224 0 0 1-.096.029.219.219 0 0 1-.154-.033l-2.074-1.348a.222.222 0 0 1-.082-.097L9.806 12.84l-6.165 3.657a.22.22 0 0 1-.04.021.209.209 0 0 1-.196-.014l-1.394-.82a.216.216 0 0 1-.086-.286L7.89 3.586a.216.216 0 0 1 .102-.099L13.96.031a.219.219 0 0 1 .219-.004L15.87.98zM9.63 4.805l-1.165-.657-.285-.16L2.41 15.41l1.047.617 4.972-6.761a.216.216 0 0 1 .204-.09c.079.008.146.06.176.133L14.23 22.28l1.45.939-5.803-17.67-.246-.744zm10.054 7.918a2.373 2.373 0 1 1 1.676-4.052 2.37 2.37 0 0 1 .694 1.676 2.37 2.37 0 0 1-2.37 2.376z\"/></svg>\n </figure>\n </td>\n <td>expo.svg</td>\n <td><code>_includes/icons/simple-icons/expo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"expo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>EyeEm icon</title><path d=\"M3.673 9.181v-1.04H0v5.723h3.68v-1.048H1.186v-1.378h2.158v-1.017H1.186V9.18zm2.162 6.634l2.532-5.907h-1.24l-.902 2.357-.91-2.357H4.081l1.546 3.604-1.01 2.303zm6.625-3.573v-.444c0-1.232-.75-1.966-1.89-1.966-1.179 0-2.013.78-2.013 2.058 0 1.27.834 2.058 2.043 2.058.926 0 1.684-.536 1.821-1.285l-1.124-.054c-.085.275-.337.436-.727.436-.505 0-.804-.314-.827-.803zm-1.898-1.538c.505 0 .75.314.773.796H9.743c.031-.505.345-.796.82-.796zM17.04 9.18v-1.04h-3.672v5.723h3.68v-1.048h-2.495v-1.378h2.158v-1.017h-2.158V9.18zm5.46.65c-.597 0-.987.268-1.216.628-.26-.406-.697-.627-1.24-.627s-.864.206-1.04.482v-.406h-1.056v3.956h1.117v-2.196c0-.474.268-.796.711-.796.406 0 .643.283.643.788v2.204h1.117V11.53c.046-.398.291-.658.689-.658.428 0 .658.283.658.788v2.204H24v-2.426c0-1.002-.597-1.606-1.5-1.606z\"/></svg>\n\n </figure>\n </td>\n <td>eyeem.svg</td>\n <td><code>_includes/icons/simple-icons/eyeem.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"eyeem\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>F-Droid icon</title><path d=\"M20.472,10.081H3.528c-0.877,0-1.589,0.711-1.589,1.589v10.59c0,0.877,0.711,1.589,1.589,1.589h16.944 c0.877,0,1.589-0.711,1.589-1.589V11.67C22.061,10.792,21.349,10.081,20.472,10.081z M12,22.525c-3.066,0-5.56-2.494-5.56-5.56 s2.494-5.56,5.56-5.56c3.066,0,5.56,2.494,5.56,5.56S15.066,22.525,12,22.525z M12,12.411c-2.511,0-4.554,2.043-4.554,4.554 S9.489,21.519,12,21.519s4.554-2.043,4.554-4.554S14.511,12.411,12,12.411z M12,20.274c-1.563,0-2.881-1.103-3.221-2.568h1.67 c0.275,0.581,0.859,0.979,1.551,0.979c0.96,0,1.721-0.761,1.721-1.721c0-0.96-0.761-1.721-1.721-1.721 c-0.649,0-1.2,0.352-1.493,0.874H8.805c0.378-1.412,1.669-2.462,3.195-2.462c1.818,0,3.309,1.491,3.309,3.309 C15.309,18.783,13.818,20.274,12,20.274z M23.849,0.396c-0.001,0.001-0.002,0.002-0.002,0.003 c-0.002-0.002-0.004-0.003-0.006-0.005c0.001-0.001,0.002-0.003,0.004-0.004c-0.116-0.137-0.279-0.231-0.519-0.238 c-0.202,0.005-0.391,0.097-0.512,0.259l-1.818,2.353c-0.164-0.058-0.339-0.095-0.523-0.095H3.528c-0.184,0-0.358,0.038-0.523,0.095 L1.187,0.41c-0.121-0.162-0.31-0.253-0.512-0.259c-0.24,0.006-0.403,0.1-0.519,0.238c0.001,0.001,0.002,0.003,0.004,0.004 C0.157,0.395,0.155,0.397,0.153,0.399C0.153,0.398,0.152,0.397,0.151,0.396C0.085,0.474-0.146,0.822,0.139,1.22l1.909,2.471 C1.981,3.867,1.94,4.057,1.94,4.257v3.707c0,0.877,0.711,1.589,1.589,1.589h16.944c0.877,0,1.589-0.711,1.589-1.589V4.257 c0-0.2-0.041-0.39-0.109-0.566l1.909-2.471C24.146,0.822,23.915,0.474,23.849,0.396z M6.904,8.228c-0.987,0-1.787-0.8-1.787-1.787 s0.8-1.787,1.787-1.787s1.787,0.8,1.787,1.787S7.891,8.228,6.904,8.228z M17.229,8.228c-0.987,0-1.787-0.8-1.787-1.787 s0.8-1.787,1.787-1.787c0.987,0,1.787,0.8,1.787,1.787S18.216,8.228,17.229,8.228z\"/></svg>\n </figure>\n </td>\n <td>f-droid.svg</td>\n <td><code>_includes/icons/simple-icons/f-droid.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"f-droid\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>F-Secure icon</title><path d=\"M23.93 2.94a35.94 35.94 0 0 0-22.24-.6A2.22 2.22 0 0 0 .07 5.09c.4 1.6.98 3.44 1.68 5.11.01.04.03.02.03-.02-.1-.78.5-1.77 1.68-2.13a27.56 27.56 0 0 1 17.39.23c.86.3 1.82-.17 2.1-1.06.7-2.25.98-3.78 1.05-4.16.01-.07-.05-.1-.07-.12zM6.65 7.89c-.86.18-2.05.46-2.94.76-1.78.61-1.7 2.78-.75 3.47.07-.4.5-.95.98-1.13 1.78-.7 3.69-1.12 5.62-1.29-.98-.4-1.94-.97-2.9-1.81M20.83 12.23a21.16 21.16 0 0 0-16.45-.65c-.85.32-1.38 1.35-.85 2.33a38.16 38.16 0 0 0 3.15 4.8c-.17-.58.13-1.66 1.27-2.01 3.15-.97 6.46-.56 8.66.33.62.25 1.5.1 1.99-.64a38.62 38.62 0 0 0 2.29-4.02c.03-.06 0-.11-.06-.14M15.72 20a9.92 9.92 0 0 1-2.5-1.8c-.34-.34-.84-.83-1.37-1.41-1.2 0-2.37.12-3.62.52-1.16.36-1.27 1.7-.76 2.4.86 1.07 1.46 1.65 2.42 2.64a2.74 2.74 0 0 0 3.82.02c.75-.75 1.21-1.25 2.06-2.21.05-.05.03-.14-.05-.16\"/></svg>\n </figure>\n </td>\n <td>f-secure.svg</td>\n <td><code>_includes/icons/simple-icons/f-secure.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"f-secure\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Facebook icon</title><path d=\"M23.9981 11.9991C23.9981 5.37216 18.626 0 11.9991 0C5.37216 0 0 5.37216 0 11.9991C0 17.9882 4.38789 22.9522 10.1242 23.8524V15.4676H7.07758V11.9991H10.1242V9.35553C10.1242 6.34826 11.9156 4.68714 14.6564 4.68714C15.9692 4.68714 17.3424 4.92149 17.3424 4.92149V7.87439H15.8294C14.3388 7.87439 13.8739 8.79933 13.8739 9.74824V11.9991H17.2018L16.6698 15.4676H13.8739V23.8524C19.6103 22.9522 23.9981 17.9882 23.9981 11.9991Z\"/></svg>\n </figure>\n </td>\n <td>facebook.svg</td>\n <td><code>_includes/icons/simple-icons/facebook.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"facebook\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>FACEIT icon</title><path d=\"M24 2.7c0-.1-.1-.2-.1-.2-.1 0-.1 0-.2.1-2 3.1-4.1 6.2-6.1 9.4H.2c-.2 0-.3.3-.1.4 7.2 2.7 17.7 6.8 23.5 9.1.2.1.4-.1.4-.2V2.7z\"/></svg>\n </figure>\n </td>\n <td>faceit.svg</td>\n <td><code>_includes/icons/simple-icons/faceit.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"faceit\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Fandango icon</title><path d=\"M13.664 6.956L8.05 8.496 9.19 12.72l5.615-1.54L15.95 15.4l-5.615 1.49 1.093 4.224-5.615 1.49L4.42 17.54c.846-.995 1.194-2.386.846-3.728-.398-1.342-1.392-2.385-2.584-2.832L1.29 5.763 12.57 2.78zm7.106-.198L18.932.05 0 5.068l1.838 6.758c1.093.2 2.087 1.043 2.385 2.236.348 1.193-.1 2.385-.944 3.18l1.788 6.708L24 18.882l-1.79-6.708c-1.142-.2-2.086-1.043-2.434-2.236-.298-1.193.1-2.435.994-3.18z\"/></svg>\n </figure>\n </td>\n <td>fandango.svg</td>\n <td><code>_includes/icons/simple-icons/fandango.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"fandango\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Fandom icon</title><path d=\"M17.604.012a.603.603 0 00-.416.175l-4.493 4.485a.9.9 0 01-1.263.002L6.939.236a.603.603 0 00-.841-.002L.31 5.871c-.2.194-.311.457-.311.733v5.34c0 .271.11.533.305.726l11.277 11.144a.603.603 0 00.846 0L23.695 12.67c.194-.193.305-.454.305-.727V6.605c0-.27-.107-.528-.299-.72L18.04.189a.603.603 0 00-.435-.177zM6.615 2.5a.292.292 0 01.2.084l8.138 8.047a2.19 2.19 0 010 3.119l-2.43 2.4a.293.293 0 01-.408 0l-8.14-8.046a2.172 2.172 0 01-.65-1.561c0-.59.23-1.143.648-1.557l2.431-2.402a.292.292 0 01.211-.084zm11.15.707a2.241 2.241 0 01.278.022c.5.067.955.327 1.312.68l2.57 2.542a.284.284 0 010 .404l-3.91 3.868a.29.29 0 01-.41 0l-4-3.955a.285.285 0 010-.407l2.54-2.51a2.241 2.241 0 011.62-.644zm4.087 6.123a.29.29 0 01.341.283v1.705h-.002c0 .2-.08.39-.222.532l-9.28 9.306a.686.686 0 01-.511.225.743.743 0 01-.533-.227l-.655-.613a.284.284 0 01-.008-.41L21.697 9.412a.287.287 0 01.155-.082zm-19.424.106c.1.016.197.062.281.144l7.5 7.322c.13.13.35.396.35.717 0 .205-.047.495-.27.717l-.002-.002-.531.477a.445.445 0 01-.604-.014l-7.064-6.899a.917.917 0 01-.277-.658V9.951c0-.348.317-.566.617-.515Z\"/></svg>\n\n </figure>\n </td>\n <td>fandom.svg</td>\n <td><code>_includes/icons/simple-icons/fandom.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"fandom\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Fastly icon</title><path d=\"M13.919 3.036V1.3h.632V0H9.377v1.3h.631v1.749a10.572 10.572 0 00-8.575 10.384C1.433 19.275 6.17 24 12 24c5.842 0 10.567-4.737 10.567-10.567 0-5.186-3.729-9.486-8.648-10.397zm-1.628 15.826v-.607h-.619v.607c-2.757-.158-4.955-2.38-5.101-5.137h.607v-.62h-.607a5.436 5.436 0 015.101-5.089v.607h.62v-.607a5.435 5.435 0 015.137 5.114h-.607v.619h.607a5.444 5.444 0 01-5.138 5.113zm2.26-7.712l-.39-.389-1.979 1.725a.912.912 0 00-.316-.06c-.534 0-.971.448-.971.995 0 .547.437.996.971.996.535 0 .972-.45.972-.996a.839.839 0 00-.049-.304Z\"/></svg>\n\n </figure>\n </td>\n <td>fastly.svg</td>\n <td><code>_includes/icons/simple-icons/fastly.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"fastly\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Favro icon</title><path d=\"M11.586 1.655a6.623 6.623 0 0 0-6.621 6.621v.772a7.503 7.503 0 0 1 3.31 3.269V8.276a3.302 3.302 0 0 1 3.31-3.31c.91 0 1.655-.745 1.655-1.655s-.745-1.655-1.655-1.655zM1.655 9.103C.745 9.103 0 9.848 0 10.758s.745 1.655 1.655 1.655a3.302 3.302 0 0 1 3.31 3.31v4.966c0 .91.745 1.655 1.655 1.655s1.655-.745 1.655-1.655v-4.966a6.623 6.623 0 0 0-6.621-6.621zm15.724 0c-3.655 0-6.621 2.966-6.621 6.621s2.966 6.621 6.621 6.621a6.583 6.583 0 0 0 3.462-.979c.262.579.841.979 1.503.979a1.66 1.66 0 0 0 1.655-1.655v-9.931a1.66 1.66 0 0 0-1.655-1.655c-.676 0-1.241.4-1.503.979a6.574 6.574 0 0 0-3.462-.979zm0 3.311c1.834 0 3.31 1.476 3.31 3.31s-1.476 3.31-3.31 3.31c-1.835 0-3.31-1.476-3.31-3.31s1.476-3.31 3.31-3.31z\"/></svg>\n </figure>\n </td>\n <td>favro.svg</td>\n <td><code>_includes/icons/simple-icons/favro.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"favro\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>FeatHub icon</title><path d=\"M8.73.01h6.54v6.867H8.73V.01zm0 17.113h6.54v6.867H8.73v-6.867zM.01 8.73h23.98v6.54H.01V8.73z\"/></svg>\n </figure>\n </td>\n <td>feathub.svg</td>\n <td><code>_includes/icons/simple-icons/feathub.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"feathub\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Fedora icon</title><path d=\"M12.004.002C7.29-.063 2.744 2.963.957 7.318c-.884 1.953-1 4.116-.945 6.225.01 2.666-.02 5.334.015 7.998.113 1.542 1.653 2.614 3.133 2.441 3.257-.02 6.514.043 9.77-.035 4.789-.303 9.154-3.796 10.525-8.39 1.401-4.344.03-9.412-3.389-12.442A11.967 11.967 0 0012.004.002zm3.52 2.842c.406-.01.807.032 1.197.117.557.286.945.826.902 1.383-.058.75-.587 1.247-1.379 1.246a2.95 2.95 0 00-.72-.09c-1.726-.053-3.168 1.61-2.97 3.305.023.796-.045 1.601.032 2.392.333.457.987.18 1.475.256.276-.001.562.007.85.008a.134.134 0 00.042.008 1.29 1.29 0 011.291 1.295 1.29 1.29 0 01-1.299 1.295.14.14 0 00-.06.013c-.777.003-1.553-.001-2.33.002-.066 1.616.197 3.275-.31 4.84-.864 2.705-3.97 4.336-6.684 3.62-.537-.285-.91-.791-.868-1.335.062-.796.656-1.308 1.532-1.24.075.006.113.012.168.02.716.14 1.477.034 2.107-.391 1.127-.645 1.502-1.977 1.396-3.192-.02-.687.043-1.384-.033-2.066-.333-.456-.984-.18-1.472-.256H7.59a.137.137 0 00-.065-.015 1.29 1.29 0 01-1.298-1.295c0-.72.574-1.29 1.29-1.295a.136.136 0 00.063-.016h2.316c.059-1.507-.159-3.046.213-4.523.648-2.376 2.951-4.12 5.414-4.086zm.705.052l.13.024-.13-.024zm1.224.28c1.444.543 2.636 1.706 3.25 3.12A81.134 81.134 0 0117.8 3.704a1.762 1.762 0 00-.346-.527zm.45.935a86.952 86.952 0 002.966 2.596c-.014-.044-.033-.087-.049-.13.166.448.265.918.301 1.402a77.84 77.84 0 01-3.39-2.975l.015-.033c.088-.182.143-.386.16-.606a1.393 1.393 0 000-.197c0-.019-.002-.038-.004-.057zm.02.196c-.058.516-.058.516 0 0zm-.314.894a85.339 85.339 0 003.53 3.06c0 .071.015.139.013.21a4.94 4.94 0 01-.06.814 78.521 78.521 0 01-4.082-3.584 1.56 1.56 0 00.6-.5zm.526 1.83c.898.8 1.856 1.623 2.918 2.485a5.215 5.215 0 01-.242.863 74.025 74.025 0 01-2.307-1.963l.002.055c0 .076-.004.152-.01.226.703.612 1.44 1.237 2.24 1.885-.109.26-.234.512-.38.752a73.598 73.598 0 01-2.06-1.752 3.13 3.13 0 00-.161-2.55zm.068 2.758c.644.56 1.319 1.131 2.043 1.72a5.867 5.867 0 01-.5.651 74.233 74.233 0 01-1.99-1.705c.185-.2.332-.425.447-.666zm-.603.816a82.538 82.538 0 002.005 1.71c-.19.199-.392.385-.607.556a75.851 75.851 0 01-2.043-1.771c.203-.107.396-.246.572-.424.027-.022.047-.047.073-.07zm-.86.594a84.363 84.363 0 002.088 1.799c-.23.17-.48.312-.734.445a79.052 79.052 0 01-2.256-2.005c-.024.002-.05.001-.074.003l-.026-.015a3.506 3.506 0 001.002-.227zm-10.045.248l-.021.014h-.012l.004.004c-.211.139-.387.328-.51.55l-.45-.427c.323-.075.655-.126.99-.14zm-.994.14l-.127.032.127-.031zm-.27.075l.622.592a1.55 1.55 0 00.008 1.045c-.468-.444-.94-.893-1.432-1.348.26-.118.529-.21.803-.289zm-1.029.4c.72.674 1.424 1.347 2.133 2.03a2.68 2.68 0 00-.826.242c-.64-.611-1.3-1.23-1.998-1.865.22-.152.453-.285.691-.406zm12.02.204c.473.42.958.846 1.474 1.285a5.37 5.37 0 01-.908.342l-.617-.498a1.55 1.55 0 00.05-1.13zm-12.9.345c.665.614 1.316 1.228 1.958 1.844-.83.485-1.422 1.376-1.527 2.332A98.32 98.32 0 001.777 14.8a5.573 5.573 0 00-.091.219c.777.699 1.522 1.392 2.252 2.087.002.284.042.57.14.848.053.19.13.366.22.533a107.233 107.233 0 00-2.859-2.634c.026-.108.04-.217.073-.323.137-.518.366-.998.65-1.441.69.622 1.35 1.242 2.002 1.861a2.98 2.98 0 01.107-.232 99.448 99.448 0 00-1.986-1.819c.15-.214.311-.42.49-.613.662.602 1.296 1.202 1.926 1.803.054-.06.11-.122.168-.178-.618-.585-1.26-1.18-1.94-1.79a5.82 5.82 0 01.592-.509zm12.718.153l-.027.265.027-.265zm1.733.754l-.051.023.05-.023zm-1.72.091l.44.354c-.287.06-.582.096-.88.103h-.016a1.56 1.56 0 00.457-.457zM1.386 16.102c1.32 1.188 2.532 2.356 3.781 3.558l.174.166c-.237.107-.44.266-.594.465A125.931 125.931 0 001.3 17.076a5.176 5.176 0 01.086-.975zm-.07 1.289a154.272 154.272 0 013.294 3.111c-.109.2-.18.427-.199.676a1.406 1.406 0 000 .166c-.92-.884-1.857-1.779-2.88-2.71a5.65 5.65 0 01-.216-1.243zm.378 1.714c.943.876 1.852 1.748 2.778 2.64l.021.02c.07.195.185.372.326.532-1.445-.56-2.562-1.767-3.125-3.192zm3.352.264c.179.14.374.26.58.358l-.025.005-.018-.015a3.014 3.014 0 01-.537-.348zm1.047 3.252l.15.025-.15-.025zm.228.04s.09.007.274.025a33.668 33.668 0 00-.274-.026Z\"/></svg>\n\n </figure>\n </td>\n <td>fedora.svg</td>\n <td><code>_includes/icons/simple-icons/fedora.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"fedora\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>FedRAMP icon</title><path d=\"M1.886 3.412A1.85 1.85 0 000 5.27v15.319h3.922v-6.094h4.934V10.66H3.922V7.336h14.595a1.67 1.67 0 010 3.324h-6.844a1.431 1.431 0 00-1.298 1.325v8.601h3.919V14.54h2.168l3.138 6.047h4.378l-3.46-6.657a5.442 5.442 0 00-2.001-10.517z\"/></svg>\n </figure>\n </td>\n <td>fedramp.svg</td>\n <td><code>_includes/icons/simple-icons/fedramp.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"fedramp\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Feedly icon</title><path d=\"M13.86 1.989a2.609 2.609 0 0 0-3.726 0L.768 11.527a2.729 2.729 0 0 0 0 3.795l6.684 6.808a2.618 2.618 0 0 0 1.74.664h5.613a2.616 2.616 0 0 0 1.872-.791l6.554-6.675a2.726 2.726 0 0 0 0-3.795l-9.37-9.544zm-.26 17.422l-.935.95a.372.372 0 0 1-.268.114h-.8a.376.376 0 0 1-.247-.096l-.954-.97a.39.39 0 0 1 0-.542l1.337-1.36a.37.37 0 0 1 .531 0l1.337 1.361a.389.389 0 0 1 0 .543zm0-5.711l-3.737 3.808a.374.374 0 0 1-.268.111h-.799a.376.376 0 0 1-.25-.093l-.951-.97a.391.391 0 0 1 0-.544l4.139-4.214a.372.372 0 0 1 .531 0l1.337 1.362a.386.386 0 0 1 0 .54zm0-5.707l-6.54 6.66a.372.372 0 0 1-.268.113h-.8a.373.373 0 0 1-.249-.094L4.79 13.7a.388.388 0 0 1 0-.54l6.943-7.07a.372.372 0 0 1 .531 0l1.337 1.36a.389.389 0 0 1 0 .543z\"/></svg>\n </figure>\n </td>\n <td>feedly.svg</td>\n <td><code>_includes/icons/simple-icons/feedly.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"feedly\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Ferrari icon</title><path d=\"M20.51 9.773c-.096.13-.139.387-.278.602-.194.3-.473.665-.613.665-.075 0-.096-.171-.096-.171s-.097-.29.064-.655c.118-.258.183-.333.333-.527.14-.182.226-.279.322-.472.086-.172.108-.204.161-.473.011-.064-.01-.204-.075-.193-.086 0-.322.515-.569.805-.236.269-.677.613-.677.613s-.043.032-.043-.054c-.01-.075-.021-.3.022-.505.043-.204.107-.408.29-.72.204-.354.462-.6.59-.73.054-.053.215-.15.13-.204-.076-.043-.301.15-.473.28-.215.16-.29.204-.505.461a2.338 2.338 0 00-.268.365s-.204.333-.258.656c-.054.322-.054.504-.054.504s0 .29.032.462c.022.183.097.462.097.462s.108.311.15.505c.043.193.119.762.119.762s.053.408.021.795c-.032.386-.064.612-.107.73s-.161.43-.355.644c-.182.204-.225.237-.225.237s-.194.16-.355.247a3.727 3.727 0 01-.504.225 2.301 2.301 0 01-.269.032h-.14l-.042-.032-.022-.086s-.107-.419-.236-.687c-.108-.226-.333-.537-.333-.537s-.387-.526-.687-.816c-.344-.344-.73-.602-.967-.784a5.056 5.056 0 00-.28-.183s-.783-.784-1.062-1.407c-.194-.43-.322-.74-.269-1.213.011-.107.054-.312.075-.312l.14.043c.01.011.14.13.258.172a1.769 1.769 0 00.333.065c.053.021.15.053.214.086.065.032.162.096.162.096l.182.14.193.15s.108.075.14.086c.032.01.054.022.064.022h.043s.043-.011.054-.054c.01-.054-.054-.01-.15-.118a.697.697 0 01-.15-.183s-.022-.086-.108-.182c-.086-.097-.193-.183-.193-.183s-.075-.054-.183-.086c-.107-.032-.14-.032-.15-.075-.01-.043.129-.021.129-.021s.16.021.29.085c.129.065.204.14.204.14l.086.075.053.054.054.032s.054.054.064-.021c.011-.065-.01-.118-.021-.13l-.054-.053-.215-.182c-.064-.065-.107-.108-.171-.15a1.305 1.305 0 00-.28-.151c-.107-.043-.171-.032-.279-.086-.075-.032-.14-.054-.182-.118-.011-.01-.065-.054.032-.032.097.021.161.053.268.075.172.043.28.043.44.096.065.022.151.065.151.065l.204.086s.28.15.473.16a.933.933 0 00.418-.064.812.812 0 00.215-.128.476.476 0 00.054-.065l.021-.054v-.043c-.053-.064-.16.108-.333.14-.182.032-.171.054-.29.032a.477.477 0 01-.3-.15c-.172-.161-.236-.312-.462-.408a2.134 2.134 0 00-.268-.086s-.237-.075-.366-.15c-.096-.054-.3-.086-.236-.172.032-.043.29.107.483.129.14.021.237.01.344.01.107 0 .258-.032.28-.032.02-.01.107 0 .182.022.075.021.118.053.193.086.075.032.161.085.183.085l.043.011.021-.021.01-.022-.01-.021-.032-.022-.065-.043s-.096-.053-.182-.14c-.086-.085-.161-.182-.29-.225-.129-.043-.28-.064-.28-.064l-.15-.011-.064-.01s-.107-.033-.022-.054a.939.939 0 01.15-.033.494.494 0 01.248.011c.086.032.225.107.236.107.01.011.14.108.28.14.139.032.321.043.321.043l.086-.021.043-.011.033-.022-.011-.053s0-.043-.065-.054a.71.71 0 01-.311-.118c-.118-.086-.204-.172-.204-.172s-.086-.075-.258-.118c-.16-.043-.215-.043-.215-.043l-.053-.022-.118-.053s-.054-.032-.097-.086c-.043-.054-.107-.15.075-.097a.86.86 0 01.226.086s.096.097.182.107c.054.011.097.022.13-.021.053-.054-.098-.118-.205-.193-.086-.054-.172-.194-.172-.194s-.064-.053.032-.032c.097.022.269.13.269.13s.086.042.129.053c.032.01.118.064.16.086.033.01.13.032.194.064.086.054.129.14.172.172.043.032.075.086.129.097.054.01.064.032.096.01.033-.021.043-.032.043-.032s.011-.021-.043-.054a.57.57 0 01-.118-.118l-.021-.043-.01-.043-.055-.086-.096-.14s-.15-.203-.29-.278c-.129-.076-.226-.119-.226-.119s-.064-.032-.096-.053c-.054-.043-.076-.075-.118-.13-.054-.064-.076-.106-.14-.17-.118-.119-.483-.183-.344-.27.075-.042.172-.02.215-.01.043.01.14.054.236.086.065.021.108.021.172.043.065.021.14.032.172.053.032.022.064.065.086.076.01.01.097.15.247.225.15.075.225.129.376.14.118.01.311-.032.311-.032s.054-.022.01-.076c-.053-.053-.053-.064-.096-.075-.172-.064-.311-.043-.44-.172-.054-.053-.075-.064-.118-.15s-.022-.107-.054-.161c-.021-.054-.075-.129-.075-.129s-.161-.193-.333-.29a1.93 1.93 0 01-.333-.215c-.032-.021-.097-.107-.097-.107l-.053-.086-.032-.064c-.022-.119.193.032.311.075.193.064.29.15.483.215.108.032.172.032.28.075.182.075.236.257.43.279.106.01.321.054.278-.043-.043-.107-.257-.107-.365-.236-.054-.054-.054-.108-.107-.161-.086-.108-.29-.204-.29-.204s-.065-.054-.14-.204c-.064-.15-.225-.258-.515-.398-.194-.096-.58-.118-.43-.215.086-.064.161-.053.28-.021.117.043.16.097.257.14.097.043.14.053.161.064.022.01.097.043.13.043.02.01.182.032.225.043l.214.054.172.064s.086.032.14.032c.053 0 .14-.021.14-.021l.064-.043.01-.022s.033-.053-.053-.064c-.075-.01-.118-.01-.129-.01l-.075-.022-.032-.011s-.15-.118-.28-.172c-.14-.054-.16-.064-.16-.064l-.054-.011-.065-.01s-.054 0-.14-.076c-.085-.075-.118-.118-.193-.193l-.096-.097s-.086-.064-.086-.118c.01-.086.193.097.193.097l.129.086s.107.075.3.085c.194.011.43-.053.43-.053s.032-.022.14.01a.696.696 0 01.193.097l.086.075.129.14.021-.01c.011-.012.065-.065-.032-.183-.097-.119-.258-.226-.258-.226s-.214-.129-.43-.172c-.214-.043-.31-.043-.31-.043s-.162 0-.258-.107c-.097-.107-.161-.215-.161-.215l-.033-.15s-.053-.065-.16-.108c-.097-.043-.205-.107-.205-.107s-.16-.054-.172-.129c-.032-.14.269 0 .43.032.15.033.215.086.365.118a.915.915 0 00.344.033c.075 0 .118-.011.193-.022.075 0 .129-.01.204 0 .107.022.15.075.258.118.064.033.096.065.172.076.064.01.193.053.171-.011l-.032-.043c-.053-.075-.118-.075-.182-.13-.14-.106-.204-.192-.365-.268a.923.923 0 00-.29-.096c-.086-.01-.15.01-.237-.01-.096-.033-.129-.076-.225-.13-.15-.086-.236-.16-.398-.225-.107-.043-.29-.086-.29-.086l-.075-.011-.032-.01c-.15-.054.269-.173.462-.226.097-.022.14-.043.236-.032.086.01.183.128.28.075.139-.075-.162-.28-.258-.312-.13-.053-.355-.01-.355-.01l-.494-.011-.14-.022s-.085 0-.15-.075c-.064-.075-.311-.376-.59-.419-.29-.043-.376 0-.398-.021-.247-.387-.504-.473-.698-.655-.053-.054-.14-.172-.16-.161-.022.01-.055.172-.108.311-.065.161-.022.236.01.3.043.065.097.108-.01.173-.108.064-.247.043-.247.043s-.118-.022-.215-.076c-.097-.043-.3-.128-.3-.128S11.156.57 11.027.58c-.129.01-.14.021-.236.032-.054 0-.075 0-.129.01-.043.011-.097-.02-.097.033 0 .053.108.053.183.086.075.032.247.032.215.075-.043.043-.204.054-.215.043-.01 0-.118-.022-.204-.022-.14.011-.15.011-.355.108-.032.01-.021.086.043.064a1.12 1.12 0 01.301-.043c.129 0 .204.043.333.075.107.033.118.054.28.076.031 0 .096-.022.096.021 0 .022-.043.054-.043.054s-.097.021-.086.053c.021.043.107 0 .15 0s.108.011.097.054l-.021.032a2.294 2.294 0 00-.29.097c-.269.107-.376.236-.634.365-.247.118-.644.269-.644.269s-.119.064-.29.107c-.172.043-.183.032-.301.054a.567.567 0 00-.268.086.522.522 0 00-.15.118l-.151.225-.086.13c-.022.042-.043.064-.054.107-.021.053-.032.075-.043.128-.032.13 0 .204.022.333.01.033.01.054.021.086.01.032.054.065.054.065l.043.01s.15-.01.247-.032c.097-.021.236-.054.236-.054l.183-.053.118-.043s.075 0 .086.043c.01.032-.022.086-.022.086s-.064.032-.118.053c-.054.022-.182.054-.193.065l-.14.043-.118.01s-.021.011-.043.043c-.021.033-.021.033-.021.054.021.022.032.043.053.065.043.032.065.053.118.064.076.032.119.022.194.022a.582.582 0 00.268-.065c.086-.054.118-.054.236-.097a.554.554 0 01.119-.021c.204-.022.322.01.526.043.204.032.3.097.505.129.214.032.343.096.569.043.107-.022.172-.075.225.032.054.097.043.15.043.15s0 .065-.075.269c-.075.204-.311.709-.311.709l-.161.322s-.13.257-.43.59c-.3.333-.322.355-.322.355s-.161.118-.322.322c-.161.204-.161.28-.312.43a1.36 1.36 0 01-.268.225c-.118.075-.258.054-.634.311-.322.226-.494.409-.515.398-.022-.01-.13-.097-.172-.118l-.655-.44-.258-.172-.118-.076-.022-.043-.064-.086s-.097-.118-.215-.214a.916.916 0 00-.44-.237c-.183-.053-.3-.085-.483-.021a.642.642 0 00-.269.172c-.107.107-.129.193-.215.322s-.171.247-.214.311a3.36 3.36 0 00-.13.237s-.214.343-.332.569c-.14.247-.194.397-.322.633-.204.376-.494.763-.57.935a7.631 7.631 0 01-.085.193s-.022.097-.033.161c-.01.065-.01.172-.021.215a.303.303 0 01-.054.118c-.01.01-.129.258-.172.419-.043.161-.14.666-.021.73.118.065.988-.311 1.106-.676.075-.237-.236-.355-.15-.57.032-.075.053-.086.107-.16.086-.14.054-.43.215-.699.118-.193.354-.44.676-.805a3.51 3.51 0 00.398-.59s.043-.13.129-.108c.096.021.182.01.182.01l.043.033.086.086.129.193s.215.311.29.397c.075.086.15.15.258.237.118.107.16.16.311.279.215.172.14.236-.14.086a1.84 1.84 0 00-.365-.14c-.129-.032-.612-.161-.859-.193-.236-.032-.28-.022-.28-.022s-.117-.01-.257.075c-.14.086-.215.15-.215.15s-.16.183-.171.216c-.011.032-.086.16-.086.16s-.043.065-.054.14c-.022.075-.01.15-.01.15l.01.162.01.15s.033.376.108.752c.022.107.043.28.043.28l.054.386s.032.408.064.547c.032.13.054.14.075.226.043.161-.032.236.043.43.075.193.14.171.215.29.054.085.075.107.118.214.043.108.183.462.344.72.172.268.397.601.548.569.15-.032.257-.269.257-.269s.172-.461.065-.912c-.108-.462-.602-.247-.666-.58-.01-.076 0-.194 0-.194s-.01-.14-.032-.182c-.022-.043-.194-.365-.258-.634-.054-.204-.043-.859-.086-1.042-.118-.472-.129-.43-.064-.515.075-.086.14-.064.14-.064l.096.01.075.033.14.085.193.15.365.237s.204.118.29.161c.086.043.161.097.161.097l.097.064.16.118.033.033.022.043s.075.171.397.354c.258.15.483.107.58.225.021.022.204.269.29.42.107.171.236.375.279.44.043.064.311.397.311.397l.355.387.462.43.418.353.269.215s.236.226.505.408c.257.172.268.194.44.312.129.086.3.204.472.333.172.14.366.397.29.483-.053.032-.15-.107-.333-.269-.15-.128-.225-.193-.375-.3-.194-.15-.29-.226-.505-.355-.108-.064-.3-.182-.312-.16-.075.225-.064.44-.053.719.01.193.043.386.107.633.054.237.108.366.193.591.086.226.247.58.247.58l.247.494.226.376.118.193.043.065s.054.128 0 .214-.118.269-.215.28c-.096.021-.322.032-.322.032l-1.278-.022-.666-.053s-.075-.043-.461-.043c-.226 0-.409.096-.537.107-.108.01-.634-.032-.988.107-.333.14-.484.172-.602.387-.086.161.419.419.838.516.676.15.483-.14.74-.323.033-.021.044-.043.076-.053.172-.054.269.086.44.086.194 0 .301-.065.494-.097.978-.129 2.503.333 2.503.333s.375.118.547.086c.204-.043.161-.118.226-.236.053-.097.032-.119.043-.226 0-.064-.011-.097-.022-.161-.043-.183-.16-.44-.16-.44s-.087-.194-.119-.29c-.043-.14-.086-.226-.107-.376-.065-.398-.054-.365-.054-.59 0-.409.043-.634.15-1.032.161-.58.462-.827.688-1.385.064-.15.064-.365.14-.387.085-.01.074.269.031.43-.14.558-.483.794-.644 1.364-.118.44-.183.698-.15 1.149.01.247.107.633.107.633s.129.43.193.591c.065.161.194.43.194.43l.29.515.15.247s.107.097.054.258c-.054.16-.161.258-.29.397-.365.43-1.214 1.063-1.429 1.214-.3.225-.29.29-.311.354-.118.344-.462.354-.838.763-.086.085-.311.322-.268.526.021.075.945.236 1.482.01.419-.182.054-.386.172-.59.086-.15.3-.15.397-.28.161-.214.054-.203.193-.375.462-.559.763-.88 1.59-1.386.075-.043.215-.107.215-.107s.118-.054.16-.118c.054-.086.044-.161.044-.258 0-.064-.011-.097-.011-.161 0-.075.01-.118-.01-.193-.022-.118-.098-.215-.14-.28a.769.769 0 01-.162-.354.9.9 0 01.033-.601c.086-.226.279-.408.279-.408l.483-.323s.419-.3.548-.418c.14-.118.408-.365.601-.645.226-.311.344-.504.44-.88.033-.14.065-.355.065-.355s0-.15.086-.16c.086-.012.107.02.107.02s.075.044.097.258c.01.215-.054.462-.054.462s-.064.247-.086.398c-.01.096-.01.15-.01.257 0 .183.075.333.075.333s.043.032.043-.043c0-.086.021-.215.053-.343.033-.108.054-.086.118-.269.086-.236.011-.215.054-.354.022-.065.075-.13.14-.13.064 0 .075.087.075.087s.064.279.01.537c-.053.257-.246.612-.246.612l-.15.258s-.108.182-.151.3a.495.495 0 00-.032.301c.032.129.129.3.182.268.043-.032-.064-.14.065-.397.129-.258.3-.419.3-.419s.237-.279.344-.494c.097-.193.193-.504.193-.504s.076-.28.054-.516c-.01-.225-.054-.344-.054-.344l-.096-.171-.054-.13.022-.074c.021-.011.096.043.16.128a.854.854 0 01.162.344c.032.107.043.204.043.3 0 .087-.033.441.096.667.054.107.183.354.194.247.021-.247-.086-.366-.076-.591.011-.258.076-.193.097-.322.022-.14.054-.172.032-.355-.021-.171-.096-.397-.096-.397l-.075-.172-.033-.064s.022-.032.054-.032l.258-.086s.333-.15.462-.258c.14-.097.3-.269.3-.269s.215-.268.322-.461c.258-.484.258-1.096.247-1.375a4.55 4.55 0 00-.086-.623s-.085-.43-.064-.709c.022-.279.043-.408.043-.408s-.01-.279.226-.58c.236-.3.343-.494.386-.72.043-.192-.021-.504-.107-.386zM13.402 7.84c-.032 0-.075-.043-.075-.043s-.01-.01.022-.032c.032-.021.075-.01.075-.01l.032.01.054.075c-.01.032-.075.011-.108 0zm.13-.354c-.033-.01-.087-.043-.087-.043s-.01-.022.022-.043c.032-.022.086-.01.086-.01l.032.02c.01.011.064.065.064.087 0 .032-.075 0-.118-.011zm.117-.365c-.043-.011-.107-.054-.107-.054s-.01-.021.032-.043c.043-.021.108-.01.108-.01l.043.02c.021.022.075.076.075.108-.01.032-.108-.01-.15-.021zm.097-.333c-.043-.01-.107-.054-.107-.054s-.011-.021.032-.043c.043-.021.107-.01.107-.01l.043.02c.022.022.075.076.075.108-.01.022-.107-.021-.15-.021zm.097-.398c-.054-.01-.118-.064-.118-.064s-.011-.021.032-.054c.043-.032.118-.01.118-.01l.043.021c.021.022.086.086.086.118 0 .043-.118-.01-.161-.01zm.064-.43c-.064-.01-.15-.074-.15-.074s-.022-.033.043-.065c.053-.032.14-.021.14-.021l.053.032a.54.54 0 01.107.15c0 .043-.128-.01-.193-.021zm.043-.429a.522.522 0 01-.182-.096s-.022-.033.043-.076c.064-.042.171-.021.171-.021s.033.01.065.032c.032.032.118.13.129.183.01.053-.15-.01-.226-.022zm.065-.494c-.086-.01-.204-.107-.204-.107s-.022-.043.053-.086c.075-.054.194-.021.194-.021s.042.01.075.043c.032.032.14.15.15.204 0 .064-.183-.022-.268-.033zM13.97 3.04c-.065-.01-.15-.075-.15-.075s-.022-.022.042-.054c.065-.032.15-.01.15-.01s.033.01.054.031c.022.022.108.097.108.14 0 .032-.14-.021-.204-.032zm.236.483c.01.043-.14-.01-.215-.021a.503.503 0 01-.161-.086s-.021-.032.043-.065c.064-.043.15-.021.15-.021s.033.01.065.032a.566.566 0 01.118.161zm-.312.795c.065-.043.172-.022.172-.022s.032.011.065.033c.032.032.118.128.129.182.01.054-.15-.01-.226-.032-.075-.01-.183-.097-.183-.097s-.021-.021.043-.064zm.14-.365c-.075-.011-.183-.097-.183-.097s-.021-.032.043-.075c.065-.043.172-.022.172-.022s.032.011.065.033c.032.032.118.128.129.182.01.065-.15 0-.226-.021zm.14-1.611c.086.021.107.075.064.075-.043.01-.064.01-.097.01-.096 0-.085-.042-.214.022-.13.065-.033.032-.215.097-.172.064-.129-.108-.129-.108s.01-.032.032-.118.13 0 .204 0c.14 0 .258 0 .355.022zm-.484-.666l.054.032a.54.54 0 01.107.15c.011.044-.128-.01-.182-.02a.456.456 0 01-.15-.076s-.022-.032.043-.065c.053-.042.128-.021.128-.021zm-.386-.515c.053-.033.14-.022.14-.022l.053.032a.54.54 0 01.107.15c.011.044-.128-.01-.182-.02-.065-.012-.15-.076-.15-.076s-.022-.032.032-.064zm-.108 6.958c.033-.021.076-.01.076-.01l.032.01.053.076c0 .021-.064-.011-.096-.011s-.075-.043-.075-.043-.022-.01.01-.022zM8.891 3.008c-.032.021-.054.032-.097.064-.053.043-.107.15-.14.118-.042-.032-.02-.15-.02-.15s.032-.086.074-.172c.054-.086.119-.086.119-.086.064 0 .182.043.182.14.01.096-.064.053-.118.086zm.88.333s-.042.01-.053-.065c-.01-.075.054-.086.054-.086s.128-.064.128.022c.011.075-.128.129-.128.129zm1.15-1.461s-.14.226-.333.311c-.194.086-.322.13-.688.162-.053 0-.032-.033-.032-.033s.42-.118.655-.247a2.33 2.33 0 00.323-.214c.15-.13.075.021.075.021zm-7.217 9.3c0 .054-.064.15-.086.15-.021 0-.064-.096-.054-.15.011-.054.022-.204.108-.182.064.01.032.128.032.182zm.28-1.213s-.097.204-.13.118c-.032-.075.033-.215.033-.215.086-.075.118-.183.16-.14.033.043-.064.237-.064.237zm1.33-2.095c-.096.108-.396.677-.46.58-.065-.075.29-.612.364-.72.075-.117.14-.096.14-.096l.021.022c-.01 0 .033.107-.064.214zm.806-.848s-.214.043-.182-.032c.043-.075.193-.108.193-.108.118.022.14.033.129.086.01.054-.14.054-.14.054zm.87 1.504c-.096.096-.129-.033-.268-.194-.14-.15-.108-.279-.108-.279h.022l.021.01.054.022.032.032.108.108c.043.064.16.28.14.3zm-1.664 3.21c-.033 0-.065-.064-.065-.064s-.086-.129-.118-.225c-.032-.086-.043-.226-.043-.226s-.021-.183-.021-.247c.01-.086.01-.161.021-.204.01-.043.054-.032.054-.032.064 0 .064.053.064.053v.033s0 .193.011.343c0 .043.118.527.118.527s.022.043-.021.043zm-.022-2.255c-.075.118-.129.118-.129.118 0-.01-.021-.053.043-.182.065-.129.13-.118.13-.118l.02.021s.011.043-.064.161zm.763 4.5c.021-.043.16.064.16.064.054.011.108.108.108.108s.022.075-.043.096c-.064.033-.107-.032-.107-.032s-.14-.193-.118-.236zm1.01-3.286c-.151-.032-.473-.28-.602-.344-.13-.064-.344-.086-.247-.172.01-.01.021-.032.043-.032.021 0 .118.032.118.032l.236.097c.01 0 .129.054.226.107l.236.15.064.054c0 .022.075.14-.075.108zm1.31-2.137s-.183.247-.29.397c-.14.204-.312.516-.344.483-.033-.032.15-.376.247-.558.107-.226.268-.344.333-.365.14-.065.053.043.053.043zm-.58 10.75s0 .043-.076.096c-.075.054-.107.022-.118.022-.01 0-.086-.043-.086-.086.01-.043.129-.075.129-.075.204-.011.15.043.15.043zm1.664-.065c-.075-.01-.086-.032-.075-.043 0-.01.021-.032.107-.032s.086.043.086.043c0 .032-.032.043-.118.032zm1.911.108c-.16.043-.225.021-.365.032-.118.01-.171.021-.29.021-.204 0-.225.011-.515-.075-.054-.021-.118-.086-.097-.107.022-.033.065-.022.065-.022s.365.065.601.075c.172.011.258.022.43.011.096 0 .043-.01.193-.01.054-.011.021.064-.022.075zm1.02-.301a.433.433 0 01-.128.043c-.065.01-.032-.043-.032-.043s.043-.065.096-.097c.065-.032.097 0 .097 0 .021.043-.022.086-.032.097zm.795-2.062c-.075.161-.096.215-.107.365-.021.161.075.612-.075.44-.054-.075-.108-.43-.065-.601.076-.387.387-.494.247-.204zm-2.169 6.562c-.064.043.065.171-.14.16-.118-.01-.053-.117-.042-.128l.075-.108c.053-.075.086-.086.14-.118.053-.032.096.054.096.054s.021.032.021.075c0 .032-.096.022-.15.065zm1.128-1.085l-.097.075c-.01 0-.075.054-.097.022-.021-.033.011-.076.011-.086 0-.011.065-.086.118-.108.054-.032.086 0 .086 0 .032.075-.021.097-.021.097zm.504-18.815s-.043.14-.128.172c-.108.032-.516.043-.527.01-.01-.032.473-.075.655-.257.043-.043 0 .075 0 .075zm-.15-.354c.032-.054.01.086.01.086s-.031.14-.107.182c-.096.054-.332.118-.354.086 0-.021.311-.118.451-.354zm-.666-1.611s.043 0 .108.032c.064.043.107.172.107.172s.01.021-.043.021c-.032 0-.032-.053-.064-.075-.043-.032-.076-.043-.13-.064-.053-.022-.128.01-.139-.043 0-.065.161-.043.161-.043zm-.494.354s.022-.064.118-.118c.086-.054.204-.054.204-.054s.065 0 .14.054c.075.054.14.236.14.236s.021.118-.033.161c-.053.043-.14-.032-.182-.096a.271.271 0 00-.161-.108c-.086-.032-.215.065-.236 0 0-.021.01-.075.01-.075zm-.032 1.482c-.064.01-.021-.054-.021-.054s.182-.075.3-.14c.194-.096.559-.482.462-.3-.043.086-.172.193-.172.193s-.15.215-.182.247c-.14.108-.312.043-.387.054zM9.804 7.69l.01-.022s.323-.214.827-.15c.301.043.591.311.548.344-.043.032-.107 0-.129 0l-.107-.054-.161-.043s-.29-.064-.505-.054c-.215.011-.408.086-.408.086s-.086.043-.107-.01c-.011-.065.032-.097.032-.097zm.795 6.046c-.741-.57-1.644-1.729-1.536-1.836.097-.086.462.45 1.01 1.041.58.623 1.256 1.214 1.277 1.289.043.129-.472-.28-.751-.494zm1.686-8.022c-.312.537-.741.945-.741.945-.15.107-.054-.086-.054-.086s.419-.58.612-.988c.14-.29.226-.677.29-.752.15-.182.075.559-.107.88zm.859 5.885c-.322-.387-.559-.806-.634-1.332-.021-.118-.021-.29.086-.268.097.01.086.193.086.236.032.311.161.623.397.999.333.526.87.934.849.966-.054.054-.591-.365-.784-.601zm.096 10.041a7.728 7.728 0 01-.494.408h-.043v-.054l.011-.021.022-.032.021-.033.022-.032.064-.075.15-.14.15-.14.237-.235s.086-.097.118-.119c.032-.021.054-.042.086-.064.043-.021.097-.054.118-.032v.043c.01.032-.268.343-.462.526zm.666-7.947c-.14.097-.193.086-.279.183-.097.118-.129.515-.226.354-.096-.161-.032-.387.13-.558.193-.226.611-.15.375.021zm.505 7.066c.064-.021.097-.01.097-.01l.021.043c0 .01-.086.128-.129.128-.054-.01-.032-.075-.032-.075s-.022-.064.043-.086zm1.836-4.37c-.096-.065.054-.258.054-.42 0-.128-.021-.225-.021-.332 0-.108.107-.14.107-.14.021 0 .064.022.118.13.054.106-.086.869-.258.762zm3.286-3.072c-.021.451-.042.773-.311 1.117-.322.419-.88.848-.762.505.075-.204.569-.462.762-1.031.107-.344.129-.666.129-.666l-.022-.655s-.01-.054-.01-.129c.032-.086.075-.021.075-.021l.021.032c0 .021.13.526.118.848zm-8-12.747c.086.043.118.075.204.097.075.021.182.075.204.01.032-.064-.01-.15-.065-.225-.085-.14-.128-.172-.247-.365C11.608.044 11.587 0 11.544 0c0 0-.011.14-.054.225-.032.075-.118.13-.108.183.011.053.065.118.15.16Z\"/></svg>\n\n </figure>\n </td>\n <td>ferrari.svg</td>\n <td><code>_includes/icons/simple-icons/ferrari.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ferrari\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Ferrari N.V. icon</title><path d=\"M17.297,13.597v-0.314v-1.745c0-0.541-0.297-0.646-1.135-0.646c-0.908,0-1.222,0.122-1.222,0.751v0.279h0.768v-0.227 c0-0.314,0.017-0.367,0.419-0.367c0.332,0,0.349,0.035,0.349,0.367v0.628h-0.803c-0.628,0-0.82,0.297-0.82,0.646v0.436 c0,0.367,0.279,0.663,0.716,0.663h2.042v-0.471H17.297z M16.495,13.353c0,0.244-0.122,0.297-0.297,0.297h-0.297 c-0.192,0-0.262-0.122-0.262-0.297v-0.401c0-0.157,0.105-0.297,0.262-0.297h0.593V13.353z M23.686,13.615v-2.653h-1.169v0.436h0.332 v2.217h-0.332v0.454H24v-0.454C24,13.615,23.686,13.615,23.686,13.615z M20.736,10.892c-0.436,0-0.716,0.541-0.908,0.768v-0.716 h-1.152v0.436h0.314v2.217h-0.314v0.471h1.431v-0.471h-0.297V12.41c0-0.105,0.681-0.96,0.681-0.873v1.187h0.803v-1.327 C21.295,11.084,21.103,10.892,20.736,10.892 M6.179,12.689V11.52c0-0.436-0.332-0.628-1.204-0.628H4.852 c-0.943,0-1.187,0.209-1.187,0.751v1.745c0,0.593,0.349,0.698,1.204,0.716h0.087c0.925-0.017,1.204-0.087,1.204-0.646v-0.454H5.359 v0.227c0,0.314-0.052,0.332-0.436,0.332c-0.38,0-0.419-0.027-0.419-0.332c0-0.135,0-0.541,0-0.541H6.179z M4.503,11.555 c0-0.157,0.052-0.244,0.244-0.244h0.349c0.14,0,0.227,0.07,0.227,0.175v0.908h-0.82V11.555z M22.865,10.403h0.855V9.844h-0.855 V10.403z M0.122,10.403h0.489v3.299H0v0.454h2.269v-0.454H1.501v-1.466h0.436v0.419h0.524v-1.309H1.937v0.384H1.501v-1.327h20.701 V9.844H0.122V10.403z M9.391,10.892c-0.436,0-0.716,0.541-0.908,0.768v-0.716H7.331v0.436h0.314v2.217H7.331v0.471h1.431v-0.471 H8.465V12.41c0-0.105,0.681-0.96,0.681-0.873v1.187h0.803v-1.327C9.949,11.084,9.757,10.892,9.391,10.892 M13.056,10.892 c-0.436,0-0.716,0.541-0.908,0.768v-0.716h-1.152v0.436h0.314v2.217h-0.314v0.471h1.431v-0.471h-0.297V12.41 c0-0.105,0.681-0.96,0.681-0.873v1.187h0.803v-1.327C13.615,11.084,13.423,10.892,13.056,10.892\"/></svg>\n </figure>\n </td>\n <td>ferrarin-dot-v-dot.svg</td>\n <td><code>_includes/icons/simple-icons/ferrarin-dot-v-dot.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ferrarin-dot-v-dot\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>Fido Alliance icon</title><path d=\"M7.849 7.513a1.085 1.085 0 1 0 1.085 1.086v-.001c0-.599-.486-1.085-1.085-1.085zM4.942 10.553v1.418H6.89v4.793h.704V14.04h.509v2.724h.71v-6.211H4.941zM14.122 11.089H14.1c-.287-.416-.862-.702-1.639-.702-1.489 0-2.797 1.224-2.786 3.319 0 1.936 1.181 3.201 2.659 3.201.797 0 1.56-.361 1.935-1.04l.117.893h1.669V7.651h-1.934zm0 2.904c0 .158-.012.313-.034.465l.002-.017c-.11.532-.574.925-1.13.925h-.014.001c-.797 0-1.318-.659-1.318-1.723 0-.978.446-1.767 1.329-1.767.606 0 1.022.437 1.138.947.014.09.023.194.023.3l-.001.054v-.003zM4.802 8.89l.475-1.6a2.914 2.914 0 0 0-.384-.101l-.019-.003a3.654 3.654 0 0 0-.829-.092 3.73 3.73 0 0 0-1.084.159l.027-.007a2.022 2.022 0 0 0-.38.153l.011-.005a2.624 2.624 0 0 0-.663.475c-.5.49-.754 1.155-.754 1.975v.708H-.001v1.418h1.199v4.793h1.921V11.97h1.199v-1.416H3.119v-.75a1.019 1.019 0 0 1 .23-.713l-.001.002a.736.736 0 0 1 .063-.062l.001-.001s.414-.41 1.389-.14zM20.306 10.388c-2.01 0-3.327 1.286-3.327 3.307s1.393 3.212 3.213 3.212c1.664 0 3.276-1.04 3.276-3.327-.002-1.874-1.267-3.192-3.162-3.192zm-.063 5.126c-.832 0-1.276-.797-1.276-1.871 0-.915.361-1.861 1.276-1.861.871 0 1.234.936 1.234 1.851 0 1.137-.482 1.882-1.234 1.882zM22.493 9.761h.232v.589h.14v-.589h.231v-.117h-.603v.117zM23.799 9.644l-.182.505-.181-.505h-.203v.707h.13V9.78l.198.571h.113l.195-.571v.571h.13v-.707h-.201z\"/></svg>\n </figure>\n </td>\n <td>fidoalliance.svg</td>\n <td><code>_includes/icons/simple-icons/fidoalliance.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"fidoalliance\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>FIFA icon</title><path d=\"M0 8.064v7.872h2.486v-2.843h1.728l.671-1.72H2.486V9.775h2.92l.637-1.711zm6.804 0L6.8 15.936h2.457V8.064zm4.15 0v7.872h2.484v-2.843h1.726l.677-1.72h-2.403V9.775h2.922L17 8.064zm7.658 0l-2.83 7.872h2.375l.306-1.058h2.769l.32 1.058H24l-2.837-7.872zm1.235 2.023l.981 3.277h-1.927z\"/></svg>\n </figure>\n </td>\n <td>fifa.svg</td>\n <td><code>_includes/icons/simple-icons/fifa.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"fifa\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Figma icon</title><path d=\"M12 12a4 4 0 1 1 8 0 4 4 0 0 1-8 0zM4 20a4 4 0 0 1 4-4h4v4a4 4 0 1 1-8 0zM12 0v8h4a4 4 0 1 0 0-8h-4zM4 4a4 4 0 0 0 4 4h4V0H8a4 4 0 0 0-4 4zM4 12a4 4 0 0 0 4 4h4V8H8a4 4 0 0 0-4 4z\"/></svg>\n </figure>\n </td>\n <td>figma.svg</td>\n <td><code>_includes/icons/simple-icons/figma.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"figma\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>figshare icon</title><path d=\"M12 0a1.0073 1.0073 0 00-1.0078 1.0078c0 .5566.4506 1.0098 1.0078 1.0098.5578 0 1.0078-.4532 1.0078-1.0098C13.0078.451 12.5578 0 12 0zM8.6895.541A1.0069 1.0069 0 008.291.588c-.528.1706-.8194.7408-.6465 1.2695.1719.5304.7419.8213 1.2696.6485.5302-.1724.8208-.7423.6484-1.2715-.128-.3986-.481-.6607-.873-.6934zm6.621 0c-.3917.0331-.7451.2948-.873.6934-.1724.5292.118 1.0991.6484 1.2715.5297.1728 1.0984-.1181 1.2715-.6485.171-.5287-.1205-1.0966-.6504-1.2695a.9976.9976 0 00-.3965-.0469zM10.588 1.9902A.8517.8517 0 0010.416 2c-.4648.0743-.7815.508-.707.9727a.85.85 0 00.9746.707c.4638-.073.7794-.5099.707-.9727a.8537.8537 0 00-.8027-.7168zm2.8242 0a.8498.8498 0 00-.8008.7168c-.0745.464.242.8998.7051.9727.4635.0734.8998-.2415.9746-.705.0717-.466-.2428-.9004-.707-.9747a.8536.8536 0 00-.1719-.0098zm-7.9082.1094a1.0023 1.0023 0 00-.5566.1914c-.4495.327-.5522.9586-.2246 1.4102.3278.4502.96.5508 1.4101.2226.4506-.326.5508-.959.2227-1.4101-.2047-.2816-.5278-.4251-.8516-.414zm12.9922 0c-.3237-.011-.6472.1325-.8516.414-.3284.4508-.2278 1.0832.2227 1.4102.4505.327 1.0817.2281 1.4101-.2226.327-.4516.2273-1.0831-.2226-1.4102a1.0095 1.0095 0 00-.5586-.1914zm-10.7676.7871a.8428.8428 0 00-.3242.0918c-.4186.2126-.5855.7256-.3711 1.1445a.8463.8463 0 001.1426.3711c.4167-.213.5856-.725.373-1.1445a.8538.8538 0 00-.8203-.4629zm8.543 0a.8538.8538 0 00-.8203.463.8513.8513 0 00.373 1.1444c.4194.2145.9317.0487 1.1426-.371.2137-.419.0495-.932-.3691-1.1446a.8521.8521 0 00-.3262-.0918zM12 3.5625a.7086.7086 0 00-.709.709c0 .3927.3168.709.709.709a.7081.7081 0 00.709-.709.7088.7088 0 00-.709-.709zm-2.3281.3809a.7062.7062 0 00-.2793.0332c-.3724.1203-.5755.5197-.4551.8925a.7088.7088 0 00.8926.4551c.3711-.121.5781-.5208.457-.8926a.7123.7123 0 00-.6152-.4882zm4.6562 0c-.2754.0236-.5246.209-.6152.4882-.1209.3718.0847.7717.457.8926.3726.1207.7724-.0833.8926-.455a.7081.7081 0 00-.455-.8926.7053.7053 0 00-.2794-.0332zm-11.1836.5878a1.0132 1.0132 0 00-.8535.416c-.3265.4494-.2245 1.0812.2246 1.4083.4506.3279 1.0804.228 1.4063-.2227.3292-.4505.2311-1.082-.2207-1.4101a.9945.9945 0 00-.5567-.1914zm17.713 0a1.0028 1.0028 0 00-.5587.1915c-.4513.3281-.5491.9596-.2226 1.4101.327.4508.9577.5494 1.4082.2227.4516-.3282.552-.96.2226-1.4102-.2039-.281-.526-.4248-.8496-.414zm-15.4141.0586a.8494.8494 0 00-.6016.25c-.3328.3324-.334.8725-.002 1.2051a.8547.8547 0 001.2051 0c.3306-.3326.332-.873 0-1.205a.847.847 0 00-.6015-.25zm13.1152 0a.8523.8523 0 00-.6035.25c-.3321.3318-.3321.8725 0 1.2051.3332.3315.8724.3321 1.205 0 .3335-.332.3335-.8724 0-1.205a.8474.8474 0 00-.6015-.25zm-11.125.4493a.709.709 0 00-.3926.1347c-.3156.231-.3868.6735-.1562.9903.2304.3178.6733.3855.9902.1562a.7065.7065 0 00.1563-.9883.7073.7073 0 00-.5977-.293zm9.1328 0a.7074.7074 0 00-.5977.293c-.2297.3172-.16.7595.1563.9882a.707.707 0 00.9902-.1562.7081.7081 0 00-.5488-1.125zm-5.5469.0097a.5897.5897 0 00-.1191.0078c-.3213.0512-.5435.3521-.4922.6739.051.322.3557.5427.6777.4922.3222-.0509.5407-.3532.4903-.6758a.5906.5906 0 00-.5567-.498zm1.961 0a.5882.5882 0 00-.5547.498c-.0515.3215.1675.625.4883.6759.3221.051.6259-.1702.6757-.4922.0524-.3229-.168-.6233-.4902-.6739a.5904.5904 0 00-.1191-.0078zm-3.9453.623a.6048.6048 0 00-.2286.0645.5902.5902 0 00-.2578.793.592.592 0 00.795.2598c.2898-.1497.4077-.5062.2597-.797a.589.589 0 00-.5683-.3202zm5.9316 0c-.2294-.0165-.4582.102-.5684.3204-.1503.2918-.034.648.2559.795a.5923.5923 0 00.7969-.2579.5898.5898 0 00-.2598-.793.5863.5863 0 00-.2246-.0644zM12 6.1876a.4885.4885 0 00-.4883.4883c0 .2703.2186.4883.4883.4883.2704 0 .4902-.218.4902-.4883 0-.2693-.2198-.4883-.4902-.4883zm-1.6035.2617a.4835.4835 0 00-.1914.0235c-.2574.0832-.3985.3588-.3145.6152.0827.2564.3594.396.6153.3125a.4884.4884 0 00.3144-.6152.4917.4917 0 00-.4238-.336zm3.207 0a.4865.4865 0 00-.4219.336.488.488 0 00.3125.6152c.2566.0824.5322-.0561.6153-.3125.0826-.2564-.0561-.5326-.3125-.6152a.4897.4897 0 00-.1934-.0235zm-7.83.2988a.705.705 0 00-.5977.293c-.2308.3153-.1596.7587.1562.9883.317.2307.7605.16.9903-.1563.2296-.3165.159-.759-.1582-.9902a.702.702 0 00-.3907-.1348zm12.455 0a.7098.7098 0 00-.3926.1348.707.707 0 00-.1582.9902c.231.3163.675.3879.9903.1582.3175-.2314.3883-.6749.1582-.9902a.705.705 0 00-.5977-.293zm-10.7832.1075a.592.592 0 00-.418.1738c-.2312.2296-.2301.6047 0 .834a.5895.5895 0 00.836 0 .591.591 0 00.002-.836.5924.5924 0 00-.42-.1718zm9.1094 0a.5885.5885 0 00-.418.1738.5867.5867 0 000 .834.5887.5887 0 00.834 0c.2301-.2302.2315-.6033.002-.834a.5884.5884 0 00-.418-.1738zm-12.7559.084a.856.856 0 00-.8203.4648.849.849 0 00.373 1.1426c.419.2149.9316.046 1.1446-.3711.2136-.4186.0454-.9303-.373-1.1446a.843.843 0 00-.3243-.0917zm16.4043 0a.8529.8529 0 00-.3261.0918c-.4193.2128-.5854.725-.373 1.1445.213.4182.7269.5845 1.1444.371.4195-.2143.5867-.725.373-1.1425a.8538.8538 0 00-.8183-.4648zM8.8535 7.205a.483.483 0 00-.2695.0918c-.2182.158-.2662.4657-.1074.6836.1584.217.4635.2664.6816.1074a.489.489 0 00.1074-.6816.4844.4844 0 00-.412-.2012zm6.293 0a.4847.4847 0 00-.4121.2012c-.16.2184-.1088.5237.1093.6816a.4876.4876 0 00.6817-.1074c.1598-.2179.1088-.5261-.1094-.6836a.4831.4831 0 00-.2695-.0918zm-3.8125.0683a.3879.3879 0 00-.08.004c-.2205.0349-.3718.2414-.336.4609.0338.2193.24.3675.461.334.2194-.035.3678-.2412.3339-.461-.03-.1906-.192-.3296-.379-.3379zm1.332 0a.4009.4009 0 00-.3789.338c-.0324.2176.117.4244.334.4609.2216.0335.4267-.115.461-.336.034-.2178-.1164-.4232-.334-.459a.4094.4094 0 00-.082-.0039zm-11.205.3243c-.3915.0344-.744.2965-.8731.6933-.172.5306.118 1.0999.6484 1.2715.5291.173 1.0974-.1166 1.2696-.6465.1715-.5304-.119-1.0994-.6485-1.2734a1.0013 1.0013 0 00-.3965-.045zm21.078 0a1.0009 1.0009 0 00-.3964.0449c-.5304.1734-.8208.743-.6485 1.2734.1738.53.7409.8195 1.2696.6465.5315-.1716.821-.741.6484-1.2715-.1292-.3968-.482-.6589-.873-.6933zm-12.5546.0996a.409.409 0 00-.1563.043c-.196.1004-.2756.342-.1758.539a.4005.4005 0 00.541.1758c.1973-.101.277-.342.1758-.539a.397.397 0 00-.3847-.2188zm4.0312 0a.3988.3988 0 00-.3847.2168.4012.4012 0 00.1757.541c.1975.1009.4374.022.5391-.1758a.4005.4005 0 00-.1758-.541.3983.3983 0 00-.1543-.041zm-6.3047.6855c-.1568-.0054-.3144.0641-.412.2012-.159.217-.1098.523.1074.6816.2181.1596.5225.1084.6816-.1093.1592-.2186.1093-.523-.1074-.6817a.4847.4847 0 00-.2696-.0918zm8.5801 0a.4904.4904 0 00-.2715.0918.4873.4873 0 00-.1074.6816c.1598.2178.464.268.6816.1094.2187-.1597.2672-.4645.1075-.6816a.481.481 0 00-.4102-.2012zm-9.9863.1035a.594.594 0 00-.5703.3223.5913.5913 0 00.2597.793.5867.5867 0 00.793-.2559c.1484-.292.0326-.649-.2578-.7969a.5837.5837 0 00-.2246-.0625zm11.3926 0a.59.59 0 00-.2266.0625c-.2913.1472-.4053.5048-.2578.7969a.5895.5895 0 00.793.2578.5898.5898 0 00.2578-.795.5867.5867 0 00-.5664-.3222zM8.9043 8.5a.4096.4096 0 00-.2871.1191.4023.4023 0 00.002.5684.4024.4024 0 00.5683 0 .4023.4023 0 000-.5684.4.4 0 00-.2832-.1191zm6.1934.002a.4004.4004 0 00-.2852.1171.3993.3993 0 00.002.5684.3998.3998 0 00.5664 0c.1577-.158.1568-.4129 0-.5684a.3991.3991 0 00-.2832-.1171zm-10.5079.4042c-.2752.0234-.5233.2071-.6132.4864-.1217.3721.0827.7708.455.8926a.7074.7074 0 00.8926-.4532c.12-.373-.0814-.7734-.455-.8925a.7026.7026 0 00-.2794-.0333zm14.8204 0a.703.703 0 00-.2793.0333c-.3729.1191-.5758.5195-.4551.8925.12.3718.5203.5743.8926.4532.3717-.1218.578-.5205.457-.8926a.7113.7113 0 00-.6152-.4863zM8.127 9.6113a.4015.4015 0 00-.3868.2188.4.4 0 00.1758.539.3974.3974 0 00.539-.1738.401.401 0 00-.1757-.541.3936.3936 0 00-.1523-.043zm7.746 0a.3923.3923 0 00-.1523.043.4008.4008 0 00-.1758.541.4031.4031 0 00.539.1738.3989.3989 0 00.1759-.541.4033.4033 0 00-.3868-.2168zm-13.0722.088a.8528.8528 0 00-.8028.7167.8519.8519 0 00.709.9727.8477.8477 0 00.9727-.7051c.0735-.4642-.2409-.9007-.705-.9746a.8745.8745 0 00-.174-.0098zm18.3984 0a.854.854 0 00-.1719.0097.8498.8498 0 00-.707.9746.8477.8477 0 00.9727.705.8494.8494 0 00.707-.9726c-.0643-.4055-.4057-.6986-.8008-.7168zm-14.3047.1679a.4876.4876 0 00-.4218.336.4873.4873 0 00.3144.6152c.2558.084.5329-.0558.6152-.3125.0838-.2558-.0578-.5337-.3144-.6172a.4888.4888 0 00-.1934-.0215zm10.211 0a.489.489 0 00-.1934.0215c-.2555.0835-.3971.3614-.3144.6172a.4896.4896 0 00.6171.3125c.2564-.0827.3947-.3593.3106-.6153-.0601-.192-.2299-.3192-.42-.336zm-11.4942.5332a.5899.5899 0 00-.5547.498c-.0511.323.1676.6266.4883.6778.3235.0518.6274-.1689.6778-.4903a.5926.5926 0 00-.4922-.6777.5862.5862 0 00-.1192-.0078zm12.7774 0a.593.593 0 00-.1192.0078.5923.5923 0 00-.4922.6777.5897.5897 0 00.6758.4903c.322-.0512.5414-.3548.4903-.6778a.5905.5905 0 00-.5547-.498zm-10.7325.5137c-.1853.0095-.3472.145-.3789.3359a.4024.4024 0 00.336.461.4009.4009 0 00.457-.332.4025.4025 0 00-.334-.463.3937.3937 0 00-.08-.002zm8.6875 0a.4169.4169 0 00-.082.0039.4023.4023 0 00-.332.461c.0341.2184.2406.3656.459.332a.4019.4019 0 00.334-.459c-.0301-.1928-.1917-.3291-.379-.338zm-15.3359.078C.4508 10.9922 0 11.4437 0 12c0 .5575.4503 1.0078 1.0078 1.0078A1.0069 1.0069 0 002.0156 12c0-.5564-.4506-1.0078-1.0078-1.0078zm21.9844 0c-.558 0-1.0098.4509-1.0098 1.0079 0 .5569.4518 1.0078 1.0098 1.0078C23.5466 13.0078 24 12.5575 24 12c0-.5564-.4534-1.0078-1.0078-1.0078zm-18.7207.299a.7086.7086 0 00-.709.7089c.001.3924.317.709.709.709a.7086.7086 0 00.709-.709.709.709 0 00-.709-.709zm15.457 0c-.3904 0-.709.3171-.709.7089 0 .3924.3186.709.709.709a.7062.7062 0 00.707-.709c0-.3918-.3146-.709-.707-.709zm-13.0527.2187c-.27 0-.4883.2213-.4883.4902 0 .269.2183.4879.4883.4863.269 0 .4883-.2174.4883-.4863 0-.269-.2194-.4902-.4883-.4902zm10.6484 0c-.2698 0-.4883.2213-.4883.4902a.486.486 0 00.4883.4863.4867.4867 0 00.4883-.4863c0-.269-.218-.4902-.4883-.4902zm-1.0176.7734c-.1861.0074-.3464.147-.377.3379-.0348.2202.1128.426.3321.461.2187.0331.4252-.1146.461-.334a.3976.3976 0 00-.334-.459.4076.4076 0 00-.082-.0059zm-8.6132.002a.4168.4168 0 00-.082.0039c-.2181.0347-.37.239-.334.459.035.2198.2407.3674.4609.334a.404.404 0 00.334-.461c-.0306-.192-.192-.3278-.379-.336zm-2.0274.1328a.6064.6064 0 00-.121.0058c-.3208.0504-.5395.3529-.4884.6758a.5894.5894 0 00.6739.4922.5917.5917 0 00.4922-.6777c-.0441-.2816-.2813-.4838-.5567-.4961zm12.668 0a.5905.5905 0 00-.5567.498c-.0513.3214.168.625.4903.6758.3231.0514.6244-.1701.6758-.4922.051-.323-.1671-.6254-.4903-.6758a.585.585 0 00-.1191-.0058zm-15.455.1816a.8538.8538 0 00-.172.0098c-.4638.0735-.7817.5105-.709.9746.074.4642.511.7812.9747.707.466-.0732.7808-.5105.707-.9746a.8497.8497 0 00-.8008-.7168zm18.242 0c-.396.0179-.7384.3103-.8026.7168-.0727.4641.2442.901.709.9746.4636.0739.8983-.243.9726-.707.0726-.4648-.2409-.9011-.705-.9746a.8735.8735 0 00-.174-.0098zm-14.1405.5586a.4917.4917 0 00-.1934.0215.4892.4892 0 00-.3144.6172c.082.2566.3585.3958.6152.3125.2566-.0827.397-.3606.3144-.6153a.4879.4879 0 00-.4218-.3359zm10.041 0a.4896.4896 0 00-.4238.336c-.0822.2546.0589.5325.3144.6152.2564.0833.532-.056.6133-.3125.084-.2572-.0542-.5337-.3106-.6172a.4916.4916 0 00-.1933-.0215zm-8.9512.4277a.3959.3959 0 00-.1523.043.3983.3983 0 00-.1758.541.399.399 0 00.5371.1758.3994.3994 0 00.1758-.539c-.0759-.1482-.2297-.2314-.3848-.2208zm7.8613 0a.4052.4052 0 00-.3886.2188.4037.4037 0 00.1758.541c.1983.101.4418.0231.543-.1758.1005-.196.0196-.4391-.1778-.541a.3905.3905 0 00-.1524-.043zm-11.2207.0938a.7048.7048 0 00-.2793.0332c-.3723.1218-.5767.5213-.455.8945a.7072.7072 0 00.8925.4531c.3737-.12.575-.5195.4551-.8925a.7111.7111 0 00-.6133-.4883zm14.5782 0a.7118.7118 0 00-.6133.4902c-.1196.372.0822.7705.455.8906a.7071.7071 0 00.8926-.453c.1226-.3733-.0833-.7728-.455-.8946a.7042.7042 0 00-.2793-.0332zm-13.0704.6543a.5803.5803 0 00-.2246.0625c-.2907.148-.4083.5042-.2597.795a.59.59 0 00.7949.2577.5864.5864 0 00.2578-.793.5911.5911 0 00-.5683-.3222zm11.5625 0a.5917.5917 0 00-.5683.3203.5902.5902 0 00.2578.795c.2907.1473.6475.0327.795-.2579.1488-.2907.0317-.6469-.2598-.795a.5784.5784 0 00-.2247-.0624zm-16.1484.0566a.992.992 0 00-.3965.0469c-.5303.1712-.8205.741-.6484 1.2715.172.5289.741.8182 1.2695.6465.53-.173.8197-.741.6485-1.2715a1.009 1.009 0 00-.873-.6934zm20.7344 0a1.0107 1.0107 0 00-.873.6934c-.1707.5305.118 1.0985.6484 1.2715.5292.1717 1.0972-.1176 1.2695-.6465.1726-.5306-.117-1.1003-.6484-1.2715a.992.992 0 00-.3965-.0469zm-14.6914.25a.4847.4847 0 00-.2695.0938c-.2175.159-.2663.4639-.1094.6816a.4893.4893 0 00.6836.1094c.2167-.1586.2683-.4658.1093-.6836a.494.494 0 00-.414-.2012zm8.6484 0a.4911.4911 0 00-.412.2012.4897.4897 0 00.1073.6836c.2185.1585.525.11.6817-.1094a.4875.4875 0 00-.1075-.6816.4844.4844 0 00-.2695-.0938zm-7.4199.0547c-.1028 0-.2064.037-.2852.1152a.4016.4016 0 000 .5684c.1582.1572.4118.1574.5684.002a.403.403 0 000-.5704.3973.3973 0 00-.2832-.1152zm6.1914 0a.3975.3975 0 00-.2832.1172c-.1579.1565-.1568.4122 0 .5684.1589.1565.4117.1565.5684 0a.4016.4016 0 000-.5684.4026.4026 0 00-.2852-.1172zm-11.42.666a.8422.8422 0 00-.3241.0899c-.4186.2135-.5862.7252-.373 1.1445.2132.4186.7252.5859 1.1444.373.4185-.2139.5867-.7263.373-1.1445-.1596-.3135-.4891-.4857-.8202-.4629zm16.6485 0a.8553.8553 0 00-.8203.463c-.2134.4181-.0462.9305.373 1.1445.4187.2128.9304.0455 1.1446-.3731.214-.4193.0459-.931-.373-1.1445a.8397.8397 0 00-.3243-.0899zM13.959 15.5a.4037.4037 0 00-.1543.043c-.195.1015-.2742.3435-.1738.541a.3988.3988 0 00.539.1758c.1964-.1017.277-.3433.1758-.541a.4006.4006 0 00-.3867-.2188zm-3.918.002c-.1569-.0107-.3114.0691-.3867.2167a.4012.4012 0 00.1758.541c.1978.1.4387.0222.539-.1757.1023-.198.0228-.4393-.1738-.541a.402.402 0 00-.1543-.041zm-1.1523.3164a.487.487 0 00-.4121.2011.4874.4874 0 10.789.5723c.158-.217.1098-.5226-.1074-.6816a.4826.4826 0 00-.2695-.0918zm6.2246 0a.4833.4833 0 00-.2696.0918c-.2181.159-.2675.4646-.1093.6816.1573.2192.4643.2671.6816.1094.2182-.159.2692-.4645.1094-.6817a.4863.4863 0 00-.4121-.2011zm-9.3906.0156a.6996.6996 0 00-.3907.1328c-.3158.2309-.3867.6757-.1562.9922a.7044.7044 0 00.9883.1562c.3172-.2307.3884-.6724.1582-.9882a.711.711 0 00-.5996-.293zm12.5546 0a.7134.7134 0 00-.5996.293.7052.7052 0 00.1582.9882c.3173.2312.761.162.9903-.1562.2301-.3165.1593-.7613-.1582-.9922a.699.699 0 00-.3907-.1328zm-6.9804.0879c-.188.008-.3496.1486-.3809.3418-.0333.2182.1183.4223.338.459.2195.0349.4232-.116.4589-.336.0335-.2184-.1165-.4225-.334-.459a.4123.4123 0 00-.082-.0058zm1.4062.002a.4108.4108 0 00-.082.0038c-.2196.035-.3667.2411-.332.461a.4013.4013 0 00.459.334.3987.3987 0 00.332-.459.3996.3996 0 00-.377-.3399zm-5.2578.039a.59.59 0 00-.418.1738.5905.5905 0 00.836.834c.2313-.2306.2324-.6037.002-.834a.5958.5958 0 00-.42-.1738zm9.1094 0a.5891.5891 0 00-.418.1738.5867.5867 0 000 .834.5875.5875 0 00.834 0 .5893.5893 0 000-.834.5849.5849 0 00-.416-.1738zm-6.2422.6133a.4878.4878 0 00-.4219.336.4857.4857 0 00.3145.6151.489.489 0 00.6152-.3125c.0834-.2569-.0579-.5344-.3144-.6171a.4904.4904 0 00-.1934-.0215zm3.375 0a.4907.4907 0 00-.1934.0215c-.255.0827-.3961.3602-.3125.6171.0824.2559.3589.3944.6153.3125a.4885.4885 0 00.3125-.6152.4877.4877 0 00-.4219-.336zM12 16.8359a.4878.4878 0 00-.4883.4883c0 .2698.2186.4883.4883.4883.2704 0 .4902-.2185.4902-.4883 0-.2703-.2198-.4883-.4902-.4883zm-2.8828.3125a.5908.5908 0 00-.5684.3204c-.1467.2916-.0318.6463.2578.7949a.5923.5923 0 00.797-.2578c.1469-.2902.0316-.6464-.2579-.795a.6008.6008 0 00-.2285-.0625zm5.7656 0a.59.59 0 00-.2265.0625c-.2917.1479-.4058.504-.2598.795.1494.291.5061.4064.7969.2578a.59.59 0 00.2558-.795.5864.5864 0 00-.5664-.3203zm-11.8105.3028a1.0037 1.0037 0 00-.5567.1933c-.4502.3271-.5514.9589-.2226 1.4102.327.4491.9581.549 1.4082.2207.4518-.3276.5497-.9583.2226-1.4082a1.0092 1.0092 0 00-.8515-.416zm17.8554.002c-.3235-.011-.6468.133-.8515.414-.3285.4499-.2287 1.0811.2226 1.4082.452.3284 1.082.2284 1.4082-.2207.3293-.4513.2284-1.083-.2226-1.4102a1.0005 1.0005 0 00-.5567-.1914zm-13.4453.0898a.7077.7077 0 00-.5976.293c-.2306.3159-.1594.7591.1562.9902.3175.23.7595.1583.9902-.1582.23-.317.1605-.7607-.1562-.9903a.704.704 0 00-.3926-.1347zm9.0352 0a.7037.7037 0 00-.3926.1347c-.316.2296-.386.6733-.1563.9903a.7096.7096 0 00.9903.1582c.317-.2302.387-.6743.1562-.9903a.707.707 0 00-.5976-.293zm-11.0742.162a.8466.8466 0 00-.6016.25c-.3328.3325-.3328.8713 0 1.2032.3322.3323.8696.3323 1.2031 0a.8518.8518 0 00-.6015-1.4531zm13.1152.002a.8552.8552 0 00-.6035.248.85.85 0 000 1.2032c.3332.3323.8707.3314 1.205 0a.85.85 0 000-1.2031.8443.8443 0 00-.6015-.248zm-7.5918.0625c-.2745.0126-.514.2163-.5586.498-.0513.322.1692.625.4922.6759a.5907.5907 0 00.6758-.4922c.0527-.3215-.168-.6227-.4903-.6739a.5935.5935 0 00-.1191-.0078zm2.0664 0a.5911.5911 0 00-.1191.0078c-.3208.0503-.5398.3524-.4883.6739.0505.3222.3509.5441.6738.4922a.5893.5893 0 00.4902-.6758c-.0436-.2818-.282-.486-.5566-.498zm-3.4824.873a.7095.7095 0 00-.6133.4884.708.708 0 00.455.8925c.3734.1214.7732-.0839.8946-.455.1211-.3726-.0859-.772-.457-.8926a.7066.7066 0 00-.2793-.0332zm4.8984 0a.7056.7056 0 00-.2793.0313c-.3723.1212-.5779.522-.457.8946.1208.3711.5218.5764.8945.455.3717-.1217.5762-.5197.4551-.8925a.7086.7086 0 00-.6133-.4883zM12 19.0196a.7086.7086 0 00-.709.709c0 .3916.3168.709.709.709a.7088.7088 0 00.709-.709.7089.7089 0 00-.709-.709zm-4.1504.3946a.8518.8518 0 00-.8183.4629c-.2126.4187-.0453.9295.373 1.1425.419.2138.9304.0484 1.1426-.3691.213-.419.0486-.9328-.3711-1.1465a.8503.8503 0 00-.3262-.0898zm8.3008 0a.8595.8595 0 00-.3281.0898c-.4181.2137-.5848.7261-.3711 1.1465.2138.4186.7278.5829 1.1465.3691.4175-.2125.5833-.7238.3691-1.1425a.8465.8465 0 00-.8164-.463zm-10.5762.4687a1.0087 1.0087 0 00-.8515.416c-.3276.4503-.225 1.0812.2246 1.4082a1.0076 1.0076 0 001.4082-.2226c.3281-.4506.2279-1.0811-.2227-1.4082a1.0096 1.0096 0 00-.5586-.1934zm12.8516 0a1.0122 1.0122 0 00-.5586.1934c-.4505.327-.5511.9576-.2227 1.4082.328.4513.9583.5508 1.4102.2226.45-.3265.5497-.958.2226-1.4082a1.0083 1.0083 0 00-.8515-.416zm-7.914.4258c-.3956.0179-.7384.3119-.8028.7187-.0739.4623.2422.8998.707.9727.4626.0743.9001-.244.9727-.709.0745-.4639-.242-.8983-.7051-.9726a.8516.8516 0 00-.1719-.0098zm2.9784 0a.8513.8513 0 00-.879.9844c.0734.4642.5083.7813.9728.707.4642-.0729.7806-.509.707-.9727-.0638-.4068-.4067-.7008-.8008-.7187zm-4.9726 1.1406c-.391.0338-.7442.2962-.873.6934-.173.5292.117 1.0971.6464 1.2695.5306.1726 1.1008-.1183 1.2715-.6484.1724-.5296-.1182-1.097-.6484-1.2696a.9986.9986 0 00-.3965-.0449zm6.9648 0a.9988.9988 0 00-.3965.045c-.529.1725-.8218.74-.6504 1.2695.1714.53.743.821 1.2715.6484.5299-.1724.8213-.7403.6504-1.2695-.1298-.3972-.4834-.6596-.875-.6934zM12 21.9824c-.5572 0-1.0078.4532-1.0078 1.0098S11.4428 24 12 24a1.007 1.007 0 001.0078-1.0078c0-.5566-.45-1.0098-1.0078-1.0098Z\"/></svg>\n\n </figure>\n </td>\n <td>figshare.svg</td>\n <td><code>_includes/icons/simple-icons/figshare.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"figshare\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Fila icon</title><path d=\"M8.736 8.048c-.582 0-1.035.471-1.035 1.054l.023 5.795c0 .582.445 1.054 1.029 1.054h.12c.583 0 1.054-.472 1.054-1.054l-.023-5.795c0-.583-.472-1.054-1.055-1.054zm3.071.007c-.574 0-1.04.468-1.04 1.044v5.24c0 .785.773 1.542 1.541 1.542h4.058c.577 0 .965-.42 1.292-.995l2.112-3.622c.018-.04.053-.09.093-.09.044 0 .07.05.092.088l1.381 2.216c.058.094.068.141.032.225-.032.077-.109.093-.23.093h-1.939c-.578 0-1.044.467-1.044 1.044v.065c0 .577.466.976 1.044.976h3.163c.77 0 1.638-.732 1.638-1.69 0-.607-.118-.822-.624-1.645l-2.342-3.814c-.275-.442-.65-.656-1.123-.656-.49 0-.904.229-1.163.656l-2.712 4.496c-.185.308-.398.434-.75.434h-2.018a.275.275 0 0 1-.285-.283l.002-4.28c0-.576-.468-1.044-1.044-1.044zm-10.752.143C.473 8.198 0 8.644 0 9.226V9.3c0 .584.473 1.055 1.055 1.055H5.99c.581 0 1.055-.471 1.055-1.055v-.066A1.04 1.04 0 0 0 5.99 8.198zm.187 2.819c-.724 0-1.241.568-1.241 1.241L0 14.91c0 .577.467 1.042 1.042 1.042h.134a1.04 1.04 0 0 0 1.042-1.042v-1.458c0-.157.126-.284.283-.284H5.48c.575 0 1.043-.465 1.043-1.042v-.066c0-.576-.468-1.043-1.043-1.043z\"/></svg>\n </figure>\n </td>\n <td>fila.svg</td>\n <td><code>_includes/icons/simple-icons/fila.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"fila\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>FileZilla icon</title><path d=\"M24.002,1.86V0.801c-0.212,0-0.419-0.087-0.568-0.236c-0.148-0.148-0.234-0.356-0.234-0.567h-1.061 c-0.021,0.444-0.4,0.786-0.844,0.765c-0.413-0.021-0.743-0.352-0.764-0.765h-1.061c-0.027,0.444-0.408,0.782-0.853,0.755 c-0.405-0.025-0.729-0.35-0.755-0.755h-1.059c-0.023,0.444-0.4,0.786-0.845,0.765c-0.413-0.021-0.743-0.352-0.765-0.765h-1.06 c-0.022,0.444-0.399,0.786-0.844,0.765c-0.413-0.021-0.743-0.352-0.765-0.765h-1.059c-0.027,0.444-0.408,0.782-0.853,0.755 c-0.405-0.025-0.729-0.35-0.755-0.755h-1.06C8.786,0.442,8.414,0.789,7.971,0.772C7.549,0.758,7.21,0.419,7.195-0.002H6.135 c-0.021,0.444-0.4,0.786-0.844,0.765C4.878,0.741,4.547,0.411,4.527-0.002H3.467C3.451,0.442,3.078,0.789,2.635,0.772 c-0.422-0.014-0.76-0.353-0.775-0.774H0.8c0,0.211-0.086,0.419-0.235,0.567C0.416,0.714,0.209,0.801-0.003,0.801V1.86 c0.444,0.017,0.79,0.389,0.774,0.832C0.758,3.114,0.419,3.453-0.003,3.467v1.061c0.444,0.016,0.79,0.388,0.774,0.832 C0.758,5.782,0.419,6.12-0.003,6.135v1.059c0.444,0,0.804,0.361,0.804,0.805S0.441,8.803-0.003,8.803v1.059 c0.444,0,0.804,0.359,0.804,0.804s-0.359,0.804-0.804,0.804v1.06c0.444,0.016,0.79,0.389,0.774,0.832 c-0.014,0.422-0.353,0.76-0.774,0.775v1.061c0.444,0,0.804,0.359,0.804,0.803c0,0.445-0.359,0.805-0.804,0.805v1.061 c0.444,0.016,0.79,0.387,0.774,0.83c-0.014,0.422-0.353,0.762-0.774,0.775v1.061c0.444,0,0.804,0.359,0.804,0.805 c0,0.443-0.359,0.803-0.804,0.803v1.061c0.442,0.002,0.802,0.359,0.803,0.803h1.06c0.027-0.443,0.41-0.781,0.854-0.754 c0.406,0.025,0.729,0.348,0.754,0.754h1.061c0.021-0.443,0.4-0.785,0.844-0.764c0.413,0.021,0.743,0.352,0.764,0.764h1.059 c0.023-0.443,0.4-0.785,0.845-0.764c0.413,0.021,0.743,0.352,0.764,0.764h1.06c0.017-0.443,0.389-0.791,0.832-0.775 c0.422,0.016,0.761,0.354,0.775,0.775h1.061c0.021-0.443,0.4-0.785,0.844-0.764c0.413,0.021,0.743,0.352,0.764,0.764h1.059 c0.023-0.443,0.4-0.785,0.845-0.764c0.413,0.021,0.743,0.352,0.765,0.764h1.059c0.023-0.443,0.4-0.785,0.845-0.764 c0.413,0.021,0.743,0.352,0.765,0.764h1.06c0.016-0.443,0.388-0.791,0.831-0.775c0.422,0.016,0.761,0.354,0.775,0.775H23.2 c0-0.211,0.086-0.418,0.235-0.568c0.148-0.148,0.355-0.234,0.567-0.234v-1.061c-0.444-0.027-0.781-0.408-0.755-0.852 c0.025-0.406,0.35-0.73,0.755-0.754v-1.061c-0.444-0.023-0.786-0.4-0.764-0.844c0.021-0.414,0.351-0.744,0.764-0.764v-1.061 c-0.444-0.027-0.781-0.41-0.755-0.854c0.025-0.406,0.35-0.729,0.755-0.754v-1.061c-0.444-0.021-0.786-0.4-0.764-0.844 c0.021-0.412,0.351-0.742,0.764-0.764v-1.058c-0.444-0.027-0.781-0.41-0.755-0.854c0.025-0.406,0.35-0.729,0.755-0.754V8.803 c-0.444-0.021-0.786-0.4-0.764-0.844c0.021-0.413,0.351-0.743,0.764-0.764V6.135c-0.444-0.027-0.781-0.408-0.755-0.853 c0.025-0.405,0.35-0.729,0.755-0.754v-1.06c-0.444-0.022-0.786-0.4-0.765-0.844C23.258,2.211,23.588,1.881,24.002,1.86L24.002,1.86z M19.934,11.698l-6.404,6.226c0.58,0.09,1.14,0.225,1.742,0.225c1.465,0,3.148-0.445,4.287-0.916l-0.584,2.746 c-1.676,0.805-2.701,0.871-3.703,0.871c-1.095,0-2.144-0.357-3.215-0.357c-0.603,0-1.474,0.045-2.009,0.4L8.887,18.84l6.607-6.541 H7.891l-1.451,6.808H3.27l3.305-15.58h10.49l-0.67,3.146H9.096L8.471,9.598h11.977L19.934,11.698L19.934,11.698z\"/></svg>\n </figure>\n </td>\n <td>filezilla.svg</td>\n <td><code>_includes/icons/simple-icons/filezilla.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"filezilla\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Firebase icon</title><path d=\"M3.89 15.673L6.255.461A.542.542 0 0 1 7.27.289L9.813 5.06 3.89 15.673zm16.795 3.691L18.433 5.365a.543.543 0 0 0-.918-.295l-14.2 14.294 7.857 4.428a1.62 1.62 0 0 0 1.587 0l7.926-4.428zM14.3 7.148l-1.82-3.482a.542.542 0 0 0-.96 0L3.53 17.984 14.3 7.148z\"/></svg>\n </figure>\n </td>\n <td>firebase.svg</td>\n <td><code>_includes/icons/simple-icons/firebase.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"firebase\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>FIRST icon</title><path d=\"M 17.51401,18.08466 16.131,16.75662 C 16.67474,16.38449 17.13479,15.94781 17.48911,15.46172 17.49409,15.4554 17.49849,15.44774 17.50328,15.44104 L 20.86723,11.94819 20.9672,11.84056 21.40618,11.38358 17.29816,7.4395 16.37481,8.40058 15.35628,9.46182 14.66277,10.18463 13.35447,11.54695 13.35523,11.54772 13.24204,11.6655 13.62356,12.03093 15.39363,13.75696 C 15.00618,14.12354 14.51396,14.43783 13.95834,14.669 13.95815,14.66919 13.95758,14.66919 13.95739,14.66938 L 12.78889,13.548 11.64223,12.44635 10.86177,11.70668 12.71611,9.77515 13.6475,8.80469 14.6599,7.75073 17.18899,5.1165 23.84736,11.4893 Z M 18.37223,12.486 C 18.4023,12.28892 18.41934,12.09375 18.41934,11.90663 18.41934,10.80249 17.91927,9.63859 17.07944,8.7706 L 17.29816,8.5425 20.70117,11.8101 17.88346,14.74427 C 18.18262,14.04846 18.37606,13.19023 18.37606,12.57467 18.37606,12.54862 18.37472,12.51836 18.37223,12.486 M 15.5434,13.60757 13.93689,12.043 15.29749,10.62591 C 15.78147,11.02945 16.13962,11.51152 16.32885,12.04128 16.31717,12.12784 16.30242,12.2148 16.28116,12.30194 16.16663,12.77118 15.91764,13.20977 15.5434,13.60757 M 15.27642,15.94628 C 15.0282,16.07249 14.76505,16.18683 14.49366,16.28719 13.5615,16.63136 12.55638,16.80584 11.50644,16.80584 10.0181,16.80584 8.60905,16.4519 7.43232,15.78214 6.7819,15.41173 6.23529,14.96299 5.80838,14.44779 5.64501,14.25033 5.50079,14.04482 5.37936,13.83682 5.12846,13.40895 4.96299,12.95811 4.88772,12.4971 4.85344,12.29141 4.83696,12.09816 4.83696,11.90663 4.83696,11.19359 5.04151,10.50735 5.44506,9.8644 L 6.52775,10.96012 C 6.4542,11.2114 6.41705,11.46689 6.41705,11.72085 6.41705,11.93211 6.44329,12.147 6.495,12.35959 6.56873,12.66028 6.69571,12.95447 6.87192,13.23448 7.01135,13.45588 7.18123,13.66713 7.37659,13.86191 7.91381,14.39857 8.64276,14.82069 9.48489,15.08308 10.12363,15.28226 10.80393,15.38319 11.50644,15.38319 12.07374,15.38319 12.63433,15.31597 13.1729,15.18248 13.47953,15.10587 13.77525,15.00857 14.05181,14.89385 14.68901,14.62859 15.2498,14.25913 15.67383,13.82495 16.10457,13.3831 16.38822,12.89011 16.5175,12.35959 16.56979,12.14546 16.59641,11.93057 16.59641,11.72085 16.59641,11.11793 16.36907,10.43534 15.99885,9.91362 L 16.92009,8.95427 C 17.7084,9.77592 18.17553,10.87067 18.17553,11.90663 18.17553,12.09682 18.15868,12.29562 18.12554,12.4971 17.98324,13.36586 17.52224,14.19344 16.79215,14.8904 16.36447,15.29912 15.85444,15.65439 15.27642,15.94628 M 4.64716,12.53675 C 4.6485,12.5446 4.6508,12.55188 4.65214,12.55993 4.64927,12.59076 4.64716,12.61949 4.64716,12.64228 4.64716,12.96768 4.84654,13.73991 4.92717,14.04807 4.92717,14.04846 4.92756,14.04884 4.92756,14.04922 L 3.86976,14.50141 4.87833,9.24463 5.29279,9.6543 C 4.83007,10.35949 4.59373,11.11659 4.59373,11.90663 4.59373,12.11137 4.61135,12.31765 4.64716,12.53675 M 7.11573,13.15787 C 7.10405,13.13986 7.08911,13.12282 7.07781,13.10462 6.91539,12.84702 6.79914,12.57659 6.73153,12.30194 6.72444,12.27302 6.72157,12.2441 6.71582,12.21499 6.79416,11.93843 6.91846,11.67374 7.08202,11.42456 L 8.36792,12.69648 Z M 11.99483,13.88834 13.09993,14.94939 C 12.58492,15.07542 12.04903,15.13977 11.50644,15.13977 10.82844,15.13977 10.17247,15.04247 9.5571,14.85056 9.47493,14.82509 9.39488,14.79675 9.3152,14.76821 L 11.76404,13.66675 Z M 1.19914,18.26699 3.57309,5.04238 6.96193,8.25406 8.02356,9.25995 8.83486,10.02911 10.76083,11.86526 V 12.7028 L 11.5796,13.4894 9.02198,14.65368 C 8.44415,14.40891 7.9412,14.0814 7.54877,13.68954 7.53977,13.68073 7.53249,13.67058 7.52368,13.66177 L 9.48623,12.74513 4.87067,8.44731 4.7797,8.35576 4.66957,8.95083 3.5796,14.63184 3.41087,15.51477 3.69988,15.39086 3.70103,15.38396 5.18362,14.74848 C 5.41537,15.23706 5.74747,15.69117 6.16136,16.0972 Z M 12.70481,9.4938 10.72444,11.55652 8.98501,9.90769 C 9.73215,9.58286 10.60972,9.39459 11.54934,9.39459 11.94752,9.39459 12.33402,9.42983 12.70481,9.4938 M 11.27872,6.80651 C 12.35279,6.80651 13.78904,7.08231 14.70089,7.41499 L 14.6599,7.4577 13.6475,8.51166 13.64405,8.51511 C 13.00761,8.30232 12.2982,8.18243 11.54934,8.18243 10.24199,8.18243 9.05473,8.54575 8.17199,9.13699 L 8.15877,9.12454 7.09715,8.11846 7.00235,8.02864 C 8.16299,7.32804 9.66857,6.80651 11.27872,6.80651 M 23.99943,11.3334 V 11.33072 L 23.99809,11.33225 17.18899,4.82346 14.89854,7.2091 C 13.95241,6.8429 12.46426,6.54872 11.3333,6.54872 9.68791,6.54872 7.99157,7.11066 6.80699,7.84381 L 3.61331,4.81714 3.61388,4.81389 3.61025,4.81408 3.60814,4.81216 3.60756,4.81446 2.4655,4.93416 0,18.43457 1.14762,18.55408 1.14819,18.55006 6.35078,16.27455 C 6.3592,16.28183 6.36706,16.28968 6.37549,16.29734 7.61312,17.38923 9.47129,18.08466 11.54934,18.08466 12.99114,18.08466 14.32607,17.7491 15.42255,17.17932 L 17.51401,19.18784 23.99943,12.43371 V 11.33493 L 24,11.33416 Z\"/></svg>\n </figure>\n </td>\n <td>first.svg</td>\n <td><code>_includes/icons/simple-icons/first.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"first\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Fitbit icon</title><path d=\"M13.298 1.825c0 .976-.81 1.785-1.786 1.785-.972 0-1.784-.81-1.784-1.785 0-.973.813-1.785 1.784-1.785.976 0 1.786.813 1.786 1.785zm-1.786 3.243c-1.052 0-1.863.81-1.863 1.866 0 1.053.81 1.865 1.865 1.865 1.053 0 1.865-.811 1.865-1.865s-.825-1.866-1.875-1.866h.008zm0 5.029c-1.052 0-1.945.891-1.945 1.945s.894 1.945 1.947 1.945 1.946-.891 1.946-1.945-.894-1.945-1.946-1.945h-.002zm0 5.107c-1.052 0-1.863.81-1.863 1.864s.81 1.866 1.865 1.866c1.053 0 1.865-.811 1.865-1.866 0-.972-.825-1.864-1.875-1.864h.008zm0 5.191c-.972 0-1.784.809-1.784 1.784 0 .97.813 1.781 1.784 1.781.977 0 1.786-.809 1.786-1.784 0-.973-.81-1.781-1.786-1.781zM16.46 4.823c-1.136 0-2.108.977-2.108 2.111 0 1.134.973 2.107 2.108 2.107 1.135 0 2.106-.975 2.106-2.107 0-1.135-.972-2.109-2.106-2.109v-.002zm0 5.03c-1.216 0-2.19.973-2.19 2.19 0 1.216.975 2.187 2.19 2.187 1.215 0 2.189-.971 2.189-2.189 0-1.216-.974-2.188-2.189-2.188zm0 5.108c-1.136 0-2.108.976-2.108 2.107 0 1.135.973 2.109 2.108 2.109 1.135 0 2.106-.976 2.106-2.109s-.971-2.107-2.106-2.107zm5.106-5.353c-1.296 0-2.43 1.055-2.43 2.434 0 1.297 1.051 2.433 2.43 2.433 1.381 0 2.434-1.065 2.434-2.444-.082-1.382-1.135-2.431-2.434-2.431v.008zM6.486 5.312c-.892 0-1.62.73-1.62 1.623 0 .891.729 1.62 1.62 1.62.893 0 1.619-.729 1.619-1.62 0-.893-.727-1.62-1.619-1.62v-.003zm0 5.027c-.973 0-1.703.729-1.703 1.703 0 .975.721 1.703 1.695 1.703s1.695-.73 1.695-1.703c0-.975-.735-1.703-1.71-1.703h.023zm0 5.107c-.892 0-1.62.731-1.62 1.62 0 .895.729 1.623 1.62 1.623.893 0 1.619-.735 1.619-1.635s-.727-1.62-1.619-1.62v.012zm-5.025-4.863c-.813 0-1.461.646-1.461 1.459 0 .81.648 1.459 1.46 1.459.81 0 1.459-.648 1.459-1.459s-.648-1.459-1.458-1.459z\"/></svg>\n </figure>\n </td>\n <td>fitbit.svg</td>\n <td><code>_includes/icons/simple-icons/fitbit.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"fitbit\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>FITE icon</title><path d=\"M3.52 8.254c-.347 0-.667.08-1.014.213-.427.186-.666.454-.746.8L0 15.748h2.533l.801-3.015h3.28l.4-1.464H3.732l.375-1.362c.027-.133.133-.185.346-.185h3.014l.346-1.467H3.52zm4.826 0l-2 7.492H8.88l2-7.492H8.346zm2.8 0l-.373 1.467h1.84c.16 0 .24.053.24.16v.025l-1.574 5.84h2.534l1.574-5.84c.026-.133.132-.185.345-.185h1.842l.319-1.467h-6.747zm8.534 0c-.347 0-.667.08-1.014.213-.427.186-.666.453-.746.773l-1.467 5.492c0 .027-.027.081-.027.108v.107c0 .267.162.48.455.614.24.106.505.185.799.185H22l.4-1.467h-3.013c-.16 0-.24-.053-.24-.16v-.025l.373-1.387h3.28l.4-1.467h-3.28l.348-1.334c.053-.133.159-.185.345-.185h3.014L24 8.254h-4.32Z\"/></svg>\n\n </figure>\n </td>\n <td>fite.svg</td>\n <td><code>_includes/icons/simple-icons/fite.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"fite\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Fiverr icon</title><path d=\"M13.639,11.928h-0.954c0.06-0.258,0.216-0.492,0.534-0.492C13.465,11.436,13.639,11.664,13.639,11.928z M24.001,12 c0,6.627-5.373,12-12,12s-12-5.373-12-12s5.373-12,12-12S24.001,5.373,24.001,12z M6.217,9.78c0,0.298,0.242,0.54,0.54,0.54 c0.298,0,0.54-0.242,0.54-0.54s-0.242-0.54-0.54-0.54C6.459,9.24,6.217,9.482,6.217,9.78z M7.735,13.2h-0.42v-2.526H4.849v-0.162 c0-0.318,0.318-0.324,0.48-0.324c0.186,0,0.27,0.018,0.27,0.018V9.33c0,0-0.168-0.024-0.396-0.024c-0.516,0-1.47,0.144-1.47,1.236 v0.138h-0.45v0.81h0.45v1.71h-0.42v0.81h2.028V13.2H4.849v-1.71h1.35v1.71h-0.42v0.81h1.956V13.2z M11.149,11.484h0.372v-0.81 h-1.77v0.81h0.3l-0.384,1.2c-0.072,0.198-0.09,0.438-0.09,0.438H9.553c0,0-0.018-0.24-0.09-0.438l-0.384-1.2h0.3v-0.81h-1.77v0.81 h0.372l0.924,2.52h1.32L11.149,11.484z M14.797,12.204c0-0.924-0.558-1.608-1.548-1.608c-1.074,0-1.734,0.762-1.734,1.74 c0,0.888,0.642,1.746,1.83,1.746c0.9,0,1.434-0.468,1.434-0.468l-0.408-0.774c0,0-0.444,0.318-0.936,0.318 c-0.354,0-0.69-0.186-0.774-0.612h2.112C14.767,12.54,14.797,12.312,14.797,12.204L14.797,12.204z M17.773,10.632 c0,0-0.066-0.012-0.132-0.012c-0.51-0.006-0.93,0.366-1.068,0.822v0h-0.012c0,0,0.012-0.066,0.012-0.168V11.1 c0-0.306-0.168-0.426-0.474-0.426h-1.05v0.81h0.312c0.09,0,0.144,0.054,0.144,0.144V13.2h-0.45v0.81h2.022V13.2h-0.45v-0.486 c0-0.606,0.3-1.002,0.918-1.002c0.138,0,0.228,0.018,0.228,0.018V10.632z M20.731,11.73v-1.098c0,0-0.066-0.012-0.132-0.012 c-0.504-0.006-0.924,0.366-1.068,0.822v0h-0.012c0,0,0.012-0.066,0.012-0.168V11.1c0-0.306-0.168-0.426-0.474-0.426h-1.05v0.81 h0.312c0.09,0,0.144,0.054,0.144,0.144V13.2h-0.45v0.81h2.022V13.2h-0.45v-0.486c0-0.606,0.3-1.002,0.918-1.002 C20.641,11.712,20.731,11.73,20.731,11.73z\"/></svg>\n </figure>\n </td>\n <td>fiverr.svg</td>\n <td><code>_includes/icons/simple-icons/fiverr.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"fiverr\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Flask icon</title><path d=\"M7.172 20.655c-.914-.72-1.89-1.41-2.556-2.38-1.402-1.712-2.482-3.694-3.22-5.777C.95 11.143.796 9.69.222 8.388-.38 7.444.325 6.41 1.36 6.109c.46-.088 1.272-.523.293-.212-.878.644-.963-.585-.063-.662.615-.082.84-.585.63-1.037-.659-.43 1.6-.903.463-1.544C1.501 1.376 4.34 1.13 3.64 2.58c-.167 1.115 1.984-.204 1.485 1.083.507.619 1.9.141 1.865 1.009.74.05.993.672 1.687.72.72.325 2.023.58 2.267 1.391-.713.565-2.365-1.166-2.444.397.215 2.31.16 4.689 1.005 6.888.4 1.332 1.369 2.38 2.244 3.418.837 1.016 1.971 1.73 3.127 2.333 1.014.478 2.107.795 3.213.994.448-.343 1.24-1.617 1.938-1.08.033.604-1.388 1.263-.067 1.196.776-.234 1.314.6 1.953-.152.588.697 2.446-.446 2.027.98-.566.364-1.392.144-1.959.646-.935-.467-1.68.418-2.715.306-1.15.206-2.319.29-3.484.291-1.912-.151-3.865-.215-5.684-.88-1.025-.298-2.024-.882-2.925-1.465zm1.615.7c1 .432 1.979.888 3.075 1.026 1.74.241 3.537.614 5.283.274-.79-.357-1.608.14-2.395-.255-.944.203-1.957-.052-2.917-.177-1.092-.486-2.27-.82-3.292-1.452-1.277-.466.66.598 1.006.685.798.453-.878-.233-1.115-.421-.668-.375-.754-.297-.066.084.139.081.276.166.42.235zm-1.904-1.346c.97.359-.004-.682-.449-.622-.197-.341-.752-.557-.36-.74-.705.244-.738-.93-1.07-.763-.745-.235-.29-1.069-1.177-1.58-.081-.54-.882-1.008-1.138-1.822-.113-.416-.905-1.613-.418-.5.414 1.072 1.143 1.99 1.75 2.907.47.873 1.027 1.786 1.885 2.33.29.278.568.703.977.79zM4.09 16.942c.033-.146.177.317 0 0zm3.954 3.497c.215-.096-.309-.12 0 0zm.526.192c-.054-.265-.24.148 0 0zm.66.275c.313-.299-.484-.188 0 0zm1.128.63c.191-.282-.61-.107 0 0zM8.19 20.023c.487-.315-.63-.004 0 0zm.494.246c-.014-.166-.176.075 0 0zm2.47 1.542c.398.25 2.32.55 1.116.103-.201.042-2.231-.574-1.116-.103zm-3.921-3.054c-.039-.167-.616-.185 0 0zm1.15.67c.3-.209-.621-.16 0 0zm.967.593c.43-.162-.697-.163 0 0zm-2.585-1.773c.466.358 1.88.046.714-.213-.53-.283-1.727-.476-.912.17l.198.043zm3.24 1.978c.194-.33-.814-.189 0 0zm-.984-.783c1.14.323-.958-.72-.281-.118l.15.068.13.05zm1.974 1.141c1.079.01-.975-.148 0 0zm-4.645-2.96c-.042-.201-.266.017 0 0zm6.47 3.984c.029-.363-.352.27 0 0zm-4.629-2.856c-.065-.191-.337-.008 0 0zm-1.739-1.254c.62-.037-.848-.273 0 0zm-2.06-1.332c-.077-.297-.674-.534 0 0zM9.8 19.6c-.114-.13-.054.028 0 0zm3.366 2.065c-.01-.197-.183.075 0 0zm-3.664-2.373c.06-.255-.529-.077 0 0zM6.995 17.7c.46-.049-.739-.311 0 0zm4.242 2.637c.718-.285-.7-.14 0 0zM9.03 18.84c.828.106-.985-.563-.181-.06zm2.877 1.768c.773-.462.518 1.082 1.311.13.782-.57-.675.707.289.103.697-.467 1.727.22 2.377.445.468-.023.923.405 1.403.145.923-.25-1.806-.37-1.09-.81-.845.245-1.47-.294-1.885-.835-.948-.219-2.044-.703-2.517-1.542-.192-.315.279.044-.166-.47-.571-.508-.856-1.085-1.24-1.702-.457-.244-.51-.963-.557-.024.004-.593-.553-.992-.689-.826-.002-.571.596-.285.177-.707-.09-.592-.387-1.209-.476-1.877-.138-.322-.02-1.011-.473-.282-.165.77-.055-.947.202-.38.337-.579-.12-.51-.14-.43.22-.488.14-1.18-.057-.916.117-.517.185-1.902-.175-1.656.218-.54.414-2.473-.534-1.736-.384.005-1.048.14-1.363.296.986.543-.099.196-.5.11-.052.502-.45.285-.946.29.793.098-.386.81-.841.534-.59.282.51.987.012 1.205.061.328-.905-.119-.83.64-.573-.241-.078.9.209.514.975.264.686.866.711 1.437-.159.333-.785-.783-.14-.731-.508-.827-.562-.299-.985.085-.099.028 1.079.547.34.803.65.1.668.67.8 1.03.391.407.311-.45.779.04-.296-.436-1.567-1.228-.544-.974-.005-.439-.185-.793.129-.784.31-.562-.325 1.387.375.672.193-.085.241-.563.59.045.505.498.182.858-.531.403.127.433.954.587.799 1.265.165.595.395.376.596.342.158.578.247.153.255-.123.721.155.552.581.778.88.497.224-.712-1.522.142-.526.898.811.337 1.15-.47 1.02.51-.041.675.69 1.313.664.582.277.976 1.34-.027.897-.348-.313-1.579-.7-.573-.104.929.43 1.666.688 2.562 1.227.64.458.918.982 1.16 1.086-.538.257-1.623-.206-.817-.348-.503-.091-1.068-.345-.587.28.41.343 1.45.306 1.637.345-.159.348-.43.376.006.403-.486.26.156.3.201.448zm-.994-2.808c-.296-.31-.373-.89-.053-.385.164.066.525.947.053.385zm3.238 2.057c.185-.011.006.14 0 0zm-3.706-2.816c-.011-.468.107.361 0 0zm-.322-.433c-.372-.719.47.204 0 0zm-3.9-2.692c.218-.059.107.374 0 0zm3.104 1.682c.134-.504.158.424 0 0zm-2.193-1.525c-.155-.278.323.261 0 0zm1.882.604c-.352-.79.25-.432.078.13zM5.77 12.512c-.158-.26-.418-1.02-.334-1.252.076.378.804 1.627.357.518-.494-.93.59.302.702.534.051.23-.305-.063-.064.478-.44-.617-.26.34-.661-.278zm-1.003-.691c.041-.603.23.413 0 0zm.451.155c.215-.455.365.634 0 0zm-1.085-.84c-.374-.37-.644-.713.017-.23.255.01-.566-.778.061-.25.66.12.326 1.082-.078.48zm.57-.015c.217-.215.115.212 0 0zm.35.113c-.328-.617.4.258 0 0zm-.697-.667c-1.086-.966 1.365.506.177.18l-.177-.18zm3.111 1.808c-.47-.282-.124-1.984.036-.82.457-.148-.025.601.315.594-.053.473-.206.643-.35.226zm1.15.68c.047-.513.098.35 0 0zm-.2-.198c.053-.219.006.258 0 0zM4.57 10.25c-.697-.963 2.027.973.447.244-.165-.043-.364-.059-.447-.244zm2.216 1.175c-.066-.81.147.134 0 0zm1.682 1.079c.13-.462.01.305 0 0zM4.676 9.882c.415-.088 1.718.729.521.234-.133-.148-.417-.08-.521-.234zm3.56 1.775c.044-.829.248-.495.002.118l-.002-.118zM4.985 9.594c.169-.248-.449-1.12.089-.313.232.185.672.31.283.387.611.539-.149.146-.372-.074zm3.075 1.804c.117-.944.103.553 0 0zM4.632 8.722c.129-.055.068.172 0 0zm.802.478c.206-.434.38.483 0 0zm2.263 1.259c-.002-.167.043.242 0 0zm-.131-.29c-.314-.776.292.41 0 0zm-.193-.509c-.053-.32.18.403 0 0zm.314-.51c-.216-.38.272-1.674.326-.871-.227.625-.065.975.093.136.293-.66-.063 1.303-.42.735zm.322-1.924c.094-.115.021.139 0 0zm-.538 10.613c-.128-.111.016.071 0 0zm1.11.561c.616.159.613-.096.055-.171-.3-.28-1.246-.575-.399-.035.056.142.234.139.343.206zm-2.192-1.455c.34.253 1.28.719.484.096.269-.312-.514-.478-.254-.686-.66-.404-.52-.368-.058-.356-.794-.354.114-.328.071-.51-.306-.06-1.52-.539-.805.04-.726-.37-.173.138-.392.084-.743-.202.66.565-.118.375.425.337 1.146.864.18.357-.128.183.691.46.892.6zm1.16.667c1.411.454-.691-.556 0 0zm5.94 3.598c.02-.28-.192.24 0 0zm.612.257c.325-.315.013.503.539-.077.006-.415-.016-.66-.605-.156-.162.09-.234.473.066.233zM4.408 15.38c-.1-.393-.7-.39 0 0zm.652.428c-.242-.402-.864-.364 0 0zm3.71 2.237c.362.321 1.663.236.44.04-.182-.269-1.151-.204-.44-.04zm5.098 3.149c.558-.468-.54.208 0 0zm1.16.796c.003-.15-.24.066 0 0zm.001-.21c.617-.654-.598.039 0 0zM2.805 14.038c-.526-.75-.327-1.088-.835-1.7-.096-.47-.87-1.533-.4-.406.43.659.558 1.679 1.235 2.106zm12.03 7.534c1.136-.734-.465-.32 0 0zm.867.34c.57-.488-.36-.102 0 0zM4.215 14.55c.163-.242-.42-.031 0 0zm11.306 7.129c.551-.355-.126-.3-.1.032zM8.05 16.97c-.02-.24-.291.02 0 0zm.461.266c-.146-.297-.225.047 0 0zm7.894 4.684c.705-.51-.428-.098-.148.096zm-.27-.13c.574-.482-.607.213 0 0zm1.38.918c.386-.258-.469-.083 0 0zM4.569 14.376c.517.116 2.066 1.274 1.152.08-.468-.138-.187-1.283-.665-1.08.32.535.264.763-.409.426-.846-.413-.475.204-.31.374-.225.052.298.196.232.2zm-2.356-1.86c.092-.383-.853-2.107-.446-.864.146.26.131.754.446.864zm4.324 2.666c-.266-.223-.013-.032 0 0zm.656.152c0-.405-.725-.164 0 0zm5.682 3.583c-.108-.278-.428-.006 0 0zm.273.199c-.04-.155-.157.03 0 0zm2.253 1.419c.216-.16-.27-.02 0 0zM3.39 12.816c.62-.24-.664-.171 0 0zm8.985 5.661c-.007-.401-.395.1 0 0zm-9.23-6.231c.398-.135-.368-.089 0 0zm1.155.56c-.007-.133-.122.05 0 0zm14.09 8.64c.513-.104 1.679.26 1.867-.136-.621-.015-2.15-.438-2.222.101l.136.022.22.013zM4.668 12.898c.009-.407-.317-.015 0 0zM1.63 10.79c-.138-.775-.525-.118 0 0zm.724.182c.009-.249-.663-.224 0 0zm.414.203c-.12-.097-.094.122 0 0zm2.605 1.67c.122-.112-.29-.083 0 0zm-2.88-2.128c-.07-.585-.84-.088 0 0zm-1.486-.964c-.02-.27-.144.102 0 0zm.221-.167c-.036-.32-.19.04 0 0zm1.22.729c.517-.203-.94-.42-.105-.039zm16.334 10.089c.33-.303-.42-.094 0 0zm1.974 1.023c.132-.392-.334.051 0 0zM2.573 9.676c.055-.379-.409.075 0 0zM.837 8.513c-.093-.535-.08-1.474.812-1.156-1.191.236.824 1.48.57.498.5.024.98-.296.716.19.987-.109 1.671-.964 2.624-.845.742-.098 1.554-.172 2.354-.471.658-.048 1.291-.756.93-1.175-.896-.076-1.835.036-2.827.233-1.098.228-2.096.662-3.205.849-1.08.145.217.4-.092.456-.564.196.672.328-.073.534-.46-.088-.94-.246-.743-.73-1.035.133-1.945.563-1.127 1.616h.061zm2.494-1.27c.243-.894 1.3.735.398.118-.108-.08-.285-.146-.398-.119zm.047-.434c.35-.26.186.146 0 0zm.445.008c.032-.411 1.018.218.163.148zm.608-.245c.222-.26.064.231 0 0zm.156-.104c.37-.444 2.095-.283.832-.043-.338-.255-.598.15-.832.043zm2.251-.347c-.056-1.214 1.118.432 0 0zm.639-.004c.233-.612.906-.245.108-.123.017.065-.024.316-.108.123zM2.322 9.362c.697-.427-.741-.37 0 0zm.515.144c.245-.26-.531-.106 0 0zm-1.52-1.08c.399-.305-.471-.116 0 0zm20.603 12.89c.012-.355-.304.16 0 0zm-2.093-1.429c.06-.409-.27.036 0 0zm2.67 1.567c.557 0 1.688-.173.475-.173-.19.03-1.109.024-.476.173zM3.29 9.254c.451-.03.706-.497-.087-.47-1.23-.127 1.084.42-.158.264-.167.11.236.237.245.207zm.398.202c-.048-.29-.14.154 0 0zm.47-1.257c.197-.243-.27-.065 0 0zm-1.5-2.508c.806-.274 1.907-.581 2.287.135-.387-.466-.156-.924.21-.243.516.689.775-.313.438-.545.383.476.819.701.257.03.61-.734-1.223.097-1.64.088-.2.09-2.071.477-1.551.535zm.472-.903c.46-.347 1.588.206.864-.345-.07-.062-1.586.418-.864.345zm1.674.069c.538.013-.231-.722.409-.389-.105-.344-.746-.408-1.059-.545-.177.314.36.938.65.934zm-1.38-1.52c.186-.252-.326.128 0 0zm.684.164c.866-.115-.22-.373-.174-.01zm-1.277-1c-.61-.796 1.146.134.527-.7-.522-.415-1.023.468-.527.7zm7.825 4.215c.28-.496-1.155-.668-.188-.175.089.03.069.21.188.175z\"/></svg>\n </figure>\n </td>\n <td>flask.svg</td>\n <td><code>_includes/icons/simple-icons/flask.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"flask\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Flattr icon</title><path d=\"M1.906 12C1.906 6.432 6.432 1.906 12 1.906c.048 0 4.003 0 5.455.002L14.53 4.834l1.344 1.344L21.903 0H12C5.373 0 0 5.373 0 12v9.331l1.91-1.759v-.096c-.002-.244-.004-7.404-.004-7.476zM24 2.668l-1.91 1.76v.096L22.093 12c0 5.568-4.528 10.094-10.093 10.094-.048 0-4.003 0-5.455-.002l2.925-2.926-1.344-1.344L2.097 24H12c6.627 0 12-5.373 12-12V2.668z\"/></svg>\n </figure>\n </td>\n <td>flattr.svg</td>\n <td><code>_includes/icons/simple-icons/flattr.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"flattr\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Flickr icon</title><path d=\"M0 12c0 3.074 2.494 5.564 5.565 5.564 3.075 0 5.569-2.49 5.569-5.564S8.641 6.436 5.565 6.436C2.495 6.436 0 8.926 0 12zm12.866 0c0 3.074 2.493 5.564 5.567 5.564C21.496 17.564 24 15.074 24 12s-2.492-5.564-5.564-5.564c-3.075 0-5.57 2.49-5.57 5.564z\"/></svg>\n </figure>\n </td>\n <td>flickr.svg</td>\n <td><code>_includes/icons/simple-icons/flickr.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"flickr\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Flipboard icon</title><path d=\"M0 0v24h24V0H0zm19.2 9.6h-4.8v4.8H9.6v4.8H4.8V4.8h14.4v4.8z\"/></svg>\n </figure>\n </td>\n <td>flipboard.svg</td>\n <td><code>_includes/icons/simple-icons/flipboard.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"flipboard\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Floatplane icon</title><path d=\"M17.948,20.162c-1.81,1.527-4.078,2.366-6.466,2.366c-2.682,0-5.19-1.047-7.088-2.933c-1.897-1.897-2.933-4.416-2.933-7.088 c0-2.399,0.84-4.667,2.366-6.466L2.911,4.874C1.101,6.902,0,9.585,0,12.518C0,18.864,5.136,24,11.482,24 c2.933,0,5.616-1.101,7.644-2.911L17.948,20.162z M8.331,2.988c1.003-0.327,2.061-0.502,3.151-0.502c2.682,0,5.19,1.047,7.088,2.933 c1.897,1.897,2.933,4.416,2.933,7.088c0,1.09-0.174,2.148-0.502,3.151l1.134,1.134c0.534-1.319,0.829-2.77,0.829-4.285 c0-6.346-5.136-11.482-11.482-11.482c-1.516,0-2.966,0.294-4.285,0.829L8.331,2.988z M9.683,6.444L3.446,0l-0.97,1.516 C2.388,1.657,2.399,1.843,2.508,1.974L7.916,8.92L9.683,6.444z M7.655,14.96l-2.508-1.886l-0.458,0.774 c-0.055,0.087-0.044,0.196,0.033,0.273l2.115,2.29L7.655,14.96z M12.158,9.007l-0.578-0.6l0.153-0.611 c0.065-0.273,0.087-0.491,0.065-0.622c-0.087-0.393-0.273-0.687-0.273-0.687l-5.474,5.866c0,0,0.371,0.36,0.905-0.055 c0.24-0.185,1.189-0.96,2.203-1.799l0.927,1.189L12.158,9.007z M17.501,14.263l0.153-0.611c0.055-0.207,0.087-0.382,0.065-0.502 c-0.065-0.393-0.218-0.687-0.218-0.687l-5.866,5.474c0,0,0.36,0.371,0.916,0c0.273-0.185,1.428-0.992,2.584-1.821l6.891,5.365 c0.131,0.109,0.316,0.12,0.458,0.033L24,20.543L17.501,14.263z M9.061,16.389c0.883-0.676,2.115-1.625,3.217-2.475l1.243,0.97 l2.039-2.475l-0.676-0.654l0.218-0.774c0.109-0.393,0.153-0.698,0.12-0.883c-0.109-0.567-0.36-0.981-0.36-0.981l-8.069,8.069 c0,0,0.251,0.207,0.774,0l2.279,2.104c0.076,0.065,0.185,0.076,0.273,0.033l0.774-0.458L9.061,16.389z\"/></svg>\n </figure>\n </td>\n <td>floatplane.svg</td>\n <td><code>_includes/icons/simple-icons/floatplane.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"floatplane\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Flood icon</title><path d=\"M19.683 16.283c-1.233-.066-1.85-1.533-2.15-2.433-.266-.767-.666-2.117-.966-2.933-.35-.95-.45-1.017-.65-1.017-.417 0-.734 1.183-1.05 2.067-.667 1.833-1.167 3.85-2.934 3.85-1.533 0-2.216-1.184-2.7-1.884-.45-.666-.716-.816-1.133-.816-.533 0-.783.466-1.267 1.283-.283.467-.6.95-.966 1.267-.1.083-.934.733-1.717.633-.45-.067-.767-.333-.767-.783 0-.617.684-.734 1.067-.884.333-.116.733-.716.933-1.05.534-.916 1.217-2.116 2.75-2.116 1.35 0 2 .866 2.5 1.55.45.616.717 1.116 1.234 1.133.433.017 1.033-1.617 1.383-2.75.533-1.733 1.233-3.333 2.633-3.333 1.884 0 2.434 2.633 3.017 4.65.083.3.283.933.333 1.016.267.567.484.934.717 1.05.267.15.7.434.567.934-.084.383-.434.583-.834.566zm-15.366-1.6c.016 0 .016 0 0 0 .016 0 .016 0 0 0zM12 0C5.367 0 0 5.367 0 12s5.367 12 12 12 12-5.367 12-12S18.633 0 12 0zm0 22.017A10.015 10.015 0 011.983 12 10.015 10.015 0 0112 1.983 10.015 10.015 0 0122.017 12 10.015 10.015 0 0112 22.017Z\"/></svg>\n\n </figure>\n </td>\n <td>flood.svg</td>\n <td><code>_includes/icons/simple-icons/flood.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"flood\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Fluentd icon</title><path d=\"M1.83 2.195C1.279 2.191.8 2.377.425 2.82-.429 3.823.03 6.135 1.787 8.917l.02.028a10.177 10.177 0 0 0 .197.297c1.733 2.579 4.249 4.677 3.743 7.586a4.28 4.28 0 0 1-.599 1.564C3.615 20.797.003 21.047.003 21.047l.042.001-.045.005s4.355 1.344 8.533.438c.598-.13 1.192-.305 1.769-.537a12.331 12.331 0 0 0 .023-.01c.343-.138.667-.284.975-.437a12.331 12.331 0 0 0 .282-.145c.285-.15.556-.306.814-.467a12.331 12.331 0 0 0 .152-.095c.316-.204.61-.416.888-.635a12.331 12.331 0 0 0 .146-.116c.164-.134.323-.27.476-.407a12.331 12.331 0 0 0 .123-.105l.036-.04c.008-.008.015-.016.024-.023a12.842 12.842 0 0 0 .86-.888c.05-.056.1-.112.148-.169.059-.068.118-.135.175-.203l.1-.123c.127-.154.25-.31.372-.465l.032-.042c.679-.88 1.28-1.779 1.933-2.639l.216-.278c.294-.374.6-.74.932-1.091l.03-.031c.108-.114.22-.226.334-.337l.07-.067a10.997 10.997 0 0 1 .264-.243c.036-.032.072-.065.109-.096a5.003 5.003 0 0 1 .374-.293c.012-.01.025-.018.038-.027a5.003 5.003 0 0 1 .85-.48l-.065.03.022-.01.06-.027a5.623 5.623 0 0 1 1.63-.412h.001a5.623 5.623 0 0 1 .533-.026h.07a5.623 5.623 0 0 1 .115.002l.428-.003a.204.204 0 0 0 .088-.016c.062-.03.047-.102-.012-.186a1.38 1.38 0 0 0-.39-.343 3.688 3.688 0 0 1-.098-.052 3.871 3.871 0 0 1-.036-.022 3.688 3.688 0 0 1-.256-.161 3.871 3.871 0 0 1-.129-.096 3.688 3.688 0 0 1-.193-.15c-.205-.2-.432-.733-.523-.888a2.05 2.05 0 0 0-.24-.33c-.272-.306-.665-.533-1.302-.615-.891-.115-1.727.072-2.565.333l.1-.035c-1.168.354-2.334.87-3.655.94h-.04a5.553 5.553 0 0 1-.668-.01l-.06-.004a5.473 5.473 0 0 1-1.16-.233c-1.312-.412-3.154-1.88-5.047-3.316a113.017 113.017 0 0 0-.651-.49 51.56 51.56 0 0 0-.789-.58l-.222-.155-.236-.166-.086-.06a17.622 17.622 0 0 0-1.612-.997l-.019-.01a10.036 10.036 0 0 0-.367-.186c-.039-.019-.078-.035-.117-.053a7.732 7.732 0 0 0-.548-.23l-.05-.017a5.023 5.023 0 0 0-.316-.101l-.026-.007a3.055 3.055 0 0 0-.816-.125zM20.6 8.641a.504.5 0 0 1 .505.5.504.5 0 0 1-.505.5.504.5 0 0 1-.504-.5.504.5 0 0 1 .504-.5z\"/></svg>\n </figure>\n </td>\n <td>fluentd.svg</td>\n <td><code>_includes/icons/simple-icons/fluentd.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"fluentd\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Flutter icon</title><path d=\"M14.314 0L2.3 12 6 15.7 21.684.012h-7.357L14.314 0zm.014 11.072l-6.471 6.457 6.47 6.47H21.7l-6.46-6.468 6.46-6.46h-7.371z\"/></svg>\n </figure>\n </td>\n <td>flutter.svg</td>\n <td><code>_includes/icons/simple-icons/flutter.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"flutter\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Fnac icon</title><path d=\"M1.282 15.742h1.427v-4.177h2.508v4.173h1.428v-2.926c.072-.495.384-1.191 1.502-1.282 0 0 1.628-.292 1.83 1.282v2.93h1.427v-3.535c-.329-2.507-3.589-1.74-3.589-1.74-.768.221-1.061.551-1.189.732v-.713H2.689c-.109-1.373 1.19-1.353 1.19-1.353 1.283-.038 1.338.859 1.338.859h1.428c0-1.611-2.051-1.813-2.051-1.813-2.014-.165-2.709.568-2.709.568-.641.587-.623 1.521-.604 1.74H0v1.063h1.281v4.191l.001.001zm14.625-1.412c-.365.477-.786.623-1.299.641-.44.018-1.392.111-1.411-.676-.018-.752 1.154-.715 1.924-.771 0 0 .785 0 .933-.236 0 0 .019-.018.019 0 .017.017.146.62-.166 1.042zm-.018-3.826c-1.574-.292-2.49 0-2.506 0-1.539.385-1.558 1.723-1.558 1.723h1.465s.019-1.045 1.573-.916c0 0 1.136.054 1.19.604 0 0 .366.658-1.19.75-1.573.092-3.441.074-3.239 1.666 0 0-.038 1.52 2.526 1.484 0 0 1.373.035 1.939-.715v.018l.057.586h1.427l-.036-3.148c.109-1.776-1.648-2.052-1.648-2.052zm6.646 3.535c-.221.492-.661.768-1.448.768 0 0-1.775.129-1.829-1.631v-.053c.054-1.739 1.829-1.63 1.829-1.63.809 0 1.228.275 1.448.771h1.445c-.015-.217-.07-.429-.165-.624-.348-.604-1.171-1.299-3.093-1.172-.532.037-.934.092-1.282.239-.641.257-1.685.97-1.666 2.362v.164c-.019 1.391 1.026 2.105 1.666 2.361.347.146.771.201 1.282.238 1.28.072 2.069-.201 2.562-.568.696-.549.716-1.227.716-1.227h-1.465v.002z\"/></svg>\n </figure>\n </td>\n <td>fnac.svg</td>\n <td><code>_includes/icons/simple-icons/fnac.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"fnac\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Font Awesome icon</title><path d=\"M2.571 0A2.572 2.572 0 000 2.571V21.43A2.572 2.572 0 002.571 24H21.43A2.572 2.572 0 0024 21.429V2.57A2.572 2.572 0 0021.429 0zm4.324 4c.993 0 1.793.8 1.793 1.791A1.7 1.7 0 017.984 7.2v.993c.128-.043 1.836-.897 3.584-.897 2.04 0 3.053.865 3.968.865 1.217 0 2.56-.865 2.88-.865.257 0 .48.192.48.416v7.521c0 .224-.191.32-.415.416-.896.384-1.857.736-2.88.736-1.44 0-2.113-.896-3.841-.896-1.248 0-2.56.448-3.616.929-.064.032-.129.032-.193.064v2.432c0 .669-.503 1.088-1.056 1.088a1.08 1.08 0 01-1.088-1.088V7.199a1.789 1.789 0 01-.704-1.408C5.103 4.8 5.903 4 6.895 4Z\"/></svg>\n\n </figure>\n </td>\n <td>fontawesome.svg</td>\n <td><code>_includes/icons/simple-icons/fontawesome.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"fontawesome\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Formstack icon</title><path d=\"M19,4.035h1.4c0.331,0,0.6,0.269,0.6,0.6v14.73c0,0.331-0.269,0.6-0.6,0.6H19V4.035z M22,6.026h1.4 c0.331,0,0.6,0.269,0.6,0.6v10.747c0,0.331-0.269,0.6-0.6,0.6H22V6.026z M0.6,2.044h16.8c0.331,0,0.6,0.269,0.6,0.6v18.712 c0,0.331-0.269,0.6-0.6,0.6H0.6c-0.331,0-0.6-0.269-0.6-0.6V2.644C0,2.313,0.269,2.044,0.6,2.044z M4.2,5.23 c-0.11,0-0.2,0.09-0.2,0.2v7.35c0,0.045,0.015,0.089,0.044,0.125c0.069,0.086,0.195,0.101,0.281,0.032l9.228-7.35 c0.048-0.038,0.075-0.096,0.075-0.156c0-0.11-0.09-0.2-0.2-0.2L4.2,5.23z M4,17.185c0,0.04,0.012,0.08,0.035,0.113 c0.062,0.091,0.187,0.114,0.278,0.052l7.576-5.184c0.054-0.037,0.087-0.099,0.087-0.165c0-0.11-0.09-0.2-0.2-0.2H6.89 c-0.045,0-0.088,0.015-0.123,0.042l-2.69,2.102C4.028,13.983,4,14.041,4,14.103L4,17.185z M4.086,18.342 C4.032,18.379,4,18.441,4,18.506v0.087c0,0.106,0.086,0.192,0.192,0.192H7c0.11,0,0.2-0.09,0.2-0.2v-2.022 c0-0.041-0.012-0.081-0.036-0.114c-0.063-0.091-0.188-0.113-0.278-0.05L4.086,18.342z\"/></svg>\n </figure>\n </td>\n <td>formstack.svg</td>\n <td><code>_includes/icons/simple-icons/formstack.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"formstack\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Fortinet icon</title><path d=\"M0 9.785h6.788v4.454H0zm8.666-6.33h6.668v4.453H8.666zm0 12.637h6.668v4.454H8.666zm8.522-6.307H24v4.454h-6.812zM2.792 3.455C1.372 3.814.265 5.404 0 7.425v.506h6.788V3.454zM0 16.091v.554c.24 1.926 1.276 3.466 2.624 3.9h4.188v-4.454zm24-8.184v-.506c-.265-1.998-1.372-3.587-2.792-3.972h-4.02v4.454H24zM21.376 20.57c1.324-.458 2.36-1.974 2.624-3.9v-.554h-6.812v4.454Z\"/></svg>\n\n </figure>\n </td>\n <td>fortinet.svg</td>\n <td><code>_includes/icons/simple-icons/fortinet.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"fortinet\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Fossa icon</title><path d=\"M3.744,12.816c0,0-0.033-0.092,0.059-0.164c0.118-0.085,0.269-0.17,0.354-0.072 l0.007,0.007l0,0l0.007,0.007l0,0l0,0c0.066,0.072,0.144,0.098,0.223,0.098c0.17,0,0.347-0.118,0.426-0.17 c0.19-0.131,0.321-0.242,0.347-0.583v-0.013c0-0.007,0-0.105,0.085-0.124c0.033-0.007,0.066,0.013,0.092,0.033 c0.066,0.059,0.144,0.203,0.131,0.413c-0.026,0.308-0.177,0.583-0.446,0.819c-0.02,0.02-0.039,0.033-0.059,0.052 c-0.164,0.131-0.321,0.249-0.465,0.347c-0.203,0.111-0.387-0.059-0.478-0.17c-0.039-0.052-0.072-0.098-0.124-0.177l-0.013-0.026 C3.836,12.999,3.784,12.907,3.744,12.816L3.744,12.816L3.744,12.816L3.744,12.816z M3.089,14.801 c0.02,0.013,0.039,0.026,0.059,0.039c0.026,0.02,0.052,0.033,0.085,0.046c0.072,0.033,0.144,0.02,0.269-0.013 c0.033-0.007,0.066-0.013,0.098-0.02c-0.157-0.144-0.275-0.314-0.36-0.505C3.233,14.5,3.194,14.657,3.089,14.801L3.089,14.801 L3.089,14.801z M4.95,3.197C4.95,3.191,4.943,3.191,4.95,3.197C4.871,3.099,4.806,3.001,4.753,2.903 c0.02,0.177,0.052,0.354,0.085,0.511c0.013,0.059,0.02,0.111,0.033,0.164c0.059-0.066,0.118-0.124,0.17-0.183 C5.009,3.263,4.95,3.197,4.95,3.197L4.95,3.197L4.95,3.197z M2.113,13.327c0.007-0.013,0.007-0.033,0.007-0.059v-0.02 c-0.007-0.072,0-0.144,0.007-0.229c0.007-0.105,0.026-0.203,0.052-0.308l0,0c0-0.007,0-0.013,0.007-0.02 c0.007-0.02,0.013-0.066,0.007-0.079l0,0c-0.079-0.059-0.17-0.111-0.236-0.144c0.013,0.151,0.007,0.314,0,0.406v0.026v0.013v0.007 c-0.007,0.098-0.013,0.21,0.138,0.373C2.093,13.307,2.106,13.314,2.113,13.327L2.113,13.327L2.113,13.327z M16.691,6.532 c0.079,0,0.157-0.007,0.236-0.02c0.124-0.039,0.21-0.059,0.223-0.066c0.688-0.203,1.258-0.642,1.52-1.173 c0.183-0.478,0.164-0.845,0.144-1.107c-0.007-0.059-0.007-0.118-0.007-0.177c-0.007-0.459,0.563-1.258,0.681-1.422 c0.413-0.681,0.55-1.265,0.413-1.684c-0.124-0.373-0.432-0.498-0.439-0.505l0,0h-0.007c-0.118-0.052-0.236-0.098-0.36-0.131 C18.899,0.197,18.69,0.17,18.473,0.17c-0.858,0-1.795,0.439-2.496,1.179c0,0.007-0.007,0.013-0.013,0.02 c-0.256,0.334-0.662,1.016-0.485,1.821c0.124,0.55,0.426,0.983,0.924,1.33c0.066,0.046,0.098,0.118,0.085,0.197 s-0.059,0.138-0.131,0.164c-0.007,0-0.629,0.236-0.76,0.636c-0.052,0.157-0.02,0.328,0.105,0.518 C15.722,6.041,16.082,6.532,16.691,6.532L16.691,6.532L16.691,6.532L16.691,6.532z M3.03,11.283c0.092,0,0.216-0.052,0.419-0.177 c0.282-0.17,0.563-0.282,0.845-0.328h0.013c0.092-0.02,0.157-0.098,0.157-0.197v-0.007v-0.013 c-0.007-0.072-0.052-0.138-0.124-0.164c-0.007,0-0.013-0.007-0.02-0.007c-0.072-0.026-0.151-0.039-0.236-0.039H4.079 c-0.111,0-0.177,0.02-0.249,0.046c-0.059,0.02-0.111,0.033-0.177,0.033H3.613c-0.059-0.007-0.118-0.026-0.157-0.046 c-0.046-0.02-0.085-0.033-0.131-0.033c-0.02,0-0.033,0-0.052,0.007c-0.124,0.026-0.256,0.138-0.301,0.183 c0,0-0.007,0.007-0.013,0.007H2.952c-0.079,0.066-0.164,0.138-0.249,0.203l-0.039,0.039c0,0-0.007,0.007-0.007,0.013l-0.013,0.02 c-0.013,0.026-0.02,0.059-0.02,0.085c0,0.052,0.02,0.105,0.059,0.144c0.007,0.007,0.013,0.013,0.02,0.02l0,0 c0.007,0.007,0.013,0.013,0.02,0.02C2.867,11.224,2.932,11.283,3.03,11.283L3.03,11.283L3.03,11.283L3.03,11.283z M12.675,23.174 c0.007,0,0.013-0.007,0.02-0.007c0.983-0.393,1.946-0.891,2.863-1.487l0.039-0.026c0.052-0.039,0.092-0.098,0.092-0.164l0,0v-0.007 v-0.013c0-0.013,0-0.02-0.007-0.033c0-0.007-0.007-0.013-0.007-0.02l-0.007-0.013c-0.21-0.583-0.505-1.854-0.131-3.774 c0.098-0.491,0.151-0.963,0.157-1.402v-0.007v-0.02v-0.007v-0.013C15.682,16.079,15.597,16,15.499,16 c-0.066,0-0.124,0.033-0.157,0.079l-0.007,0.013v0.007l-0.013,0.013c-0.105,0.197-0.236,0.4-0.387,0.616 c-1.566,2.247-2.745,4.134-2.523,6.283c0.013,0.105,0.098,0.177,0.197,0.177C12.629,23.188,12.655,23.181,12.675,23.174 L12.675,23.174L12.675,23.174z M9.753,23.987l0.033-0.007c0.367-0.052,1.114-0.19,2.07-0.505l0,0l0.013-0.007h0.007 c0.007,0,0.013-0.007,0.02-0.007l0,0c0.072-0.033,0.118-0.105,0.118-0.183l0,0v-0.013l-0.007-0.026 c-0.321-2.359,0.924-4.364,2.575-6.735c1.055-1.514,0.773-2.247,0.465-2.667c-0.301-0.36-0.688-0.537-1.16-0.537 c-0.216,0-0.452,0.039-0.701,0.118c-0.216,0.072-0.439,0.138-0.668,0.197c-0.229,0.052-0.472,0.098-0.721,0.138 c-0.164,0.026-0.328,0.046-0.485,0.066c-0.812,0.105-1.586,0.203-2.49,0.675l-0.013,0.013H8.796 c-0.072,0.033-0.138,0.072-0.21,0.105l0,0H8.58c-0.007,0.007-0.02,0.007-0.026,0.013H8.547c-0.02,0.013-0.033,0.026-0.046,0.046 c0,0-0.007,0.007-0.007,0.013v0.007l-0.013,0.013c-0.013,0.026-0.02,0.059-0.02,0.085c0,0.059,0.026,0.118,0.072,0.157H8.58v0.033 c0.609,0.38,1.048,1.317,1.114,2.385c0.085,1.369-0.039,2.634-0.151,3.741v0.013c-0.118,1.153-0.21,2.057-0.033,2.706v0.007v0.007 c0,0.013,0.007,0.033,0.013,0.046C9.556,23.954,9.628,24,9.707,24C9.74,23.987,9.746,23.987,9.753,23.987L9.753,23.987 L9.753,23.987z M4.223,4.226c0.007-0.007,0.007-0.007,0.013-0.013l0,0V4.206C4.328,4.095,4.413,3.99,4.498,3.898 c0.007-0.007,0.007-0.007,0.013-0.013c0.026-0.033,0.046-0.079,0.046-0.124V3.754V3.741v-0.02C4.544,3.643,4.531,3.558,4.511,3.486 c-0.085-0.426-0.183-0.95,0-1.382c0-0.229,0.039-0.465,0.066-0.675V1.415c0.02-0.124,0.039-0.249,0.052-0.373 c0.039-0.393-0.033-0.721-0.197-0.898C4.341,0.046,4.229,0,4.092,0h-0.02C4.007,0,3.915,0,3.817,0.092 C3.751,0.17,3.699,0.321,3.659,0.511C3.607,0.786,3.607,1.094,3.62,1.271c0.066,0.662,0.052,0.747,0,0.891 C3.594,2.228,3.561,2.319,3.548,2.693C3.535,2.975,3.653,3.368,3.771,3.741v0.007C3.81,3.872,3.849,4.003,3.882,4.134l0,0 c0,0.007,0.007,0.02,0.007,0.026v0.007c0.033,0.079,0.105,0.131,0.19,0.131C4.131,4.292,4.183,4.265,4.223,4.226L4.223,4.226 L4.223,4.226z M4.465,6.565c0-0.007,0.007-0.02,0.007-0.026l0,0V6.532C4.505,6.296,4.531,5.982,4.55,5.51 c0.007-0.138,0.026-0.288,0.052-0.439l0,0l0.02-0.085c0-0.013,0.007-0.026,0.007-0.039V4.94V4.927 C4.616,4.822,4.531,4.744,4.432,4.744c-0.059,0-0.118,0.026-0.151,0.072c0,0-0.007,0.007-0.007,0.013v0.007 C4.203,4.927,4.157,4.986,4.144,4.999L4.138,5.006C4.072,5.078,4.013,5.17,3.961,5.274c-0.124,0.242-0.183,0.485-0.19,0.505v0.007 C3.744,5.89,3.718,6.002,3.692,6.12c0,0.072,0.02,0.138,0.059,0.203C3.823,6.454,3.961,6.572,4.17,6.69l0.007,0.007 c0.007,0.007,0.013,0.007,0.02,0.013c0.026,0.013,0.052,0.02,0.085,0.02C4.36,6.716,4.446,6.657,4.465,6.565L4.465,6.565 L4.465,6.565z M5.428,2.922L5.428,2.922l0.013-0.013C5.625,2.752,5.828,2.614,6.057,2.49h0.007 c0.066-0.033,0.098-0.105,0.098-0.177V2.306V2.293c-0.007-0.039-0.02-0.079-0.046-0.111C5.9,1.926,5.73,1.579,5.586,1.271 L5.572,1.245C5.527,1.153,5.481,1.061,5.441,0.976l0,0l0,0l-0.02-0.039C5.389,0.871,5.317,0.826,5.245,0.826 c-0.066,0-0.124,0.033-0.157,0.079c0,0-0.007,0.007-0.007,0.013v0.007L5.068,0.937c-0.013,0.026-0.02,0.046-0.02,0.072L5.042,1.075 C5.029,1.212,5.009,1.343,4.989,1.468C4.957,1.697,4.924,1.913,4.924,2.123C4.93,2.405,4.996,2.634,5.14,2.85v0.007 c0,0.007,0.007,0.007,0.013,0.013c0.039,0.052,0.098,0.079,0.164,0.079C5.35,2.968,5.396,2.948,5.428,2.922L5.428,2.922 L5.428,2.922z M5.487,10.49L5.487,10.49c0.249-0.675,0.727-1.343,1.114-1.887C6.758,8.38,6.916,8.17,7.02,7.993 c0.839-1.363,1.297-2.64,1.304-2.654c0-0.007,0.007-0.013,0.007-0.02c0.387-0.865,0.865-1.468,1.461-1.848 c0.524-0.334,1.133-0.511,1.972-0.57h0.013c0.301-0.02,0.544-0.098,0.721-0.242V2.654h0.007l0.013-0.013h0.007 c0.013-0.013,0.033-0.026,0.039-0.039c0.026-0.033,0.046-0.079,0.046-0.124V2.47V2.457c-0.007-0.092-0.085-0.17-0.177-0.177 l-0.059-0.007c-0.242-0.026-0.505-0.039-0.786-0.039c-0.577,0-1.225,0.059-1.867,0.17C9.517,2.437,9.301,2.457,9.052,2.457 c-0.197,0-0.387-0.013-0.577-0.02c-0.183-0.007-0.373-0.02-0.557-0.02c-0.079,0-0.144,0-0.21,0.007 C7.512,2.431,7.315,2.464,7.112,2.516l0,0L7.06,2.529H7.053C6.306,2.745,5.658,3.407,5.265,4.331c0,0,0,0.007-0.007,0.007 c-0.17,0.4-0.269,0.819-0.288,1.179c-0.046,0.917-0.098,1.317-0.242,1.69V7.22L4.714,7.233C4.649,7.397,4.57,7.554,4.472,7.758 l-0.02,0.046C4.314,8.072,4.131,8.387,3.948,8.695L3.895,8.78C3.869,8.819,3.849,8.858,3.823,8.898 C3.666,9.166,3.509,9.441,3.41,9.651v0.013L3.397,9.677c0,0.007-0.007,0.013-0.007,0.013l0,0C3.384,9.71,3.378,9.736,3.378,9.756 c0,0.085,0.052,0.157,0.124,0.183c0.007,0,0.013,0.007,0.02,0.007l0.013,0.007c0.026,0.013,0.052,0.02,0.079,0.033 c0.013,0.007,0.033,0.013,0.039,0.013c0.013,0,0.033-0.007,0.046-0.013h0.007c0.079-0.026,0.197-0.059,0.38-0.059h0.007 c0.216,0,0.413,0.059,0.583,0.164c0.131,0.085,0.308,0.249,0.478,0.446c0.039,0.046,0.092,0.072,0.157,0.072 C5.382,10.621,5.455,10.568,5.487,10.49L5.487,10.49L5.487,10.49z M6.057,12.593L6.057,12.593c0.013,0,0.02-0.007,0.026-0.007H6.09 c0.432-0.105,0.786-0.229,1.009-0.753c0.242-0.563,0.406-1.245,0.563-1.907l0.052-0.21c0.262-1.081,0.524-2.025,1.088-2.673 l0.007-0.007c0.02-0.026,0.046-0.052,0.066-0.072l0,0c0.007-0.007,0.007-0.007,0.013-0.013c0.007-0.007,0.007-0.007,0.013-0.013 C9.156,6.696,9.53,6.565,9.956,6.565c0.21,0,0.426,0.033,0.649,0.092l0,0h0.007c0.039,0.013,0.079,0.02,0.118,0.033 c0.203,0.059,0.439,0.131,0.688,0.131l0,0c0.223,0,0.426-0.052,0.629-0.17l0,0h0.007c0.013-0.007,1.533-0.839,2.346-3.355V3.289 c0.007-0.013,0.007-0.033,0.013-0.046l0,0l0.013-0.033V3.204l0.007-0.013c0.007-0.02,0.013-0.033,0.02-0.052l0.013-0.033 c0.007-0.02,0.007-0.033,0.007-0.052V3.047V3.034c-0.013-0.105-0.098-0.177-0.197-0.177c-0.039,0-0.072,0.013-0.105,0.033 l-0.013,0.007c-0.544,0.36-1.094,0.393-1.704,0.4c-0.229,0-0.432,0.007-0.622,0.02h-0.013c-1.304,0.092-2.333,0.491-3.086,2.169 C8.698,5.569,8.233,6.847,7.394,8.21c-0.111,0.183-0.269,0.4-0.426,0.622L6.935,8.845c-0.59,0.819-1.389,1.946-1.173,2.804v0.013 c0.059,0.21,0.079,0.413,0.066,0.603l0,0v0.007v0.007c0,0.033-0.007,0.059-0.013,0.092l0,0v0.007v0.02 c0,0.111,0.092,0.203,0.203,0.203C6.031,12.593,6.044,12.593,6.057,12.593L6.057,12.593L6.057,12.593z M15.066,7.338L15.066,7.338 l0.013-0.007h0.007h0.007c0.183-0.118,0.387-0.229,0.616-0.341l0,0c0.007,0,0.013-0.007,0.026-0.013 c0.066-0.033,0.098-0.105,0.098-0.177V6.794V6.781c-0.007-0.052-0.033-0.105-0.079-0.138l0,0c-0.229-0.164-0.36-0.341-0.387-0.38 c-0.197-0.301-0.249-0.596-0.157-0.878c0.072-0.216,0.229-0.419,0.472-0.596h0.007c0.007,0,0.007-0.007,0.013-0.007l0,0 c0.046-0.039,0.072-0.092,0.072-0.151V4.626V4.613c-0.007-0.052-0.026-0.092-0.066-0.131l-0.052-0.046l0.007-0.007 c-0.229-0.249-0.393-0.518-0.498-0.812l0,0l-0.02-0.079c-0.026-0.085-0.105-0.144-0.19-0.144c-0.066,0-0.124,0.033-0.157,0.079 c-0.007,0.007-0.013,0.02-0.02,0.033c-0.007,0.007-0.007,0.02-0.013,0.026c0,0.007,0,0.007-0.007,0.013v0.007v0.007 c-0.17,0.668-0.105,1.409-0.046,2.195v0.007c0.039,0.459,0.079,0.937,0.066,1.402v0.007v0.013v0.007 c0,0.111,0.092,0.197,0.203,0.197C15.001,7.364,15.04,7.351,15.066,7.338L15.066,7.338L15.066,7.338z M5.075,16.164 c0.727,0,1.101-0.308,1.664-0.767l0.026-0.02c0.079-0.066,0.157-0.131,0.242-0.197h0.007c0.033-0.026,0.059-0.046,0.092-0.072 l0.007-0.007h0.007c0.341-0.269,0.832-0.622,1.546-0.976c0.439-0.229,0.871-0.393,1.363-0.511c0.426-0.105,0.826-0.157,1.258-0.21 l0.026-0.007c0.151-0.02,0.308-0.039,0.465-0.066c0.465-0.066,0.911-0.17,1.317-0.314c1.638-0.57,2.68-1.723,2.929-3.25 C16.219,8.557,16.534,8,17.012,7.437c0.039-0.046,0.085-0.098,0.144-0.164c0.033-0.039,0.052-0.085,0.052-0.138V7.129V7.115 c-0.013-0.105-0.098-0.183-0.197-0.183c-0.026,0-0.046,0.007-0.072,0.013l-0.092,0.033V6.971c-0.649,0.216-1.972,0.74-2.28,1.474 c-0.007,0.026-0.02,0.046-0.026,0.072c-0.138,0.347-0.328,0.655-0.583,0.93c-0.812,0.878-1.612,1.088-2.391,1.291 c-0.747,0.197-1.448,0.38-2.143,1.179l-0.007,0.007c-0.007,0.007-0.426,0.446-1.147,1.704c-0.406,0.714-1.094,1.271-1.946,1.566 c-0.4,0.144-0.826,0.216-1.232,0.216c-0.36,0-0.708-0.059-0.989-0.177l0,0H4.098H4.085L4.072,15.22 c-0.079-0.033-0.157-0.052-0.236-0.052c-0.085,0-0.164,0.02-0.236,0.033c-0.072,0.02-0.157,0.039-0.242,0.039H3.332H3.325h-0.02 H3.292c-0.059,0.007-0.111,0.033-0.144,0.079c0,0-0.007,0.007-0.007,0.013v0.007l-0.013,0.013c-0.013,0.026-0.02,0.059-0.02,0.085 c0,0.059,0.026,0.118,0.072,0.157L3.188,15.6c0.046,0.039,0.098,0.072,0.151,0.105C3.797,16,4.38,16.144,5.055,16.151h0.02V16.164 L5.075,16.164z M13.559,2.516c-0.111-0.052-0.236-0.105-0.373-0.144c-0.02-0.007-0.039-0.013-0.066-0.02 c-0.013,0.046-0.059,0.144-0.059,0.144c-0.013,0.033-0.026,0.072-0.026,0.111c0,0.151,0.118,0.269,0.269,0.269 c0.02,0,0.033,0,0.052-0.007c0.013,0,0.02-0.007,0.033-0.007c0.151-0.039,0.295-0.098,0.439-0.177 C13.749,2.627,13.664,2.568,13.559,2.516L13.559,2.516L13.559,2.516z M16.285,21.183L16.285,21.183 c0.007-0.007,0.013-0.013,0.02-0.013l0.013-0.007c0.334-0.242,0.668-0.505,0.983-0.773c1.324-1.12,2.464-2.418,3.394-3.859v-0.007 c0.007-0.007,0.013-0.02,0.02-0.026c0.013-0.026,0.026-0.059,0.026-0.092V16.4v-0.013c-0.007-0.066-0.046-0.124-0.105-0.157h-0.007 l0,0c-0.197-0.098-0.387-0.229-0.557-0.4c-0.701-0.688-1.14-1.894-1.297-3.577l-0.013-0.111c-0.052-0.59-0.164-1.815-0.747-2.732 l0,0c-0.256-0.373-0.505-0.767-0.727-1.173l-0.007-0.013c-0.039-0.059-0.098-0.092-0.17-0.092c-0.066,0-0.124,0.033-0.157,0.079 l0,0c0,0.007-0.007,0.007-0.007,0.013l-0.013,0.02c-0.236,0.413-0.393,0.904-0.511,1.592c-0.19,1.166-0.806,2.149-1.769,2.844 c-0.007,0-0.007,0.007-0.013,0.007l-0.007,0.007c-0.013,0.013-0.026,0.02-0.039,0.039c0,0-0.007,0.007-0.007,0.013v0.007 l-0.013,0.013c-0.013,0.026-0.02,0.059-0.02,0.085c0,0.079,0.046,0.151,0.124,0.183l0.039,0.02 c0.256,0.118,0.485,0.288,0.675,0.518c0.708,0.839,0.911,2.352,0.557,4.147c-0.256,1.297-0.177,2.274-0.066,2.863 c0.033,0.17,0.072,0.334,0.118,0.485c0,0.007,0,0.007,0.007,0.013c0.026,0.085,0.105,0.138,0.19,0.138 C16.219,21.209,16.252,21.202,16.285,21.183L16.285,21.183L16.285,21.183z M21.127,15.817l0.007-0.013l0.007-0.013 c0.609-1.068,0.95-1.946,1.101-2.378c0-0.007,0.007-0.013,0.007-0.013c0.007-0.02,0.007-0.039,0.007-0.059v-0.007V13.32 c-0.007-0.066-0.046-0.124-0.105-0.157c-0.963-0.459-1.88-1.14-2.726-2.011c0,0-0.02-0.02-0.026-0.026 c-0.033-0.033-0.085-0.046-0.131-0.046c-0.066,0-0.124,0.033-0.157,0.079c0,0-0.007,0.007-0.007,0.013v0.007l-0.013,0.013 c-0.013,0.026-0.02,0.059-0.02,0.085v0.02v0.007l0.007,0.02c0.046,0.308,0.072,0.583,0.092,0.78l0.013,0.111 c0.098,1.081,0.38,2.529,1.153,3.302c0.157,0.157,0.328,0.282,0.498,0.36l0.059,0.026c0.026,0.013,0.052,0.013,0.079,0.013 C21.029,15.902,21.088,15.869,21.127,15.817L21.127,15.817L21.127,15.817z M2.965,14.264L2.965,14.264v-0.007v-0.007v-0.013l0,0 c-0.013-0.105-0.085-0.197-0.19-0.229c-0.007,0-0.013,0-0.02-0.007c-0.072-0.02-0.151-0.046-0.236-0.085H2.513 c-0.098-0.046-0.203-0.105-0.308-0.17c-0.046-0.026-0.098-0.066-0.157-0.111l-0.007-0.007c-0.033-0.02-0.072-0.039-0.111-0.039 c-0.059,0-0.118,0.033-0.151,0.079l0,0c-0.007,0.007-0.007,0.013-0.013,0.02l0,0c-0.013,0.026-0.02,0.059-0.02,0.092 c0,0.02,0,0.033,0.007,0.046c0,0.007,0,0.007,0.007,0.013c0.007,0.02,0.013,0.046,0.02,0.066c0.098,0.275,0.256,0.511,0.446,0.668 l0,0c0.151,0.124,0.308,0.19,0.439,0.183c0.013,0,0.026-0.007,0.039-0.007c0.059-0.013,0.111-0.039,0.151-0.092 C2.952,14.539,2.971,14.395,2.965,14.264L2.965,14.264L2.965,14.264z M5.088,11.387v-0.013c-0.007-0.079-0.059-0.144-0.138-0.17 H4.943c-0.098-0.026-0.21-0.039-0.334-0.039c-0.039,0-0.085,0-0.124,0.007c-0.262,0.02-0.537,0.118-0.819,0.288 c-0.262,0.164-0.472,0.236-0.649,0.236c-0.236,0-0.393-0.138-0.577-0.314c-0.079-0.079-0.164-0.118-0.262-0.118 c-0.066,0-0.131,0.02-0.203,0.052c-0.013,0.007-0.052,0.039-0.085,0.066c-0.013,0.013-0.02,0.026-0.033,0.039l0,0l-0.007,0.007 c0,0-0.007,0.007-0.007,0.013v0.007l-0.013,0.013c-0.013,0.026-0.02,0.059-0.02,0.085c0,0.105,0.079,0.19,0.177,0.197h0.013 c0.098,0.007,0.197,0.052,0.295,0.124c0.393,0.295,0.314,0.544,0.249,0.793c-0.013,0.039-0.02,0.079-0.033,0.124l-0.007,0.02 c-0.02,0.085-0.033,0.164-0.039,0.242C2.46,13.117,2.46,13.183,2.46,13.242c0.013,0.236,0.118,0.308,0.21,0.36 c0.013,0.007,0.026,0.013,0.039,0.02s0.033,0.013,0.052,0.013c0.052,0,0.098-0.033,0.118-0.079c0-0.007,0.007-0.013,0.007-0.02 c0-0.007,0.007-0.013,0.013-0.02V13.51c0-0.007,0.007-0.007,0.007-0.013l0.013-0.013c0.007-0.007,0.013-0.013,0.02-0.013 c0.007-0.007,0.013-0.007,0.02-0.013c0.007,0,0.007-0.007,0.013-0.007c0.007,0,0.007-0.007,0.013-0.007h0.007 c0.007,0,0.007-0.007,0.013-0.007l0,0h0.007h0.007H3.03h0.02h0.02h0.02h0.02c0.007,0,0.013,0,0.02,0.007h0.007l0.013,0.007 c0.007,0,0.013,0.007,0.026,0.013c0.007,0,0.007,0.007,0.013,0.007c0.007,0.007,0.013,0.007,0.02,0.013l0.013,0.013l0.013,0.013 c0.007,0.007,0.013,0.013,0.013,0.02l0,0c0,0.007,0.007,0.007,0.007,0.013v0.007c0,0.007,0.007,0.007,0.007,0.013l0.007,0.007 c0,0.007,0.007,0.007,0.007,0.013c0.02,0.059,0.052,0.098,0.105,0.131c0.059,0.033,0.131,0.052,0.223,0.052 c0.052,0,0.111-0.007,0.17-0.02c0.066-0.02,0.098-0.052,0.098-0.072c0.007-0.026-0.013-0.072-0.046-0.111l-0.007-0.007 c-0.013-0.013-0.02-0.026-0.033-0.046c-0.039-0.059-0.079-0.105-0.131-0.183l-0.02-0.033c-0.072-0.105-0.131-0.21-0.177-0.321 l-0.02-0.046c-0.131-0.328-0.124-0.642,0.02-0.865c0.111-0.17,0.288-0.262,0.505-0.269h0.007c0.262,0,0.36,0.223,0.406,0.373l0,0 c0.02,0.072,0.085,0.118,0.164,0.118c0.033,0,0.059-0.007,0.079-0.02c0.007-0.007,0.013-0.007,0.02-0.013s0.013-0.007,0.02-0.013 c0.144-0.098,0.183-0.124,0.197-0.321c0-0.111,0.046-0.262,0.164-0.36c0.007-0.007,0.013-0.007,0.02-0.013 c0.046-0.039,0.072-0.092,0.072-0.151C5.088,11.394,5.088,11.394,5.088,11.387L5.088,11.387L5.088,11.387z M14.293,5.772 c-0.007-0.118-0.02-0.236-0.026-0.354V5.405c-0.013-0.105-0.098-0.183-0.197-0.183c-0.066,0-0.124,0.033-0.157,0.079 c0,0-0.007,0.007-0.007,0.013V5.32l-0.013,0.013c-0.649,1.002-1.33,1.474-1.559,1.618c-0.059,0.269-0.288,1.029-1.133,1.586 c-0.02,0.013-0.039,0.026-0.059,0.039c-0.013,0.007-0.026,0.013-0.039,0.026c-0.871,0.531-1.789,0.426-1.789,0.426l0,0 c-0.865-0.124-1.107,0.432-1.199,0.78l-0.052,0.21c-0.164,0.681-0.328,1.382-0.59,1.979c-0.328,0.76-0.904,0.898-1.409,1.016 c-0.295,0.072-0.57,0.138-0.793,0.314c-0.02,0.02-0.039,0.039-0.066,0.052c-0.164,0.131-0.321,0.249-0.472,0.347l-0.046,0.033 c-0.295,0.19-0.57,0.314-0.812,0.367l-0.033,0.007c-0.007,0-0.013,0-0.02,0.007H3.81c-0.092,0.02-0.151,0.105-0.151,0.197 c0,0.039,0.013,0.079,0.033,0.111l0,0c0.007,0.007,0.013,0.013,0.02,0.026c0,0,0,0.007,0.007,0.007 c0.124,0.157,0.295,0.282,0.511,0.373l0.013,0.007c0.242,0.098,0.531,0.151,0.839,0.151c0.924,0,2.201-0.491,2.824-1.579 c0.727-1.265,1.16-1.736,1.206-1.782c0.773-0.891,1.572-1.101,2.346-1.304c0.753-0.197,1.461-0.38,2.195-1.173 c0.223-0.236,0.387-0.498,0.498-0.799c0.007-0.026,0.02-0.052,0.026-0.072C14.437,7.535,14.365,6.637,14.293,5.772L14.293,5.772 L14.293,5.772z M3.469,8.799c0-0.007,0-0.02-0.007-0.026V8.767C3.417,8.675,3.364,8.55,3.325,8.393V8.38 c-0.02-0.052-0.072-0.098-0.131-0.098c-0.046,0-0.085,0.02-0.111,0.052l0,0c0,0.007-0.007,0.013-0.007,0.013l0,0 c0,0,0,0.007-0.007,0.007C3.063,8.36,3.063,8.373,3.063,8.38C2.998,8.577,2.932,8.753,2.86,8.911 C2.814,9.009,2.768,9.094,2.722,9.179l0,0l0,0c0,0,0,0.007-0.007,0.007l0,0c0,0,0,0,0,0.007l0,0c0,0.007-0.007,0.013-0.007,0.026 c0,0.013,0,0.02,0.007,0.033c0,0,0,0.007,0.007,0.007c0.013,0.013,0.02,0.026,0.033,0.046l0,0C2.801,9.382,2.88,9.461,2.971,9.461 c0.098,0,0.197-0.085,0.242-0.17c0-0.007,0.007-0.007,0.007-0.013C3.292,9.14,3.378,8.989,3.463,8.845 c0-0.007,0.007-0.013,0.007-0.013l0,0c0.007-0.013,0.007-0.02,0.007-0.033C3.469,8.806,3.469,8.806,3.469,8.799L3.469,8.799 L3.469,8.799L3.469,8.799z M2.624,9.651c0-0.007-0.007-0.007-0.007-0.013c0,0,0-0.007-0.007-0.007 c-0.02-0.026-0.052-0.046-0.085-0.046c-0.033,0-0.066,0.013-0.085,0.039l0,0c0,0,0,0.007-0.007,0.007c0,0,0,0,0,0.007l0,0 c0,0,0,0.007-0.007,0.007l0,0c-0.164,0.328-0.197,0.603-0.21,0.819v0.013l0,0c0,0.059,0.046,0.105,0.105,0.105 c0.02,0,0.039-0.007,0.059-0.02l0.007-0.007c0.026-0.02,0.052-0.039,0.072-0.059l0.007-0.007c0.033-0.026,0.105-0.085,0.183-0.17 c0,0,0,0,0.007-0.007l0,0l0.007-0.007l0,0C2.834,10.149,2.762,9.907,2.624,9.651L2.624,9.651L2.624,9.651z\"/></svg>\n </figure>\n </td>\n <td>fossa.svg</td>\n <td><code>_includes/icons/simple-icons/fossa.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"fossa\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Fossil SCM icon</title><path d=\"M12.571 0c-.699.022-2.041.555-3.458 1.419C7.464 2.42 6.258 3.538 6.16 4.108c-.008.009-.019.014-.026.023-.563.746.203 2.277 1.711 3.414 1.408 1.063 2.958 1.397 3.617.832.518-.09 1.227-1.776 1.627-3.94.383-2.054.35-3.812-.045-4.214-.006-.02.001-.048-.01-.066-.069-.113-.23-.163-.463-.156zm-2.277 2.936c-.164.193-.329.383-.492.605-.217.296-.403.587-.568.866a5.705 5.705 0 00-.908-.432 14.052 14.052 0 001.785-.914c.067-.04.118-.084.183-.125zm.912 1.084c-.004.024-.01.043-.015.066a16.33 16.33 0 00-.227 1.78 6.106 6.106 0 00-.654-.674c.215-.241.436-.507.652-.801.093-.127.16-.246.244-.371zm-3.14 4.002c-.41-.075-.968 1.14-1.246 2.706-.276 1.566-.164 2.897.246 2.969.41.072.972-1.141 1.248-2.707.276-1.566.164-2.896-.248-2.968zm-5.56 2.708c-.072.032-.026.314.103.625.132.312.297.539.37.51.074-.031.025-.311-.104-.623-.13-.312-.295-.54-.37-.512zm-.602.506c-.035-.005-.061 0-.076.018-.062.067.083.298.322.512.24.215.483.332.545.265.06-.07-.084-.298-.324-.513-.18-.16-.361-.267-.467-.282zm-.224.684c-.118 0-.197.02-.205.058-.017.077.247.205.587.282.343.078.636.078.653.002.017-.08-.248-.204-.588-.284a2.163 2.163 0 00-.447-.058zm1.296.144c-.251.067-.235.954.036 1.98.27 1.03.695 1.81.945 1.745.25-.067.234-.954-.037-1.98-.271-1.03-.694-1.812-.944-1.745zm10.394.186c-.072-.031-.237.198-.369.51-.13.311-.178.59-.103.62.072.032.24-.197.369-.51.13-.31.178-.591.103-.62zm.61.504c-.105.015-.285.12-.463.281-.238.213-.382.445-.323.512.058.064.304-.057.541-.27.238-.213.38-.443.32-.508-.014-.016-.04-.02-.075-.015zm-7.625.593c-.34.035-.86.369-1.326.883-.621.686-.914 1.437-.652 1.672.261.237.978-.125 1.601-.81.621-.689.912-1.437.65-1.674-.065-.059-.16-.082-.273-.07zm7.85.092c-.119 0-.276.018-.446.057-.343.077-.607.202-.59.281.017.077.31.077.652 0 .34-.077.607-.202.588-.28-.008-.037-.087-.057-.205-.058zm-6.13.168a.15.15 0 00-.099.028c-.21.163.143.978.793 1.82.647.841 1.346 1.393 1.557 1.23.21-.16-.148-.977-.795-1.818-.567-.737-1.172-1.251-1.455-1.26zm4.557.043c-.267-.03-.843.36-1.387.96-.62.685-.966 1.386-.767 1.563.196.18.861-.232 1.482-.917.621-.686.964-1.385.768-1.565a.17.17 0 00-.096-.04zm-5.603.133c-.386.082-.48 1.2-.205 2.492.273 1.292.815 2.275 1.2 2.193.387-.081.481-1.2.208-2.49-.276-1.292-.815-2.279-1.203-2.195zm15.448 2.459c-.13-.055-.48.471-.78 1.174-.297.705-.432 1.323-.3 1.378.13.056.48-.47.777-1.173.297-.705.433-1.324.303-1.38zm-9.503.412c-.07.031-.024.31.105.621.132.312.298.542.367.514.072-.031.027-.31-.105-.621-.13-.312-.295-.543-.367-.514zm-.6.506c-.035-.005-.062 0-.078.017-.06.07.087.297.324.51.238.213.481.33.541.264.06-.067-.083-.297-.32-.51-.178-.158-.36-.266-.467-.281zm-.224.681c-.118 0-.195.019-.203.057-.017.079.245.204.585.283.343.077.636.077.653 0 .016-.077-.246-.204-.586-.281a2.133 2.133 0 00-.45-.059zm1.37.21c-.26 0-.476.75-.476 1.675s.215 1.676.477 1.676c.26 0 .478-.75.478-1.676 0-.926-.217-1.676-.478-1.676zm-5.175.333a.235.235 0 00-.133.045c-.294.216.04 1.17.744 2.13.703.962 1.514 1.564 1.807 1.35.295-.215-.035-1.171-.74-2.13-.617-.842-1.315-1.41-1.678-1.395zm13.02.522c-.105-.094-.601.297-1.105.873-.503.575-.824 1.119-.718 1.213.108.093.603-.298 1.107-.873.504-.576.825-1.12.717-1.213zm-11.014.443c-.113-.005-.194.019-.23.074-.144.223.46.875 1.353 1.453.89.58 1.73.872 1.875.649.146-.223-.46-.877-1.35-1.457-.667-.434-1.308-.704-1.648-.719zM8.73 20.451c-.266 0-.48.75-.48 1.675 0 .926.214 1.676.48 1.676s.482-.75.482-1.676c0-.925-.216-1.675-.482-1.675zm-3.644.06c-.072.031-.026.313.103.625.132.312.297.539.37.51.074-.031.025-.312-.104-.623-.13-.312-.295-.54-.37-.512zm14.296.477c-.368-.04-1.127.127-1.96.453-1.107.434-1.929.984-1.833 1.228.096.242 1.074.093 2.181-.342 1.11-.434 1.932-.985 1.836-1.23-.024-.06-.102-.096-.224-.11zm-14.898.029c-.035-.005-.061 0-.076.018-.062.067.082.298.322.511.24.216.483.333.545.266.06-.07-.084-.298-.324-.514-.18-.16-.362-.267-.467-.281zm-.223.685c-.118 0-.196.019-.205.057-.016.08.248.204.588.283.343.077.636.077.653 0 .016-.077-.248-.204-.588-.281a2.116 2.116 0 00-.448-.059zm1.29.047c-.114-.005-.194.019-.231.075-.144.223.461.875 1.353 1.453.89.58 1.731.871 1.875.648.147-.223-.46-.877-1.35-1.457-.666-.433-1.307-.704-1.648-.719zm6.628.09c-.865-.036-1.493.081-1.527.32-.046.317.98.73 2.289.92 1.311.19 2.415.087 2.46-.232.046-.317-.98-.73-2.292-.92a9.203 9.203 0 00-.93-.088z\"/></svg>\n </figure>\n </td>\n <td>fossilscm.svg</td>\n <td><code>_includes/icons/simple-icons/fossilscm.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"fossilscm\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Foursquare icon</title><path d=\"M17.727 3.465l-.535 2.799c-.064.303-.445.623-.801.623H11.41c-.562 0-.963.391-.963.945v.614c0 .569.405.96.966.96h4.23c.395 0 .785.436.697.855l-.535 2.76c-.051.24-.314.63-.785.63h-3.457c-.63 0-.818.091-1.239.601-.42.524-4.206 5.069-4.206 5.069-.037.045-.074.029-.074-.015V3.42c0-.359.311-.78.776-.78h10.274c.375 0 .73.356.633.821v.004zm.451 10.98c.145-.578 1.746-8.784 2.281-11.385M18.486 0H5.683C3.918 0 3.4 1.328 3.4 2.164v20.34c0 .94.504 1.291.789 1.405.284.117 1.069.214 1.541-.328 0 0 6.044-7.014 6.146-7.117.165-.157.165-.157.315-.157h3.914c1.65 0 1.906-1.17 2.086-1.86.15-.569 1.754-8.774 2.279-11.385C20.875 1.08 20.365 0 18.49 0h-.004z\"/></svg>\n </figure>\n </td>\n <td>foursquare.svg</td>\n <td><code>_includes/icons/simple-icons/foursquare.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"foursquare\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Framer icon</title><path d=\"M4 0h16v8h-8zM4 8h8l8 8H4zM4 16h8v8z\"/></svg>\n </figure>\n </td>\n <td>framer.svg</td>\n <td><code>_includes/icons/simple-icons/framer.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"framer\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>FreeBSD icon</title><path d=\"M23.725.588c1.273 1.272-2.254 6.862-2.85 7.458-.597.596-2.111.048-3.383-1.224-1.272-1.272-1.82-2.787-1.224-3.383.596-.596 6.186-4.123 7.457-2.85zM5.885 1.934C3.943.832 1.18-.394.3.485c-.89.89.38 3.717 1.494 5.663.99-1.723 2.4-3.174 4.091-4.214zm15.9 5.674c.179.606.147 1.107-.143 1.397-.678.678-2.508-.044-4.157-1.614a8.323 8.323 0 0 1-.342-.323c-.597-.597-1.06-1.232-1.358-1.817-.578-1.036-.722-1.952-.285-2.388.238-.238.618-.303 1.083-.22.303-.191.66-.405 1.052-.623a11.492 11.492 0 0 0-5.33-1.301C5.927.719.757 5.889.757 12.267c0 6.377 5.17 11.548 11.548 11.548s11.549-5.17 11.549-11.548c0-2.06-.54-3.991-1.485-5.666a22.27 22.27 0 0 1-.584 1.007z\"/></svg>\n </figure>\n </td>\n <td>freebsd.svg</td>\n <td><code>_includes/icons/simple-icons/freebsd.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"freebsd\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>freeCodeCamp icon</title><path d=\"M23.967 12.317c0 2.5-.854 4.718-2.598 6.681-.635.729-1.143 1.076-1.488 1.076-.121 0-.256-.033-.346-.125-.092-.096-.15-.223-.15-.35 0-.188.225-.475.674-.889 1.814-1.736 2.727-3.895 2.727-6.456 0-2.846-.943-5.152-2.816-6.936-.374-.342-.57-.627-.57-.852 0-.12.061-.256.164-.345.105-.09.225-.149.346-.149.418 0 1.049.509 1.842 1.527C23.25 7.402 24 9.694 24 12.345l-.033-.028zM0 11.682c0-2.499.854-4.719 2.598-6.681.635-.729 1.143-1.076 1.49-1.076.119 0 .254.033.344.125.09.095.15.189.15.314 0 .188-.225.477-.674.918-1.781 1.744-2.711 3.895-2.711 6.462 0 2.847.951 5.158 2.821 6.935.38.344.569.633.569.854 0 .127-.061.256-.16.348-.099.094-.225.16-.352.16-.436 0-1.033-.51-1.828-1.518C.734 16.654 0 14.373 0 11.682zm17.699 6.869H6.715c-.35 0-.668-.287-.668-.666 0-.383.285-.668.668-.668h10.984c.348 0 .668.285.668.668-.006.385-.287.666-.668.666zm-6-8.919c.197-.025.344.615.361.749.046.353-.071.693-.231 1.003-.597 1.165-1.978 2.104-1.612 3.575.166.635.494 1.076 1.514 1.619-.345.119-.824-.111-1.094-.301-1.199-.816-1.963-2.156-1.888-3.619.03-.464.12-.92.239-1.368.375-1.281 1.139-2.401 1.588-3.647.225-.599.39-1.324.211-1.953-.09-.309-.255-.599-.465-.849-.061-.076-.404-.465-.539-.42.6-.225 1.139-.016 1.662.299.404.24.72.585.959.975.449.719.629 1.542.719 2.381.031.345-.015 1.184.39 1.35.419.179.749-.525.839-.81.195-.645-.06-1.259-.314-1.858.061.121.285.255.389.346l.36.344c.435.449.704 1.004.884 1.604.164.539.24 1.093.27 1.633.074 1.123-.18 2.278-.629 3.311-.195.463-.449.898-.779 1.273-.319.373-.748.613-1.093.957.808-.809 1.238-2.127 1.123-3.131-.06-.553-.239-1.063-.659-1.572 0 0 .045.358.087.583.075.495-.255 1.02-.644.959-.285-.029-.136-.643-.105-.838.105-.584-.03-1.154-.244-1.693-.209-.509-.6-.914-1.198-.823l-.101-.079z\"/></svg>\n </figure>\n </td>\n <td>freecodecamp.svg</td>\n <td><code>_includes/icons/simple-icons/freecodecamp.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"freecodecamp\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Freelancer icon</title><path d=\"M14.096 3.076l1.634 2.292L24 3.076M5.503 20.924l4.474-4.374-2.692-2.89m6.133-10.584L11.027 5.23l4.022.15M4.124 3.077l.857 1.76 4.734.294m-3.058 7.072l3.497-6.522L0 5.13m7.064 7.485l3.303 3.548 3.643-3.57 1.13-6.652-4.439-.228Z\"/></svg>\n\n </figure>\n </td>\n <td>freelancer.svg</td>\n <td><code>_includes/icons/simple-icons/freelancer.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"freelancer\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Fujifilm icon</title><path d=\"M.484 10.003c-.483 0-.484.238-.484.533v3.329h.786c.165.003.24-.057.243-.207v-1.556h1.444c.034 0 .055-.018.055-.052v-.39H1.03v-.98c0-.173.086-.255.258-.255H2.56c.037 0 .049-.024.049-.05v-.372zm7.997 0c-.111 0-.197.052-.197.21v2.654c0 .377-.143.632-.573.693-.29.041-.678.03-.847.024v.324c0 .03.014.052.049.06.025.006.208.029.62.029.722 0 1.054-.156 1.245-.292.365-.263.495-.575.495-1.192v-2.51zm-5.13 0c-.148 0-.194.07-.194.199v2.658c0 .538.26.866.814 1.033.463.14 1.21.137 1.701.003.37-.1.787-.373.787-1.037v-2.856h-.77c-.172 0-.219.073-.219.196v2.748c0 .294-.063.443-.229.536-.242.135-.645.133-.883-.004-.177-.103-.213-.28-.213-.533v-2.943zm9.308 0c-.483 0-.483.239-.483.533v.995c0 .02-.01.029-.018.038l-.677.533h.695v1.763h.786c.164.003.24-.057.242-.207v-1.556h1.444c.034 0 .055-.018.055-.052v-.39h-1.499v-.98c0-.173.087-.255.258-.255h1.274c.036 0 .05-.024.05-.05v-.372zm3.701 0h-.768c-.175 0-.222.082-.222.203v3.66h.783c.138 0 .207-.042.207-.204zm1.922 0h-.76c-.173-.003-.229.066-.229.213v3.108c0 .258.076.541.591.541h1.668c.044 0 .065-.027.065-.066v-.351h-1.03c-.205-.01-.305-.115-.305-.318zm5.718 0h-1.144c-.195 0-.306.092-.35.266l-.63 2.663h-.018l-.65-2.928h-.89c-.172 0-.226.088-.226.224v3.637h.376c.06 0 .086-.03.086-.092v-3.049h.059l.804 3.141h.527c.199 0 .273-.081.322-.278l.722-2.863h.058v3.141h.703c.172 0 .251-.067.251-.237zm-13.608.001c-.173 0-.22.084-.22.205v1.87l.93-.73c.036-.028.056-.05.058-.11v-1.235zm-.22 2.098v1.763h.781c.138 0 .208-.04.208-.203v-1.56z\"/></svg>\n </figure>\n </td>\n <td>fujifilm.svg</td>\n <td><code>_includes/icons/simple-icons/fujifilm.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"fujifilm\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Fujitsu icon</title><path d=\"M16.56 3C14.15 3 12.04 4.24 10.68 5.97L10.68 9.76C12.5 4.71 16.56 5.08 16.56 5.08C19.5 5.08 21.84 7.38 21.84 10.2C21.84 13.04 19.5 15.33 16.56 15.33A5.32 5.32 0 0 1 12.84 13.83L10.28 11.03A6.06 6.06 0 0 0 6.03 9.32C2.7 9.32 0 11.93 0 15.16C0 18.4 2.7 21 6.03 21C7.9 21 9.58 20.19 10.68 18.89L10.68 15.86C8.88 19.29 6.03 18.92 6.03 18.92C3.9 18.92 2.17 17.24 2.17 15.16C2.17 13.1 3.9 11.42 6.03 11.42C7.09 11.42 8.05 11.84 8.75 12.5L11.31 15.31A7.5 7.5 0 0 0 16.56 17.43C20.67 17.43 24 14.19 24 10.2C24 6.21 20.67 3 16.56 3Z\"/></svg>\n\n </figure>\n </td>\n <td>fujitsu.svg</td>\n <td><code>_includes/icons/simple-icons/fujitsu.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"fujitsu\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Fur Affinity icon</title><path d=\"M16.821 5.133l-.26 1.992 2.435.717.031 2.152 2.231.041-.056 2.255 2.171-.141c.003-.759.05-5.045.626-7.016h-7.178zM11.356 18.24c.056-.213 0-.906 0-1.146l-.049-1.463c-2.021-.085-4.2.322-4.2 2.187 0 .403.169.768.426 1.049h3.312c.248-.142.434-.335.511-.627zM20.389 13.066l.052-2.247-2.202-.04-.035-2.425-2.527-.861.338-2.36h-9.43C2.767 5.133 0 8.385 0 11.95v6.916h4.116a5.381 5.381 0 0 1-.023-.754c.148-3.665 4.199-4.294 7.241-4.204v-1.056c-.05-.852-.74-1.605-2.74-1.605-1.333 0-2.915.171-3.939.541l.272-2.384c.978-.277 2.08-.545 4.453-.545 4.572 0 5.077 2.029 5.04 4.383l-.021 5.624h2.479v-.002l.096.002c3.303 0 6.021-2.692 6.362-5.915l-2.947.115z\"/></svg>\n </figure>\n </td>\n <td>furaffinity.svg</td>\n <td><code>_includes/icons/simple-icons/furaffinity.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"furaffinity\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Furry Network icon</title><path d=\"M15.91 0C12.79 0 9.69 0 6.6.03c0 .05-.06.05-.09.08a10.5 10.5 0 0 0-3.66 2.57c-.84.87-1.52 1.9-2.06 3-.2.38-.38.79-.55 1.2-.02.08-.05.2-.13.25v6.22c.05.08.05.2.08.3a8.66 8.66 0 0 0 3.42 4.83c.03.03.05.09.11.06-.03-.03-.03-.06-.06-.08-.24-.36-.46-.69-.67-1.04a9.1 9.1 0 0 1-1.28-5.57 10.09 10.09 0 0 1 1.71-4.53 23.07 23.07 0 0 1 3.64-4.18A13.05 13.05 0 0 1 10.32.98 8.82 8.82 0 0 1 14.74.2c.7.06 1.39.17 2.07.27L17 .5c.08.03.13.03.21.03-.38-.16-.76-.33-1.14-.44-.05-.02-.1-.02-.16-.08zm-1.66.66c-.43.02-.84.05-1.27.13-.74.14-1.44.36-2.15.58a7.47 7.47 0 0 0-1.44.62c-.02 0-.08 0-.08.06h.05a28.12 28.12 0 0 1 3.05-.33c.51-.03 1.06 0 1.57.08.76.11 1.47.39 2.12.77a10.8 10.8 0 0 1 4.4 4.7 15.14 15.14 0 0 1 1.38 5.43c.06.65.06 1.34.03 2.02l-.08 1.14c-.03.33-.08.66-.14.99a6.1 6.1 0 0 1-.27 1.17 11.7 11.7 0 0 1-1.55 2.73c-.49.66-1.05 1.26-1.6 1.86-.08.08-.13.13-.19.22.06 0 .06-.03.08-.03a16.74 16.74 0 0 0 2.31-1.61 10.87 10.87 0 0 0 3.2-4.45l.17-.41h.03v5.87c0 .02 0-9.17.02-15 0 .02 0 .05-.02.07l-.03-.09a10.75 10.75 0 0 0-1.52-2.73 9.7 9.7 0 0 0-3.12-2.64A9.76 9.76 0 0 0 14.25.66zm9.63 6.54l.01-.02V1.75 7.2zm-13-3.33c-.4-.04-.8.09-1.19.42a2.33 2.33 0 0 0-.62.9c-.33.8-.38 1.58-.22 2.4.11.63.4 1.18.92 1.58.52.44 1.12.5 1.66.2.33-.2.57-.44.76-.77.33-.57.46-1.2.46-1.85 0-.3-.02-.58-.08-.88a2.8 2.8 0 0 0-.62-1.4 1.69 1.69 0 0 0-1.08-.6zM16 5.15a2.38 2.38 0 0 0-1.72.83c-.3.27-.46.63-.65.98a3.04 3.04 0 0 0-.38 1.53c0 .38.05.74.21 1.1.28.65.8 1 1.44 1 .47 0 .85-.16 1.2-.43a3.75 3.75 0 0 0 1.5-2.57c.05-.46 0-.93-.17-1.4-.16-.4-.4-.75-.82-.92a1.61 1.61 0 0 0-.6-.12zM6.38 7.56c-.44.03-.84.2-1.11.6-.36.5-.47 1.07-.5 1.64-.02.6.12 1.15.39 1.67.22.43.51.82.92 1.1.52.34 1.17.34 1.63.02.27-.2.46-.47.6-.77.27-.63.32-1.3.16-1.99a3.3 3.3 0 0 0-1.06-1.86c-.3-.24-.62-.4-1.03-.4zm11.86 2.64a1.84 1.84 0 0 0-.9.2 3.5 3.5 0 0 0-1.81 1.97 2.44 2.44 0 0 0-.11 1.58c.14.5.4.85.9.99.19.05.4.08.6.08.32 0 .54-.03.8-.17.53-.24.93-.6 1.28-1.03a2.9 2.9 0 0 0 .63-2.46 1.3 1.3 0 0 0-1.09-1.12 1.87 1.87 0 0 0-.3-.04zm-7.11 1.65c-.08 0-.22 0-.35.03a3.58 3.58 0 0 0-1.5.4c-.6.34-1.1.77-1.57 1.26a10.07 10.07 0 0 0-1.39 1.83c-.21.38-.35.8-.32 1.23.03.25.03.47.14.68.3.39.7.66 1.19.77.46.08.92.03 1.38-.03.52-.05 1-.1 1.5-.08.78.05 1.5.3 2.12.79.24.2.46.41.73.6.51.36 1.06.52 1.68.38.52-.1.87-.43.98-.95.1-.44.08-.85.02-1.29a9.46 9.46 0 0 0-.37-1.5 9.95 9.95 0 0 0-1-2.26c-.3-.5-.66-.93-1.15-1.26a3.68 3.68 0 0 0-2.09-.6zM.11 14.64v2.13c.1.13.16.3.22.46a12.8 12.8 0 0 0 2.41 4.18 9.6 9.6 0 0 0 3.83 2.56c.03 0 .05.03.08.03h8.01c.03-.03.03-.03.05-.03a8.68 8.68 0 0 0 1.99-.9 11.4 11.4 0 0 0 4.26-4.8c.43-1.01.65-2.08.7-3.2a.4.4 0 0 0 0-.24c-.02.02-.05.05-.05.08l-.22.7a8.29 8.29 0 0 1-1.87 3.2 8.08 8.08 0 0 1-2.85 1.91c-.95.39-1.95.55-2.99.6-.76.03-1.49 0-2.22-.05a24.34 24.34 0 0 1-3.1-.44 15.48 15.48 0 0 1-3.75-1.36 10.15 10.15 0 0 1-3.3-2.76 7.5 7.5 0 0 1-1.2-2.07z\"/></svg>\n </figure>\n </td>\n <td>furrynetwork.svg</td>\n <td><code>_includes/icons/simple-icons/furrynetwork.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"furrynetwork\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Garmin icon</title><path d=\"M22.017 22.67H1.984c-.77 0-1.388-.383-1.694-1.002-.387-.61-.387-1.39 0-2.002L10.304 2.33c.385-.615 1.002-1 1.695-1 .77 0 1.386.385 1.69 1l10.02 17.336c.387.617.387 1.39 0 2.002-.31.695-.927 1.002-1.693 1.002z\"/></svg>\n </figure>\n </td>\n <td>garmin.svg</td>\n <td><code>_includes/icons/simple-icons/garmin.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"garmin\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Gatsby icon</title><path d=\"M12.001.007C5.326.007.007 5.326.007 12S5.326 23.995 12 23.995s11.994-5.319 11.994-11.994S18.676.007 12.001.007zM2.614 12.105l9.283 9.283c-5.111 0-9.283-4.172-9.283-9.283zm11.473 9.074L2.823 9.915C3.76 5.743 7.516 2.614 12 2.614a9.476 9.476 0 0 1 7.614 3.86L18.259 7.62a7.657 7.657 0 0 0-6.362-3.337A7.555 7.555 0 0 0 4.7 9.393l9.804 9.805c2.4-.835 4.276-2.92 4.798-5.424h-4.068v-1.773h6.154c0 4.485-3.129 8.24-7.301 9.178z\"/></svg>\n </figure>\n </td>\n <td>gatsby.svg</td>\n <td><code>_includes/icons/simple-icons/gatsby.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gatsby\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Gauges icon</title><path d=\"M12.6 12.635l-1.125-.053c-.945-.033-1.197-.083-1.197-.435 0-.135.1-.318.303-.42.167.036.337.053.507.053 2.415 0 3.63-1.17 3.63-2.98 0-.3-.074-.57-.225-.735h.96v-2.01H12.6c-.472-.115-.892-.2-1.465-.2-2.543 0-3.804 1.474-3.804 3.18 0 1.07.506 1.84 1.26 2.242-.584.234-1.022.87-1.022 1.54 0 .586.322 1.054.81 1.287-.64.336-1.215 1.155-1.215 1.94 0 1.66 1.35 2.476 3.64 2.476 2.873 0 4.695-1.604 4.695-3.41h-.018c0-1.674-1.078-2.41-2.88-2.475zm-1.462-4.78c.895 0 1.342.48 1.342 1.193 0 .71-.5 1.14-1.325 1.14-.893 0-1.342-.445-1.342-1.173 0-.68.483-1.16 1.325-1.16zm2.008 7.554c0 .63-.612 1.113-1.82 1.113-.944 0-1.5-.405-1.5-1.002 0-.353.226-.708.6-.997.09.015.226 0 .33.015l1.35.032c.796.033 1.08.388 1.08.84h-.04zM17.637 10.854v.002c-.99 0-1.824.834-1.824 1.845 0 1.01.834 1.823 1.824 1.823 1.01 0 1.846-.814 1.846-1.824 0-1.01-.837-1.846-1.846-1.846zM12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm0 22.335C6.293 22.335 1.665 17.708 1.665 12 1.665 6.293 6.293 1.665 12 1.665c5.708 0 10.335 4.628 10.335 10.335 0 5.708-4.627 10.335-10.335 10.335z\"/></svg>\n </figure>\n </td>\n <td>gauges.svg</td>\n <td><code>_includes/icons/simple-icons/gauges.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gauges\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>General Motors icon</title><path d=\"M0 .002v23.996h24V.002zm8.254 5.836c2.293 0 2.293 1.788 2.293 2.412v.636H9.176V8.25c0-.345 0-1.177-.9-1.177-.89 0-.89.818-.89 1.177v4.415c0 .692.214 1.216.89 1.216.674 0 .9-.492.9-1.216v-1.427H8.39v-1.084h2.157v4.884l-1.326-.013v-.479c-.113.183-.647.662-1.414.661-1.296-.009-1.796-.905-1.796-2.272V8.25c0-.37 0-2.412 2.243-2.412zm3.703.186h2.028l.993 6.597 1.015-6.597h2.006v9.014h-1.337V8.25l-1.127 6.788H14.38L13.292 8.25v6.775h-1.335zM6.003 16.072H18.01v1.949H6.003Z\"/></svg>\n </figure>\n </td>\n <td>generalmotors.svg</td>\n <td><code>_includes/icons/simple-icons/generalmotors.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"generalmotors\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Genius icon</title><path d=\"M12.897 1.235c-.36.001-.722.013-1.08.017-.218-.028-.371.225-.352.416-.035 1.012.023 2.025-.016 3.036-.037.841-.555 1.596-1.224 2.08-.5.345-1.118.435-1.671.663.121.78.434 1.556 1.057 2.07 1.189 1.053 3.224.86 4.17-.426.945-1.071.453-2.573.603-3.854.286-.48.937-.132 1.317-.49-.34-1.249-.81-2.529-1.725-3.472a11.125 11.125 0 00-1.08-.04zm-10.42.006C.53 2.992-.386 5.797.154 8.361c.384 2.052 1.682 3.893 3.45 4.997.134-.23.23-.476.09-.73-.95-2.814-.138-6.119 1.986-8.19.014-.986.043-1.976-.003-2.961l-.188-.214c-1.003-.051-2.008 0-3.01-.022zm17.88.055l-.205.356c.265.938.6 1.862.72 2.834.58 3.546-.402 7.313-2.614 10.14-1.816 2.353-4.441 4.074-7.334 4.773-2.66.66-5.514.45-8.064-.543-.068.079-.207.237-.275.318 2.664 2.629 6.543 3.969 10.259 3.498 3.075-.327 5.995-1.865 8.023-4.195 1.935-2.187 3.083-5.07 3.125-7.992.122-3.384-1.207-6.819-3.636-9.19z\"/></svg>\n </figure>\n </td>\n <td>genius.svg</td>\n <td><code>_includes/icons/simple-icons/genius.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"genius\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Gentoo icon</title><path d=\"M9.956.097a7.252 7.252 0 0 0-1.25.115C4.397 1 1.365 4.73 1.107 7.186c-.125 1.205.525 2.108.883 2.506.969 1.076 2.9 1.898 4.141 2.58-1.795 1.53-2.618 2.277-3.429 3.128-1.214 1.274-2.067 2.676-2.07 3.68 0 .323-.053 1.355.368 2.17.158.306.608 1.327 1.964 2.092.867.49 2.102.67 3.31.497 3.742-.534 8.753-3.707 12.328-6.662 2.279-1.884 3.945-3.709 4.426-4.607.388-.725.431-2.026.206-2.843-.64-2.318-5.84-7.067-10.091-8.978A7.761 7.761 0 0 0 9.956.097zm-.007.067a7.341 7.341 0 0 1 3.317.749c3.433 1.687 9.233 6.43 9.661 8.814.53 2.948-9.852 10.929-16.167 12.174-2.45.481-4.539.613-5.492-1.975-.826-2.243.776-3.884 3.135-6.04.98-.895 1.76-1.564 2.935-2.556.065-.068-5.66-2.042-5.842-4.308C1.307 4.693 4.995.394 9.716.172c.078-.004.155-.007.233-.008zM9.838.68a5.602 5.602 0 0 0-.502.031c-2.319.244-2.763.543-4.864 2.132-.704.533-2 1.829-2.331 3.366-.127.586.023 1.091.444 1.446 1.35 1.135 3.61 2.056 5.465 2.947.543.26.184.733-.692 1.492-2.21 1.913-5.198 4.242-5.407 6.017-.098.836.188 1.972 1.203 2.554 1.186.679 3.647.236 5.291-.376 2.402-.895 5.557-2.869 8.062-4.809 2.604-2.018 5.026-4.58 5.146-4.998.147-.513.132-.988-.152-1.533-.445-.855-1.041-1.491-1.681-2.203-1.718-1.81-3.534-3.401-5.708-4.62-1.423-.798-2.69-1.47-4.274-1.446zm1.066 3.594c.542 0 1.167.171 1.838.496 1.675.81 3.395 2.937-.015 4.161-.927.333-3.869-.818-3.779-2.388.089-1.558.847-2.27 1.956-2.269zm.283 1.356c-.315-.002-.571.078-.689.26-.552.855-.3 1.461.211 1.848.19-.454 2.138.042 2.13.468.02-.01.04-.02.055-.032 1.69-1.272-.468-2.536-1.707-2.544z\"/></svg>\n </figure>\n </td>\n <td>gentoo.svg</td>\n <td><code>_includes/icons/simple-icons/gentoo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gentoo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Geocaching icon</title><path d=\"M13.24.003v2.322c1.29.16 2.938.622 4.477 1.795l-1.186 1.608-.016-.015s-1.229-1.051-3.27-1.38v6.419h6.33c-.12-.914-.436-2.01-1.154-3.119l1.695-1.125s1.26 1.71 1.53 4.244H24V0H13.24v.003zm4.335 23.203l-.6.097-1.306-8.045.349-.056 6.555-.015-5.655 4.064.631 3.954h.026zm-4.337-9.967V24h10.758V13.241l-10.758-.004v.002zm-6.783 6.753l1.184-1.605h.019s1.163.987 3.103 1.342v-6.491H4.59c.109.933.42 2.076 1.174 3.235L4.08 17.592s-1.296-1.761-1.529-4.355H0v10.76h10.76v-2.231c-1.264-.179-2.835-.647-4.305-1.77v-.004zM4.977 1.968c-.169 0-.309.105-.309.234s.139.232.309.232.308-.104.31-.232c-.001-.129-.141-.234-.31-.234zM5.006 2.61c-.502 0-.906-.405-.906-.9s.404-.896.906-.896c.5 0 .905.404.905.899s-.405.897-.899.897h-.006zm-1.336.06l-1.037.524c-.094-.113-.165-.205-.24-.309l-1.31.489-.276-.434 2.063-.428.445-.094.729-.148-.619.231c.079.06.146.109.244.171l.001-.002zM1.676.765c.378.575.824 1.047 1.4 1.482l-1.005.18C1.695 1.89 1.365 1.368 1.064.728l.609.035.003.002zM0 0v10.759h2.407c-.102-.983-.21-3.805 1.481-6.146 0 0-.375-.359-.88-.951l-1.103.944-.477-.405 2.869-1.635-.338.286c.404.24.81.42 1.215.555 0 0 1.395-.78 2.774-2.655l.33.016c-.255.84-1.05 2.28-2.294 3.435 0 0 3.299 1.44 4.049 3.886-.21-.12-1.395-.375-1.979-.24-.105-.165-1.215-2.431-2.896-2.4 0 0-.375.45-.734 1.62-.314 1.035-.18 3.21-.136 3.72h6.45V0H0z\"/></svg>\n </figure>\n </td>\n <td>geocaching.svg</td>\n <td><code>_includes/icons/simple-icons/geocaching.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"geocaching\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Gerrit icon</title><path d=\"M12.648 2.678l-.245-.266c.004-.004.29-.268.413-.41.121-.146.342-.484.346-.486l.301.195c-.014.016-.234.359-.375.522-.137.165-.428.432-.44.445zm1.577 10.597c-.012-.004-.24-.154-.365-.221-.117-.059-.32-.146-.422-.191l.213-.612-.898-.444-.286.871c-.174.004-.713.053-1.51.389-.959.4-1.688 1.025-1.695 1.029l-.143.125.641.025.02-.016c.006-.006.721-.535 1.119-.705.088-.037.207-.074.33-.105-.209.105-.439.227-.6.32-.199.119-.57.381-.586.393l-.186.129.682.016.018-.01c.012-.008 1.164-.623 1.789-.76l.196-.047c.145-.037.246-.064.422-.064.156 0 .369.021.688.07.398.059.66.158.664.16l.24.094-.322-.436-.012-.008.003-.002zm-8.98-7.298h-.029l-1.006.916v.03c-.016.266.078.52.258.716.182.196.42.309.686.319h.043c.531 0 .965-.413.992-.94.023-.545-.399-1.01-.944-1.041zM5.2 7.808h-.041c-.117-.005-.23-.032-.33-.085.045.008.098.01.148.002.284-.035.481-.291.448-.575-.035-.279-.293-.48-.576-.442-.264.034-.457.267-.446.531-.031-.09-.045-.183-.045-.28l.912-.833c.446.042.79.431.768.882s-.391.8-.842.8H5.2zm9.329-3.725l-.293-.195-.41.265-.395-.285-.301.18.404.291-.416.27.297.18.4-.254.387.28.309-.169-.407-.296M24 19.525c-.213-.209-.418-.416-.629-.627-.48-.488-.957-.984-1.418-1.486-.547-.598-1.082-1.207-1.582-1.844-.225-.283-.441-.58-.646-.881-.254-.387-.469-.795-.668-1.215-.211-.445-.398-.9-.576-1.356.24.21.463.444.664.692.021-.215.041-.43.059-.648l.023-.322c0-.033.012-.066-.008-.096-.016-.029-.033-.051-.053-.075-.121-.149-.264-.282-.406-.413-.189-.181-.387-.36-.584-.533l-.18-.156c-.027-.027-.057-.051-.086-.074-.031-.03-.041-.096-.055-.136l-.154-.479c.607.285 1.109.741 1.578 1.215.004-.219.004-.436 0-.652 0-.114-.002-.229-.008-.346 0-.029.006-.1-.016-.127-.012-.02-.031-.036-.043-.055-.109-.117-.234-.217-.357-.314-.172-.143-.35-.277-.527-.408-.156-.117-.318-.232-.477-.345-.018-.016-.076-.039-.064-.06l.039-.08c.02-.035.014-.045.053-.029l.17.059c.406.156.779.368 1.143.608-.123-.45-.311-.885-.525-1.296-.389-.762-.893-1.468-1.463-2.105-.379-.426-.785-.824-1.219-1.193-.223-.19-.457-.369-.699-.533-.113-.074-.225-.149-.346-.217-.049-.03-.105-.056-.15-.094-.18-.144-.365-.284-.549-.429.238.098.469.21.689.338-.127-.194-.342-.331-.545-.436-.307-.159-.637-.276-.967-.378.113-.12.234-.228.346-.348.113-.12.223-.246.33-.372.127-.15.252-.3.375-.455l-1.156-.726-.48-.303c-.123.246-.277.476-.458.68-.18.203-.391.369-.6.539-.191.156-.379.316-.566.472-.047.04-.092.085-.145.12-.025.021-.096.004-.127.004H10.7c-.297.006-.596.029-.891.068-.058.007-.113.013-.175.008l-.178-.01c-.137-.008-.271-.016-.408-.016-.289-.004-.58 0-.871.025-.244.022-.489.055-.729.112-.238.056-.461.172-.66.312-.193.141-.387.32-.504.53s-.17.456-.213.689c-.135.013-.268.01-.4.016-.141.008-.277.021-.416.039-.27.037-.535.096-.795.18-.496.154-.945.405-1.336.75-.195.181-.377.38-.539.596-.02.025-.037.051-.063.068-.01.009-.027.016-.033.027-.015.027-.033.052-.051.076l-.134.212c-.168.285-.276.595-.383.906l-.045.123.033-.021c-.01.067-.02.135-.025.202l-.008.105v.053l-.066.013c-.135.026-.271.06-.4.101-.12.039-.233.086-.337.15-.105.066-.195.153-.285.239-.318.31-.562.698-.687 1.128-.1.348-.137.735-.059 1.092.021.09.049.188.107.262.074.09.199.126.313.095.131-.036.248-.124.371-.187l.314-.157c.455-.226.93-.446 1.438-.525.035-.005.1.067.131.091.049.037.1.074.148.104.109.069.221.129.334.181.262.114.541.174.818.231.502.105 1.014.171 1.529.18.207.004.416 0 .625-.018.225-.02.451-.049.678-.051.25-.005.496.025.74.055.254.031.51.068.764.105.518.079 1.031.169 1.543.279-.115.18-.227.362-.338.545-.008.013-.072 0-.088 0-.041-.002-.086-.002-.127 0-.074 0-.15.008-.225.019-.211.03-.416.083-.615.156-.49.181-.938.483-1.326.833-.221.195-.43.408-.609.641-.049.064-.094.129-.139.193.105-.023.211-.045.318-.07.061-.016.117-.027.176-.039.021-.008.029-.016.049-.027.219-.203.451-.393.695-.563.111-.08.225-.154.348-.215.166-.083.354-.131.533-.174-.33.18-.678.35-.977.584-.172.139-.328.291-.49.439l.654-.104c.01 0 .014-.004.023-.01l.17-.094c.113-.064.23-.125.346-.186.24-.123.482-.24.732-.34.236-.094.48-.178.732-.225.221-.046.428-.052.648 0 .342.074.67.232.969.414.021.014.035.033.055.014.016-.014.098-.074.09-.092l-.18-.334c-.016-.029-.023-.049-.051-.066l-.131-.077c-.176-.104-.348-.21-.51-.331-.037-.023-.078-.039-.082-.089-.004-.046.014-.093.029-.136.033-.09.08-.169.131-.248.033-.058.072-.111.109-.166.014-.018.01-.021.031-.014l.119.034c.236.077.469.159.711.22.27.068.545.123.82.176l.048.01c-.056-.03-.091-.09-.132-.136-.023-.03-.035-.05-.074-.06l-.105-.02c-.074-.016-.148-.03-.225-.049-.262-.057-.525-.119-.777-.209-.375-.13-.758-.232-1.145-.322-.486-.107-.977-.194-1.465-.275-.25-.041-.498-.074-.75-.109-.246-.034-.496-.07-.746-.087-.539-.034-1.074.087-1.615.081-.365-.004-.734-.055-1.096-.105l-.068-.009c.252-.093.5-.188.75-.285.236-.095.471-.192.705-.289.127-.052.25-.105.373-.157.113-.051.225-.1.328-.17.408-.279.676-.727.975-1.109.273-.361.586-.7.99-.908.129-.066.262-.117.4-.156-.283-.439-.549-.93-.623-1.455.029.012.061.025.094.037.035.012.064.016.072.045l.029.135c.026.091.053.176.086.262.072.191.16.375.26.551.219.396.484.766.766 1.12.539.686 1.145 1.305 1.736 1.941.145.158.275.324.41.492.15.187.303.375.457.561.121.141.234.285.356.426l.094.112c.016.018.037.026.061.036.604.3 1.213.6 1.822.895.434.209.869.42 1.309.623.236.109.471.219.711.32.029.014.066.029.098.039.016.01.029.016.047.023l.016.049c.027.072.051.145.076.217.049.141.098.279.148.416.33.912.695 1.814 1.145 2.676.346.656.715 1.301 1.09 1.939.4.68.811 1.354 1.225 2.025.332.535.666 1.072 1.008 1.605.146.227.289.459.439.688l.063.094.775-1.141.191-.283c.008-.006.082-.102.076-.109l-.156-.24c-.291-.451-.584-.898-.871-1.35l-.828-1.283-.105-.166.656.799 1.115 1.35c.121.146.236.289.354.438.219-.402.439-.801.662-1.201.086-.164.176-.33.266-.492M12.13 1.915c.309-.246.563-.563.757-.906l1.178.743.18.112c-.246.3-.496.604-.775.873-.035.034-.074.069-.107.104-.021.025-.047.051-.07.075l-.033.038c-.023-.007-.045-.016-.068-.02-.146-.041-.289-.08-.436-.111-.292-.066-.589-.117-.886-.152-.191-.021-.385-.04-.578-.058.275-.234.557-.467.838-.698m-1.754 1.37c.232-.096.482-.15.73-.191.49-.082.994-.094 1.489-.04.354.038.701.108 1.041.21l-.141.115-.225-.061c-.141-.029-.281-.06-.422-.082-.246-.037-.497-.06-.749-.065-.461-.008-.926.042-1.371.159-.301.078-.604.188-.879.332-.286.154-.555.346-.78.582-.134.137-.257.289-.359.455-.057.09-.105.18-.15.275-.024.047-.043.096-.061.144l-.029.075c-.004.015-.008.026-.012.038L8.39 5.22l-.082-.011c.234-.719.763-1.286 1.418-1.649.207-.114.426-.218.65-.279m-3.93.374c.266-.381.686-.649 1.139-.743.502-.101 1.016-.119 1.525-.107-.525.131-1.05.326-1.488.652-.34.075-.664.24-.934.459-.09.071-.17.15-.246.236-.035.037-.066.075-.097.116-.014.015-.027.03-.037.049h-.084c.023-.135.055-.27.098-.4.029-.09.064-.18.119-.26m.882.056c-.145.143-.27.303-.391.469-.047.069-.098.153-.18.191-.085.039-.194-.005-.28-.031.224-.279.521-.494.851-.629M2.308 6.585c.08-.16.182-.315.275-.465.016-.027.053-.046.074-.063.049-.034.096-.069.143-.106.309-.225.621-.446.939-.656.166-.107.33-.213.502-.307.182-.101.369-.18.565-.244.347-.112.707-.189 1.068-.244.174-.025.361-.057.531-.015-.33.188-.658.375-.99.558-.342.191-.689.367-1.035.552-.332.18-.66.375-.981.577-.336.206-.67.419-1.002.629-.08.051-.16.105-.24.155.045-.125.09-.251.151-.371m1.009 3.056c-.029.056-.134.042-.187.042-.094 0-.186 0-.279.006-.258.015-.51.06-.758.138-.475.147-.922.375-1.365.604-.1.055-.203.135-.316.162-.061.015-.131-.008-.166-.063-.035-.061-.053-.131-.064-.198-.027-.12-.035-.245-.033-.368 0-.33.076-.66.215-.96.096-.21.221-.401.371-.574.15-.175.326-.351.539-.45.355-.162.775-.213 1.164-.235.072-.005.145-.007.217-.007.1 0 .217-.016.311.019.074.027.121.105.15.173.045.105.074.225.1.336.061.26.123.525.145.791.01.119.016.239.004.359-.009.073-.014.156-.05.223m2.829-1.973c-.194.123-.403.218-.616.298-.215.077-.436.144-.66.181-.097.013-.195.025-.293.021-.101-.003-.193-.036-.293-.067-.195-.063-.393-.13-.57-.233-.064-.039-.135-.084-.174-.15-.029-.052-.029-.116-.023-.174.012-.231.094-.458.203-.66.187-.343.482-.612.84-.775.879-.396 1.865-.029 2.611.49l.08.061c-.154.165-.311.321-.473.477-.199.189-.404.381-.634.531M8.31 5.739c-.475-.203-.926-.458-1.356-.738.449.188.934.3 1.414.37.258.037.521.072.781.08.281.008.564-.021.84-.075.545-.103 1.068-.305 1.566-.551.494-.245.964-.537 1.413-.859.217-.155.43-.315.633-.487.021-.016.174-.161.184-.154l.041.031.537.416c.328.254.658.51.988.762-.906.326-1.826.629-2.752.904-.519.156-1.038.301-1.565.42-.412.098-.834.189-1.256.21-.507.022-1.006-.135-1.47-.33m8.85 3.942c.076.021.145.045.215.067l.094.033c.016.006.031.015.045.02l.021.06c.045.146.09.289.139.432-.15-.127-.301-.254-.451-.379l-.09-.074c-.021-.016-.045-.021-.029-.046l.059-.114m-.671 1.444l.035-.063.027-.046c.012-.018.008-.022.029-.012.129.054.258.111.385.17.24.11.475.23.703.364.107.065.217.135.322.205l.15.105.074.057c.033.027.041.063.057.102.104.282.219.564.338.844.078.189.162.379.248.566-.293-.371-.621-.715-.957-1.045-.346-.346-.705-.671-1.078-.981l-.323-.264m3.746 6.42l-.121.09.008.016.063.094.271.42.904 1.402c.311.48.621.963.932 1.445l.309.48.084.133c.004.004.029.041.029.045-.26.385-.523.77-.783 1.154-.027.037-.051.076-.074.111-.24-.373-.479-.744-.715-1.117-.4-.635-.795-1.277-1.184-1.916-.434-.709-.855-1.418-1.264-2.141-.383-.674-.75-1.361-1.059-2.076-.301-.697-.563-1.408-.811-2.121.486.193.98.367 1.48.521.145.045.289.09.436.127l.063.018c.008 0 .014-.039.018-.049.018-.064.031-.129.045-.195.031-.125.051-.254.074-.381.205.428.436.844.701 1.236.215.314.445.621.686.92.521.656 1.074 1.283 1.643 1.898.463.494.934.984 1.408 1.465l.389.389c.006.006.039.031.037.041l-.031.053-.148.275-.588 1.068c-.18-.219-.361-.436-.541-.658l-1.125-1.361c-.314-.387-.637-.773-.953-1.16l-.186-.225\"/></svg>\n </figure>\n </td>\n <td>gerrit.svg</td>\n <td><code>_includes/icons/simple-icons/gerrit.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gerrit\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Ghost icon</title><path d=\"M9.604 19.199H.008V24h9.597v-4.801zm14.39 0h-9.591V24h9.591v-4.801zm.003-9.599H0v4.8h23.997V9.6zM24 0h-4.801v4.801H24V0zm-9.596 0H.008v4.801h14.396V0z\"/></svg>\n </figure>\n </td>\n <td>ghost.svg</td>\n <td><code>_includes/icons/simple-icons/ghost.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ghost\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>GIMP icon</title><path d=\"M23.58 2.4c-.963 1.206-2.55 6.476-11.46 6.71-4.253.112-6.36-4.731-6.36-4.731l-.334 7.771c-.831-1.042-1.945-1.705-3.014-1.74a2.23 2.23 0 00-1.441.441c-.663.502-.977 1.345-.97 2.28.006.934.33 1.965.97 2.896.64.931 1.476 1.587 2.324 1.89.456.164.916.214 1.35.157C10.674 22.882 26.797 26.557 23.58 2.4zM8.404 8.85c1.265 0 2.314.94 2.614 2.196.484-1.19 1.614-2.027 2.931-2.027 1.758 0 3.178 1.49 3.178 3.322 0 1.833-1.42 3.334-3.178 3.334-1.531 0-2.81-1.14-3.115-2.644-.437.978-1.353 1.666-2.43 1.666-.915 0-1.716-.497-2.203-1.246a5.726 5.726 0 00-.289-.567 3.118 3.118 0 01-.205-1.113c0-1.604 1.198-2.922 2.697-2.922zm0 .36c-1.284 0-2.33 1.138-2.33 2.561s1.046 2.559 2.33 2.559c.214 0 .417-.043.614-.102a1.676 1.759 0 01-1.614-1.756 1.676 1.759 0 011.676-1.758 1.676 1.759 0 011.635 1.373c.012-.105.029-.207.029-.316 0-1.423-1.056-2.56-2.34-2.56zm5.545.131c-1.576 0-2.86 1.334-2.86 3 0 1.667 1.284 3.008 2.86 3.008.591 0 1.14-.188 1.596-.512a2.146 2.252 0 01-.858.19 2.146 2.252 0 01-2.144-2.252 2.146 2.252 0 012.144-2.252 2.146 2.252 0 012.112 1.845l.003-.026c0-1.667-1.277-3-2.853-3zm-11.545 1.39c1.038.035 2.206.77 3.008 1.936.606.882.914 1.866.92 2.727.006.861-.282 1.589-.846 2.016-.564.426-1.31.48-2.082.205-.772-.277-1.564-.883-2.17-1.764-.605-.881-.911-1.867-.917-2.728-.007-.862.282-1.589.845-2.016a1.92 1.92 0 011.242-.375zm11.69.245a1.006 1.056 0 00-1.006 1.059 1.006 1.056 0 001.006 1.054 1.006 1.056 0 001.005-1.054 1.006 1.056 0 00-1.005-1.059zm-5.645.22a.662.695 0 00-.662.694.662.695 0 00.662.697.662.695 0 00.662-.697.662.695 0 00-.662-.693zm-6.414.223a1.118 1.408 0 00-1.119 1.407 1.118 1.408 0 001.12 1.408 1.118 1.408 0 001.116-1.408 1.118 1.408 0 00-1.117-1.407zm14.176 3.998s1.487.435 2.011 1.145c.523.708.194 1.145.057 2.05-.202-.528-.407-.942-.621-1.183-.81 1.259-3.104 1.858-6.18 1.559 1.38-.072 2.451-.288 3.301-.584-1.4.09-3.214-.27-5.365-1.067 4.262.895 6.433.063 7.703-.966-.335-.455-.906-.954-.906-.954z\"/></svg>\n\n </figure>\n </td>\n <td>gimp.svg</td>\n <td><code>_includes/icons/simple-icons/gimp.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gimp\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Git icon</title><path d=\"M23.546 10.93L13.067.452c-.604-.603-1.582-.603-2.188 0L8.708 2.627l2.76 2.76c.645-.215 1.379-.07 1.889.441.516.515.658 1.258.438 1.9l2.658 2.66c.645-.223 1.387-.078 1.9.435.721.72.721 1.884 0 2.604-.719.719-1.881.719-2.6 0-.539-.541-.674-1.337-.404-1.996L12.86 8.955v6.525c.176.086.342.203.488.348.713.721.713 1.883 0 2.6-.719.721-1.889.721-2.609 0-.719-.719-.719-1.879 0-2.598.182-.18.387-.316.605-.406V8.835c-.217-.091-.424-.222-.6-.401-.545-.545-.676-1.342-.396-2.009L7.636 3.7.45 10.881c-.6.605-.6 1.584 0 2.189l10.48 10.477c.604.604 1.582.604 2.186 0l10.43-10.43c.605-.603.605-1.582 0-2.187\"/></svg>\n </figure>\n </td>\n <td>git.svg</td>\n <td><code>_includes/icons/simple-icons/git.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"git\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Gitea icon</title><path d=\"M4.186 5.421C2.341 5.417-.13 6.59.006 9.531c.213 4.594 4.92 5.02 6.801 5.057.206.862 2.42 3.834 4.059 3.99h7.18c4.306-.286 7.53-13.022 5.14-13.07-3.953.186-6.296.28-8.305.296v3.975l-.626-.277-.004-3.696c-2.306-.001-4.336-.108-8.189-.298-.482-.003-1.154-.085-1.876-.087zm.261 1.625h.22c.262 2.355.688 3.732 1.55 5.836-2.2-.26-4.072-.899-4.416-3.285-.178-1.235.422-2.524 2.646-2.552zm8.557 2.315c.15.002.303.03.447.096l.749.323-.537.979a.672.597 0 0 0-.241.038.672.597 0 0 0-.405.764.672.597 0 0 0 .112.174l-.926 1.686a.672.597 0 0 0-.222.038.672.597 0 0 0-.405.764.672.597 0 0 0 .86.36.672.597 0 0 0 .404-.765.672.597 0 0 0-.158-.22l.902-1.642a.672.597 0 0 0 .293-.03.672.597 0 0 0 .213-.112c.348.146.633.265.838.366.308.152.417.253.45.365.033.11-.003.322-.177.694-.13.277-.345.67-.599 1.133a.672.597 0 0 0-.251.038.672.597 0 0 0-.405.764.672.597 0 0 0 .86.36.672.597 0 0 0 .404-.764.672.597 0 0 0-.137-.202c.251-.458.467-.852.606-1.148.188-.402.286-.701.2-.99-.086-.289-.35-.477-.7-.65-.23-.113-.517-.233-.86-.377a.672.597 0 0 0-.038-.239.672.597 0 0 0-.145-.209l.528-.963 2.924 1.263c.528.229.746.79.49 1.26l-2.01 3.68c-.257.469-.888.663-1.416.435l-4.137-1.788c-.528-.228-.747-.79-.49-1.26l2.01-3.679c.176-.323.53-.515.905-.53h.064z\"/></svg>\n </figure>\n </td>\n <td>gitea.svg</td>\n <td><code>_includes/icons/simple-icons/gitea.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gitea\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>GitHub icon</title><path d=\"M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12\"/></svg>\n </figure>\n </td>\n <td>github.svg</td>\n <td><code>_includes/icons/simple-icons/github.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"github\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>GitHub Actions icon</title><path d=\"M10.984 13.836a.5.5 0 0 1-.353-.146l-.745-.743a.5.5 0 1 1 .706-.708l.392.391 1.181-1.18a.5.5 0 0 1 .708.707l-1.535 1.533a.504.504 0 0 1-.354.146zm9.353-.147l1.534-1.532a.5.5 0 0 0-.707-.707l-1.181 1.18-.392-.391a.5.5 0 1 0-.706.708l.746.743a.497.497 0 0 0 .706-.001zM4.527 7.452l2.557-1.585A1 1 0 0 0 7.09 4.17L4.533 2.56A1 1 0 0 0 3 3.406v3.196a1.001 1.001 0 0 0 1.527.85zm2.03-2.436L4 6.602V3.406l2.557 1.61zM24 12.5c0 1.93-1.57 3.5-3.5 3.5a3.503 3.503 0 0 1-3.46-3h-2.08a3.503 3.503 0 0 1-3.46 3 3.502 3.502 0 0 1-3.46-3h-.558c-.972 0-1.85-.399-2.482-1.042V17c0 1.654 1.346 3 3 3h.04c.244-1.693 1.7-3 3.46-3 1.93 0 3.5 1.57 3.5 3.5S13.43 24 11.5 24a3.502 3.502 0 0 1-3.46-3H8c-2.206 0-4-1.794-4-4V9.899A5.008 5.008 0 0 1 0 5c0-2.757 2.243-5 5-5s5 2.243 5 5a5.005 5.005 0 0 1-4.952 4.998A2.482 2.482 0 0 0 7.482 12h.558c.244-1.693 1.7-3 3.46-3a3.502 3.502 0 0 1 3.46 3h2.08a3.503 3.503 0 0 1 3.46-3c1.93 0 3.5 1.57 3.5 3.5zm-15 8c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5-1.122-2.5-2.5-2.5S9 19.122 9 20.5zM5 9c2.206 0 4-1.794 4-4S7.206 1 5 1 1 2.794 1 5s1.794 4 4 4zm9 3.5c0-1.378-1.122-2.5-2.5-2.5S9 11.122 9 12.5s1.122 2.5 2.5 2.5 2.5-1.122 2.5-2.5zm9 0c0-1.378-1.122-2.5-2.5-2.5S18 11.122 18 12.5s1.122 2.5 2.5 2.5 2.5-1.122 2.5-2.5zm-13 8a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0zm2 0a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0zm12 0c0 1.93-1.57 3.5-3.5 3.5a3.503 3.503 0 0 1-3.46-3.002c-.007.001-.013.005-.021.005l-.506.017h-.017a.5.5 0 0 1-.016-.999l.506-.017c.018-.002.035.006.052.007A3.503 3.503 0 0 1 20.5 17c1.93 0 3.5 1.57 3.5 3.5zm-1 0c0-1.378-1.122-2.5-2.5-2.5S18 19.122 18 20.5s1.122 2.5 2.5 2.5 2.5-1.122 2.5-2.5z\"/></svg>\n </figure>\n </td>\n <td>githubactions.svg</td>\n <td><code>_includes/icons/simple-icons/githubactions.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"githubactions\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>GitKraken icon</title><path d=\"M 23.224627,6.2515925 C 23.132336,6.0010885 22.855463,5.8824285 22.604959,5.9747195 22.420377,6.0406415 22.301717,6.2252235 22.301717,6.4229905 22.301717,6.4757275 22.314902,6.5416495 22.328086,6.5943875 24.477146,12.303241 21.576574,18.671317 15.86772,20.820377 15.089839,21.110435 14.272405,21.321384 13.441787,21.426861 V 16.271751 C 13.771397,16.205829 14.087823,16.113539 14.404249,16.008063 V 20.345737 C 19.849415,19.014111 23.198258,13.529393 21.866631,8.0842275 21.194226,5.3286835 19.401145,2.9686715 16.909289,1.5974925 16.67197,1.4656485 16.381912,1.5579395 16.263253,1.7820745 16.131408,2.0193935 16.223699,2.3094505 16.447835,2.4281105 20.890984,4.8804125 22.499483,10.483792 20.047181,14.926942 19.018797,16.799129 17.35756,18.249416 15.366712,19.027295 V 15.19063 C 15.973195,14.992863 16.395097,14.439118 16.395097,13.793081 16.395097,13.265705 16.131408,12.791066 15.669954,12.527377 16.012749,9.2180875 17.528957,10.088259 17.528957,9.0335055 V 8.4138375 C 17.528957,6.8317075 13.863688,1.6765985 12.149714,1.5579395 12.096976,1.5579395 12.044238,1.5579395 11.991501,1.5579395 11.938763,1.5579395 11.886025,1.5579395 11.833287,1.5579395 10.119313,1.6765985 6.4540444,6.8317075 6.4540444,8.4138375 V 9.0335055 C 6.4540444,10.088259 7.9570684,9.2180875 8.3130474,12.527377 7.8647774,12.791066 7.5879044,13.265705 7.5879044,13.793081 7.5879044,14.439118 8.0098064,14.992863 8.6162894,15.19063 V 19.027295 C 3.9094514,17.168292 1.5889934,11.828603 3.4479964,7.1085795 4.2390614,5.1177325 5.6761634,3.4696795 7.5483514,2.4281105 7.7856704,2.2962665 7.8647774,2.0062095 7.7329334,1.7688895 7.6538264,1.6238615 7.4824294,1.5315705 7.3110314,1.5315705 7.2319254,1.5315705 7.1528184,1.5579395 7.0868964,1.5974925 2.1822924,4.3002985 0.38921136,10.470608 3.1052014,15.388396 4.4763814,17.880251 6.8363924,19.673332 9.5919364,20.345737 V 16.021248 C 9.9083624,16.126724 10.224788,16.219014 10.554399,16.284936 V 21.440044 C 4.5027504,20.635795 0.25736736,15.085155 1.0616164,9.0335055 1.1670924,8.2028865 1.3780424,7.3854525 1.6681004,6.6075715 1.7603904,6.3570675 1.6285464,6.0801955 1.3912274,5.9879045 1.1539074,5.8956135 0.86385036,6.0274575 0.77155936,6.2647775 V 6.2647775 C -1.5620826,12.474639 1.5758094,19.396459 7.7856704,21.716917 8.9854534,22.165188 10.237973,22.415691 11.516861,22.468429 V 16.377228 C 11.688259,16.390411 12.004685,16.390411 12.004685,16.390411 12.004685,16.390411 12.321111,16.390411 12.492509,16.377228 V 22.455246 C 19.124272,22.178373 24.266196,16.588179 23.989323,9.9564145 23.923401,8.7038945 23.672897,7.4513745 23.224627,6.2515925 Z M 14.206483,13.094307 C 14.588831,12.711959 15.208499,12.711959 15.604032,13.094307 15.98638,13.476655 15.98638,14.096322 15.604032,14.491856 15.221683,14.874204 14.602016,14.874204 14.206483,14.491856 14.021901,14.307274 13.916426,14.05677 13.916426,13.793081 13.916426,13.529393 14.021901,13.278889 14.206483,13.094307 Z M 9.7765184,14.491856 C 9.3941704,14.874204 8.7745024,14.874204 8.3921544,14.491856 8.3921544,14.491856 8.3921544,14.491856 8.3921544,14.491856 8.0098064,14.109507 8.0098064,13.476655 8.3921544,13.094307 8.7745024,12.711959 9.4073544,12.711959 9.7897024,13.094307 10.172051,13.48984 10.172051,14.109507 9.7765184,14.491856 Z\"/></svg>\n </figure>\n </td>\n <td>gitkraken.svg</td>\n <td><code>_includes/icons/simple-icons/gitkraken.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gitkraken\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>GitLab icon</title><path d=\"M4.844.904a1.007 1.007 0 00-.955.692l-2.53 7.783c0 .007-.005.012-.007.02L.07 13.335a1.437 1.437 0 00.522 1.607l11.072 8.045a.566.566 0 00.67-.004l11.074-8.04a1.436 1.436 0 00.522-1.61l-1.26-3.867a.547.547 0 00-.031-.104l-2.526-7.775a1.004 1.004 0 00-.957-.684.987.987 0 00-.949.69l-2.406 7.408H8.203l-2.41-7.408a.987.987 0 00-.943-.69h-.006zm-.006 1.42l2.174 6.678H2.674l2.164-6.678zm14.328 0l2.168 6.678h-4.342l2.174-6.678zm-10.594 7.81h6.862l-2.15 6.618L12 20.693 8.572 10.135zm-5.515.005h4.322l3.086 9.5-7.408-9.5zm13.568 0h4.326l-6.703 8.588-.709.914 2.959-9.108.127-.394zM2.1 10.762l6.978 8.947-7.818-5.682a.305.305 0 01-.112-.341l.952-2.924zm19.8 0l.952 2.922a.305.305 0 01-.11.341v.002l-7.82 5.68.025-.035 6.953-8.91Z\"/></svg>\n\n </figure>\n </td>\n <td>gitlab.svg</td>\n <td><code>_includes/icons/simple-icons/gitlab.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gitlab\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Gitpod icon</title><path d=\"M3.6 17V7.6L1.5 6.4v11.8L11.7 24v-2.4z M11.7 19.2v-6.9l-6-3.5v7zM12 2.4l8.1 4.7 2.1-1.2L12 0 1.8 5.9l2.1 1.2z M18 8.3l-6-3.5-6 3.5 6 3.5zM12.3 19.3l6-3.5v-2.4l-4.1 2.4v-2.4l6.2-3.6V17l-8.1 4.6V24l10.2-5.8V6.4l-10.2 5.9zM12 12.1z\"/></svg>\n </figure>\n </td>\n <td>gitpod.svg</td>\n <td><code>_includes/icons/simple-icons/gitpod.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gitpod\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Gitter icon</title><path d=\"M8.501 4.001H10.5V24H8.501V4.001zm6.999 0V24h-2V4.001h2zM3.5 0h2.001v15H3.5V0zm15 4.001h2V15h-2V4.001z\"/></svg>\n </figure>\n </td>\n <td>gitter.svg</td>\n <td><code>_includes/icons/simple-icons/gitter.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gitter\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Glassdoor icon</title><path d=\"M17.144 20.572H3.43C3.43 22.465 4.963 24 6.856 24h10.286c1.893 0 3.428-1.535 3.428-3.428V6.492c0-.07-.054-.125-.124-.125h-3.18c-.067 0-.123.056-.123.126v14.08zm0-20.572c1.892 0 3.427 1.535 3.427 3.43H6.858v14.078c0 .068-.056.125-.125.125H3.554c-.07 0-.125-.057-.125-.125V3.428C3.43 1.536 4.963 0 6.856 0h10.287\"/></svg>\n </figure>\n </td>\n <td>glassdoor.svg</td>\n <td><code>_includes/icons/simple-icons/glassdoor.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"glassdoor\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Glitch icon</title><path d=\"M23.8 12.57c-.29-.15-3.4 1.4-4.07 1.27-1.68-.3-1.37-.5-3.63-1.02-.9-.2-.77-.08-.97-.23-.13-.1-.26-.12-.45-.3 3-.54 4.52-1.27 5.05-1.38.57-.11 3.87 1.47 4.07 1.1.2-.37-.72-1.18-.3-2.27.44-1.1-.52-1.82.01-2.69.54-.87.43-2.2.3-2.27-.3-.15-3.4 1.4-4.08 1.27-1.68-.31-1.37-.51-3.63-1.02-.9-.2-.77-.09-.97-.24-.2-.15-.39-.1-.78-.73s-4.88-1.6-5.18-1.6c-.62 0-1.78 1.6-1.78 1.6s-.45 0-1.8.07-2.53.67-4.12 1.92C-.13 7.3.1 8.56.1 8.56s1.48.5 1.48.78c0 .27-1.3.6-1.3.6C1.12 11 3.72 12 4.38 12h.52c-1.08.21-2.12.8-3.44 1.83C-.13 15.1.1 16.36.1 16.36s1.48.5 1.48.77-1.3.6-1.3.6c.84 1.07 3.44 2.07 4.1 2.07.63 0 1.07.02 1.87-.13.06.13.68 1.45 1.95 1.72 1.34.29 2.08.06 2.08.06s.07-.59-.24-1.18c1.16.12 2.48.15 3.77-.05 3.57-.54 5.34-1.4 5.92-1.51.57-.12 3.87 1.46 4.07 1.1.2-.38-.72-1.19-.29-2.28.43-1.1-.53-1.81 0-2.69.54-.87.43-2.2.3-2.27zM3.46 8.87a.95.95 0 0 1-.22-.03H3.2a2.6 2.6 0 0 1-.06-.03L3.1 8.8l-.06-.03H3a.57.57 0 0 1-.05-.03L2.9 8.7l-.05-.03-.04-.03a1.1 1.1 0 0 1-.05-.04l-.03-.03a1 1 0 0 1-.05-.06l-.02-.02a1.95 1.95 0 0 1-.07-.08l-.02-.02a1.15 1.15 0 0 1-.04-.08l-.02-.03-.04-.06a.78.78 0 0 0-.02-.05l-.02-.06-.02-.04A1.66 1.66 0 0 1 2.4 8l-.01-.05a.75.75 0 0 1-.02-.06v-.05c.07.43.42.76.83.76.47 0 .86-.43.86-.97s-.38-.98-.86-.98c-.47 0-.85.43-.86.96 0-.7.5-1.27 1.12-1.27s1.11.56 1.11 1.26-.5 1.27-1.11 1.27zm-.75-.95c0-.15.1-.27.24-.27s.23.12.23.27-.1.26-.23.26-.24-.12-.24-.26zm.75 8.74a.95.95 0 0 1-.11 0l-.04-.01a.88.88 0 0 1-.07-.01l-.04-.01-.06-.02-.04-.02a.57.57 0 0 1-.06-.02L3 16.55a.73.73 0 0 1-.05-.03l-.04-.02-.05-.04-.04-.03a.73.73 0 0 1-.05-.04l-.03-.03a1 1 0 0 1-.07-.07 1.44 1.44 0 0 1-.07-.09l-.02-.02a1.13 1.13 0 0 1-.04-.07l-.02-.04a1.3 1.3 0 0 1-.04-.06l-.02-.04-.02-.07-.02-.04a5.06 5.06 0 0 1-.02-.07l-.01-.04a.75.75 0 0 1-.02-.07v-.05c.07.43.42.76.83.76.47 0 .86-.43.86-.97s-.38-.97-.86-.97c-.47 0-.85.42-.86.95 0-.7.5-1.27 1.12-1.27s1.11.57 1.11 1.26-.5 1.27-1.11 1.27zm-.75-.95c0-.14.1-.26.24-.26s.23.12.23.26-.1.26-.23.26-.24-.11-.24-.26zm5.08-5.5v-.03l.03-.06.06-.22a18.71 18.71 0 0 0 .36-1.33c.12-.53.17-.96.15-1.2a3.04 3.04 0 0 0-.04-.27 5.92 5.92 0 0 0-.2-.79 8.05 8.05 0 0 0-.19-.5l-.06-.13-.02-.05c-.09-.2.04-.43.24-.42h.14l.4.03 1.2.06.38.02.86.06a21.12 21.12 0 0 1 7.93 2.12l.67.3c.13.06.2.23.14.38-.05.14-.2.22-.33.16l-.67-.3a20.72 20.72 0 0 0-7.77-2.09l-.86-.05-.38-.02-1.2-.07h-.12a8.69 8.69 0 0 1 .34 1.17l.05.32c.03.34-.03.81-.17 1.41l-.15.62a21.23 21.23 0 0 1-.29.99l-.02.06a.16.16 0 0 0 0 .03c-.05.14-.2.22-.33.16-.13-.05-.2-.22-.15-.37zm-1.5-4.76a.23.23 0 0 1 .36.02 4.68 4.68 0 0 1 .42.62c.22.4.37.8.41 1.21.02.23 0 .49-.04.77a6.2 6.2 0 0 1-.2.83 8.29 8.29 0 0 1-.25.69c-.06.14-.21.2-.34.13-.13-.07-.18-.24-.12-.39l.02-.04.05-.13a7.76 7.76 0 0 0 .16-.45 5.43 5.43 0 0 0 .18-.75c.04-.23.05-.43.04-.6a2.6 2.6 0 0 0-.34-.97 4.1 4.1 0 0 0-.33-.5l-.03-.03a.32.32 0 0 1 .02-.4zm1.15 10.4a6.17 6.17 0 0 1-.2.85 8.29 8.29 0 0 1-.25.68c-.06.14-.21.2-.34.13-.13-.07-.18-.24-.12-.39l.02-.04.05-.13a7.76 7.76 0 0 0 .16-.45 5.43 5.43 0 0 0 .18-.75c.04-.23.05-.43.03-.6a2.6 2.6 0 0 0-.33-.96 4.1 4.1 0 0 0-.33-.5l-.03-.04a.32.32 0 0 1 .02-.4.23.23 0 0 1 .35 0 4.68 4.68 0 0 1 .42.63c.22.4.37.81.41 1.21.02.23 0 .49-.04.77zm12.4.12c-.05.14-.2.22-.33.16l-.67-.3a20.72 20.72 0 0 0-7.77-2.09l-.85-.05h-.05l-.34-.02a913.89 913.89 0 0 0-1.32-.07l.03.06a6.38 6.38 0 0 1 .36 1.43c.03.34-.03.81-.17 1.41l-.15.62a21.29 21.29 0 0 1-.29 1l-.02.05a.16.16 0 0 0 0 .03c-.05.15-.2.22-.33.17-.13-.06-.2-.23-.15-.38v-.02l.03-.06.06-.22a18.71 18.71 0 0 0 .36-1.33c.12-.53.17-.96.15-1.2a3.04 3.04 0 0 0-.04-.27 5.92 5.92 0 0 0-.2-.79 8.02 8.02 0 0 0-.19-.49l-.04-.09-.02-.05-.02-.05c-.09-.2.04-.43.24-.42h.14l.4.03 1.2.06.38.02h.01l.85.06a21.07 21.07 0 0 1 7.93 2.12l.67.3c.13.06.2.23.14.38z\"/></svg>\n </figure>\n </td>\n <td>glitch.svg</td>\n <td><code>_includes/icons/simple-icons/glitch.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"glitch\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Gmail icon</title><path d=\"M24 4.5v15c0 .85-.65 1.5-1.5 1.5H21V7.387l-9 6.463-9-6.463V21H1.5C.649 21 0 20.35 0 19.5v-15c0-.425.162-.8.431-1.068C.7 3.16 1.076 3 1.5 3H2l10 7.25L22 3h.5c.425 0 .8.162 1.069.432.27.268.431.643.431 1.068z\"/></svg>\n </figure>\n </td>\n <td>gmail.svg</td>\n <td><code>_includes/icons/simple-icons/gmail.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gmail\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>GNOME icon</title><path d=\"M17.865 0c-3.8 0-4.513 5.414-2.375 5.414S21.666 0 17.865 0zm-5.873.664c-.06 0-.124.003-.191.012-2.14.277-1.385 3.997-.246 4.066 1.103.068 2.308-4.071.437-4.078zm-3.705 1.47c-.113.003-.237.031-.371.087-1.72.71-.262 3.636.701 3.44.889-.182 1.004-3.556-.33-3.526zM5.547 4.43a.801.801 0 00-.483.164c-1.376.95.462 3.249 1.272 2.892.708-.312.257-3.021-.79-3.056zm7.637 1.758c-2.92.025-6.636 1.506-7.284 4.404-.718 3.217 2.96 7.68 6.797 7.68 1.888 0 4.066-1.706 4.473-3.866.311-1.647-3.662-.986-3.52.104.171 1.306-.958 1.95-2.064 1.107-3.52-2.68 5.83-4.016 5.213-7.678-.2-1.187-1.744-1.768-3.615-1.752zM5.268 20.19c-.536 0-.958.17-1.266.51-.308.34-.463.805-.463 1.397 0 .585.153 1.048.455 1.39.303.341.713.512 1.23.512.258 0 .873.004 1.288-.344v-1.765H5.264v.634h.644v.635c-.098.08-.282.154-.58.154-.293 0-.544-.106-.71-.318-.167-.211-.25-.51-.25-.898 0-.392.087-.693.259-.903.173-.211.419-.318.738-.318a1.602 1.602 0 01.817.225l.216-.637a2.245 2.245 0 00-.537-.205 2.507 2.507 0 00-.593-.069zm6.562 0c-.47.013-.842.182-1.115.506-.283.338-.426.806-.426 1.4 0 .594.143 1.06.426 1.397.284.338.675.506 1.174.506.5 0 .89-.168 1.174-.506.283-.338.423-.803.423-1.396 0-.595-.14-1.063-.424-1.4-.283-.338-.674-.507-1.173-.507h-.059zm-4.77.067v3.67h.682v-2.205l1.598 2.205h.506v-3.67h-.682v2.207l-1.598-2.207h-.505zm7.108 0l-.389 3.67h.76l.234-2.373.715 2.384h.508l.717-2.306.234 2.295h.758l-.39-3.67h-.862l-.713 2.29-.707-2.29h-.865zm4.084 0v3.67h2.209v-.715h-1.408v-.84H20.1v-.639h-1.047v-.761h1.361v-.715h-2.162zm-6.387.619h.024c.245 0 .435.107.57.32.135.213.201.514.201.9s-.066.684-.201.897a.639.639 0 01-.57.32.637.637 0 01-.569-.32c-.134-.213-.203-.511-.203-.896 0-.387.069-.688.203-.9a.635.635 0 01.545-.321Z\"/></svg>\n\n </figure>\n </td>\n <td>gnome.svg</td>\n <td><code>_includes/icons/simple-icons/gnome.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gnome\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>GNU icon</title><path d=\"M5.072 13.932c-.221.012-.419.141-.519.338-.115.211-.389.242-.517.201-.21-.07-.481-.119-.744.068s-.546.045-.495-.297c.049-.34.172-.645.499-.83.714-.41.217-.695.608-1.109.394-.412.307-.537.293-1.099-1.326-.2-2.078-.582-2.916-1.631C.442 8.526.116 7.663.03 6.349-.058 5.032.019 4.18.587 3.088 1.155 2 1.755 1.475 2.789.93 3.824.382 4.84.253 5.778.269c.939.015 1.564.083 2.094.387.531.303 1.016.684 1.324.685.24.015.477-.053.673-.192.04 1.02-.878 1.108-1.698 1.13-.82.021-1.324-.317-2.08-.192-.754.128-1.992.471-2.595 1.52-.603 1.05-.624 1.42-.573 2.301.049.878.806 1.534 1.234 1.542.428.007.523-.117.898-.36.374-.246 2.284-2.61 2.934-3.14.653-.531 1.296-.696 1.99-.705.695-.008.871.015 1.433.246.56.229.904.652 1.356.91.23-.135.375-.339.584-.495.76-.552 1.152-.702 2.053-.615.518.052 1.169.347 1.56.686.693.604 1.266 1.441 1.728 2.079.36.497.785 1.091 1.392 1.277.659.201 1.157-.652 1.23-1.129.043-.27.097-.506.097-.801 0-.297-.03-.655-.115-.965-.09-.307-.222-.599-.392-.869-.258-.416-.68-.85-1.116-1.072-.246-.125-.826-.353-1.191-.361-.448-.01-.789.141-1.202.169-.5.034-1.396.146-1.786-.24-.251-.246-.283-.411-.324-.731.109.092.264.15.401.163.313.026.605-.229.859-.378.21-.123.504-.34.778-.45.704-.285 1.568-.278 2.31-.2.595.06 1.368.324 1.89.621.526.296 1.031.797 1.4 1.268.466.594.721 1.104.889 1.844.216.945.277 2.365.015 3.299-.205.734-.887 1.861-1.467 2.414-.573.547-1.235.811-1.986.955.03.149.033.291.071.416.056.178.163.375.38.313.086-.025.133-.047.246.053.115.1.056.485-.266.66-.164.086-.334.105-.595.112-.319.012-.639-.004-.953-.046-.283-.047-.451-.273-.765-.309-.485-.055-.855-.405-1.245-.654-.162-.104-.218-.104-.311-.158.051.154.118.314.151.465.034.146.02.285.037.404.019.119.052.211.07.309.077.068.103.173.233.207.13.035.334-.018.468-.037.135-.018.224-.09.328-.07.105.02.204.096.292.166s.164.08.234.254c.07.178.135.537.146.777.009.24-.018.455-.089.648-.07.189-.135.273-.327.463s-.506.465-.819.66c.058.084.083.162.173.254.09.094.277.197.359.295.085.098.128.168.128.277.012.131-.021.262-.093.373-.223.299-.483.352-.803.492.054.334.098.572.02.906-.03.137-.102.445-.27.525-.169.08-.492.041-.698.074-.205.031-.319.063-.479.094-.098.141-.242.297-.291.422-.049.127-.034.172.006.299.042.129.185.316.225.469.039.15.049.311.011.463-.038.15-.117.287-.23.396-.129.135-.382.24-.509.346-.125.111-.252.123-.217.303.047.248.409.646.67.744.185.055.382.039.557-.041-.014.209-.195.354-.315.494.322-.094.636-.27.854-.504-.067.203-.3.529-.645.816s-.343.229-.517.344c.314.061.606.045.85.002-.197.111-.416.182-.641.207-.289.031-.468.008-.729-.055-.261-.063-.499-.301-.814-.465.03.119.053.26.185.381.136.119.335.182.549.283-.272-.029-.558-.037-.824-.096-.199-.047-.332-.092-.478-.164-.144-.07-.255-.176-.384-.264.061.117.079.256.184.352.104.098.275.135.412.199-.143-.004-.281.029-.43-.01-.16-.037-.312-.109-.443-.209-.16-.119-.311-.25-.445-.396-.132-.145-.296-.332-.345-.463-.048-.133.03-.225.044-.338-.09.061-.201.094-.272.18-.07.088-.132.166-.101.318.03.15.172.338.271.506-.296-.242-.461-.336-.531-.625-.064-.273.104-.52.233-.725.064-.104.162-.199.221-.299-.135-.129-.285-.24-.4-.389-.113-.15-.162-.352-.277-.492-.117-.143-.274-.232-.41-.348.119.256.317.572.359.771.044.199-.048.322-.119.43-.07.107-.184.133-.292.197-.11.068-.277.016-.342.113s-.083.246-.021.344l.256.398c-.126-.072-.235-.168-.327-.281-.074-.096-.186-.188-.199-.316-.016-.131-.023-.246.063-.363.084-.117.318-.156.422-.246.105-.09.162-.148.156-.264-.006-.117-.119-.199-.217-.273-.299-.225-.68-.43-.934-.699-.109-.105-.191-.234-.239-.379-.03-.105.001-.188.071-.314.072-.131.315-.305.346-.443.029-.141-.095-.172-.205-.221-.111-.049-.322.025-.425-.061s.03-.266-.086-.365-.381-.045-.519-.15c-.121-.102-.205-.24-.24-.395-.046-.141-.053-.291-.021-.436.032-.113.128-.133.187-.191.059-.057.108-.104.03-.191-.074-.088-.33.004-.476-.105-.149-.113-.06-.381-.163-.494-.104-.109-.287-.066-.386-.104-.097-.035-.135.09-.194-.109-.061-.199-.063-.797-.143-1.02s-.238-.016-.311-.236c-.075-.221-.004-.574-.037-.908l-.15-.91c-.521.352-.867.463-1.428.561-.047 1.373-.176 2.182.291 3.705.465 1.521 1.408 2.42 2.68 3.707-1.68-1.256-2.479-2.279-2.981-3.588-.501-1.311-.406-2.407-.356-3.666zm8.919-.553c.129.006.285.039.376.098.091.061.188.107.27.189.206.211.36.463.428.752.044.186.05.422.064.639-.062-.199-.103-.408-.192-.588-.139-.285-.376-.561-.672-.688-.066-.031-.141-.041-.214-.027.023.041.063.076.065.133 0 .059-.012.174-.112.223-.16.078-.339.021-.464-.086-.127-.117-.166-.301-.102-.459.079-.194.375-.194.553-.186zm-1.621-.272c.017-.332.135-.609.433-.771.187-.107.392-.18.604-.215.207-.026.713-.008 1.018.131.232.105.391.271.597.394.205.121.351.201.546.338.3.211.475.439.682.576.101.066.24.057.374.098-.104.029-.239.064-.35.029-.159-.064-.308-.152-.438-.264-.154-.137-.32-.258-.497-.359-.124-.072-.329-.158-.466-.246-.135-.09-.371-.283-.502-.349-.207-.086-.428-.129-.65-.125-.256.008-.626.05-.822.228-.197.18-.271.336-.227.566.073-.084.123-.191.195-.254.154-.133.329-.139.521-.113.215.027.322.15.393.354-.047-.033-.135-.109-.204-.135-.144-.055-.306-.039-.438.043-.179.098-.13.24-.154.396-.013.076-.041.133-.061.199-.067-.016-.129-.049-.18-.098.001.076-.01.141.006.223.014.084.055.184.084.273-.126-.125-.256-.24-.335-.402-.086-.157-.131-.337-.129-.517zm.219-2.4c.091-.136.119-.345.174-.517-.021.217.021.453-.083.609-.105.158-.292.129-.443.176.118-.09.258-.131.352-.268zm-2.207 3.203c.119-.096.438-.02.676-.002l-.514.133c-.017.059-.01.123-.048.174-.04.051-.114.068-.171.104.006-.155-.062-.313.057-.409zm1.683-6.652c.143.075.321.178.449.18.124.004.158-.08.232-.131.115.38.25.797.448 1.142.083.146.136.079.2.224.063.145.09.439.15.626.059.187.137.321.207.483-.174-.25-.401-.566-.5-.773-.098-.207-.035-.225-.115-.421-.078-.198-.238-.504-.357-.756-.086.011-.19.026-.255.006-.065-.021-.054-.091-.112-.134-.059-.045-.158-.027-.24-.1-.081-.07-.1-.217-.107-.346zm-.767 1.875c.135-.012.299.023.425.017s.216-.039.325-.06c-.021-.189-.002-.537-.176-.664-.115-.08-.578-.02-.701.006-.279.061-.604.227-.873.33.258-.18.481-.346.791-.439.188-.055.621-.129.813-.076.089.023.105.061.159.135.183.255.183.475.229.773.047.071.096.119.135.194.038.093.062.19.068.289-.048-.069-.018-.155-.149-.206-.135-.053-.337-.005-.517.014.131.096.195.186.201.384.006.233-.191.401-.398.417-.285.022-.434-.041-.549-.285-.051-.107-.016-.236-.018-.341-.346.024-.34.013-.592.222.139.201.224.315.451.436.125.066.27.133.425.16.157.027.415.053.581.027.145-.018.278-.082.379-.187.123-.112.135-.274.182-.403-.004.127-.027.252-.07.371-.14.27-.38.352-.668.352-.275 0-.616-.063-.873-.169-.205-.085-.545-.325-.625-.534-.056-.143-.012-.318-.018-.477.285-.189.354-.143.689-.198.141-.025.239-.076.374-.088zM9.643 7.854c.007-.114.021-.111.03-.167-.259-.069-.361.099-.514.411-.057.115 0 .186-.062.263-.059.076-.159.065-.257.139s-.196.215-.289.292c-.189.156-.447.251-.667.358.15-.111.443-.279.538-.439.05-.086.042-.247.12-.325.078-.075.105-.13.205-.149.1-.019.061-.136.093-.229.032-.091.097-.158.165-.251s.156-.23.291-.282c.135-.049.347.005.45-.023.102-.029.043-.105.118-.15s.219-.023.32-.072c.176-.084.26-.227.367-.377.015.326.01.561-.107.869-.131.346-.266.55-.641.763-.128.072-.257.098-.365.137.062-.086.152-.123.188-.256.034-.136.009-.4.017-.512zm6.059 1.592c-.177.014-.219-.012-.363.091l.232.36c-.006-.237.018-.285.133-.451h-.002zm-.465-.172c.246-.104.461-.189.73-.207.107-.008.274.009.383.016.094-.137.211-.244.256-.4.028-.104.015-.584-.038-.709-.146-.361-.29-.377-.495-.585-.146-.149-.152-.38-.197-.638-.015-.094-.062-.213-.084-.31-.283-.046-.57-.062-.857-.045.148-.143.291-.271.334-.486.045-.229.004-.466-.113-.667-.121-.191-.315-.36-.494-.517-.178-.155-.436-.284-.604-.412.221-.077.444-.194.66-.235.561-.108 1.043.057 1.584.384.315.19.573.37.902.716.329.344.735.975 1.054 1.348.317.375.575.67.853.893.276.226.528.289.792.431l.412.438.335-.413.535.06.111-.601.49-.136-.079-.811.354-.252-.267-.504.27-.553-.352-.63.135-.607-.407-.348-.053-.646-.569-.217-.227-.561-.64-.007-.315-.417-.431.03-.479-.053-.27-.199-.396.26-.477-.248-.947.359.618-.537.64-.102.49-.126.663.218.582-.147.563.331.596-.031.293.525.591.067.32.581.372.205.1.746.333.315-.148.653.39.494-.363.529.39.332-.499.443.506.529-.613.2.398.566-.501.088.328.622-.563-.008.285.466-.621-.074.148.672-.468-.411-.159.814-.322-.585-.175.73-.397-.537.011.765-.439-.688c.091.391.073.817.329 1.185.794-.107 1.312-.307 1.921-.892.552-.533 1.214-1.644 1.394-2.35.204-.802.21-2.281.009-3.101-.194-.787-.446-1.163-.896-1.807-.43-.455-.853-.939-1.399-1.264-.803-.48-1.829-.608-2.742-.596-.393.001-.781.074-1.148.215-.527.191-.95.611-1.487.818-.175.067-.315.068-.454-.004.135.27.281.391.619.489.244.071.825.026 1.227-.011.43-.039.654-.167 1.239-.16.57.01 1.024.225 1.272.368.511.292.877.614 1.196 1.129.175.282.298.601.383.925.086.324.124.688.13 1.006s-.019.602-.097.888c-.182.669-.583 1.35-1.407 1.245-.504-.063-1.263-1.01-1.518-1.357-.515-.701-1.043-1.477-1.688-2.059-.407-.366-.92-.594-1.463-.65-.992-.09-1.287.098-2.033.715.151.047.299.074.455.145.346.156.662.357.938.615.29.27.42.442.43.829.007.259-.204.465-.399.649-.118.114-.275.218-.372.307-.127.117-.285.246-.124.432.06.07.165.123.252.189.141.103.075.488-.108.592-.226.136-.513.111-.713-.061.246-.035.402-.068.395-.27-.002-.115-.149-.213-.297-.279-.35-.16-.614-.135-.963-.387-.353-.254-.359-.393-.455-.79-.17.017-.327.021-.555.097-.226.074-.478.254-.684.299-.52.111-.623.078-.907.006-.501-.132-1.151.09-1.8.299-.107.033-.543 0-.836.102-.528.209-1.019.496-1.457.853-.556.469-1.286 1.869-1.698 3.477-.045.49.095.818-.213 1.057-.308.24-.3.851-.405 1.023-.103.17-.225.094-.45.336-.223.24-.337.201-.332.654.195-.125.477-.273.725-.285.221-.006.222.283.785-.273.301-.299.881-.309 1.283-.439s1.125-.402 1.851-1.212c.724-.81 1.071-1.664 1.212-2.896.02.215.06.463-.033 1.065-.095.604-.296 1.28.129 2.094l.265.504c-.157-.215-.465-.566-.56-.816l-.211-.578c-.48.753-.59.887-1.255 1.425-.026.334-.033.682.076 1.002.108.32-.064.688.02.9.082.209.273.09.336.303s-.032.635.064.842c.099.207.337.082.453.15.115.066.154.158.215.246.063.088-.023.297.103.365.126.066.32.01.453.074.13.066.149.223.119.361-.032.141-.172.205-.233.348-.062.119-.055.262.02.373.074.131.236.201.4.27.162.064.391.027.559.119.169.09.32.273.408.406.089.131.113.225.109.363-.014.154-.059.301-.137.434-.074.135-.236.299.02.555.254.254.246.145.393.313-.017-.289-.135-.521-.049-.738.088-.217.349-.256.484-.352.139-.1.219-.232.326-.348 0 .148.015.309-.002.42-.033.227-.102.432.237.467.153.016.299-.082.459-.141-.084.148-.23.27-.253.451-.028.195.018.395.13.559.124.18.341.313.499.416.158.105.244.115.365.174.006.176-.03.363-.009.531.019.168.073.314.169.453.098.141.252.219.398.32-.08-.188-.242-.365-.24-.561s.06-.334.252-.51c.191-.174.639-.324.85-.494.156-.109.279-.26.355-.436.075-.164.055-.43.069-.576.069.205.079.27.103.486.021.217-.127.521-.189.68.228-.105.409-.293.51-.525.057.035.028.125.049.301.094-.092.199-.162.293-.25s.195-.164.243-.287c.046-.121.027-.252-.007-.393-.035-.143-.193-.307-.279-.463-.084-.152.016-.305.01-.492-.17-.029-.314-.117-.512-.088-.195.029-.42.248-.621.252-.199 0-.314-.188-.478-.238-.165-.053-.33-.045-.495-.07.209-.199 1.021-.295 1.576-.385.486-.082.978-.125 1.47-.133.221-.006.506.068.661.025.152-.045.119-.15.164-.264.129-.318.066-.604-.004-.924-.444-.053-.908-.115-1.356-.082-.438.033-.956.242-1.409.256-.392.014-.976-.074-1.312-.281-.413-.25-.731-.789-.845-.965-.184-.281-.416-.836-.559-1.088-.141-.254-.173-.324-.29-.43-.118-.105-.278-.113-.419-.17.161.014.336-.035.482.047.221.127.465.648.602.877.145-.486.111-.676.529-.951-.336.379-.346.666-.428 1.111.281.459.67 1.193 1.18 1.396.186.074.502.119.701.145.621.076 1.22-.119 1.828-.27.445-.111.897-.066 1.438-.035.183.012.616-.1.707-.283.052-.107.042-.232-.024-.33-.07-.105-.255-.158-.355-.254-.099-.098-.156-.211-.235-.314-.35.068-.704.105-1.062.115.221-.09.433-.141.66-.23.237-.098.463-.219.676-.359.186-.123.303-.193.438-.334.134-.143.305-.289.404-.463.099-.174.114-.369.12-.584.004-.215-.005-.516-.088-.691-.084-.172-.243-.225-.372-.264-.127-.041-.216.063-.349.076-.134.014-.258.096-.452.006-.248-.129-.461-.318-.617-.549-.196-.274-.335-.723-.534-1.068-.343-.596-.771-1.149-1.179-1.702-.035-.135-.084-.324-.102-.508-.031-.322-.035-.656.065-.969.075-.24.188-.494.438-.592.1-.043.212-.051.317-.022.09.032.179.135.142.252-.039.129-.127.134-.188.198-.091.091-.153.205-.183.33.111-.004.262-.011.354.013.12.03.229.11.291.279-.143-.126-.213-.185-.39-.188-.083-.002-.182.026-.271.041-.034.108-.054.243-.101.329-.049.084-.141.063-.176.161-.033.128-.039.261-.02.391h.004zm1.242-.149c.056.021.075.027.146.08.069.052.165.104.22.229.044.129.058.266.04.4-.048-.015-.113-.005-.163-.047-.05-.043-.079-.14-.143-.18-.065-.043-.117-.034-.188-.043.038.096.05.199.036.301-.036.203-.156.307-.352.33-.084.012-.219-.016-.292-.029.034.075.091.143.126.219.164-.023.285-.02.375-.061.088-.041.183-.135.296-.173.113-.039.214-.039.338-.059-.098.084-.162.167-.259.253l.214.623c.152.096.294.146.485.263.191.116.42.327.67.44.249.113.396.177.657.225.259.05.467.262.722.296.255.032.735.041.932.021.225-.021.516-.136.542-.382-.188.045-.475.005-.619-.349-.064-.157-.034-.447-.132-.631-.099-.187-.236-.246-.4-.475s-.431-.589-.58-.895c-.15-.308-.188-.654-.313-.929-.128-.274-.319-.495-.469-.708-.324-.463-.585-.777-1.12-1.011-.258-.112-.551-.143-.824-.213-.113.05-.268.104-.295.237-.021.15.021.305.12.421.159.165.395.342.487.603.061.168.076.73.025.883-.054.16-.178.257-.282.361zm.052 1.331c-.049.043-.087.087-.167.122-.08.036-.189.045-.295.071.148.231.305.466.447.709.143.242.266.51.401.765-.007-.147.002-.302-.019-.438-.021-.136-.083-.254-.145-.461-.06-.206-.135-.484-.222-.768zm-3.999-5.087c-.021.226.019.581.064.806.058.267.111.404.328.564.396.295.648.245.955.416.145.081.328.217.382.359.053.146-.036.301-.146.363.192.029.408-.189.318-.41-.045-.109-.255-.16-.32-.271-.059-.102-.07-.224-.033-.335.053-.202.454-.388.597-.546.218-.248.3-.453.177-.77-.172-.445-.842-.804-1.242-.979-.183-.08-.287-.084-.429-.129.292.174.601.31.75.691.123.321.015.443.021.721.002.13.172.195.248.275.064.072.06.125.008.223-.004-.08-.045-.154-.111-.199-.112-.08-.234-.063-.294-.225-.09-.248.091-.484-.112-.762-.15-.208-.353-.441-.625-.447-.123-.001-.244.018-.36.058l-.183-.22-.005-.003c-.372-.339-.627-.619-1.147-.852-.522-.234-.78-.27-1.379-.256-.597.013-1.19.063-1.883.66-.694.6-2.481 2.888-2.915 3.177-.431.289-.527.389-1.068.389s-1.387-.766-1.42-1.723c-.032-.956-.045-1.297.619-2.449.666-1.152 1.869-1.506 2.764-1.625.895-.121 1.432.194 2.092.195.66.002 1.314-.111 1.508-.637-.095.056-.221.12-.577.101-.355-.019-.849-.431-1.402-.706C7.157.547 6.542.514 5.75.5c-.79-.015-1.777.045-2.755.574-.978.525-1.645 1.085-2.213 2.12C.214 4.227.13 5.069.222 6.321c.09 1.25.477 2.181 1.219 3.098.744.914 1.486 1.363 2.824 1.529l.283-1.242-.504.721.014-.803-.455.565-.202-.767-.367.615-.183-.855-.536.432.17-.705-.707.078.324-.491-.644.006.375-.653-.57-.091.454-.596-.698-.206.578-.555-.573-.467.448-.348-.42-.559.448-.52-.167-.685.379-.329.113-.786.426-.214.366-.611.677-.072.334-.553.68.035.642-.348.666.154.756-.228.562.13.731.108.705.564-1.081-.377-.544.26-.451-.273-.31.209-.55.057-.491-.03-.358.436-.732.007-.26.589-.65.228-.061.678-.467.366.155.637-.402.664.31.581-.305.529.404.264-.09.853.563.141.125.633.613-.063.381.434.47-.461c.858-.428 1.212-.668 1.882-1.391.759-.823 1.196-1.584 2.208-2.147.729-.405 1.321-.551 2.139-.408.766.132 1.024.593 1.59 1.077.061-.109.07-.139.169-.218-.03.142-.079.287-.093.423l-.002-.001z\"/></svg>\n </figure>\n </td>\n <td>gnu.svg</td>\n <td><code>_includes/icons/simple-icons/gnu.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gnu\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>GNU Bash icon</title><path d=\"M21.038,4.9l-7.577-4.498C13.009,0.134,12.505,0,12,0c-0.505,0-1.009,0.134-1.462,0.403L2.961,4.9 C2.057,5.437,1.5,6.429,1.5,7.503v8.995c0,1.073,0.557,2.066,1.462,2.603l7.577,4.497C10.991,23.866,11.495,24,12,24 c0.505,0,1.009-0.134,1.461-0.402l7.577-4.497c0.904-0.537,1.462-1.529,1.462-2.603V7.503C22.5,6.429,21.943,5.437,21.038,4.9z M15.17,18.946l0.013,0.646c0.001,0.078-0.05,0.167-0.111,0.198l-0.383,0.22c-0.061,0.031-0.111-0.007-0.112-0.085L14.57,19.29 c-0.328,0.136-0.66,0.169-0.872,0.084c-0.04-0.016-0.057-0.075-0.041-0.142l0.139-0.584c0.011-0.046,0.036-0.092,0.069-0.121 c0.012-0.011,0.024-0.02,0.036-0.026c0.022-0.011,0.043-0.014,0.062-0.006c0.229,0.077,0.521,0.041,0.802-0.101 c0.357-0.181,0.596-0.545,0.592-0.907c-0.003-0.328-0.181-0.465-0.613-0.468c-0.55,0.001-1.064-0.107-1.072-0.917 c-0.007-0.667,0.34-1.361,0.889-1.8l-0.007-0.652c-0.001-0.08,0.048-0.168,0.111-0.2l0.37-0.236 c0.061-0.031,0.111,0.007,0.112,0.087l0.006,0.653c0.273-0.109,0.511-0.138,0.726-0.088c0.047,0.012,0.067,0.076,0.048,0.151 l-0.144,0.578c-0.011,0.044-0.036,0.088-0.065,0.116c-0.012,0.012-0.025,0.021-0.038,0.028c-0.019,0.01-0.038,0.013-0.057,0.009 c-0.098-0.022-0.332-0.073-0.699,0.113c-0.385,0.195-0.52,0.53-0.517,0.778c0.003,0.297,0.155,0.387,0.681,0.396 c0.7,0.012,1.003,0.318,1.01,1.023C16.105,17.747,15.736,18.491,15.17,18.946z M19.143,17.859c0,0.06-0.008,0.116-0.058,0.145 l-1.916,1.164c-0.05,0.029-0.09,0.004-0.09-0.056v-0.494c0-0.06,0.037-0.093,0.087-0.122l1.887-1.129 c0.05-0.029,0.09-0.004,0.09,0.056V17.859z M20.459,6.797l-7.168,4.427c-0.894,0.523-1.553,1.109-1.553,2.187v8.833 c0,0.645,0.26,1.063,0.66,1.184c-0.131,0.023-0.264,0.039-0.398,0.039c-0.42,0-0.833-0.114-1.197-0.33L3.226,18.64 c-0.741-0.44-1.201-1.261-1.201-2.142V7.503c0-0.881,0.46-1.702,1.201-2.142l7.577-4.498c0.363-0.216,0.777-0.33,1.197-0.33 c0.419,0,0.833,0.114,1.197,0.33l7.577,4.498c0.624,0.371,1.046,1.013,1.164,1.732C21.686,6.557,21.12,6.411,20.459,6.797z\"/></svg>\n </figure>\n </td>\n <td>gnubash.svg</td>\n <td><code>_includes/icons/simple-icons/gnubash.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gnubash\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>GNU Emacs icon</title><path d=\"M12,24C5.448,24,0.118,18.617,0.118,12S5.448,0,12,0c6.552,0,11.882,5.383,11.882,12S18.552,24,12,24z M12,0.661 C5.813,0.661,0.779,5.748,0.779,12S5.813,23.339,12,23.339c6.187,0,11.221-5.086,11.221-11.339S18.187,0.661,12,0.661z M8.03,20.197 c0,0,0.978,0.069,2.236-0.042c0.51-0.045,2.444-0.235,3.891-0.552c0,0,1.764-0.377,2.707-0.725c0.987-0.364,1.524-0.673,1.766-1.11 c-0.011-0.09,0.074-0.408-0.381-0.599c-1.164-0.488-2.514-0.4-5.185-0.457c-2.962-0.102-3.948-0.598-4.472-0.997 c-0.503-0.405-0.25-1.526,1.907-2.513c1.086-0.526,5.345-1.496,5.345-1.496c-1.434-0.709-4.109-1.955-4.659-2.224 c-0.482-0.236-1.254-0.591-1.421-1.021c-0.19-0.413,0.448-0.768,0.804-0.87c1.147-0.331,2.766-0.536,4.24-0.56 c0.741-0.012,0.861-0.059,0.861-0.059c1.022-0.17,1.695-0.869,1.414-1.976c-0.252-1.13-1.579-1.795-2.84-1.565 c-1.188,0.217-4.05,1.048-4.05,1.048c3.539-0.031,4.131,0.028,4.395,0.398c0.156,0.218-0.071,0.518-1.015,0.672 c-1.027,0.168-3.163,0.37-3.163,0.37c-2.049,0.122-3.492,0.13-3.925,1.046C6.202,7.564,6.787,8.094,7.043,8.425 c1.082,1.204,2.646,1.853,3.652,2.331c0.379,0.18,1.49,0.52,1.49,0.52c-3.265-0.18-5.619,0.823-7.001,1.977 c-1.562,1.445-0.871,3.168,2.33,4.228c1.891,0.626,2.828,0.921,5.648,0.667c1.661-0.09,1.923-0.036,1.939,0.1 c0.023,0.192-1.845,0.669-2.355,0.816C11.448,19.438,8.047,20.193,8.03,20.197z\"/></svg>\n </figure>\n </td>\n <td>gnuemacs.svg</td>\n <td><code>_includes/icons/simple-icons/gnuemacs.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gnuemacs\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>GNU IceCat icon</title><path d=\"M10.436-0.055C10.07-0.049,9.692-0.025,9.297,0.02C4.501,0.562,1.685,4.556,1.522,9.399 c-1.123,2.201-1.453,4.791-0.724,7.324c1.396,4.853,6.216,7.785,11.169,7.204l0.909-0.107c4.956,0.327,6.013-1.024,7.199-4.318 c0.125-0.272,0.306-0.77,0.569-1.574c0.007-0.038,0.016-0.077,0.021-0.096c0.789-2.152,0.905-4.582,0.24-6.891 c-0.08-0.277-0.171-0.548-0.273-0.812c-0.03-0.19-0.024-0.42,0.009-0.6c0.29-0.475,0.65-0.833,1.079-1.1l0.273-1.876 c0.287-0.323,0.177-0.601,0.19-1.061c0.167-0.079,0.259-0.214,0.329-0.43c0.077-0.238,0.448-0.688,0.863-1.037 c0.064-0.189,0.224-0.574,0.222-0.895c-1.988,0.227-3.237,0.609-4.235-0.612L18.829,2.31c-0.24-0.372-0.672-0.585-0.981-0.951 l-0.35,1.213C17.067,2.305,14.749-0.124,10.436-0.055L10.436-0.055z M10.577,0.741c2.595,0.037,4.973,1.347,6.221,2.285 l-0.951,0.355l-0.599-0.382l-0.27,0.788v0.326L14.244,5.88l-0.08-0.027l0.379-1.577l0.572-1.52l-0.192-0.163l-0.842,0.922 c-0.179,0.981-0.09,2.364-0.542,2.937c0.141-1.152,0.341-2.159,0.353-3.506l-0.489-0.163c-0.113,0.596-0.265,1.278-0.382,1.657 l0.163-1.71L12.56,3.135v0.978l-0.163-0.542l-0.056-0.978l-0.216-0.029l-0.163,0.625c0.028,0.272-0.015,0.543,0.216,0.815 l0.056,2.066l0.134,0.246l-0.243,1.168l0.027-1.141l-0.08-0.08L11.908,4.25l-0.273-1.088L11.2,2.892L11.037,2.43l-0.462-0.029 l1.034,3.698l0.08,1.112c-0.118-0.527-0.113-1.102-0.569-1.494c0.045-0.553-0.036-1.095-0.708-1.577L9.434,2.131 C9.4,1.893,9.067,1.854,8.835,1.749c-0.07,0.32-0.131,0.643,0.083,1.034c0.489,0.777,0.978,1.559,1.467,1.983l0.027,0.951 C10.251,4.84,9.809,4.367,9.65,4.495C9.645,3.78,8.858,3.513,8.402,3.055L8.346,2.267l-0.27-0.056 c0.169,0.533-0.219,0.571,0.542,1.63l0.027,0.382c-0.29-0.197-0.579-0.565-0.868-0.978L7.424,2.62 c0.037,0.428-0.175,0.524,0.134,1.277c0.456,0.396,0.866,0.977,1.387,1.114c0,0,0.109,0.19,0,0.19 c-0.109,0-0.326-0.083-0.326-0.083c-0.3-0.137-0.586-0.26-1.168-0.679L6.853,2.673L6.58,2.62l0.056,0.951l0.243,0.107l0.027,0.625 c0.106,0.371,0.228,0.518,0.409,0.462C7.213,4.89,7.094,4.917,6.853,4.902C6.651,4.524,6.528,4.155,6.118,3.707l-0.27-0.788 L5.685,3.082c-0.059,0.296-0.085,0.61,0,0.978C5.42,3.903,5.027,3.467,4.56,3.24c1.534-1.78,3.904-2.462,5.766-2.496 C10.41,0.742,10.494,0.74,10.577,0.741L10.577,0.741z M18.147,2.935l0.518,0.171l1.518,0.866l2.151,0.019 c-0.617,0.242-1.377,0.526-1.862,0.673l-0.615-0.019c-0.486-0.414-0.876-0.613-1.312-0.876c-0.528,0.553-0.839,1.035-1.013,1.74 l0.152-1.192l0.521-1.173L18.147,2.935z M4.539,3.266l0.548,1.093l0.027,0.243L4.814,4.495L4.544,3.87L4.245,4.087L4.028,3.958 C4.184,3.712,4.356,3.481,4.539,3.266z M8.066,5.58c1.617-0.037,1.873,1.306,2.132,2.549v2.229 c0.186,0.018,0.568,1.138,0.489,1.494c-0.045,0.204,0.489,1.425,0.452,1.43c0.288,0.278,0.235,0.248,0.465,0.425 c0.317,0.244,0.604,1.136,0.428,1.267c-0.168,0.124,0.221,0.402,0.313,0.601c0.568,0.507,0.989,1.016,0.981,1.523l0.27,0.489 l0.516,0.08l0.136,0.192l0.652,0.08c0.375-0.081,0.32-0.486,0.436-0.762c0.022-0.279-0.058-0.6-0.462-0.951 c0.021-0.422,0.074-0.838-0.326-1.331c0.057-0.504-0.311-0.922-0.599-1.357c-0.035-0.374-0.197-0.885-0.321-1.381 c-0.061-0.245-0.09-0.498-0.139-0.74c-0.182-1.677,0.058-1.866,0.134-2.771c0.62-0.932,0.945-1.379,1.496-1.577l0.705,0.871 c0.348,0.633,0.199,1.444,1.061,1.603l0.021,0.021c0.44-0.397,1.023-0.384,1.497-0.396l-0.057,0.188 c-0.571-0.06-1.038-0.074-1.424,0.216l0.385,0.374c0.413-0.536,0.982-0.5,1.542-0.521l0.006,0.207 c-0.605-0.08-1.184,0.021-1.497,0.362l0.123,0.118h0.005c0.466-0.364,1.024-0.384,1.552-0.39l-0.104,0.184 c-0.53,0.043-0.895,0.007-1.274,0.23c0.293,0.031,0.588,0.057,0.882,0.086l0.11,0.243l0.679,0.056 c0.119,0.03,0.216,0.043,0.302,0.045c0.083,0.221,0.158,0.445,0.224,0.676c0.504,1.751,0.502,3.588,0.059,5.283 c-1.359,3.648-2.804,4.625-5.742,4.428c-3.067-0.206-5.543-3.614-7.725-8.283c-0.476-1.295-1.641-2.116-2.318-1.424 c-3.08,3.063,0.395,8.51,2.104,9.825c0.957,0.692,1.924,1.245,2.878,1.673c-3.388-0.564-6.284-2.92-7.263-6.322 C0.668,12.32,2.619,8.027,6.345,5.973c0.004-0.001,0.01-0.004,0.013-0.005C7.055,5.708,7.613,5.591,8.066,5.58L8.066,5.58z M18.31,7.625c0.294,0.045,0.84,0.366,1.139,0.665c0.09,0.244-0.136,0.354-0.12,0.497c0.008,0.024,0.004,0.032,0.003,0.032 c-0.001-0.011-0.002-0.021-0.003-0.032C19.305,8.715,18.908,8.227,18.31,7.625z M20.118,9.811 c-0.002,0.253-0.083,0.341-0.192,0.476c-0.111,0.009-0.39-0.075-0.513-0.251C19.598,9.823,19.882,9.825,20.118,9.811z M17.277,9.983c-0.059,0.071-0.086,0.157-0.156,0.306c0.091-0.14,0.146-0.201,0.207-0.245L17.277,9.983z M17.419,10.159 c-0.225,0.063-0.387,0.419-0.613,0.923c0.241-0.297,0.407-0.718,0.746-0.852L17.419,10.159z M5.551,13.076l0.053,1.058 l-1.657,0.951l-0.027-0.788C4.612,14.476,5.071,13.736,5.551,13.076z M6.286,15.331l0.243,0.625l-2.092,1.141l-0.299-0.708 C6.233,15.623,5.873,15.629,6.286,15.331z M7.045,16.771l0.273,0.462c-0.788,0.389-1.438,0.914-2.009,1.52l-0.436-0.868 C5.663,17.646,6.406,17.313,7.045,16.771z M8.052,18.075l0.462,0.436c-0.362,0.811-1.11,1.315-1.822,1.846L5.96,19.515 C6.679,19.046,7.591,18.673,8.052,18.075z M9.595,19.582c0.073,0.433-0.222,1.076-1.216,2.026 c-0.387-0.174-0.787-0.337-1.034-0.652c1.61-0.816,2.024-1.255,2.143-1.471C9.53,19.479,9.6,19.517,9.595,19.582L9.595,19.582z M10.607,20.25c0.037,0.383-0.041,0.831,0.19,1.085l0.216,0.056c-0.114,0.471-0.341,0.823-0.326,1.294 c-0.859-0.208-0.954-0.297-1.277-0.506C10.408,20.627,10.599,20.262,10.607,20.25L10.607,20.25z M12.018,21.036l1.061,1.224 c-0.107,0.585-0.098,0.934,0.299,1.087c-0.6-0.033-1.188-0.04-1.683-0.345C12.125,22.363,12.118,21.791,12.018,21.036z M17.355,21.512c0.308,0.469,0.349,0.707,0.657,0.815c-0.406,0.394-0.589,0.471-1.066,0.652c0.15-0.304,0.001-0.73-0.134-1.248 C16.712,21.539,17.213,21.555,17.355,21.512z M14.356,21.797c1.79,0.534,1.183,0.874,1.732,1.408 c-0.472,0.099-0.905,0.205-1.659,0.163C14.985,22.956,14.731,22.496,14.356,21.797z\"/></svg>\n </figure>\n </td>\n <td>gnuicecat.svg</td>\n <td><code>_includes/icons/simple-icons/gnuicecat.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gnuicecat\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>GNU Privacy Guard icon</title><path d=\"M2.968 11.583h1.274v-3.82A7.76 7.76 0 0 1 12.005 0a7.76 7.76 0 0 1 7.762 7.763v3.783c-.018.01-.037.028-.056.037l-.01.01-.008.009h-.01l-.01.01-.009.009H19.636l-.018.018h-.02l-.018.01h-.01l-.009.01-.009.009h-.01l-.009.009-.009.01-.01.009-.009.009-.028.019-.019.01-.028.018-.018.01-.02.009-.027.018-.019.01-.01.009-.027.019-.02.01-.046.027-.019.01-.018.009-.02.01h-.008l-.057.027h-.019c-.018.01-.037.02-.065.038h-.01l-.009.01-.028.018-.018.01-.029.018-.018.01h-.01l-.028.018-.018.01-.02.009c-.018.01-.046.019-.065.028l-.018.01-.02.009-.037.018-.037.02-.047.018-.047.019-.019.009-.037.019-.019.01c-1.545.739-4.017 1.516-8.708 1.853-3.362.244-5.403 1.723-6.724 3.502zm4.842 0h8.371v-3.82a4.184 4.184 0 0 0-4.186-4.186A4.184 4.184 0 0 0 7.81 7.763zm13.222 1.461V24H5.572c1.704-.946 2.968-.852 5.075-.787 2.865.094 6.03-1.105 7.585-2.696 1.554-1.592-.14-.375-1.901.074-1.76.45-5.17.497-7.454-.103 7.173.094 9.973-2.219 11.555-4.307 1.583-2.079-.683-.365-2.153.356-1.47.72-4.036 1.227-6.864.852 4.27-.01 7.52-2.144 9.607-4.345z\"/></svg>\n </figure>\n </td>\n <td>gnuprivacyguard.svg</td>\n <td><code>_includes/icons/simple-icons/gnuprivacyguard.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gnuprivacyguard\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>GNU social icon</title><path d=\"M4.217 0C2.474 0 1.06 1.413 1.06 3.156V15.77c0 1.744 1.414 3.158 3.157 3.158h9.367C13.567 22.498 8.756 24 8.756 24s8.138-.038 9.305-5.072h1.72c1.744 0 3.157-1.414 3.157-3.157V3.157C22.938 1.413 21.524 0 19.782 0H4.218zm4.527 2.53c.073-.013.132-.003.174.034.335.3-.556.593-.484 2.063.032.646-.16 1.146 1.076 1.146.826 0 .483-.734 1.523-.734.656 0 .86.435.934.767.072-.33.274-.768.93-.768 1.04 0 .7.733 1.525.733 1.237 0 1.044-.5 1.076-1.146.072-1.47-.82-1.764-.484-2.063.042-.037.1-.042.172-.02.5.143 1.607 1.558 1.638 2.155.038.71.04 1.825-1.015 2.407 1.19 1.167 1.352 2.72 1.352 2.72l-2.045-.034s-.464-2.118-2.94-2.01c-2.474.108-2.796.538-2.796 3.156 0 2.617 1.147 3.517 2.905 3.585 2.76.108 2.51-1.433 2.51-1.433l-1.29.072-.718-1.937h4.41c0 2.116-.897 5.414-5.092 5.2-4.196-.216-5.128-3.515-5.164-5.74-.018-1.225.188-2.602 1.2-3.574-1.052-.58-1.033-1.7-1.033-2.414 0-.88 1.13-2.084 1.637-2.17z\"/></svg>\n </figure>\n </td>\n <td>gnusocial.svg</td>\n <td><code>_includes/icons/simple-icons/gnusocial.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gnusocial\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Go icon</title><path d=\"M1.811 10.715c-.047 0-.058-.023-.035-.059l.246-.315c.023-.035.081-.058.128-.058h4.172c.046 0 .058.035.035.07l-.199.303c-.023.036-.082.07-.117.07l-4.23-.011zM.047 11.79c-.047 0-.059-.023-.035-.058l.245-.316c.023-.035.082-.058.129-.058h5.328c.047 0 .07.035.058.07l-.093.28c-.012.047-.058.07-.105.07l-5.527.012zm2.828 1.075c-.047 0-.059-.035-.035-.07l.163-.292c.023-.035.07-.07.117-.07h2.337c.047 0 .07.035.07.082l-.023.28c0 .047-.047.082-.082.082l-2.547-.012zM15.004 10.505c-.736.187-1.239.327-1.963.514-.176.046-.187.058-.34-.117-.174-.199-.303-.327-.548-.444-.737-.362-1.45-.257-2.115.175-.795.514-1.204 1.274-1.192 2.22.011.935.654 1.706 1.577 1.835.795.105 1.46-.175 1.987-.771.105-.129.198-.269.315-.433H10.47c-.245 0-.304-.152-.222-.35.152-.362.432-.97.596-1.274a.315.315 0 0 1 .292-.187h4.253c-.023.316-.023.631-.07.947a4.983 4.983 0 0 1-.958 2.29c-.841 1.11-1.94 1.8-3.33 1.986-1.145.152-2.209-.07-3.143-.77-.865-.655-1.356-1.52-1.484-2.595-.152-1.274.222-2.419.993-3.424.83-1.086 1.928-1.776 3.272-2.021 1.098-.199 2.15-.07 3.096.572.62.41 1.063.97 1.356 1.648.07.105.023.164-.117.199 M18.872 16.967c-1.064-.024-2.034-.328-2.852-1.029a3.665 3.665 0 0 1-1.262-2.255c-.21-1.32.152-2.489.947-3.529.853-1.122 1.881-1.706 3.272-1.951 1.192-.21 2.314-.094 3.33.596.923.63 1.496 1.484 1.648 2.605.198 1.578-.257 2.863-1.344 3.962-.771.783-1.718 1.273-2.805 1.495-.315.059-.63.07-.934.106zm2.78-4.721c-.011-.152-.011-.269-.034-.386-.21-1.157-1.274-1.811-2.384-1.554-1.087.245-1.788.935-2.045 2.033-.21.912.234 1.835 1.075 2.209.643.28 1.285.245 1.905-.07.923-.48 1.425-1.227 1.484-2.232z\"/></svg>\n </figure>\n </td>\n <td>go.svg</td>\n <td><code>_includes/icons/simple-icons/go.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"go\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Godot Engine icon</title><path d=\"M9.559 0.689c-1.096 0.244-2.181 0.583-3.198 1.095 0.023 0.898 0.081 1.758 0.199 2.632-0.395 0.253-0.81 0.47-1.178 0.766-0.375 0.288-0.758 0.564-1.097 0.901-0.678-0.448-1.396-0.869-2.135-1.241-0.797 0.857-1.542 1.782-2.15 2.818 0.458 0.741 0.936 1.435 1.452 2.094h0.014v6.356c0.012 0 0.023-0 0.035 0.003l3.896 0.376c0.204 0.020 0.364 0.184 0.378 0.389l0.12 1.72 3.399 0.242 0.234-1.587c0.030-0.206 0.207-0.358 0.415-0.358h4.111c0.208 0 0.385 0.152 0.415 0.358l0.234 1.587 3.399-0.242 0.12-1.72c0.014-0.205 0.174-0.369 0.378-0.389l3.895-0.376c0.012 0 0.023-0.003 0.035-0.003v-0.507h0.002v-5.848h0.014c0.516-0.659 0.994-1.353 1.452-2.094-0.608-1.036-1.354-1.961-2.151-2.819-0.739 0.372-1.457 0.793-2.135 1.241-0.339-0.337-0.721-0.613-1.096-0.901-0.369-0.296-0.784-0.513-1.178-0.766 0.117-0.874 0.175-1.734 0.199-2.632-1.017-0.512-2.101-0.851-3.198-1.095-0.438 0.736-0.838 1.533-1.187 2.312-0.414-0.069-0.829-0.094-1.246-0.099h-0.016c-0.417 0.005-0.832 0.030-1.246 0.099-0.349-0.779-0.749-1.576-1.188-2.312l0.001-0.001zM6.476 9.994c1.297 0 2.349 1.051 2.349 2.348s-1.052 2.348-2.349 2.348c-1.296 0-2.348-1.051-2.348-2.348s1.051-2.348 2.348-2.348zM17.524 9.994c1.296 0 2.348 1.051 2.348 2.348s-1.051 2.348-2.348 2.348c-1.297 0-2.349-1.051-2.349-2.348s1.051-2.348 2.349-2.348zM6.701 10.924c-0.861 0-1.559 0.698-1.559 1.559s0.698 1.558 1.559 1.558c0.861 0 1.559-0.698 1.559-1.558s-0.697-1.559-1.559-1.559zM17.298 10.924c-0.861 0-1.558 0.698-1.558 1.559s0.697 1.558 1.558 1.558c0.861 0 1.559-0.698 1.559-1.558s-0.697-1.559-1.559-1.559zM12 11.377c0.417 0 0.757 0.308 0.757 0.687v2.162c0 0.379-0.339 0.687-0.757 0.687s-0.756-0.308-0.756-0.687v-2.162c0-0.379 0.339-0.687 0.756-0.687zM1.46 16.951c0.002 0.377 0.006 0.789 0.006 0.871 0 3.701 4.694 5.479 10.526 5.5h0.014c5.832-0.020 10.525-1.799 10.525-5.5 0-0.084 0.005-0.495 0.007-0.871l-3.502 0.338-0.121 1.729c-0.015 0.208-0.18 0.375-0.389 0.39l-4.181 0.296c-0.206 0-0.384-0.151-0.415-0.358l-0.238-1.614h-3.386l-0.238 1.614c-0.032 0.217-0.226 0.373-0.445 0.357l-4.151-0.296c-0.208-0.015-0.375-0.181-0.389-0.389l-0.12-1.729-3.504-0.337z\"/></svg>\n </figure>\n </td>\n <td>godotengine.svg</td>\n <td><code>_includes/icons/simple-icons/godotengine.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"godotengine\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>GOG.com icon</title><path d=\"M7.15 15.24H4.36a.4.4 0 0 0-.4.4v2c0 .21.18.4.4.4h2.8v1.32h-3.5c-.56 0-1.02-.46-1.02-1.03v-3.39c0-.56.46-1.02 1.03-1.02h3.48v1.32zM8.16 11.54c0 .58-.47 1.05-1.05 1.05H2.63v-1.35h3.78a.4.4 0 0 0 .4-.4V6.39a.4.4 0 0 0-.4-.4H4.39a.4.4 0 0 0-.41.4v2.02c0 .23.18.4.4.4H6v1.35H3.68c-.58 0-1.05-.46-1.05-1.04V5.68c0-.57.47-1.04 1.05-1.04H7.1c.58 0 1.05.47 1.05 1.04v5.86zM21.36 19.36h-1.32v-4.12h-.93a.4.4 0 0 0-.4.4v3.72h-1.33v-4.12h-.93a.4.4 0 0 0-.4.4v3.72h-1.33v-4.42c0-.56.46-1.02 1.03-1.02h5.61v5.44zM21.37 11.54c0 .58-.47 1.05-1.05 1.05h-4.48v-1.35h3.78a.4.4 0 0 0 .4-.4V6.39a.4.4 0 0 0-.4-.4h-2.03a.4.4 0 0 0-.4.4v2.02c0 .23.18.4.4.4h1.62v1.35H16.9c-.58 0-1.05-.46-1.05-1.04V5.68c0-.57.47-1.04 1.05-1.04h3.43c.58 0 1.05.47 1.05 1.04v5.86zM13.72 4.64h-3.44c-.58 0-1.04.47-1.04 1.04v3.44c0 .58.46 1.04 1.04 1.04h3.44c.57 0 1.04-.46 1.04-1.04V5.68c0-.57-.47-1.04-1.04-1.04m-.3 1.75v2.02a.4.4 0 0 1-.4.4h-2.03a.4.4 0 0 1-.4-.4V6.4c0-.22.17-.4.4-.4H13c.23 0 .4.18.4.4zM12.63 13.92H9.24c-.57 0-1.03.46-1.03 1.02v3.39c0 .57.46 1.03 1.03 1.03h3.39c.57 0 1.03-.46 1.03-1.03v-3.39c0-.56-.46-1.02-1.03-1.02m-.3 1.72v2a.4.4 0 0 1-.4.4v-.01H9.94a.4.4 0 0 1-.4-.4v-1.99c0-.22.18-.4.4-.4h2c.22 0 .4.18.4.4zM23.49 1.1a1.74 1.74 0 0 0-1.24-.52H1.75A1.74 1.74 0 0 0 0 2.33v19.34a1.74 1.74 0 0 0 1.75 1.75h20.5A1.74 1.74 0 0 0 24 21.67V2.33c0-.48-.2-.92-.51-1.24m0 20.58a1.23 1.23 0 0 1-1.24 1.24H1.75A1.23 1.23 0 0 1 .5 21.67V2.33a1.23 1.23 0 0 1 1.24-1.24h20.5a1.24 1.24 0 0 1 1.24 1.24v19.34z\"/></svg>\n </figure>\n </td>\n <td>gog-dot-com.svg</td>\n <td><code>_includes/icons/simple-icons/gog-dot-com.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gog-dot-com\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>GoldenLine icon</title><path d=\"M16.377 21.658c0 1.225-.989 2.215-2.212 2.215-1.224 0-2.217-.99-2.217-2.215 0-1.223.993-2.215 2.217-2.215 1.223 0 2.213.993 2.212 2.215zm-4.715-.172L6.47 22.7s-.287.08-.392-.215c-.06-.181.091-.398.091-.398l5.213-8.514s.267-.402.77-.549c.418-.121.872.16.872.16l8.351 5.253s.362.147.348.438c-.015.293-.333.343-.333.343l-5.04 1.178c-.426-.744-1.23-1.244-2.156-1.244-1.32 0-2.413 1.032-2.504 2.335h-.028zM3.898 7.297l1.513-5.263s.072-.303.381-.242c.186.031.303.273.303.273l4.889 8.698s.223.425.106.941c-.099.425-.567.683-.567.683L1.864 17.11s-.307.243-.547.084c-.242-.163-.136-.463-.136-.463l1.472-5.116c1.177-.206 2.071-1.233 2.071-2.47 0-.738-.319-1.396-.826-1.859v.011zm.532 1.858c0 1.225-.989 2.218-2.214 2.218C.995 11.373 0 10.38 0 9.155c0-1.221.995-2.213 2.216-2.213 1.225 0 2.217.992 2.217 2.213H4.43zm15.666-1.734l3.81 4.18s.211.212.003.445c-.124.141-.394.111-.394.111l-9.974-.395s-.478-.035-.853-.402c-.31-.303-.282-.838-.282-.838l.51-9.852s-.05-.389.212-.511c.27-.122.467.129.467.129l3.318 3.628c-.188.35-.293.744-.293 1.17 0 1.381 1.123 2.504 2.509 2.504.341 0 .667-.075.964-.197l.003.028zm1.25-2.317c0 1.229-.986 2.217-2.212 2.217-1.224 0-2.217-.987-2.217-2.217 0-1.215.993-2.201 2.217-2.201 1.223 0 2.213 1.002 2.213 2.217l-.001-.016z\"/></svg>\n </figure>\n </td>\n <td>goldenline.svg</td>\n <td><code>_includes/icons/simple-icons/goldenline.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"goldenline\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Goodreads icon</title><path d=\"M19.525 15.977V.49h-2.059v2.906h-.064c-.211-.455-.481-.891-.842-1.307-.36-.412-.767-.777-1.232-1.094-.466-.314-.962-.561-1.519-.736C13.256.09 12.669 0 12.038 0c-1.21 0-2.3.225-3.246.67-.947.447-1.743 1.057-2.385 1.83-.642.773-1.133 1.676-1.47 2.711-.336 1.037-.506 2.129-.506 3.283 0 1.199.141 2.326.425 3.382.286 1.057.737 1.976 1.368 2.762.631.78 1.412 1.397 2.375 1.833.961.436 2.119.661 3.471.661 1.248 0 2.33-.315 3.262-.946s1.638-1.473 2.119-2.525h.061v2.284c0 2.044-.421 3.607-1.264 4.705-.84 1.081-2.224 1.638-4.146 1.638-.572 0-1.128-.061-1.669-.181-.542-.12-1.036-.315-1.487-.57-.437-.271-.827-.601-1.143-1.038-.316-.435-.526-.961-.632-1.593H5.064c.067.887.315 1.654.737 2.3.424.646.961 1.172 1.602 1.593.641.406 1.367.706 2.172.902.811.194 1.639.3 2.494.3 1.383 0 2.541-.195 3.486-.555.947-.376 1.714-.902 2.301-1.608.601-.708 1.021-1.549 1.293-2.556.27-1.007.42-2.134.42-3.367l-.044.062zm-7.484-.557c-.955 0-1.784-.189-2.479-.571-.697-.38-1.277-.882-1.732-1.503-.467-.621-.797-1.332-1.022-2.139s-.332-1.633-.332-2.484c0-.871.105-1.725.301-2.563.21-.84.54-1.587.992-2.24.451-.652 1.037-1.182 1.728-1.584s1.533-.605 2.51-.605 1.803.209 2.495.621c.676.415 1.247.959 1.683 1.634.436.677.751 1.429.947 2.255.195.826.285 1.656.285 2.482 0 .852-.12 1.678-.345 2.484-.226.807-.572 1.518-1.038 2.139-.465.621-1.021 1.123-1.698 1.503-.676.382-1.458.571-2.359.571h.064z\"/></svg>\n </figure>\n </td>\n <td>goodreads.svg</td>\n <td><code>_includes/icons/simple-icons/goodreads.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"goodreads\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Google icon</title><path d=\"M12.24 10.285V14.4h6.806c-.275 1.765-2.056 5.174-6.806 5.174-4.095 0-7.439-3.389-7.439-7.574s3.345-7.574 7.439-7.574c2.33 0 3.891.989 4.785 1.849l3.254-3.138C18.189 1.186 15.479 0 12.24 0c-6.635 0-12 5.365-12 12s5.365 12 12 12c6.926 0 11.52-4.869 11.52-11.726 0-.788-.085-1.39-.189-1.989H12.24z\"/></svg>\n </figure>\n </td>\n <td>google.svg</td>\n <td><code>_includes/icons/simple-icons/google.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"google\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Google Ads icon</title><path d=\"M11.994 1.046h.022c.899.002 1.73.301 2.398.805l.003.001.001.001a4 4 0 011.116 1.299l4.467 7.769.025.065 3.419 5.927A3.98 3.98 0 0124 18.948c0 .565-.117 1.104-.329 1.592l.006.016a3.93 3.93 0 01-.634.993 3.97 3.97 0 01-1.045.868 3.984 3.984 0 01-1.946.537h-.068a3.984 3.984 0 01-2.398-.805l-.003-.001v-.001h-.001a4 4 0 01-1.116-1.299l-4.467-7.769-.025-.065-3.419-5.927-.005-.009-.011-.019A3.981 3.981 0 018 5.052c0-.424.066-.832.188-1.215v-.001l.008-.025.01-.03c.052-.157.117-.337.117-.337.158-.358.371-.689.626-.984l.063-.072.014-.015.002-.003.001-.001.002-.002.009-.01.006-.007c.27-.296.59-.557.956-.767a3.984 3.984 0 011.946-.537h.046zM4.006 22.954h-.058a3.984 3.984 0 01-1.946-.537 3.97 3.97 0 01-1.045-.868 3.93 3.93 0 01-.634-.993l.006-.016A3.988 3.988 0 010 18.948c0-.743.202-1.439.555-2.035l3.419-5.927.025-.065 3.039-5.286c.076.648.276 1.281.596 1.856l.057.1 3.377 5.854-.003-.01.067.142.291.507-3.889 6.764a4 4 0 01-1.116 1.299h-.001v.001l-.003.001a3.984 3.984 0 01-2.398.805h-.01z\"/></svg>\n </figure>\n </td>\n <td>googleads.svg</td>\n <td><code>_includes/icons/simple-icons/googleads.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googleads\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Google Analytics icon</title><path d=\"M7.36 21.14A2.86 2.86 0 014.5 24a2.86 2.86 0 01-2.86-2.86 2.86 2.86 0 012.86-2.87 2.86 2.86 0 012.86 2.87zM9.14 12v8.86C9.14 22.88 10.53 24 12 24c1.36 0 2.86-.95 2.86-3.14v-8.72c0-1.85-1.36-3-2.86-3A2.91 2.91 0 009.14 12zm7.5-9.14v18c0 2.02 1.39 3.14 2.86 3.14 1.36 0 2.86-.95 2.86-3.14V3c0-1.85-1.36-3-2.86-3a2.91 2.91 0 00-2.86 2.86Z\"/></svg>\n\n </figure>\n </td>\n <td>googleanalytics.svg</td>\n <td><code>_includes/icons/simple-icons/googleanalytics.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googleanalytics\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Google Assistant icon</title><path d=\"M6.545 1.03C2.93 1.03 0 3.975 0 7.61c0 3.635 2.93 6.582 6.545 6.582 3.615 0 6.545-2.947 6.545-6.582S10.16 1.03 6.545 1.03zm15.818 4.388a1.64 1.64 0 00-1.636 1.644c0 .909.733 1.647 1.636 1.647.904 0 1.637-.738 1.637-1.646a1.64 1.64 0 00-1.637-1.645zm-4.91 2.193a3.28 3.28 0 00-3.271 3.291 3.28 3.28 0 003.271 3.291 3.282 3.282 0 003.274-3.29 3.282 3.282 0 00-3.274-3.292zm0 7.68c-2.109 0-3.818 1.72-3.818 3.84s1.71 3.84 3.818 3.84c2.109 0 3.818-1.72 3.818-3.84s-1.71-3.84-3.818-3.84Z\"/></svg>\n\n </figure>\n </td>\n <td>googleassistant.svg</td>\n <td><code>_includes/icons/simple-icons/googleassistant.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googleassistant\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Google Cardboard icon</title><path d=\"M23.234 4.932a2.959 2.959 0 00-2.18-.977H3.083c-.827 0-1.58.375-2.18.977C.3 5.534 0 6.361 0 7.188v9.624c0 .827.3 1.654.902 2.256a2.814 2.814 0 002.18.977H7.37a3.22 3.22 0 001.654-.45c.451-.301.902-.753 1.128-1.279l1.203-2.33c.15-.302.376-.452.677-.452.3 0 .601.15.676.451l1.203 2.331c.226.526.677.902 1.128 1.203.451.3 1.053.451 1.58.451h4.285c.827 0 1.58-.376 2.18-.977.602-.602.903-1.429.903-2.256v-9.55c.075-.826-.15-1.653-.752-2.255zm-16.617 9.55c-1.354 0-2.406-1.129-2.406-2.482 0-1.353 1.128-2.406 2.481-2.406s2.406 1.128 2.406 2.481c-.075 1.278-1.128 2.406-2.481 2.406zm10.978 0c-1.354 0-2.482-1.053-2.482-2.407 0-1.353 1.053-2.481 2.407-2.481C18.873 9.594 20 10.647 20 12c0 1.353-1.052 2.481-2.405 2.481Z\"/></svg>\n\n </figure>\n </td>\n <td>googlecardboard.svg</td>\n <td><code>_includes/icons/simple-icons/googlecardboard.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googlecardboard\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Google Cast icon</title><path d=\"M0 18.5455v3.2727h3.2727c0-1.811-1.4618-3.2727-3.2727-3.2727zm0-4.3637v2.1818c3.011 0 5.4545 2.4437 5.4545 5.4546h2.1819c0-4.2218-3.4146-7.6364-7.6364-7.6364zm0-4.3636V12c5.4218 0 9.8182 4.3964 9.8182 9.8182H12c0-6.6327-5.3782-12-12-12zm21.8182-7.6364H2.1818C.9818 2.1818 0 3.1636 0 4.3636v3.2728h2.1818V4.3636h19.6364v15.2728h-7.6364v2.1818h7.6364c1.2 0 2.1818-.9818 2.1818-2.1818V4.3636c0-1.2-.9818-2.1818-2.1818-2.1818Z\"/></svg>\n\n </figure>\n </td>\n <td>googlecast.svg</td>\n <td><code>_includes/icons/simple-icons/googlecast.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googlecast\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Google Chrome icon</title><path d=\"M16.214 8.69l6.715-1.679A12.027 12.027 0 0 1 24 11.972C24 18.57 18.569 24 11.968 24c-.302 0-.605-.011-.907-.034l4.905-8.347c.356-.376.655-.803.881-1.271a5.451 5.451 0 0 0-.043-4.748 5.156 5.156 0 0 0-.59-.91zm-3.24 8.575l-2.121 6.682C4.738 23.345 0 18.14 0 11.977 0 9.592.709 7.26 2.038 5.279l4.834 8.377c.18.539 1.119 2.581 3.067 3.327.998.382 2.041.481 3.035.282zM11.973 7.62c-2.006.019-3.878 1.544-4.281 3.512a4.478 4.478 0 0 0 1.237 4.032c1.214 1.186 3.14 1.578 4.734.927 1.408-.576 2.47-1.927 2.691-3.431.272-1.856-.788-3.832-2.495-4.629a4.413 4.413 0 0 0-1.886-.411zM7.046 9.962L2.259 4.963A12.043 12.043 0 0 1 11.997 0c4.56 0 8.744 2.592 10.774 6.675H12.558c-1.811-.125-3.288.52-4.265 1.453a5.345 5.345 0 0 0-1.247 1.834z\"/></svg>\n </figure>\n </td>\n <td>googlechrome.svg</td>\n <td><code>_includes/icons/simple-icons/googlechrome.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googlechrome\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Google Classroom icon</title><path d=\"M1.6367 1.6367C.7322 1.6367 0 2.369 0 3.2734v17.4532c0 .9045.7322 1.6367 1.6367 1.6367h20.7266c.9045 0 1.6367-.7322 1.6367-1.6367V3.2734c0-.9045-.7322-1.6367-1.6367-1.6367H1.6367zm.545 2.1817h19.6367v16.3632h-2.7266v-1.0898h-4.9102v1.0898h-12V3.8184zM12 8.1816c-.9046 0-1.6367.7322-1.6367 1.6368 0 .9045.7321 1.6367 1.6367 1.6367.9046 0 1.6367-.7322 1.6367-1.6367 0-.9046-.7321-1.6368-1.6367-1.6368zm-4.3633 1.9102c-.6773 0-1.2285.5493-1.2285 1.2266 0 .6772.5512 1.2265 1.2285 1.2265.6773 0 1.2266-.5493 1.2266-1.2265 0-.6773-.5493-1.2266-1.2266-1.2266zm8.7266 0c-.6773 0-1.2266.5493-1.2266 1.2266 0 .6772.5493 1.2265 1.2266 1.2265.6773 0 1.2285-.5493 1.2285-1.2265 0-.6773-.5512-1.2266-1.2285-1.2266zM12 12.5449c-1.179 0-2.4128.4012-3.1484 1.0059-.384-.1198-.8043-.1875-1.2149-.1875-1.3136 0-2.7285.695-2.7285 1.5586v.8965h14.1836v-.8965c0-.8637-1.4149-1.5586-2.7285-1.5586-.4106 0-.831.0677-1.2149.1875-.7356-.6047-1.9694-1.0059-3.1484-1.0059Z\"/></svg>\n\n </figure>\n </td>\n <td>googleclassroom.svg</td>\n <td><code>_includes/icons/simple-icons/googleclassroom.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googleclassroom\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Google Cloud icon</title><path d=\"M12.19 2.38a9.344 9.344 0 0 0-9.234 6.893c.053-.02-.055.013 0 0-3.875 2.551-3.922 8.11-.247 10.941l.006-.007-.007.03a6.717 6.717 0 0 0 4.077 1.356h5.173l.03.03h5.192c6.687.053 9.376-8.605 3.835-12.35a9.365 9.365 0 0 0-2.821-4.552l-.043.043.006-.05A9.344 9.344 0 0 0 12.19 2.38zm-.358 4.146c1.244-.04 2.518.368 3.486 1.15a5.186 5.186 0 0 1 1.862 4.078v.518c3.53-.07 3.53 5.262 0 5.193h-5.193l-.008.009v-.04H6.785a2.59 2.59 0 0 1-1.067-.23h.001a2.597 2.597 0 1 1 3.437-3.437l3.013-3.012A6.747 6.747 0 0 0 8.11 8.24c.018-.01.04-.026.054-.023a5.186 5.186 0 0 1 3.67-1.69z\"/></svg>\n </figure>\n </td>\n <td>googlecloud.svg</td>\n <td><code>_includes/icons/simple-icons/googlecloud.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googlecloud\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Google Drive icon</title><path d=\"M4.433 22.396l4-6.929H24l-4 6.929H4.433zm3.566-6.929l-3.998 6.929L0 15.467 7.785 1.98l3.999 6.931-3.785 6.556zm15.784-.375h-7.999L7.999 1.605h8.002l7.785 13.486h-.003z\"/></svg>\n </figure>\n </td>\n <td>googledrive.svg</td>\n <td><code>_includes/icons/simple-icons/googledrive.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googledrive\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Google Earth icon</title><path d=\"M12 0c-1.326 0-2.597.22-3.787.613 4.94-1.243 8.575 1.72 11.096 5.606 1.725 2.695 2.813 2.83 4.207 2.412A11.956 11.956 0 0012 0zM7.658 2.156c-1.644.019-3.295.775-4.931 2.207A11.967 11.967 0 000 12c.184-2.823 2.163-5.128 4.87-5.07 2.104.044 4.648 1.518 7.13 5.289 4.87 7.468 10.917 5.483 11.863 1.51.081-.566.137-1.14.137-1.729 0-.176-.02-.347-.027-.521-1.645 1.725-4.899 2.35-8.264-2.97-2.59-4.363-5.31-6.383-8.05-6.353zM3.33 13.236c-1.675.13-2.657 1.804-2.242 3.756A11.955 11.955 0 0012 24c4.215 0 7.898-2.149 10.037-5.412v-.043c-2.836 3.49-8.946 4.255-13.855-2.182-1.814-2.386-3.544-3.228-4.852-3.127Z\"/></svg>\n\n </figure>\n </td>\n <td>googleearth.svg</td>\n <td><code>_includes/icons/simple-icons/googleearth.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googleearth\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Google Fit icon</title><path d=\"M6 1.84c-3.315 0-6 2.678-6 5.982a5.948 5.948 0 001.758 4.23l.54.541L3.502 13.8l2.615-2.603-1.205-1.21-.541-.543a2.273 2.273 0 01-.674-1.622c0-.534.186-1.024.493-1.414a2.3 2.3 0 013.448-.198l.538.522 1.213 1.2c-1.96 1.96-3.923 3.914-5.887 5.868l1.403 1.407 1.209 1.203 3.27 3.274-.004.003L12 22.16l2.616-2.475h-.001l-.002-.002 5.885-5.883 1.744-1.747c1.22-1.215 1.917-3.09 1.727-4.983-.288-2.865-2.662-5.016-5.544-5.213a6 6 0 00-4.667 1.736l-1.754 1.743-1.213-1.21-.55-.533A5.995 5.995 0 006 1.841zm11.96 3.688a2.303 2.303 0 012.32 1.963 2.286 2.286 0 01-.657 1.959l-1.744 1.747-5.882 5.876-3.271-3.263 3.277-3.263 4.368-4.346c.426-.425.99-.663 1.589-.673Z\"/></svg>\n\n </figure>\n </td>\n <td>googlefit.svg</td>\n <td><code>_includes/icons/simple-icons/googlefit.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googlefit\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Google Hangouts icon</title><path d=\"M12 0C6.2 0 1.5 4.7 1.5 10.5c0 5.5 5 10 10.5 10V24c6.35-3.1 10.5-8.2 10.5-13.5C22.5 4.7 17.8 0 12 0zm-.5 12c0 1.4-.9 2.5-2 2.5V12H7V7.5h4.5V12zm6 0c0 1.4-.9 2.5-2 2.5V12H13V7.5h4.5V12z\"/></svg>\n </figure>\n </td>\n <td>googlehangouts.svg</td>\n <td><code>_includes/icons/simple-icons/googlehangouts.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googlehangouts\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Google Hangouts Chat icon</title><path d=\"M12 0A10.357 10.357 0 0 0 1.637 10.363c0 5.427 4.949 9.818 10.363 9.818v3.818c6.3-3.191 10.363-8.333 10.363-13.637A10.358 10.358 0 0 0 12-.001zm.027 4.227c.873 0 1.664.151 2.4.465s1.364.722 1.895 1.254c.532.532.94 1.145 1.24 1.855s.451 1.459.451 2.25c0 .45-.055.86-.15 1.242s-.246.722-.451 1.008c-.205.286-.45.518-.75.682s-.64.246-1.035.246c-.382 0-.735-.096-1.035-.287s-.547-.464-.725-.832a2.586 2.586 0 0 1-.885.832c-.355.191-.765.287-1.242.287a2.923 2.923 0 0 1-2.099-.873A3.066 3.066 0 0 1 9 11.374a3.376 3.376 0 0 1-.232-1.256c0-.45.082-.872.232-1.254.164-.382.368-.709.641-.982.259-.273.574-.491.928-.641s.723-.232 1.105-.232.735.082 1.035.232.559.355.764.6h.096v-.613h1.295v3.832c0 .245.068.464.205.668s.355.312.641.312c.191 0 .354-.054.49-.176s.232-.286.314-.477c.082-.191.136-.424.164-.656a6.67 6.67 0 0 0 .041-.723c0-.614-.123-1.201-.355-1.76a4.897 4.897 0 0 0-.98-1.459c-.423-.423-.914-.749-1.486-.994s-1.187-.367-1.869-.367c-.655 0-1.267.122-1.84.354s-1.064.56-1.486.969c-.423.409-.751.9-.996 1.459-.245.573-.367 1.186-.367 1.855s.122 1.282.367 1.855.586 1.05 1.023 1.459a4.75 4.75 0 0 0 3.287 1.322c.75 0 1.404-.164 1.99-.477l.477 1.199a5.864 5.864 0 0 1-2.455.518c-.873 0-1.664-.149-2.414-.463-.736-.314-1.376-.724-1.908-1.256s-.956-1.145-1.256-1.855c-.3-.709-.449-1.471-.449-2.275s.149-1.555.449-2.277a5.736 5.736 0 0 1 3.164-3.123c.723-.314 1.527-.465 2.414-.465zM11.836 8.4c-.218 0-.436.041-.641.123s-.382.19-.545.34a1.44 1.44 0 0 0-.369.561c-.095.218-.135.462-.135.734s.04.518.135.736c.095.218.219.409.369.559.164.15.341.274.545.342a1.727 1.727 0 0 0 1.282 0c.205-.082.382-.192.545-.342s.287-.327.369-.545c.095-.218.135-.464.135-.75s-.04-.532-.135-.75a1.74 1.74 0 0 0-.369-.545 1.759 1.759 0 0 0-1.186-.463z\"/></svg>\n </figure>\n </td>\n <td>googlehangoutschat.svg</td>\n <td><code>_includes/icons/simple-icons/googlehangoutschat.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googlehangoutschat\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Google Keep icon</title><path d=\"M19.995 7.995C19.995 3.6 16.396 0 12 0S4.005 3.6 4.005 7.995c0 2.55 1.2 4.89 3.194 6.405v7.979H8.82V24h6.359v-1.62H16.8V14.4c2.011-1.5 3.195-3.87 3.195-6.405zM8.805 20.774v-1.575h6.391v1.575H8.805zm0-3.194v-1.575h6.391v1.575H8.805zm6.75-4.261l-.359.24v.841H8.805v-.84l-.345-.24c-1.8-1.199-2.85-3.18-2.85-5.324 0-3.525 2.85-6.391 6.39-6.391s6.39 2.851 6.39 6.391c0 2.145-1.05 4.14-2.85 5.324h.015z\"/></svg>\n </figure>\n </td>\n <td>googlekeep.svg</td>\n <td><code>_includes/icons/simple-icons/googlekeep.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googlekeep\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Google Lens icon</title><path d=\"M12 16.667a4.666 4.666 0 100-9.333 4.666 4.666 0 000 9.333m8 6a2.666 2.666 0 100-5.333 2.666 2.666 0 000 5.333m-13.333-2a3.343 3.343 0 01-3.334-3.334v-2.666H0v2.666A6.665 6.665 0 006.667 24h2.666v-3.333zm-3.334-14c0-1.834 1.5-3.334 3.334-3.334h2.666V0H6.667A6.665 6.665 0 000 6.667v2.666h3.333zm14-3.334c1.834 0 3.334 1.5 3.334 3.334v2.666H24V6.667A6.665 6.665 0 0017.333 0h-2.666v3.333Z\"/></svg>\n\n </figure>\n </td>\n <td>googlelens.svg</td>\n <td><code>_includes/icons/simple-icons/googlelens.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googlelens\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Google Maps icon</title><path d=\"M18.475 0h-.055a5.496 5.496 0 0 0-3.015.91 5.569 5.569 0 0 0-2.32 3.221 5.564 5.564 0 0 0-.04 2.662c.22.962.685 1.848 1.206 2.679.554.879 1.168 1.718 1.732 2.59.62.956 1.18 1.958 1.587 3.024.4 1.039.655 2.133.758 3.241 0 .069.064.126.131.122.071 0 .125-.073.12-.142.117-1.273.44-2.526.95-3.699.431-1.002.99-1.945 1.592-2.852.545-.823 1.125-1.622 1.642-2.463.51-.832.954-1.73 1.137-2.697a5.57 5.57 0 0 0-.206-2.87A5.558 5.558 0 0 0 19.31.065 5.818 5.818 0 0 0 18.475 0zM1.73 2.09C.778 2.09 0 2.868 0 3.82v18.45L13.557 8.713c-.522-.982-.872-1.998-.872-3.164 0-1.299.43-2.496 1.152-3.46zm16.724 1.224a2.23 2.23 0 0 1 2.072 1.407c.18.447.209.94.084 1.406a2.237 2.237 0 0 1-2.112 1.656c-.308 0-.617-.05-.9-.17a2.208 2.208 0 0 1-1.293-1.447 2.214 2.214 0 0 1 .146-1.61 2.237 2.237 0 0 1 2.005-1.242zM4.901 3.82c.856 0 1.571.314 2.122.83l-.908.908A1.73 1.73 0 0 0 4.9 5.084c-1.035 0-1.877.877-1.877 1.91 0 1.031.842 1.908 1.877 1.908.931 0 1.571-.53 1.707-1.26H4.9V6.414h2.987c.037.207.058.423.058.648 0 1.81-1.214 3.1-3.045 3.1A3.17 3.17 0 0 1 1.73 6.99a3.17 3.17 0 0 1 3.171-3.17zm17.01 7.23c-1.339 1.956-2.818 4.126-3.12 7.382-.032.42-.648.42-.68 0-.3-3.24-1.766-5.404-3.1-7.352l-2.27 2.27 9.17 9.114zm-10.956 4.014L2.018 24h17.875z\"/></svg>\n </figure>\n </td>\n <td>googlemaps.svg</td>\n <td><code>_includes/icons/simple-icons/googlemaps.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googlemaps\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Google Messages icon</title><path d=\"M.92 3.332c-.776 0-1.216.67-.692 1.383l2.537 4.403v7.86c0 2.013 1.467 3.69 3.459 3.69H20.31a3.75 3.75 0 003.69-3.69V7.043a3.723 3.723 0 00-3.668-3.71zm5.786 3.71H20.1c.587 0 1.153.357 1.153.923 0 .566-.566.922-1.153.922H6.706c-.587 0-1.153-.356-1.153-.922 0-.566.566-.923 1.153-.923zm0 3.69H20.1c.587 0 1.153.356 1.153.922 0 .566-.566.922-1.153.922H6.706c-.587 0-1.153-.356-1.153-.922 0-.566.566-.922 1.153-.922zm-.021 3.71h9.705c.587 0 1.153.356 1.153.922 0 .566-.566.923-1.153.923H6.685c-.587 0-1.153-.357-1.153-.923 0-.566.566-.922 1.153-.922Z\"/></svg>\n\n </figure>\n </td>\n <td>googlemessages.svg</td>\n <td><code>_includes/icons/simple-icons/googlemessages.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googlemessages\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Google My Business icon</title><path d=\"M3.273 1.643c-.736 0-1.363.492-1.568 1.16L0 9.279c0 1.664 1.336 3 3 3a3 3 0 003-3c0 1.664 1.336 3 3 3a3 3 0 003-3c0 1.65 1.35 3 3 3 1.664 0 3-1.336 3-3 0 1.664 1.336 3 3 3s3-1.336 3-3l-1.705-6.476a1.646 1.646 0 00-1.568-1.16H3.273zm8.729 9.326c-.604 1.063-1.703 1.81-3.002 1.81-1.304 0-2.398-.747-3-1.806-.604 1.06-1.702 1.806-3 1.806-.484 0-.944-.1-1.363-.277v8.232c0 .9.736 1.637 1.636 1.637h17.454c.9 0 1.636-.737 1.636-1.637v-8.232c-.419.178-.88.277-1.363.277-1.304 0-2.398-.746-3-1.804-.602 1.058-1.696 1.804-3 1.804-1.299 0-2.394-.75-2.998-1.81zm5.725 3.765c.808 0 1.488.298 2.007.782l-.859.859a1.623 1.623 0 00-1.148-.447c-.98 0-1.772.827-1.772 1.806 0 .98.792 1.807 1.772 1.807.882 0 1.485-.501 1.615-1.191h-1.615v-1.16h2.826c.035.196.054.4.054.613 0 1.714-1.147 2.931-2.88 2.931a3 3 0 010-6Z\"/></svg>\n\n </figure>\n </td>\n <td>googlemybusiness.svg</td>\n <td><code>_includes/icons/simple-icons/googlemybusiness.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googlemybusiness\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Google Nearby icon</title><path d=\"M6.546 12l5.455-5.455L17.455 12l-5.454 5.454zm16.976-1.154L13.158.48a1.635 1.635 0 00-2.314 0L.478 10.846a1.629 1.629 0 000 2.305l10.37 10.371a1.629 1.629 0 002.304 0l10.37-10.371a1.629 1.629 0 000-2.305zM12 20.726l-8.727-8.728L12 3.27l8.727 8.728Z\"/></svg>\n\n </figure>\n </td>\n <td>googlenearby.svg</td>\n <td><code>_includes/icons/simple-icons/googlenearby.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googlenearby\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Google Pay icon</title><path d=\"M3.963 7.235A3.963 3.963 0 00.422 9.419a3.963 3.963 0 000 3.559 3.963 3.963 0 003.541 2.184c1.07 0 1.97-.352 2.627-.957.748-.69 1.18-1.71 1.18-2.916a4.722 4.722 0 00-.07-.806H3.964v1.526h2.14a1.835 1.835 0 01-.79 1.205c-.356.241-.814.379-1.35.379-1.034 0-1.911-.697-2.225-1.636a2.375 2.375 0 010-1.517c.314-.94 1.191-1.636 2.225-1.636a2.152 2.152 0 011.52.594l1.132-1.13a3.808 3.808 0 00-2.652-1.033zm6.501.55v6.9h.886V11.89h1.465c.603 0 1.11-.196 1.522-.588a1.911 1.911 0 00.635-1.464 1.92 1.92 0 00-.635-1.456 2.125 2.125 0 00-1.522-.598zm2.427.85a1.156 1.156 0 01.823.365 1.176 1.176 0 010 1.686 1.171 1.171 0 01-.877.357H11.35V8.635h1.487a1.156 1.156 0 01.054 0zm4.124 1.175c-.842 0-1.477.308-1.907.925l.781.491c.288-.417.68-.626 1.175-.626a1.255 1.255 0 01.856.323 1.009 1.009 0 01.366.785v.202c-.34-.193-.774-.289-1.3-.289-.617 0-1.11.145-1.479.434-.37.288-.554.677-.554 1.165a1.476 1.476 0 00.525 1.156c.35.308.785.463 1.305.463.61 0 1.098-.27 1.465-.81h.038v.655h.848v-2.909c0-.61-.19-1.09-.568-1.44-.38-.35-.896-.525-1.551-.525zm2.263.154l1.946 4.422-1.098 2.38h.915L24 9.963h-.965l-1.368 3.391h-.02l-1.406-3.39zm-2.146 2.368c.494 0 .88.11 1.156.33 0 .372-.147.696-.44.973a1.413 1.413 0 01-.997.414 1.081 1.081 0 01-.69-.232.708.708 0 01-.293-.578c0-.257.12-.47.363-.647.24-.173.54-.26.9-.26Z\"/></svg>\n </figure>\n </td>\n <td>googlepay.svg</td>\n <td><code>_includes/icons/simple-icons/googlepay.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googlepay\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Google Play icon</title><path d=\"M1.22 0c-.03.093-.06.185-.06.308v23.229c0 .217.061.34.184.463l11.415-12.093L1.22 0zm12.309 12.708l2.951 3.045-4.213 2.4s-5.355 3.044-8.308 4.739l9.57-10.184zm.801-.831l3.166 3.292c.496-.276 4.371-2.492 4.924-2.8.584-.338.525-.8.029-1.046-.459-.255-4.334-2.475-4.92-2.835l-3.203 3.392.004-.003zm-.803-.8l2.984-3.169-4.259-2.431S5.309 1.505 2.999.179l10.53 10.898h-.002z\"/></svg>\n </figure>\n </td>\n <td>googleplay.svg</td>\n <td><code>_includes/icons/simple-icons/googleplay.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googleplay\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Google Podcasts icon</title><path d=\"M1.5 9.68c-.83 0-1.5.67-1.5 1.5V12.81a1.5 1.5 0 1 0 3 0v-1.63c0-.83-.67-1.5-1.5-1.5zM22.5 9.68c-.83 0-1.5.67-1.5 1.5V12.81a1.5 1.5 0 1 0 3 0v-1.63c0-.83-.67-1.5-1.5-1.5zM6.68 14.59c-.83 0-1.5.67-1.5 1.5V17.72a1.5 1.5 0 1 0 3 0V16.1c0-.83-.67-1.5-1.5-1.5zM6.68 4.77c-.83 0-1.5.67-1.5 1.5V11.63a1.5 1.5 0 0 0 3 0V6.26c0-.83-.67-1.5-1.5-1.5zM17.32 4.77c-.83 0-1.5.67-1.5 1.5V7.91a1.5 1.5 0 0 0 3 0V6.27c0-.83-.67-1.5-1.5-1.5zM12 0c-.83 0-1.5.67-1.5 1.5v1.63a1.5 1.5 0 1 0 3 0V1.5C13.5.67 12.83 0 12 0zM12 19.36c-.83 0-1.5.67-1.5 1.5V22.5a1.5 1.5 0 1 0 3 .01v-1.64c0-.82-.67-1.5-1.5-1.5zM17.32 10.9c-.83 0-1.5.68-1.5 1.5v5.33a1.5 1.5 0 0 0 3 0V12.4c0-.83-.67-1.5-1.5-1.5zM12 6.13c-.83 0-1.5.68-1.5 1.5v8.73a1.5 1.5 0 0 0 3 0V7.64c0-.83-.67-1.5-1.5-1.5z\"/></svg>\n </figure>\n </td>\n <td>googlepodcasts.svg</td>\n <td><code>_includes/icons/simple-icons/googlepodcasts.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googlepodcasts\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Google Scholar icon</title><path d=\"M10.93 2.045c-.547.366-3.22 2.14-5.938 3.945C2.272 7.794.05 9.286.05 9.304c0 .019.136.11.305.2.167.096 2.85 1.583 5.965 3.31l5.656 3.143.144-.074c.082-.04 2.169-1.232 4.642-2.642l4.493-2.568.027 7.947h2.668V9.319l-3.46-2.32c-4.664-3.124-8.392-5.586-8.484-5.606-.045-.008-.527.287-1.076.652M5.355 16.633l.014 2.005 3.31 1.987 3.31 1.982 3.337-2 3.332-2.005V16.62c0-1.092-.013-1.983-.027-1.983s-1.318.782-2.9 1.741l-3.306 1.996-.431.256-1.32-.791a604.12 604.12 0 0 1-3.286-1.979l-2.005-1.21c-.024-.008-.032.883-.027 1.983\"/></svg>\n </figure>\n </td>\n <td>googlescholar.svg</td>\n <td><code>_includes/icons/simple-icons/googlescholar.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googlescholar\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Google Search Console icon</title><path d=\"M8.548 1.156L6.832 2.872v1.682h1.716zm0 3.398v.035H6.832v-.035H3.386L0 7.844v3.577h2.826V8.94c0-.525.429-.954.954-.954h16.476c.525 0 .954.43.954.954v2.48h2.754V7.844l-3.386-3.29H17.3v.035h-1.717v-.035zm7.035 0H17.3V2.872l-1.717-1.716zM8.679 1.188V2.84h6.773V1.188zm11.471 7.07a.834.834 0 00-.132.01l-.543.002c-5.216.014-10.432-.008-15.648.01-.435-.063-.794.436-.716.883v2.264h17.812c-.016-.888.045-1.782-.034-2.666-.104-.342-.427-.502-.739-.502zm-15.422.634a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zm2.134 0a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zM.036 11.645v9.156c0 1.05.858 1.908 1.907 1.908h.883V11.645zm21.174 0v11.064h.882c1.05 0 1.908-.858 1.908-1.908v-9.156zM4.057 13.133v6.85h6.137v-6.85zm13.243.021v3.777l-1.708.977-1.708-.977v-3.758a4.006 4.006 0 000 7.23v2.441h3.457v-2.442a4.006 4.006 0 00-.041-7.248zm-13.243 8.26v1.43h7.925v-1.43z\"/></svg>\n </figure>\n </td>\n <td>googlesearchconsole.svg</td>\n <td><code>_includes/icons/simple-icons/googlesearchconsole.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googlesearchconsole\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Google Sheets icon</title><path d=\"M4.908 0c-.873 0-1.635.764-1.635 1.637v20.726c0 .873.762 1.637 1.635 1.637h14.184c.873 0 1.635-.764 1.635-1.637V7.045h-4.909a2.157 2.157 0 0 1-2.136-2.137V0H4.908zm9.774.5v4.408c0 .581.555 1.137 1.136 1.137h4.409L14.682.5zM7.637 11.781h8.726v7.856H7.637V11.78zm1.09 1.092v1.309h2.728v-1.309H8.727zm3.818 0v1.309h2.728v-1.309h-2.728zm-3.818 2.182v1.308h2.728v-1.308H8.727zm3.818 0v1.308h2.728v-1.308h-2.728zm-3.818 2.181v1.309h2.728v-1.309H8.727zm3.818 0v1.309h2.728v-1.309h-2.728z\"/></svg>\n\n </figure>\n </td>\n <td>googlesheets.svg</td>\n <td><code>_includes/icons/simple-icons/googlesheets.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googlesheets\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Google Street View icon</title><path d=\"M18.285 0c-.11 0-.218.004-.326.01-.03.001-.062.005-.092.008a5.723 5.723 0 00-.549.064c-.037.006-.074.015-.111.022-.07.013-.138.027-.207.042l-.1.024a5.635 5.635 0 00-.273.074l-.023.008a5.67 5.67 0 00-.301.102c-.022.007-.043.017-.065.025a5.669 5.669 0 00-.22.09l-.096.043a5.765 5.765 0 00-.184.088l-.097.05c-.061.032-.122.064-.182.098l-.088.05c-.066.04-.13.082-.195.124l-.063.039a5.746 5.746 0 00-.488.367l-.072.063a5.803 5.803 0 00-.451.433 5.7 5.7 0 00-.14.156l-.06.07a5.692 5.692 0 00-1.33 3.664 5.712 5.712 0 009.143 4.571l.017-.014a5.778 5.778 0 00.452-.38l.062-.06a5.747 5.747 0 00.37-.39l.054-.062c.06-.07.116-.143.172-.217l.017-.021.002-.004c.06-.08.118-.163.174-.246.018-.026.034-.054.05-.08.04-.06.078-.12.114-.182l.051-.088c.035-.061.069-.123.102-.186.016-.03.033-.06.048-.091.03-.06.058-.121.086-.182l.047-.103c.031-.072.06-.144.088-.217l.025-.065c.036-.097.07-.195.1-.295l.02-.07c.022-.075.043-.15.062-.227a5.675 5.675 0 00.068-.313 5.758 5.758 0 00.086-.645l.008-.112a5.759 5.759 0 00-.056-1.191 5.677 5.677 0 00-.114-.559 5.655 5.655 0 00-.648-1.533 5.73 5.73 0 00-.477-.672A5.76 5.76 0 0021.248.826l-.086-.049a5.716 5.716 0 00-.398-.215A5.681 5.681 0 0018.285 0zM1.715 2.285A1.72 1.72 0 000 3.995v18.29L12.941 9.344a6.426 6.426 0 01-1.12-3.63c0-1.26.38-2.432 1.007-3.429H1.715zM4.857 4c.848 0 1.557.31 2.102.818l-.912.891a1.698 1.698 0 00-1.19-.459c-.818 0-1.512.551-1.76 1.295a1.889 1.889 0 000 1.195c.248.744.942 1.295 1.76 1.295.46 0 .808-.121 1.067-.297.396-.27.624-.722.623-1.025h-1.69V6.57h2.94c.045.197.078.386.078.645 0 .957-.342 1.765-.936 2.312-.52.48-1.233.758-2.082.758a3.142 3.142 0 110-6.285zm9.8 7.059l-2.452 2.45a12 12 0 014.428-1.56 6.456 6.456 0 01-1.977-.89zm7.058.113a6.601 6.601 0 01-1.774.775c.607.087 1.2.22 1.774.395v-1.17zm-3.43 1.4c-2.51 0-4.868.864-6.73 2.264-.425.34-.698.863-.698 1.45V24H20a1.72 1.72 0 001.715-1.715v-9.164a11.078 11.078 0 00-3.43-.549zm-8.025 2.883L1.715 24h8.392v-7.715c0-.292.063-.567.153-.83Z\"/></svg>\n\n </figure>\n </td>\n <td>googlestreetview.svg</td>\n <td><code>_includes/icons/simple-icons/googlestreetview.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googlestreetview\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Google Tag Manager icon</title><path d=\"M11.929,18.136c1.619,0,2.932,1.313,2.932,2.932S13.549,24,11.929,24s-2.932-1.313-2.932-2.932 S10.31,18.136,11.929,18.136z M23.119,9.878l-9-9c-1.171-1.171-3.071-1.171-4.242,0c-1.171,1.171-1.171,3.071,0,4.242l6.866,6.866 l-4.493,4.588l2.119,2.211c0.581,0.621,0.901,1.432,0.901,2.282c0,0.313-0.044,0.615-0.125,0.903l7.974-7.851 C24.291,12.949,24.291,11.05,23.119,9.878z M11.669,7.491L9.588,5.41C8.944,4.766,8.589,3.91,8.589,3c0-0.333,0.048-0.659,0.14-0.97 L0.876,9.809c-1.17,1.17-1.17,3.067,0,4.238l7.824,7.875c-0.072-0.273-0.111-0.559-0.111-0.854c0-1.842,1.499-3.341,3.341-3.341 c0.351,0,0.69,0.055,1.008,0.156l-5.706-5.955L11.669,7.491z\"/></svg>\n </figure>\n </td>\n <td>googletagmanager.svg</td>\n <td><code>_includes/icons/simple-icons/googletagmanager.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googletagmanager\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Google Translate icon</title><path d=\"M1.597 0C.719 0 0 .719 0 1.599v16.275c0 .878.719 1.597 1.597 1.597h10L13.074 24h9.33C23.28 24 24 23.293 24 22.428V6.39c0-.865-.719-1.572-1.597-1.572h-9.93L10.927 0zm11.109 5.539h9.697c.234 0 .455.091.62.255a.834.834 0 01.256.596v16.038a.824.824 0 01-.255.596.881.881 0 01-.62.255h-8.677l3.45-3.808h.004l-.74-2.302c.01-.009.58-.501 1.283-1.247a52.6 52.6 0 002.818 2.806l.772-.772c-1.272-1.154-2.205-2.07-2.89-2.805.918-1.087 1.851-2.455 2.049-3.708h2.034v.003h.002v-.94h-4.532v-1.52h-1.472v1.52h-2.204zm-5.966.46c1.012 0 1.861.374 2.513.975l-.99.952a2.194 2.194 0 00-1.523-.584c-1.306 0-2.364 1.08-2.364 2.409 0 1.33 1.058 2.409 2.364 2.409 1.508 0 2.13-1.08 2.19-1.808l-2.188-.002V9.066h3.511c.05.23.089.457.089.764 0 2.147-1.433 3.669-3.602 3.669a3.752 3.752 0 01-3.751-3.75c0-2.07 1.68-3.75 3.751-3.75zm7.863 5.447h4.766c-.308 1.084-.988 2.108-1.652 2.904-1.176-1.392-1.18-1.844-1.18-1.844h-1.222s.05.678 1.7 2.61c-.533.546-.946.875-.95.88Z\"/></svg>\n\n </figure>\n </td>\n <td>googletranslate.svg</td>\n <td><code>_includes/icons/simple-icons/googletranslate.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"googletranslate\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>GOV.UK icon</title><path d=\"M2.4 13.031c.261-.64-.04-1.374-.682-1.638-.631-.262-1.362.049-1.623.688-.266.637.038 1.363.668 1.623.632.267 1.368-.037 1.623-.673m.858-3.244c.256-.636-.045-1.37-.691-1.639-.631-.258-1.367.053-1.639.687-.27.638.03 1.369.662 1.629.646.266 1.367-.039 1.639-.677m1.218-1.095c.645.264 1.367-.041 1.637-.675.256-.639-.045-1.375-.676-1.639-.632-.26-1.368.049-1.639.686-.271.638.046 1.367.678 1.626m3.156 1.053c.646.256 1.368-.045 1.64-.676.255-.646-.046-1.383-.691-1.639-.634-.271-1.37.046-1.626.676-.27.632.045 1.368.677 1.625M21.6 13.006c.271.631.993.933 1.639.661.632-.27.933-.992.661-1.639-.271-.646-1.008-.947-1.639-.676-.646.256-.945.992-.676 1.639m.752-2.57c.631-.257.931-.993.676-1.64-.271-.632-1.008-.946-1.639-.677-.646.271-.947.992-.676 1.639.256.632.993.933 1.624.678m-2.78-1.729c.631-.26.932-.992.672-1.631-.27-.646-1.001-.947-1.639-.686-.632.271-.937.992-.67 1.639.27.631 1.007.932 1.638.676m-3.412.858c.631-.271.932-1.007.677-1.639-.271-.646-.993-.947-1.64-.691-.631.271-.932 1.008-.661 1.639.271.632.993.932 1.64.662M9.425 4.935l.093 2.399 1.752-.923c.035.039.079.078.12.107-.181.718-.621 1.914-.896 2.575-.335.812.051 1.744.862 2.078.812.331 1.747-.06 2.083-.872.241-.57.121-1.188-.24-1.623-.391-.678-.781-1.533-.992-2.195.061-.045.105-.105.15-.15l1.895.977.09-2.39-1.969.632c-.016-.031-.031-.061-.045-.075l.766-2.181-2.33-.074.707 2.148c-.061.031-.105.076-.15.137l-1.896-.57zm11.896 9.109c.16.883.188 1.284-.015 1.859-.285-.286-.54-.807-.749-1.594l-.872 2.79c.52-.346.915-.565 1.364-.571-.815 1.713-1.819 2.146-2.461 2.021-.787-.158-1.15-.867-1.012-1.466.175-.842 1.052-1.052 1.448-.067.792-1.566-.52-2.078-1.368-1.624 1.313-1.28 1.468-2.426.426-3.836-1.464 1.106-1.49 2.21-.851 3.772-.842-.985-2.18-.466-1.713 1.113.627-.949 1.432-.346 1.298.565-.109.796-1.163 1.413-2.461 1.292-1.864-.165-1.954-1.457-1.983-2.525.451-.074 1.277.361 1.983 1.354l.286-2.962c-.767.782-1.474.946-2.24.962.271-.781 1.459-2.09 1.459-2.09l-3.729-.045s1.188 1.323 1.443 2.119c-.768-.014-1.459-.164-2.225-.961l.255 2.961c.706-.991 1.534-1.412 1.984-1.338-.045 1.053-.15 2.346-2.015 2.511-1.293.105-2.345-.526-2.449-1.323-.121-.901.691-1.503 1.307-.541.481-1.578-.856-2.104-1.699-1.127.662-1.564.647-2.676-.811-3.789-1.053 1.398-.902 2.541.405 3.85-.842-.467-2.165.029-1.383 1.607.405-.992 1.278-.766 1.458.076.12.601-.24 1.308-1.021 1.457-.646.121-1.639-.315-2.451-2.044.451.016.842.241 1.354.587l-.859-2.783c-.209.781-.48 1.295-.766 1.578-.186-.57-.166-.977.014-1.859l-1.803.613c.922 1.264 1.857 3.021 2.59 6.104 2.275-.376 6.157-.603 8.509-.603 2.345.015 6.229.285 8.494.691.767-3.081 1.713-4.825 2.646-6.073l-1.773-.646-.014-.015z\"/></svg>\n </figure>\n </td>\n <td>gov-dot-uk.svg</td>\n <td><code>_includes/icons/simple-icons/gov-dot-uk.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gov-dot-uk\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Gradle icon</title><path d=\"M22.7 4.3c-1.5-1.5-3.8-1.5-5.3-.1-.1.1-.1.2-.1.3 0 .1 0 .2.1.3l.5.5c.1.1.3.1.5 0 .4-.3.8-.4 1.3-.4 1.2 0 2.2 1 2.2 2.2 0 .6-.2 1.1-.6 1.5-3 3-7.1-5.4-16.2-1.1-.6.3-.9 1-.6 1.6v.1L6 11.9c.3.6 1.1.8 1.7.5l.7-.4c.8-.5 1.5-1 2.2-1.6.1-.1.4-.1.5 0 .2.1.2.3.1.5l-.1.1c-.7.6-1.5 1.2-2.3 1.7l-.7.3c-.3.2-.6.3-1 .3-.7 0-1.4-.4-1.7-1L3.9 9.7c-2.8 2-4.6 5.9-3.6 10.8 0 .2.2.3.4.3h1.7c.2 0 .3-.1.4-.3.2-1.4 1.4-2.3 2.8-2.1 1.1.1 2 1 2.1 2.1 0 .2.2.3.4.3h1.6c.2 0 .3-.1.4-.3.2-1.4 1.4-2.3 2.8-2.1 1.1.1 2 1 2.1 2.1 0 .2.2.3.4.3H17c.2 0 .4-.2.4-.4 0-2.3.7-4.9 2.4-6.2 5.9-4.6 4.3-8.5 2.9-9.9zm-6.2 6.9l-1.2-.6c0-.4.3-.7.7-.7.4 0 .7.3.7.7.1.3 0 .5-.2.6z\"/></svg>\n </figure>\n </td>\n <td>gradle.svg</td>\n <td><code>_includes/icons/simple-icons/gradle.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gradle\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Grafana icon</title><path d=\"M22.999 10.626c-.043-.405-.106-.873-.234-1.384s-.341-1.065-.618-1.661c-.298-.575-.66-1.193-1.15-1.768-.192-.234-.405-.447-.618-.681.341-1.342-.405-2.513-.405-2.513-1.299-.085-2.108.405-2.406.618-.043-.021-.106-.043-.149-.064-.213-.085-.447-.17-.681-.256-.234-.064-.469-.149-.703-.192-.234-.064-.49-.106-.745-.149-.043 0-.085-.021-.128-.021C14.608.766 12.99 0 12.99 0c-1.853 1.193-2.215 2.79-2.215 2.79s0 .043-.021.085c-.106.021-.192.064-.298.085-.128.043-.277.085-.405.149s-.277.106-.405.17c-.277.128-.532.256-.809.405a8.52 8.52 0 0 0-.745.469c-.043-.021-.064-.043-.064-.043-2.492-.958-4.706.192-4.706.192-.192 2.662 1.001 4.323 1.235 4.621-.064.17-.106.319-.17.49a10.658 10.658 0 0 0-.405 1.853c-.021.085-.021.192-.043.277-2.3 1.129-2.981 3.471-2.981 3.471 1.917 2.215 4.174 2.343 4.174 2.343a9.61 9.61 0 0 0 .98 1.448c.149.192.319.362.49.554-.703 2.002.106 3.684.106 3.684 2.151.085 3.556-.937 3.854-1.171l.639.192c.66.17 1.342.277 2.002.298h.873c1.001 1.448 2.79 1.64 2.79 1.64 1.256-1.342 1.342-2.641 1.342-2.939v-.021-.043-.064c.256-.192.511-.383.767-.596.511-.447.937-.98 1.32-1.533.043-.043.064-.106.106-.149 1.427.085 2.428-.894 2.428-.894-.234-1.491-1.086-2.215-1.256-2.343l-.021-.021-.021-.021-.021-.021c0-.085.021-.17.021-.277.021-.17.021-.319.021-.49v-.213-.277-.128c0-.043 0-.085-.021-.128l-.043-.256c-.021-.17-.064-.319-.085-.49a6.327 6.327 0 0 0-.724-1.789 6.634 6.634 0 0 0-1.214-1.448 5.89 5.89 0 0 0-1.533-.98 5.368 5.368 0 0 0-1.682-.469c-.277-.043-.575-.043-.852-.043h-.128-.298c-.149.021-.298.043-.426.064-.575.106-1.107.319-1.576.596s-.873.639-1.214 1.043a4.284 4.284 0 0 0-.767 1.299c-.17.447-.277.937-.298 1.384v.511c0 .064 0 .106.021.17a3.642 3.642 0 0 0 .703 1.81c.256.341.532.596.852.809.319.213.639.362.98.469s.66.149.958.128h.446c.043 0 .085-.021.106-.021.043 0 .064-.021.106-.021.064-.021.149-.043.213-.064.128-.043.256-.106.383-.149.128-.064.234-.128.319-.192.021-.021.064-.043.085-.064a.24.24 0 0 0 .043-.341.298.298 0 0 0-.319-.064c-.021.021-.043.021-.085.043a1.43 1.43 0 0 1-.277.106c-.106.021-.213.064-.319.085-.064 0-.106.021-.17.021h-.361s-.021 0 0 0h-.086c-.022 0-.064 0-.085-.021-.234-.043-.49-.106-.724-.213s-.469-.256-.66-.447c-.213-.192-.383-.405-.532-.66s-.234-.532-.277-.809c-.021-.149-.043-.298-.021-.447v-.128c0 .021 0 0 0 0v-.043-.064c0-.085.021-.149.043-.234a3.114 3.114 0 0 1 .916-1.725c.128-.128.256-.234.405-.319.149-.106.298-.192.447-.256s.319-.128.49-.17c.17-.043.341-.085.511-.085.085 0 .17-.021.256-.021H15.228c.021 0 0 0 0 0h.085a4.046 4.046 0 0 1 1.619.49c.681.383 1.256.958 1.597 1.661.17.341.298.724.362 1.129.021.106.021.192.043.298v.554c0 .106-.021.213-.021.319-.021.106-.021.213-.043.319l-.064.319c-.021.106-.128.405-.192.618s-.362.788-.618 1.129a5.164 5.164 0 0 1-2.002 1.64c-.405.17-.809.319-1.235.383a3.221 3.221 0 0 1-.639.064h-.319c.021 0 0 0 0 0h-.021c-.106 0-.234 0-.341-.021-.469-.043-.916-.128-1.363-.256s-.873-.298-1.278-.511a6.956 6.956 0 0 1-2.108-1.746c-.277-.362-.532-.745-.745-1.15s-.362-.831-.49-1.256a5.489 5.489 0 0 1-.213-1.32v-.49-.17c0-.213.021-.447.064-.681.021-.234.064-.447.106-.681s.106-.447.17-.681.277-.873.469-1.278c.383-.809.873-1.533 1.448-2.108.149-.149.298-.277.469-.405.064-.064.213-.192.383-.298s.341-.213.532-.298c.085-.043.17-.085.277-.128.043-.021.085-.043.149-.064.043-.021.085-.043.149-.064.192-.085.383-.149.575-.213.043-.021.106-.021.149-.043s.106-.021.149-.043.192-.043.298-.085c.043-.021.106-.021.149-.043.043 0 .106-.021.149-.021s.106-.021.149-.021l.17-.043c.043 0 .106-.021.149-.021.064 0 .106-.021.17-.021.043 0 .128-.021.17-.021s.064 0 .106-.021h.149c.064 0 .106 0 .17-.021h.085s.021 0 0 0H15.033c.383.021.767.064 1.129.128a7.234 7.234 0 0 1 2.044.681 7.676 7.676 0 0 1 1.661 1.086c.021.021.064.043.085.085.021.021.064.043.085.085.064.043.106.106.17.149s.106.106.17.149c.043.064.106.106.149.17a7.88 7.88 0 0 1 1.406 1.98c.021.021.021.043.043.085.021.021.021.043.043.085s.043.106.085.149c.021.043.043.106.064.149s.043.106.064.149c.085.192.149.383.213.575.106.298.17.554.234.767a.204.204 0 0 0 .192.149c.106 0 .17-.085.17-.192-.021-.256-.021-.532-.043-.852z\"/></svg>\n </figure>\n </td>\n <td>grafana.svg</td>\n <td><code>_includes/icons/simple-icons/grafana.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"grafana\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Graphcool icon</title><path d=\"M21.138 7.929c-1.167-.657-2.633.2-2.868.348l-5.037 2.857c-.744-.591-1.804-.566-2.519.06-.715.625-.881 1.671-.395 2.488s1.486 1.168 2.376.836 1.416-1.252 1.25-2.187l5.023-2.851.032-.019c.33-.209 1.096-.521 1.454-.319.258.146.405.633.417 1.35h-.006v6.301c-.001.588-.314 1.131-.823 1.426l-7.222 4.172c-.51.293-1.137.293-1.646 0l-7.222-4.172c-.509-.295-.822-.838-.823-1.426v-8.34c.001-.588.314-1.131.823-1.425l6.536-3.772c.621.713 1.664.882 2.479.4.815-.48 1.172-1.475.848-2.363-.324-.89-1.236-1.421-2.169-1.266-.934.156-1.623.955-1.641 1.901L3.262 5.823c-.942.542-1.522 1.544-1.524 2.63v8.338c.001 1.086.579 2.088 1.519 2.631l7.221 4.172c.94.541 2.097.541 3.037 0l7.222-4.172c.938-.543 1.517-1.545 1.519-2.629v-6.062h.005c.034-1.422-.347-2.363-1.123-2.802z\"/></svg>\n </figure>\n </td>\n <td>graphcool.svg</td>\n <td><code>_includes/icons/simple-icons/graphcool.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"graphcool\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>GraphQL icon</title><path d=\"M14.051 2.751l4.935 2.85c.816-.859 2.173-.893 3.032-.077.148.14.274.301.377.477.589 1.028.232 2.339-.796 2.928-.174.1-.361.175-.558.223v5.699c1.146.273 1.854 1.423 1.58 2.569-.048.204-.127.4-.232.581-.592 1.023-1.901 1.374-2.927.782-.196-.113-.375-.259-.526-.429l-4.905 2.832c.372 1.124-.238 2.335-1.361 2.706-.217.071-.442.108-.67.108-1.181.001-2.139-.955-2.14-2.136 0-.205.029-.41.088-.609l-4.936-2.847c-.816.854-2.171.887-3.026.07-.854-.816-.886-2.171-.07-3.026.283-.297.646-.506 1.044-.603l.001-5.699c-1.15-.276-1.858-1.433-1.581-2.584.047-.198.123-.389.224-.566.592-1.024 1.902-1.374 2.927-.782.177.101.339.228.48.377l4.938-2.85C9.613 1.612 10.26.423 11.39.088 11.587.029 11.794 0 12 0c1.181-.001 2.139.954 2.14 2.134.001.209-.03.418-.089.617zm-.515.877c-.019.021-.037.039-.058.058l6.461 11.19c.026-.009.056-.016.082-.023V9.146c-1.145-.283-1.842-1.442-1.558-2.588.006-.024.012-.049.019-.072l-4.946-2.858zm-3.015.059l-.06-.06-4.946 2.852c.327 1.135-.327 2.318-1.461 2.645-.026.008-.051.014-.076.021v5.708l.084.023 6.461-11.19-.002.001zm2.076.507c-.39.112-.803.112-1.192 0l-6.46 11.189c.294.283.502.645.6 1.041h12.911c.097-.398.307-.761.603-1.044L12.597 4.194zm.986 16.227l4.913-2.838c-.015-.047-.027-.094-.038-.142H5.542l-.021.083 4.939 2.852c.388-.404.934-.653 1.54-.653.627 0 1.19.269 1.583.698z\"/></svg>\n </figure>\n </td>\n <td>graphql.svg</td>\n <td><code>_includes/icons/simple-icons/graphql.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"graphql\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Grav icon</title><path d=\"M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm6.489 13.965c-1.251-.825-1.965-1.523-2.589-2.777-.427.859-1.421 2.135-3.098 3.139-.84 2.61-4.823 7.605-6.113 6.885-.381-.195-.452-.48-.367-.765.093-.704 1.566-2.34 1.566-2.34s.029.345.494 1.065c-.629-1.936 1.021-4.305 1.456-5.131.689-.209.734-1.095.734-1.095.046-1.364-.569-2.34-1.155-2.94.421.525.556 1.306.57 2.025v.255c-.029.601-.21 1.41-.585 1.41v.016c-.39-.016-.885.074-1.319.21l-.961.239s.51-.015.78.226c-.314.51-1.005 1.125-1.771 1.484-1.109.525-1.439-.51-.869-1.17.135-.165.285-.3.404-.404-.09-.09-.135-.21-.149-.36-.075-.345-.045-.78.45-1.485.09-.149.21-.3.345-.449l.015-.016.016-.015v-.015c.029-.046.074-.076.104-.12.57-.585 1.485-1.2 2.911-1.74 1.694-2.49 2.309-2.956 2.309-2.956.181-.179.511-.419.615-.479-.87-1.515-1.049-3.646-.824-4.215-.03.03-.046.06-.061.105.09-.195.135-.255.225-.36.24-.27 1.035-.42 1.336.18.15.315.18.735.18 1.035-.645-.029-1.215.69-1.215.69s.524-.24 1.186-.255c0 0 .179.164.389.449-.284.556-.779 1.725-.42 2.971.061.24.15.45.256.629.015.016.015.016.015.031l.03.029c.585.886 1.649.976 1.649.976-.495-.24-.915-.646-1.169-1.125-.136-.255-.227-.48-.271-.646-.285-1.08.135-1.725.375-2.145.54-.84 1.544-1.351 2.609-1.23 1.5.165 2.581 1.53 2.399 3.03-.104.915-.659 1.681-1.409 2.085.181.494-.015 1.08-.015 1.08.449.57.479.9.465 1.215-.585-.09-1.141.301-1.141.301s1.111-.256 1.756.314c.42.449.704.87.869 1.17.24.435 1.35.465 1.229 1.23-.135.779-.989.779-2.31-.09l.074-.151zm-4.824-4.61c-.22-.219-.574-.219-.795 0l-.465.468c-.222.21-.222.57 0 .796l.51.51c.222.225.577.21.795 0l.47-.466c.221-.225.221-.585 0-.794l-.515-.525v.011zm-2.205-.186c-.14.14-.14.368 0 .511.141.138.368.138.51 0 .14-.143.14-.371 0-.511-.142-.141-.369-.141-.51 0zm1.269-.252c.142-.139.142-.366 0-.51-.141-.138-.367-.138-.51 0-.139.144-.139.371 0 .51.142.142.369.142.51 0zm5.385-1.304c.591-1.131-.247-1.791-.825-2.332-.924-.87-1.846-1.245-2.9-.029-1.052 1.199-.383 2.609.58 3.284.96.69 2.535.226 3.135-.915l.01-.008zm-1.595-.463c-.372-.445.322-1.252.757-.77.8.89-.387 1.216-.757.77z\"/></svg>\n </figure>\n </td>\n <td>grav.svg</td>\n <td><code>_includes/icons/simple-icons/grav.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"grav\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Gravatar icon</title><path d=\"M12 0c-1.326 0-2.4 1.074-2.4 2.4v8.4c0 1.324 1.074 2.398 2.4 2.398s2.4-1.074 2.4-2.398V5.21c2.795.99 4.799 3.654 4.799 6.789 0 3.975-3.225 7.199-7.199 7.199S4.801 15.975 4.801 12c0-1.989.805-3.789 2.108-5.091.938-.938.938-2.458 0-3.396s-2.458-.938-3.396 0C1.344 5.686 0 8.686 0 12c0 6.627 5.373 12 12 12s12-5.373 12-12S18.627 0 12 0\"/></svg>\n </figure>\n </td>\n <td>gravatar.svg</td>\n <td><code>_includes/icons/simple-icons/gravatar.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gravatar\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Greenkeeper icon</title><path d=\"M12.04 22.547a2.206 2.206 0 0 1-2.014-3.108l-2.699-1.8a2.201 2.201 0 1 1 .42-.626l2.702 1.8c.082-.085.172-.164.267-.236l-4.33-8.659a2.209 2.209 0 1 1 .672-.343l4.33 8.659c.077-.024.156-.044.235-.059v-4.128a2.206 2.206 0 0 1 0-4.333v-3.89a2.206 2.206 0 1 1 .755.014v3.866a2.205 2.205 0 0 1 0 4.359v4.097c.082.013.164.03.244.052l4.32-8.638a2.202 2.202 0 1 1 .672.344l-4.309 8.617c.1.07.194.148.28.233l2.616-1.776a2.209 2.209 0 1 1 .44.613l-2.615 1.777a2.206 2.206 0 0 1-1.986 3.165zM12 24C5.373 24 0 18.628 0 12a12 12 0 0 1 3.515-8.485c4.686-4.686 12.284-4.686 16.97 0s4.687 12.284 0 16.97A11.921 11.921 0 0 1 12 24zM12 .755C5.79.755.755 5.79.755 12c0 2.982 1.185 5.843 3.294 7.951 4.376 4.407 11.495 4.433 15.902.057s4.432-11.496.057-15.903A11.173 11.173 0 0 0 12 .755z\"/></svg>\n </figure>\n </td>\n <td>greenkeeper.svg</td>\n <td><code>_includes/icons/simple-icons/greenkeeper.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"greenkeeper\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>GreenSock icon</title><path d=\"M13.473 23.948c-.311-.053-.639-.2-.82-.365a.702.702 0 0 1-.198-.487c0-.18.09-.44.242-.696a2.2 2.2 0 0 0 .209-.465c.03-.113.096-.3.147-.417l.091-.212.024-1.436c.013-.79.037-1.526.053-1.638a4.94 4.94 0 0 1 .253-.962l.084-.209-.123-.073c-.115-.069-.21-.168-.58-.608-.457-.54-1.057-.836-1.908-.94a16 16 0 0 0-.84-.057c-1.252-.058-1.966-.319-2.61-.952-.48-.474-.731-1.025-.833-1.836-.138-1.098-.29-1.663-.57-2.12a2.035 2.035 0 0 0-.237-.315l-.114-.113-.25.16c-.139.088-.329.203-.423.255a8.301 8.301 0 0 0-.896.571c-.696.507-1.459 1.142-1.877 1.562-.188.188-.287.267-.327.262-.288-.043-.066-1.28.396-2.21.595-1.197 1.593-2.303 2.752-3.051.95-.613 2.485-1.456 3.196-1.753 1.26-.527 2.892-1.098 4.01-1.403.236-.064.381-.122.477-.19.22-.153.434-.225.681-.23.206-.003.226-.01.425-.14.235-.152.302-.162.538-.08l.154.055.187-.127.188-.127.27.006c.205.004.299-.007.387-.046.114-.05.118-.056.15-.245.072-.406.08-.61.037-.854-.058-.324-.063-1.584-.008-1.829.059-.266.097-.319.295-.417.297-.147.519-.188 1.032-.188.624 0 .94.084 1.174.31.212.206.248.68.137 1.8-.064.642-.072.823-.055 1.244.01.271.027.524.037.561.017.065.032.069.259.074.221.004.26.014.471.125.204.106.356.234.386.325.006.02.04.021.104.003.118-.035.225.003.309.109.051.065.083.078.203.078.16 0 .216.038.349.234a.598.598 0 0 0 .246.2c.22.11.515.414.63.654.175.362.212.777.101 1.154-.04.14-.04.145.042.282.174.29.237.65.167.954l-.041.18.118.117c.583.583.497 1.531-.215 2.38-.076.09-.165.232-.198.318-.14.363-.294.618-.499.828l-.204.21h-.214c-.21 0-.505-.07-.685-.165-.075-.039-.08-.038-.065.01.05.172.164.87.205 1.255.063.594.044 1.458-.04 1.829a2.85 2.85 0 0 1-.297.785c-.076.126-.083.155-.066.304.024.217-.027.576-.115.813-.104.277-.143.407-.166.546-.02.122-.02.123.066.123.115 0 .175.068.175.199 0 .06-.05.374-.112.7-.171.908-.182 1.013-.184 1.895-.003.909-.004.902.204 1.037l.464.302a6.37 6.37 0 0 0 1.276.656c.653.258.743.324.743.544 0 .095-.019.133-.1.211-.252.243-.744.297-1.737.192a16.668 16.668 0 0 0-1.55-.075c-1.365-.02-1.567-.067-1.745-.408-.102-.195-.084-.45.059-.868a5.86 5.86 0 0 0 .163-.56c.093-.455.03-.993-.188-1.604l-.185-.518c-.186-.528-.286-1.494-.176-1.712.02-.04.054-.05.146-.044l.119.01.096-.204c.075-.158.158-.264.38-.488l.285-.286-.014-.182c-.014-.174-.243-1.027-.276-1.025-.009 0-.073.088-.144.195-.17.258-.552.658-.766.802-.094.064-.172.137-.172.162-.002.103-.094.31-.201.455-.106.143-.113.163-.097.29.024.183-.033.773-.104 1.08a3.482 3.482 0 0 1-.257.665c-.27.56-.472 1.058-.525 1.29a5.534 5.534 0 0 0-.068.673c-.013.264-.04.524-.06.577-.026.075-.027.132-.002.246.018.082.03.266.027.41-.004.2.012.33.07.564.1.397.122.647.073.796-.03.092-.064.129-.166.18-.237.12-.899.185-1.259.123zm.95-.318c.137-.039.252-.159.252-.263 0-.045-.04-.183-.087-.306-.09-.23-.254-.837-.254-.938 0-.054.004-.055.085-.012l.085.045-.002-.11a1.326 1.326 0 0 0-.064-.295c-.074-.223-.084-.228-.554-.254l-.322-.017-.115.113a1.03 1.03 0 0 0-.169.22c-.052.103-.072.255-.038.29.008.009.085 0 .17-.02a.755.755 0 0 1 .155-.029c0 .005-.086.073-.192.151-.47.348-.633.564-.633.837 0 .286.266.508.688.574.29.046.854.054.995.014zm6.354-.465c.117-.142.103-.285-.046-.45a1.223 1.223 0 0 0-.292-.22 3.668 3.668 0 0 1-.328-.195c-.086-.06-.362-.22-.612-.36a8.634 8.634 0 0 1-.527-.306l-.07-.055v-1.075c0-1.06-.002-1.073-.058-1.058-.273.075-.726.109-1.302.098l-.619-.01.088.218c.167.416.254.97.253 1.606 0 .238-.014.326-.073.492a8.78 8.78 0 0 0-.087.249c-.011.035.032.06.194.108.115.035.289.071.387.082l.178.018-.018.181c-.02.205.003.418.054.486.029.038.149.052.69.078.412.02.858.062 1.209.114.305.045.633.084.73.085.162.003.18-.003.249-.086zm-6.252-1.831c.015-.01.037-.222.047-.471.031-.7.057-.8.41-1.589.287-.644.441-1.245.427-1.673l-.008-.254-.107.106c-.227.225-.071-.13.197-.447.203-.24.273-.375.307-.587.014-.086.047-.13.18-.23.502-.385.867-.87 1.103-1.463.056-.141.198-.62.315-1.066.218-.826.335-1.179.44-1.333.04-.059.055-.068.045-.029-.06.235-.08.33-.13.637-.032.191-.09.564-.128.828-.078.532-.156.876-.261 1.144l-.07.178.189.485c.193.497.283.855.302 1.205l.01.192-.154.032a.784.784 0 0 0-.497.314c-.136.19-.208.348-.173.384.015.015.207.05.425.075.342.04.47.042.919.013a5.73 5.73 0 0 0 .579-.056c.042-.015.083-.101.154-.323.162-.51.193-.693.174-1.05l-.016-.317.082-.105c.192-.244.34-.682.4-1.19.075-.626-.06-1.936-.315-3.062-.12-.533-.17-.854-.17-1.09v-.207l-.193.02c-.687.076-1.518.055-2.028-.05-.276-.056-.976-.26-1.13-.329l-.119-.053-.017.135a2.093 2.093 0 0 1-.04.226c-.023.085-.014.102.131.246.18.18.236.276.236.402 0 .075-.045.138-.263.367-.16.168-.364.345-.52.449l-.256.172-.106.376c-.394 1.39-.468 2.649-.21 3.554l.064.226-.125.155c-.47.592-.746 1.041-.788 1.29-.008.05-.048.215-.088.367-.1.386-.178.953-.212 1.566a43.822 43.822 0 0 1-.104 1.539l-.017.152.195.06c.108.033.273.073.367.087.174.028.499.023.548-.008zm3.793-2.148c.303-.018.581-.066.635-.11.023-.018.05-.1.06-.18l.017-.148-.24.053a5.127 5.127 0 0 1-.577.078 9.474 9.474 0 0 1-1.382-.04c-.152-.023-.153-.022-.103.177.037.15.045.154.445.185.266.02.634.016 1.145-.015zm-.255-.68c.396-.033.894-.118.99-.17.031-.017.061-.074.072-.139l.036-.208.018-.099-.096.02c-.433.091-.762.118-1.42.118-.639 0-.712-.006-.88-.063a.603.603 0 0 0-.206-.048c-.028.017-.03.24-.005.395.015.095.03.111.125.138.297.08.796.101 1.366.055zm-7.249-3.523c1-.286 2.308-1.137 3.377-2.197.35-.348.39-.397.437-.55l.064-.199c.007-.016-.056-.045-.138-.065-.216-.052-.377-.174-.379-.288 0-.066-.04-.132-.15-.255-.187-.208-.233-.298-.253-.497l-.016-.158-.216-.158c-.124-.09-.564-.332-1.028-.565a14.706 14.706 0 0 1-1.039-.561c-.39-.264-.653-.576-.8-.947-.029-.076-.063-.138-.075-.138-.033 0-.91.85-1.286 1.247-.924.977-1.563 1.825-1.964 2.61-.1.195-.21.425-.242.511l-.06.157.073.26c.04.143.13.373.2.51.246.484.541.777 1.024 1.015.52.257.98.346 1.75.337.416-.005.535-.016.721-.07zM2.921 11.56c.657-.582 1.563-1.22 2.674-1.882.727-.433 3.533-1.837 4.826-2.414.234-.105.446-.201.47-.215.023-.013.091-.18.151-.369.276-.869.412-1.041.908-1.153.063-.014.078-.034.078-.099 0-.11.078-.374.145-.491.05-.09.051-.095.005-.082-.027.009-.19.056-.363.106-2.38.687-4.462 1.6-6.26 2.742-1.92 1.22-3.022 2.68-3.343 4.429l-.024.13.232-.231c.127-.127.353-.339.501-.47zm17.677.33c.19-.098.487-.548.597-.902a.812.812 0 0 1 .182-.338c.292-.32.531-.905.532-1.304 0-.62-.349-.859-.863-.592-.064.033-.121.055-.127.048-.029-.029.117-.17.29-.28.233-.15.277-.24.277-.566 0-.271-.069-.493-.225-.733-.07-.105-.098-.177-.087-.218l.072-.264c.096-.347.061-.744-.088-.997-.227-.385-.506-.573-.894-.602l-.225-.017.134.147c.392.429.583.963.508 1.42-.039.232-.077.28-.303.372l-.13.053.015.179c.026.295-.024.508-.212.905-.093.198-.164.376-.157.395.025.067.28.195.483.244l.2.048-.125.04c-.161.053-.198.126-.199.397 0 .245.035.346.217.616.08.118.135.237.144.308.015.111.01.118-.08.151a1.52 1.52 0 0 1-.31.05c-.367.023-.395.033-.558.19-.15.143-.153.151-.153.307 0 .215.08.645.132.704.064.073.436.255.58.283a.544.544 0 0 0 .373-.044zm-5.41-.294c.239-.187.425-.374.532-.535.065-.098.069-.117.036-.197-.052-.127-.411-.45-.611-.547a1.463 1.463 0 0 0-.418-.12l-.246-.034-.154-.192c-.314-.39-.49-.693-.742-1.282-.216-.502-.409-.795-.713-1.082-.125-.118-.217-.215-.206-.215.012 0 .161.073.333.163.288.151.321.162.451.146.465-.056.873-.591 1.024-1.34.043-.214.127-.429.218-.557.004-.005.182.115.395.267.534.38.652.436.955.448.202.008.314-.008.672-.094.765-.186 1.594-.262 2.1-.193.285.039.692.163 1 .306.301.14.359.148.457.062.08-.07.081-.08.08-.342-.002-.386-.144-.804-.36-1.053-.11-.129-.415-.34-.72-.501a12.227 12.227 0 0 1-.327-.178c-.142-.083-.309-.073-.752.044-.515.135-.652.133-1.243-.018-.499-.128-.532-.13-1.022-.053-.261.041-.918.017-1.138-.041a4.228 4.228 0 0 1-.325-.104c-.19-.071-.522-.083-.822-.03-.6.107-1.054.43-1.218.87-.084.224-.073.329.042.401.177.112.416.421.416.54 0 .01-.056-.041-.125-.113-.166-.174-.32-.251-.5-.251a.62.62 0 0 0-.55.362 3.846 3.846 0 0 0-.133.42c-.11.402-.206.612-.412.892-.186.253-.211.366-.146.651.164.719.448 1.011 1.639 1.686.625.354.948.553 1.182.729.179.133.184.14.168.243-.037.233.112.49.406.695.075.052.122.107.122.143 0 .072.196.17.343.17.08 0 .145-.034.313-.166zm4.815-1.314c.454.013.479-.019.235-.301-.254-.295-.323-.532-.23-.794l.037-.102-.159-.078a1.167 1.167 0 0 0-.163-.072 7.965 7.965 0 0 0-.079.31c-.058.24-.13.856-.131 1.12 0 .023.038.013.105-.028.092-.055.14-.062.385-.055zm-1.518-.025c.273-.015.556-.036.63-.046l.134-.018.017-.452c.023-.64.115-1.018.393-1.622.198-.43.281-.807.24-1.086-.018-.122-.025-.13-.188-.201a4.295 4.295 0 0 0-.934-.253c-.31-.045-1.214-.019-1.555.045-.14.026-.397.08-.57.121-.426.1-.652.087-.976-.055-.32-.141-.524-.268-.717-.448-.151-.141-.165-.148-.206-.101-.03.035-.047.14-.057.368-.014.347-.066.53-.22.777a.832.832 0 0 0-.086.16c0 .012.119.146.264.296.499.52.744.654 1.138.624.13-.01.22-.006.22.01 0 .029-.254.23-.361.286-.048.025-.06.053-.052.113l.06.408c.036.236.064.343.1.375.093.08.577.33.88.452.401.163.617.221.924.247.373.031.381.031.922 0zm-3.23-.427c.008-.015-.022-.24-.07-.502-.063-.356-.098-.485-.137-.518-.03-.024-.173-.128-.319-.231a5.503 5.503 0 0 1-.537-.452l-.271-.264-.142.075-.154.083a.7.7 0 0 0 .064.176c.04.093.126.323.19.51.165.489.291.723.616 1.148l.124.161.23.036c.126.02.257.046.291.059.056.021.063.012.08-.115a.755.755 0 0 1 .034-.166zm4.948-4.86c.2-.019.234-.05.147-.138-.052-.053-.179-.059-.28-.012-.068.031-.082.024-.187-.09-.11-.122-.116-.125-.254-.108-.125.015-.144.01-.16-.041a1.078 1.078 0 0 0-.18-.226.842.842 0 0 0-.325-.23c-.243-.092-.378-.082-.609.045-.667.365-.64.361-1.283.197-.603-.154-1.054-.307-1.197-.407-.12-.083-.379-.17-.593-.2-.16-.022-.264.013-.416.14l-.08.066.072.128c.102.181.092.191-.062.06-.163-.14-.357-.234-.485-.235-.089 0-.355.115-.387.168-.009.014.073.033.181.043.115.01.271.048.376.093.272.116.414.154.664.18.273.026.771-.005.828-.053.029-.025.115-.029.296-.015.238.018.337.04.903.193.328.09.558.083.949-.026.18-.05.406-.1.501-.11.16-.017.192-.01.44.103.4.18.61.296.728.4.117.1.13.103.413.076zm-2.228-.684l.238-.124-.005-.245a11.964 11.964 0 0 0-.022-.495l-.017-.251-.238.184c-.141.11-.278.192-.339.203-.171.033-1.016 0-1.096-.042a2.31 2.31 0 0 1-.291-.259l-.22-.22-.003.13c0 .07-.011.192-.024.268-.022.138-.02.142.13.333.084.107.152.202.152.212 0 .076 1.128.426 1.382.43.081 0 .184-.036.353-.124zm-.452-.889c.282-.054.42-.258.523-.773.11-.554.166-1.425.113-1.797-.047-.334-.419-.485-1.136-.461-.444.015-.628.059-.779.187-.094.08-.096.087-.137.457-.08.711.036 1.724.24 2.105.097.183.184.25.365.28.203.035.635.036.811.002z\"/></svg>\n </figure>\n </td>\n <td>greensock.svg</td>\n <td><code>_includes/icons/simple-icons/greensock.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"greensock\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Groovy icon</title><path d=\"M11.997 6.012S10.315 8.8 9.516 10.155c-.155.058-.172.041-.341.207-.41-.47-.897-.041-1.028.22-.057-.566-.151-.567-.279-.694.074-.496.316-1.305-.241-1.884-1.078-.727-2.326 1.05-3.021 1.982l-.375.622c-1.546-.032-2.763.008-4.231-.021 1.79.67 1.864.686 4.026 1.506 0 .066.161.372.34.552.147.15.308.234.389.284-.106.054-.32.138-.385.258-.292.546.139.672.418 1.107.315.568.382.944 1.126.625.254-.11.562-.148.758-.21-.693 1.094-.87 1.392-2.083 3.274l.012.004c4.85-1.893 4.974-1.942 7.373-2.89 3.448 1.338 3.646 1.448 7.432 2.891-.529-.826-.89-1.343-1.274-1.995.151-.013.483-.046.777-.233.213-.135.463-.288.688-.574.443-.565.551-1.277.39-2.166-.078-.423-.235-.834-.213-.85 2.061-.778 2.304-.862 4.226-1.587-2.31.034-2.422.01-4.591.016-.036-.414-.244-.627-.882-.606-.238.039-.389.12-.5.445-.357-.657-.85-.464-1.06-.14-.275-.282-.917-.377-1.24-.17-.238-.112-.514-.112-.757.177-.175-.146-.23-.188-.614-.342-.886-1.497-1.622-2.692-2.36-3.951zm.012.802c.35.535 1.552 2.61 1.849 3.074-.337.023-.668.202-.918.562-.217-.224-.47-.445-.917-.463-.544-.093-.834.148-1.2.568-.108-.365-.53-.45-.896-.28.327-.519 1.872-3.122 2.082-3.46zM7.45 9.128c-.05 1.434-1.068 2.712-1.798 2.245-.551-.449.149-1.584.59-1.985-.033.307.246.498.023.77-.446.543-.27.936-.078.996.513.162 1.004-1.227 1.004-2.201 0-.625-.366-.613-1.086.136-.983 1.022-1.513 2.012-1.16 2.69.197.38.485.651.959.594.925-.11 1.483-1.254 1.543-1.988.148-.003.109.01.148-.02 0 .129.177.755.317 1.166.183.702.964 2.11-1.369 2.658-.44.11-.614.148-1.05.32-.213-.443-.263-.585-.697-1.013.588-.205.593-.185.972-.317 1.467-.51 1.908-.947 1.857-1.57 0 0 .018-.32-.185-.588a2.613 2.613 0 0 1-.293.645c-.437.68-1.296 1.101-2.06.833-.417-.146-.596-.466-.596-1.015 0-.703 1.601-2.735 2.387-3.08.555-.165.579.293.571.724zm6.502 1.3c.26.006.543.133.735.34.594.64.529 1.417.163 1.905-.435.581-1.532.324-1.791-.488-.12-.378.095-1.312.475-1.624a.628.628 0 0 1 .418-.132zm-2.113.066a.502.502 0 0 1 .117.017c.503.03.61.313.701.56.231.626.173 1.212-.301 1.691-.711.719-1.54.401-1.536-.567.014-.69.443-1.715 1.02-1.7zm1.868.038c-.383.287-.432 1.023-.08 1.296.138.13.215.22.613.256.273.024.704-.253.725-.527.01-.125-.013-.333-.312-.67-.252-.283-.579-.349-.661-.3-.265.156.021.28.125.383.162.163.2.234.125.282a.447.447 0 0 1-.372.057c-.105-.049-.456-.246-.163-.777zm3.759.003c.167.26.215.316.402.965.24.838.546 1.163.816 1.01.74-.418.148-1.476-.113-1.974.167-.002.134.007.286.005.12.471.086.387.407 1.813.385 1.706.442 2.16-.528 2.926-.446.352-1.103.37-1.667.34l-.636-.095c.438-.287.545-.557.542-1.116 1.278.535 1.959.132 2.23-.526.132-.317.086-.735-.04-1.471.008.6-.005.71-.084 1.007-.158.595-.547.76-.812.34-.102-.163-.345-.702-.42-1.282-.075-.58-.132-1.395-.5-1.736.04-.08.082-.17.117-.206zm-1.247.01c.258.068.572.204.74.52.234.436.388.668.376 1.447-.014.832-.34 1.055-.557 1.086-.278.04-.762.034-1.049-1.598-.095-.541-.268-1.056-.45-1.224.09-.11.097-.096.165-.204.091.1.17.27.298.777.202.808.387.975.745 1.02.558.072.778-.78.318-1.391-.1-.134-.365-.307-.503-.236.008.236.113.162.114.318-.026.185-.053.219-.113.32-.142-.056-.21-.078-.334-.291-.157-.31-.055-.6.25-.544zm-4.597.076c-.263.185-.594.8-.304 1.35.143.205.297.372.638.3.245-.051.671-.34.73-.749.052-.35-.456-1.028-.738-.87-.327.183-.128.314.074.511.185.18.052.289-.077.342-.258.106-.403.003-.467-.203-.065-.205-.01-.38.144-.68zm-2.867.064c.056.172.1.402.218.624.028.023.132 0 .269-.157.086-.1.185-.238.357-.463.104.095.113.166.142.219.073.13.225.12.273.106.168-.167.195-.275.306-.29.01.216.021.35-.257.677a.535.535 0 0 1-.501.172c-.12-.034-.199-.108-.389-.205-.258.04-.19.315-.143.546.12.611.5.855.832.675.116-.062.09-.062.312-.153-.038.388-.06.463.01.896-.541.301-.982.25-1.102-.506-.091-.632-.261-1.4-.415-1.556-.145-.147-.205-.195-.205-.195l.293-.39zm-7.114.082c.753.01 1.602.01 2.506.017-.13.318-.175.54-.193.854-.422-.163-1.877-.684-2.313-.871zm20.723.01c-.997.359-1.715.637-2.677 1.004-.105-.45-.124-.588-.219-.994 1.601-.005 1.628-.002 2.896-.01zm-6.978 2.04c.105.43.253.641.253.641.202.348.454.545.84.645.085.136.115.163.148.236.037.457.01.514-.344.774-.209.204-.218.497-.003.769.231.22.474.298 1.375.064.174.3.418.653.776 1.217-1.206-.455-2.868-1.103-6.43-2.49 0 0-4.169 1.62-6.404 2.491.935-1.474 1.012-1.599 1.677-2.63.225-.089.149-.053.349-.155.459-.245.827-.61 1.028-1.145.368.83.779.925 1.636.655.177-.082.38-.2.424-.518.46.413 1.432.49 2.142-.382.612.717 2.001.785 2.533-.171zm2.157.865s.04.129.064.169c-.101.003-.213 0-.213 0a.905.905 0 0 0 .149-.17z\"/></svg>\n </figure>\n </td>\n <td>groovy.svg</td>\n <td><code>_includes/icons/simple-icons/groovy.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"groovy\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Groupon icon</title><path d=\"M3.316 20.334C5.618 22.736 8.554 24 12.012 24c3.988 0 7.739-1.95 9.978-5.163 1.353-1.95 2.01-4.158 2.01-6.755 0-.484-.032-1.006-.063-1.529H10.595v4.61h6.687c-1.155 2.012-3.094 3.12-5.27 3.12-3.229 0-6.125-2.824-6.125-6.497 0-3.315 2.699-6.069 6.125-6.069 1.844 0 3.355.749 4.811 2.239h6.52C21.468 3.019 17.084 0 12.083 0c-3.323 0-6.22 1.17-8.53 3.409C1.25 5.647 0 8.572 0 11.754c-.008 3.417 1.108 6.271 3.316 8.58z\"/></svg>\n </figure>\n </td>\n <td>groupon.svg</td>\n <td><code>_includes/icons/simple-icons/groupon.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"groupon\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Grunt icon</title><path d=\"M13.04 0c-1.381.488-1.731 1.231-1.835 1.906-.355-.254-.316-1.079-.336-1.29-.353.041-1.366 1.025-1.32 2.265a7.96 7.96 0 00-.276.08c-.296-.402-1.167-1.472-2.314-1.842A3.647 3.647 0 005.832.936c-1.36 0-2.163.81-2.17.818l-.383.445.576.114c.01.002.966.201 1.362.826.065.104.083.31.101.527.012.13-.016.257-.043.379-.02.09-.038.181-.043.273-.358.014-.665.084-.914.211a1.255 1.255 0 00-.662.797c-.233.854.525 1.805.551 1.836.089.158.126 1.303-.078 1.762-.028.063-.103.126-.201.205-.03.024-.065.049-.102.076-.288.217-.722.548-.722 1.305 0 1.036 1.05 1.597 1.894 2.049.139.074.271.144.39.212l-.003.004c.126.073.57.534.57 1.223 0 .323-.028 1.859-.172 2.924-.541-.464-1.04-1.211-1.152-2.049 0 0-1.372 1.057-.969 3.32.246 1.385 1.087 2.16 2.203 2.565.405.89 1.365 2.143 3.155 2.326.677.554 1.613.913 2.978.914V24h.008c1.367-.001 2.305-.36 2.982-.916 1.786-.185 2.744-1.437 3.149-2.326 1.116-.406 1.957-1.18 2.203-2.565.402-2.263-.969-3.32-.969-3.32-.112.838-.61 1.585-1.152 2.049-.144-1.065-.174-2.601-.174-2.924 0-.689.446-1.15.572-1.223l-.004-.004c.12-.068.253-.138.39-.212.845-.452 1.893-1.013 1.893-2.05 0-.756-.434-1.087-.722-1.304l-.102-.076c-.097-.079-.173-.142-.2-.205-.205-.46-.168-1.604-.079-1.762.026-.03.784-.982.55-1.836a1.255 1.255 0 00-.661-.797c-.248-.127-.554-.197-.91-.21a1.655 1.655 0 00-.043-.276 1.289 1.289 0 01-.043-.379c.018-.218.036-.423.101-.527.396-.625 1.35-.825 1.36-.826l.576-.114-.381-.445c-.007-.008-.812-.818-2.172-.818-.371 0-.75.06-1.129.183-1.148.37-2.018 1.443-2.312 1.844a8.06 8.06 0 00-.45-.127c-.196-.74.42-1.803.42-1.803s-.635-.14-1.578.715C13 1.442 12.743.784 13.04 0zm5.118 1.637c.516 0 .936.14 1.158.234-.144.065-.3.15-.455.252a2.51 2.51 0 00-.43-.037 2.33 2.33 0 00-1.347.418c-.578.406-.846.793-.969 1.049a5.47 5.47 0 00-.552-.28c.285-.418.926-1.236 1.767-1.507.265-.086.543-.13.828-.13zm-12.314.002c.285 0 .564.043.828.129.839.27 1.481 1.086 1.767 1.505-.074.034-.15.068-.222.104a5.505 5.505 0 00-.33.176c-.124-.256-.392-.641-.969-1.047a2.32 2.32 0 00-1.346-.418c-.172 0-.32.017-.433.037a3.15 3.15 0 00-.453-.25 3.034 3.034 0 011.158-.236zm-.157.982c.349.014.655.123.913.328.386.308.572.844.634 1.057a2.965 2.965 0 00-.49.521 6.575 6.575 0 00-.543-.125C6.048 4.194 6.025 3.91 6 3.61c-.024-.29-.05-.588-.205-.834a1.932 1.932 0 00-.107-.154zm12.625.002a1.91 1.91 0 00-.105.15c-.155.246-.18.544-.205.834-.025.3-.05.587-.203.795-.197.037-.38.08-.541.125a2.952 2.952 0 00-.488-.52c.065-.221.256-.754.634-1.056.257-.204.562-.314.909-.328zm-6.31.727c1.307 0 2.477.25 3.482.74.667.325.916.57 1.01.705-1.596.709-2.483 2.164-2.492 2.18l-.162.273.262-.182.02-.015c.407-.321 1.827-1.395 3.003-1.768.329-.104.966-.28 1.541-.28.293 0 .53.045.707.136.166.085.27.206.314.369.117.425-.289 1.057-.439 1.246a.518.518 0 00-.06.1 6.35 6.35 0 01-.016-.672c-.188.41-.305 1.477-.238 2.017.168 1.373.736 2.078.736 2.078-.037-.073-.082-.362-.125-.699.034.03.068.057.101.084l.024.02c.214.172.416.333.416.853 0 .665-.72 1.056-1.416 1.432-.134.072-.267.143-.395.217-.406.234-.845.784-.894 1.603-.041.687.043 2.338.162 3.555-.584.226-1.253.3-1.861.318a5.246 5.246 0 01-.258-.617h.002c-.032-.092-.919-2.394-1.239-2.918.257 1.835.823 3.459 1.102 4.201a4.04 4.04 0 00-.549-.035l-2.736-.002h-.006l-2.736.002c-.206 0-.387.013-.55.035.28-.742.846-2.366 1.102-4.201-.319.524-1.205 2.826-1.236 2.918a5.244 5.244 0 01-.258.617c-.608-.017-1.277-.092-1.861-.318.12-1.217.201-2.868.16-3.555-.049-.819-.486-1.37-.892-1.603-.127-.074-.261-.145-.395-.217-.696-.376-1.416-.767-1.416-1.432 0-.52.202-.681.416-.853l.023-.02.102-.084c-.043.335-.089.623-.125.697.006-.007.569-.71.736-2.076.067-.54-.052-1.607-.24-2.017.008.227 0 .454-.016.67a.516.516 0 00-.058-.098c-.15-.189-.556-.821-.44-1.246a.575.575 0 01.315-.37c.176-.09.414-.134.707-.134.575 0 1.214.175 1.543.28C8.055 5.655 9.474 6.73 9.88 7.05l.02.015.26.182-.163-.273c-.01-.016-.895-1.471-2.49-2.18.094-.135.342-.38 1.01-.705 1.005-.49 2.177-.74 3.484-.74zm-1.281 4.613s.68.827 1.277.834v.002h.006c.597-.007 1.277-.834 1.277-.834v-.002c-.466.282-.884.38-1.281.389a2.495 2.495 0 01-1.28-.39zm-4.434.066c-.23.006-.47.036-.717.096.204.045.416.11.633.191l-.004.002c-.192.085-.3.323-.326.555-.054.47.244.898.244.898.03-.35.104-.6.19-.777.02.483.147 1.104.597 1.602.323.357 1.667 1.094 2.57.285.048.115.1.25.141.398.137.481-.125 1.184-.125 1.184s.705-.8.65-1.525c.507-.023 1.005-.394.99-.915 0 0-.883.488-1.663-.41-.4-.458-1.567-1.622-3.18-1.584zm11.428 0c-1.613-.038-2.781 1.126-3.18 1.584-.78.898-1.664.41-1.664.41-.014.52.482.892.988.915-.054.724.653 1.525.653 1.525s-.262-.703-.125-1.184c.042-.147.091-.282.138-.396.903.807 2.248.07 2.57-.287.452-.5.579-1.12.598-1.604.086.178.16.428.19.78 0 0 .3-.43.246-.899-.027-.232-.134-.47-.326-.555-.002 0-.004 0-.006-.002.217-.082.431-.146.635-.191a3.367 3.367 0 00-.717-.096zm-10.512.76c.915.514 1.754 1.204 2.104 1.736-.263.155-1.008.496-1.778-.076-.487-.362-.465-1.235-.326-1.66zm9.596 0c.14.425.161 1.298-.326 1.66-.77.572-1.517.23-1.78.076.35-.532 1.191-1.222 2.106-1.736zM4.455 16.197c.512 1.614 2.212 2.075 3.486 2.131a7.15 7.15 0 01-.34.485l-.052.052c-.339.366-.404.87-.194 1.494-1.057-.016-2.163-.468-2.724-1.392-.569-.936-.41-2.535-.176-2.77zm15.092 0c.233.235.393 1.834-.176 2.77-.561.923-1.664 1.373-2.72 1.39.21-.624.144-1.125-.194-1.49l-.002-.002c-.018-.02-.04-.04-.06-.06a7.1 7.1 0 01-.334-.477c1.274-.055 2.975-.517 3.486-2.13zM12 18.895l2.045.001h.74c.709 0 1.019.184 1.154.338.198.226.21.589.04 1.08v.002c-.31.886-1.14 3.03-3.979 3.034-2.839-.004-3.67-2.148-3.979-3.034-.17-.491-.157-.856.041-1.082.136-.154.446-.338 1.155-.338h.74L12 18.895zm-1.805.72l-.896.002h-.182c-.256 0-.384.074-.445.135-.089.09-.102.213-.041.37.163.415.533.756.642.85a.86.86 0 00.551.196l.002.002c.207 0 .39-.076.516-.211.352-.376.561-.782.611-.906.029-.071.062-.207-.04-.313-.081-.082-.221-.125-.417-.125h-.3zm3.31 0c-.194 0-.335.043-.415.125-.104.106-.07.242-.041.313.05.124.259.53.611.906v.002c.126.135.31.209.518.209a.861.861 0 00.55-.197c.11-.094.48-.434.643-.85.061-.156.048-.281-.04-.371-.061-.06-.188-.135-.444-.135h-.184l-.896-.002h-.301zm-6.728 1.387c.282.052.575.088.873.111.163.379.347.748.577 1.088a3.186 3.186 0 01-1.45-1.199zm10.446 0a3.19 3.19 0 01-1.442 1.195c.228-.34.413-.707.574-1.084a8.26 8.26 0 00.868-.111Z\"/></svg>\n\n </figure>\n </td>\n <td>grunt.svg</td>\n <td><code>_includes/icons/simple-icons/grunt.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"grunt\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Gulp icon</title><path d=\"M15.156 19.432l.636-1.084s-1.444.591-3.86.591c-2.418 0-3.84-.568-3.84-.568l.711 1.183.252 3.729c0 .403 1.314.718 2.936.718 1.623 0 2.938-.314 2.938-.718l.229-3.835v-.016zm.615-7.046c-.769.046-1.153.903-1.539 1.805-.143.33-.63 1.737-.948 1.563-.318-.173.413-1.329.619-2.017-.237.174-1.105.849-1.329.215-.358.314-1.129.48-1.042-.329-.191.345-.621.823-1.139.614-.673-.255.395-2.411.66-2.307.266.121-.053.6-.136.794-.186.419-.398.958-.255 1.063.24.194.904-.703.919-.719.124-.165.479-1.229.763-1.107.285.134-.711 1.541-.34 1.826.076.06.383-.03.569-.239.12-.12.078-.42.479-1.378.404-.959.764-2.156 1.039-2.066s.049.703-.051.943c-.464 1.078-1.268 2.844-.89 2.71.374-.135.569-.135.943-.569.374-.434.345-1.152.599-1.137.24.014.21.254.15.418.24-.27 1.152-.868 1.363-.284.254.688-1.304 1.692-.914 1.632.375-.045.988-.434 1.258-.793l.719-6.5s-.734.6-5.361.6-5.284-.584-5.284-.584l.613 5.93c.33-.928 1.108-2.814 2.322-2.74.554.03 1.303 1.109.658 1.139-.27.015-.3-.539-.614-.614-.239-.046-.554.135-.763.345-.404.404-1.304 2.006-1.184 2.801.15 1.018 1.407-.346 1.617-.75.149-.283.254-1.138.568-1.048.33.09-.029.974-.27 1.737-.27.869-.404 1.781-.732 1.676-.33-.104.209-1.227.178-1.422-.313.299-.883 1.02-1.631.659l.374 3.699s1.019.793 4.073.793 4.118-.793 4.118-.793l.479-4.283c-.389.39-1.617 1.063-1.692.3-.059-.614 1.333-1.498.974-1.514l.06-.069zM17.346.669l-2.659 2.8-.486 1.901c1.881.12 3.189.386 3.189.694 0 .419-2.414.757-5.391.757s-5.39-.343-5.39-.763c0-.419 2.414-.764 5.391-.764.423 0 .844 0 1.264.016l.561-2.276L16.65.039c.068-.09.28-.015.474.15.194.149.299.344.239.434v.03l-.017.016zm-3.834 5.795s-.523 0-.61-.08c-.022-.025-.036-.058-.036-.09 0-.058.039-.091.09-.11l.044.075c-.021.006-.029.015-.033.023 0 .041.314.069.555.066.239-.003.531-.023.533-.064 0-.012-.023-.023-.061-.033l.045-.072c.063.02.117.058.117.121 0 .11-.141.128-.23.141-.107.015-.412.023-.412.023h-.002z\"/></svg>\n </figure>\n </td>\n <td>gulp.svg</td>\n <td><code>_includes/icons/simple-icons/gulp.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gulp\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Gumroad icon</title><path d=\"M15.826 15.069a1.018 1.018 0 1 1-.001 2.036 1.018 1.018 0 0 1 0-2.036zM21.327 1.11a1.018 1.018 0 1 1 .001 2.036 1.018 1.018 0 0 1 0-2.036zM3.322 3.107h16.116a2.13 2.13 0 0 0 1.89 1.151c1.174 0 2.129-.955 2.129-2.13A2.131 2.131 0 0 0 21.327 0c-.89 0-1.654.55-1.97 1.329H3.321C1.764 1.329.543 2.51.543 4.019v17.156C.543 22.706 1.816 24 3.322 24h17.155c1.51 0 2.738-1.267 2.738-2.825V10.998c0-1.532-1.228-2.78-2.738-2.78H10.3c-1.553 0-2.866 1.274-2.866 2.78v3.198c0 1.484 1.286 2.691 2.866 2.691h3.554a2.132 2.132 0 0 0 1.972 1.329c1.174 0 2.129-.956 2.129-2.13s-.955-2.129-2.13-2.129a2.13 2.13 0 0 0-1.889 1.152H10.3c-.523 0-1.088-.349-1.088-.913v-3.198c0-.524.519-1 1.088-1h10.177c.538 0 .96.439.96 1v10.177c0 .567-.44 1.047-.96 1.047H3.322c-.533 0-1-.49-1-1.047V4.02c0-.52.43-.912 1-.912\"/></svg>\n </figure>\n </td>\n <td>gumroad.svg</td>\n <td><code>_includes/icons/simple-icons/gumroad.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gumroad\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Gumtree icon</title><path d=\"M18.829 6.52c-.189-.127-.315-.315-.315-.57C18.198 2.596 15.412 0 11.994 0s-6.203 2.594-6.52 5.949c0 .255-.126.442-.314.57-1.711 1.202-2.785 3.165-2.785 5.378 0 3.038 2.087 5.573 4.872 6.331.507.127.95.189 1.14.061.379-.188.76-1.832.57-2.213-.128-.189-.57-.379-1.014-.506-1.646-.443-2.848-1.961-2.848-3.732 0-1.015.379-1.9 1.014-2.6.252-.315.63-.567.948-.757.696-.38 1.14-1.142 1.14-1.964 0-.45.063-.826.189-1.201.506-1.532 1.961-2.659 3.67-2.659 1.711 0 3.166 1.127 3.672 2.659.126.375.189.751.189 1.201 0 .812.381 1.578 1.142 1.953.379.18.694.436.946.752.634.69 1.014 1.576 1.014 2.598 0 2.148-1.709 3.861-3.86 3.861-2.468 0-4.431 2.013-4.431 4.416v2.523c0 .496.064 1.006.19 1.142.315.316 1.962.316 2.278 0 .136-.136.195-.631.195-1.142v-2.583c0-.946.766-1.713 1.713-1.713 3.605 0 6.52-2.915 6.52-6.52 0-2.163-1.066-4.116-2.78-5.317l-.015.033z\"/></svg>\n </figure>\n </td>\n <td>gumtree.svg</td>\n <td><code>_includes/icons/simple-icons/gumtree.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gumtree\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Gutenberg icon</title><path d=\"M14.439,11.358c-0.084-0.057-0.199-0.034-0.256,0.051c-0.334,0.503-1.043,0.53-1.08,0.53 c-0.007,0-0.01,0-0.017,0c-0.874,0-1.208,0.746-1.221,0.776c-0.04,0.094,0.003,0.202,0.094,0.243 c0.024,0.01,0.051,0.017,0.074,0.017c0.071,0,0.138-0.04,0.169-0.111c0.003-0.007,0.233-0.52,0.823-0.553v0.955 c-0.024,0.206-0.121,0.368-0.294,0.489c-0.179,0.125-0.418,0.189-0.712,0.189c-0.351,0-0.638-0.121-0.85-0.361 c-0.216-0.24-0.324-0.58-0.324-1.019l0.003-1.053c0.017-0.388,0.121-0.695,0.321-0.914c0.216-0.24,0.499-0.361,0.85-0.361 c0.294,0,0.533,0.064,0.712,0.189c0.179,0.125,0.28,0.297,0.297,0.52l0,0c0,0.007,0,0.017,0,0.024c0,0.128,0.105,0.233,0.233,0.233 c0.128,0,0.233-0.105,0.233-0.233c0-0.007,0-0.017,0-0.024l0,0c-0.034-0.334-0.186-0.597-0.459-0.796 C12.762,9.948,12.422,9.85,12.01,9.85c-0.489,0-0.884,0.162-1.184,0.482c-0.283,0.3-0.432,0.695-0.449,1.181l0,0l0,0 c0,0.034-0.003,0.067-0.003,0.101l0.003,0.948h-0.003c0,0.536,0.152,0.965,0.452,1.285s0.695,0.482,1.184,0.482 c0.412,0,0.752-0.098,1.026-0.297c0.25-0.182,0.398-0.422,0.449-0.719l0.01-1.059c0.307-0.074,0.725-0.243,0.989-0.641 C14.55,11.53,14.527,11.415,14.439,11.358z M17.688,0.511h2.588c0.115,0,0.209-0.094,0.209-0.209s-0.094-0.209-0.209-0.209h-2.588 c-0.115,0-0.209,0.094-0.209,0.209S17.573,0.511,17.688,0.511z M3.825,0.511h2.588c0.115,0,0.209-0.094,0.209-0.209 S6.527,0.093,6.413,0.093H3.825c-0.115,0-0.209,0.094-0.209,0.209S3.707,0.511,3.825,0.511z M20.408,2.191 c0.116,0,0.209,0.094,0.209,0.209c0,0.116-0.094,0.209-0.209,0.209c-0.116,0-0.209-0.094-0.209-0.209 C20.198,2.285,20.292,2.191,20.408,2.191z M11.99,1.533c0.116,0,0.209,0.094,0.209,0.209s-0.094,0.209-0.209,0.209 s-0.209-0.094-0.209-0.209S11.874,1.533,11.99,1.533z M8.11,2.404c0.003,0,0.007,0,0.01,0c0.786,0,1.137-0.493,1.404-0.951 c0.088-0.152,0.412-0.658,0.87-0.789c0.567-0.165,1.171,0.098,1.407,0.614c0.034,0.074,0.108,0.118,0.182,0.121 c0.003,0,0.007,0,0.01,0c0.003,0,0.007,0,0.013,0c0.074-0.003,0.148-0.047,0.182-0.121c0.236-0.516,0.84-0.779,1.407-0.614 c0.459,0.135,0.783,0.638,0.87,0.789c0.267,0.462,0.617,0.951,1.414,0.951l0,0c0.479,0,1.046-0.358,1.204-1.043 c0.132-0.567-0.111-1.08-0.641-1.339c-0.105-0.051-0.229-0.01-0.28,0.094c-0.051,0.105-0.01,0.229,0.094,0.28 c0.503,0.25,0.459,0.692,0.418,0.87c-0.081,0.351-0.391,0.722-0.8,0.722c-0.523,0-0.773-0.263-1.053-0.746 c-0.138-0.236-0.523-0.81-1.113-0.982c-0.644-0.189-1.326,0.037-1.717,0.533c-0.391-0.496-1.073-0.722-1.717-0.533 c-0.59,0.172-0.975,0.746-1.113,0.982c-0.28,0.482-0.53,0.746-1.043,0.746c-0.003,0-0.007,0-0.007,0 c-0.445-0.003-0.729-0.314-0.81-0.621c-0.04-0.145-0.125-0.641,0.442-0.978c0.098-0.057,0.132-0.186,0.071-0.287 C7.755,0.005,7.631-0.029,7.529,0.032C6.878,0.42,6.777,1.034,6.898,1.479C7.047,2.029,7.536,2.4,8.11,2.404z M11.996,22.1H12l0,0 H11.996z M3.498,2.191c0.116,0,0.209,0.094,0.209,0.209c0,0.116-0.094,0.209-0.209,0.209S3.288,2.516,3.288,2.4 C3.288,2.285,3.382,2.191,3.498,2.191z M2.911,0.096c0.116,0,0.209,0.094,0.209,0.209S3.026,0.514,2.911,0.514 S2.701,0.421,2.701,0.305S2.795,0.096,2.911,0.096z M21.15,0.096c0.116,0,0.209,0.094,0.209,0.209s-0.094,0.209-0.209,0.209 s-0.209-0.094-0.209-0.209S21.034,0.096,21.15,0.096z M22.27,13.5c0.116,0,0.209,0.094,0.209,0.209 c0,0.116-0.094,0.209-0.209,0.209c-0.116,0-0.209-0.094-0.209-0.209C22.061,13.594,22.154,13.5,22.27,13.5z M21.43,18.285 c0.116,0,0.209,0.094,0.209,0.209c0,0.116-0.094,0.209-0.209,0.209s-0.209-0.094-0.209-0.209 C21.221,18.378,21.314,18.285,21.43,18.285z M20.087,18.882c0.116,0,0.209,0.094,0.209,0.209c0,0.116-0.094,0.209-0.209,0.209 c-0.116,0-0.209-0.094-0.209-0.209C19.878,18.975,19.972,18.882,20.087,18.882z M7.674,1.088c0,0.31,0.253,0.563,0.563,0.563 c0.31,0,0.563-0.253,0.563-0.563S8.548,0.524,8.238,0.524C7.928,0.521,7.674,0.774,7.674,1.088z M8.238,0.939 c0.081,0,0.148,0.067,0.148,0.148c0,0.081-0.067,0.148-0.148,0.148c-0.081,0-0.148-0.067-0.148-0.148 C8.089,1.007,8.157,0.939,8.238,0.939z M15.829,1.651c0.31,0,0.563-0.253,0.563-0.563s-0.253-0.563-0.563-0.563 c-0.31,0-0.563,0.253-0.563,0.563S15.519,1.651,15.829,1.651z M15.829,0.939c0.081,0,0.148,0.067,0.148,0.148 c0,0.081-0.067,0.148-0.148,0.148s-0.148-0.067-0.148-0.148C15.681,1.007,15.748,0.939,15.829,0.939z M12.56,1.439 c-0.108,0.04-0.162,0.159-0.121,0.267c0.04,0.108,0.159,0.162,0.267,0.125c0.034-0.013,0.843-0.283,1.464,0.682 c0.04,0.061,0.108,0.094,0.175,0.094c0.037,0,0.078-0.01,0.111-0.034c0.098-0.061,0.125-0.192,0.064-0.287 C13.872,1.284,12.955,1.294,12.56,1.439z M11.433,1.439c-0.03-0.01-0.307-0.108-0.685-0.051c-0.351,0.051-0.854,0.25-1.272,0.901 C9.415,2.387,9.442,2.515,9.54,2.576c0.034,0.024,0.074,0.034,0.111,0.034c0.067,0,0.135-0.034,0.175-0.094 c0.617-0.965,1.427-0.695,1.464-0.682c0.108,0.04,0.226-0.017,0.267-0.125C11.598,1.601,11.541,1.479,11.433,1.439z M21.032,2.009 l1.016-1.154v1.663c0,0.115,0.094,0.209,0.209,0.209s0.209-0.094,0.209-0.209V0.305c0-0.088-0.054-0.165-0.135-0.196 s-0.172-0.007-0.229,0.057l-1.38,1.569c-0.078,0.088-0.067,0.219,0.02,0.294C20.823,2.107,20.954,2.097,21.032,2.009z M1.767,2.731 c0.115,0,0.209-0.094,0.209-0.209V0.858l1.016,1.154C3.069,2.1,3.201,2.107,3.285,2.033c0.088-0.078,0.094-0.209,0.02-0.294 l-1.38-1.572C1.868,0.103,1.777,0.079,1.696,0.109C1.615,0.14,1.561,0.217,1.561,0.305v2.217C1.561,2.636,1.652,2.731,1.767,2.731z M16.497,2.937c-0.098-0.007-0.189,0.061-0.213,0.155c-0.024,0.098,0.024,0.199,0.111,0.24c0.331,0.155,0.631,0.216,0.901,0.216 c0.516,0,0.928-0.226,1.215-0.462c0.459-0.378,0.695-0.854,0.705-0.874c0.047-0.098,0.013-0.216-0.081-0.27 c-0.213-0.125-0.58-0.202-1.14,0.138c-0.28,0.172-0.496,0.378-0.533,0.415C16.949,2.947,16.521,2.937,16.497,2.937z M17.742,2.805 c0.003-0.003,0.007-0.007,0.01-0.01c0.159-0.159,0.607-0.526,0.958-0.543c-0.101,0.145-0.253,0.341-0.459,0.513 c-0.304,0.25-0.628,0.371-0.972,0.364C17.422,3.055,17.58,2.947,17.742,2.805z M4.958,1.941C4.864,1.995,4.83,2.114,4.878,2.211 c0.01,0.02,0.246,0.496,0.705,0.874c0.287,0.236,0.695,0.462,1.215,0.462c0.273,0,0.574-0.061,0.901-0.216 c0.091-0.044,0.135-0.142,0.111-0.24C7.786,2.994,7.698,2.93,7.597,2.933c-0.017,0-0.449,0.013-0.962-0.439 C6.598,2.458,6.382,2.252,6.102,2.08C5.542,1.742,5.171,1.82,4.958,1.941z M6.355,2.805c0.159,0.142,0.317,0.246,0.462,0.324 c-0.729,0.007-1.211-0.55-1.431-0.877c0.351,0.017,0.8,0.385,0.958,0.543C6.349,2.798,6.352,2.802,6.355,2.805z M22.516,19.759 c-0.209-0.175-0.439-0.277-0.651-0.334c0.081-0.061,0.159-0.132,0.226-0.209c0.516-0.607,0.52-1.501,0.007-2.082 c-0.078-0.088-0.209-0.094-0.294-0.017c-0.088,0.078-0.094,0.209-0.017,0.294c0.375,0.425,0.368,1.083-0.013,1.535 c-0.31,0.364-0.901,0.452-1.076,0.472c-0.53,0.057-1.124,0.179-1.444,0.904c-0.051,0.111-0.081,0.236-0.088,0.371 c-0.074-0.024-0.155-0.037-0.236-0.037c-0.422,0-0.766,0.344-0.766,0.766c0,0.29,0.162,0.543,0.401,0.671 c-0.071,0.064-0.138,0.135-0.199,0.216c-0.709-0.955-1.842-1.555-3.09-1.555c-0.179,0-0.358,0.013-0.53,0.037 c1.026-0.314,1.98-0.803,2.851-1.451l0,0c1.124-0.84,2.058-1.937,2.699-3.168c0.675-1.296,1.016-2.696,1.016-4.153 c0-0.01,0-0.017,0-0.027c0-0.003,0-0.003,0-0.007s0-0.007,0-0.01c-0.007-1.184-0.27-2.25-0.644-3.168 c0.138,0.027,0.27,0.037,0.388,0.037c0.874,0,1.258-0.601,1.299-0.671l0,0c0.189-0.317,0.219-0.702,0.111-1.049 c0.003-0.01,0.003-0.024,0.003-0.037V3.284c0-0.115-0.094-0.209-0.209-0.209c-0.115,0-0.209,0.094-0.209,0.209v3.195 c-0.354-0.307-0.867-0.341-1.08-0.341c-0.412,0.003-0.668-0.061-0.857-0.385c-0.159-0.273-0.067-0.557,0.091-0.719 c0.199-0.202,0.482-0.229,0.759-0.078c0.101,0.054,0.229,0.02,0.283-0.081c0.054-0.101,0.02-0.229-0.081-0.283 c-0.439-0.243-0.931-0.182-1.258,0.148c-0.324,0.331-0.385,0.82-0.155,1.218c0.3,0.516,0.756,0.59,1.204,0.59 c0.007,0,0.01,0,0.017,0c0.135,0,0.57,0.02,0.82,0.256c0.324,0.307,0.408,0.789,0.196,1.147c0,0-0.003,0.003-0.003,0.007 c-0.017,0.03-0.418,0.712-1.538,0.354c-0.337-0.715-0.729-1.323-1.093-1.808L19.19,6.631l0.165-0.128l-0.067-0.088 c-0.719-1.204,0.111-2.487,0.543-3.03l0.243-0.277l0,0l0,0l0,0c0.074-0.088,0.067-0.219-0.02-0.294 c-0.084-0.071-0.206-0.067-0.283,0.01l0,0c-0.007,0.007-0.044,0.044-0.101,0.108c-0.375,0.381-1.839,1.731-3.259,1.026l-0.04-0.027 l-0.02-0.013c-1.272-0.685-2.527-1.08-3.725-1.181c-0.155-0.354-0.361-0.624-0.621-0.624c-0.263,0-0.469,0.273-0.628,0.634 c-1.677,0.074-3.762,1.157-3.85,1.201C6.099,4.668,4.628,3.311,4.253,2.93C4.196,2.866,4.155,2.829,4.152,2.822l0,0 c-0.078-0.078-0.199-0.081-0.283-0.01c-0.088,0.074-0.094,0.206-0.02,0.294l0,0l0,0l0,0l0.26,0.294 C4.26,3.588,4.452,3.861,4.614,4.188c0.405,0.82,0.412,1.565,0.024,2.22C4.155,7.009,3.764,7.64,3.464,8.305 c-1.13,0.368-1.535-0.321-1.552-0.351c0-0.003-0.003-0.003-0.003-0.007C1.696,7.589,1.78,7.107,2.104,6.8 c0.25-0.236,0.685-0.256,0.82-0.256h0.003c0.452,0,0.918-0.071,1.218-0.59C4.375,5.555,4.314,5.062,3.99,4.735 C3.663,4.401,3.17,4.344,2.732,4.587C2.63,4.641,2.593,4.769,2.651,4.87c0.054,0.101,0.182,0.138,0.283,0.081 c0.28-0.152,0.563-0.125,0.759,0.078C3.852,5.191,3.94,5.474,3.784,5.747C3.599,6.068,3.346,6.132,2.941,6.132 c-0.003,0-0.007,0-0.013,0c-0.186,0-0.617,0.027-0.962,0.25V3.335c0-0.115-0.094-0.209-0.209-0.209 c-0.115,0-0.209,0.094-0.209,0.209v3.509C1.318,7.255,1.305,7.758,1.541,8.163C1.564,8.207,1.709,8.45,2.033,8.632 C2.219,8.736,2.485,8.834,2.84,8.834c0.128,0,0.27-0.013,0.422-0.044c-0.364,0.978-0.547,2.031-0.553,3.178 c0,0.003,0,0.003,0,0.007v0.003c0,0.01,0,0.02,0,0.027c0,2.072,0.729,4.106,2.051,5.729c1.171,1.437,2.763,2.503,4.528,3.047 c-0.186-0.027-0.375-0.04-0.563-0.04c-1.238,0-2.362,0.59-3.07,1.532c-0.057-0.074-0.121-0.145-0.192-0.206 c0.223-0.135,0.375-0.378,0.375-0.658c0-0.422-0.344-0.766-0.766-0.766c-0.078,0-0.152,0.013-0.223,0.034 c-0.01-0.132-0.04-0.256-0.088-0.368c-0.324-0.725-0.914-0.847-1.444-0.904c-0.175-0.02-0.766-0.108-1.076-0.472 c-0.391-0.442-0.398-1.1-0.024-1.525c0.078-0.088,0.067-0.219-0.017-0.294c-0.088-0.078-0.219-0.067-0.294,0.017 c-0.509,0.58-0.506,1.474,0.007,2.082c0.067,0.081,0.145,0.148,0.226,0.209c-0.213,0.057-0.442,0.162-0.651,0.334 c-0.496,0.408-0.749,1.09-0.756,2.018c-0.017,0.084,0.02,0.172,0.094,0.219c0.034,0.02,0.071,0.03,0.108,0.03 c0.013,0,0.03-0.003,0.044-0.007h0.003c0.007,0,0.01-0.003,0.017-0.007c0.01-0.003,0.024-0.007,0.034-0.013 c0.003,0,0.003-0.003,0.007-0.003c0.034-0.02,0.064-0.047,0.084-0.081c0.081-0.105,0.415-0.236,0.692-0.294 c1.083-0.236,1.309-0.968,1.275-1.319c-0.01-0.115-0.111-0.199-0.226-0.189c-0.115,0.01-0.199,0.111-0.189,0.226 c0,0.003,0.003,0.064-0.017,0.155c-0.051,0.209-0.236,0.57-0.931,0.722c-0.003,0-0.003,0-0.007,0 c-0.081,0.017-0.324,0.074-0.55,0.179c0.061-0.601,0.253-1.039,0.58-1.312c0.503-0.418,1.167-0.3,1.174-0.297 c0.024,0.003,0.044,0.003,0.064,0c0.111,0.024,0.206,0.037,0.277,0.044c0.557,0.061,0.897,0.182,1.11,0.658 c0.165,0.375-0.047,0.806-0.334,1.022c-0.145,0.111-0.533,0.331-0.968-0.027c-0.088-0.074-0.219-0.061-0.294,0.027 c-0.074,0.088-0.061,0.219,0.027,0.294c0.196,0.162,0.415,0.256,0.641,0.283c-0.29,0.236-0.486,0.533-0.574,0.688 c-0.283,0.489-0.513,0.752-0.894,0.756v-1.461c0-0.115-0.094-0.209-0.209-0.209s-0.209,0.094-0.209,0.209v1.694 c0,0.084,0.051,0.155,0.121,0.189c0.037,0.027,0.081,0.047,0.128,0.047h4.858c0.074,0,0.135-0.037,0.175-0.094 c0.027-0.027,0.051-0.061,0.061-0.101c0.192-0.746,0.864-1.265,1.633-1.265c0.688,0,1.299,0.418,1.559,1.043H9.652 c-0.182-0.449-0.621-0.749-1.117-0.749c-0.543,0-1.022,0.368-1.167,0.891c-0.03,0.111,0.037,0.226,0.145,0.256 c0.111,0.03,0.226-0.037,0.256-0.145c0.094-0.344,0.408-0.584,0.763-0.584c0.263,0,0.499,0.128,0.644,0.331H9.054 c-0.115,0-0.209,0.094-0.209,0.209s0.094,0.209,0.209,0.209h0.422C9.483,23.997,9.493,24,9.5,24c0.01,0,0.02,0,0.027-0.003h0.837 c0.115,0,0.209-0.094,0.209-0.209c0-0.01,0-0.02-0.003-0.03c0.003-0.027,0.003-0.057-0.003-0.088 c-0.246-0.914-1.083-1.552-2.031-1.552c-0.918,0-1.724,0.594-2.004,1.461h-1.09c0.088-0.28,0.206-0.54,0.354-0.783 c0.01-0.013,0.017-0.027,0.027-0.04c0.617-0.968,1.697-1.589,2.895-1.589c0.709,0,1.39,0.216,1.967,0.621 c0.017,0.01,0.034,0.02,0.051,0.024c0.088,0.105,0.175,0.216,0.26,0.331c0.02,0.027,0.037,0.054,0.057,0.081 c-0.02,0.428,0.213,0.877,0.695,1.336c0.017,0.051,0.034,0.094,0.044,0.128v0.044c0,0.115,0.094,0.209,0.209,0.209 c0.098,0,0.175-0.064,0.199-0.155l0,0c0-0.003,0.03-0.105,0.091-0.273c0.435-0.425,0.651-0.84,0.648-1.242 c0.027-0.04,0.057-0.084,0.088-0.125c0.094-0.128,0.192-0.253,0.294-0.371c0.574-0.398,1.245-0.607,1.947-0.607 c1.512,0,2.834,0.985,3.273,2.412h-1.09c-0.277-0.867-1.083-1.461-2.004-1.461c-0.948,0-1.781,0.638-2.031,1.552 c-0.01,0.034-0.01,0.067,0,0.101c0,0.007,0,0.01,0,0.017c0,0.115,0.094,0.209,0.209,0.209h1.829c0.115,0,0.209-0.094,0.209-0.209 s-0.094-0.209-0.209-0.209h-0.665c0.145-0.202,0.381-0.331,0.644-0.331c0.361,0,0.675,0.243,0.766,0.594 c0.024,0.094,0.108,0.155,0.202,0.155c0.017,0,0.034-0.003,0.051-0.007c0.111-0.027,0.179-0.142,0.152-0.253 c-0.138-0.533-0.617-0.908-1.171-0.908c-0.493,0-0.931,0.3-1.117,0.749h-0.422c0.256-0.624,0.87-1.043,1.559-1.043 c0.769,0,1.441,0.52,1.633,1.265c0.003,0.017,0.013,0.034,0.02,0.051c0.027,0.084,0.105,0.145,0.199,0.145h4.95 c0.115,0,0.209-0.094,0.209-0.209c0-0.003,0-0.01,0-0.013s0-0.01,0-0.013v-0.04c0.003-0.02,0.003-0.04,0.003-0.061 c0-0.003,0-0.007-0.003-0.01v-1.582c0-0.115-0.094-0.209-0.209-0.209s-0.209,0.094-0.209,0.209v1.417 c-0.351-0.027-0.57-0.287-0.84-0.752c-0.088-0.148-0.27-0.428-0.54-0.658c0.186-0.04,0.364-0.128,0.53-0.267 c0.088-0.074,0.101-0.206,0.027-0.294s-0.206-0.101-0.294-0.027c-0.432,0.358-0.82,0.138-0.968,0.027 c-0.287-0.216-0.499-0.651-0.334-1.022c0.213-0.476,0.553-0.601,1.11-0.658c0.071-0.007,0.165-0.02,0.277-0.044 c0.02,0.003,0.044,0.003,0.067,0c0.007,0,0.665-0.121,1.171,0.297c0.331,0.273,0.526,0.712,0.584,1.316 c-0.229-0.108-0.476-0.165-0.553-0.182c-0.003,0-0.003,0-0.007,0c-0.692-0.152-0.881-0.509-0.931-0.719 c-0.02-0.088-0.02-0.148-0.017-0.155c0.01-0.115-0.074-0.216-0.189-0.226c-0.115-0.01-0.216,0.074-0.226,0.189 c-0.034,0.354,0.192,1.083,1.279,1.319c0.28,0.061,0.634,0.199,0.698,0.304c0,0,0,0.003,0.003,0.003 c0.01,0.013,0.02,0.027,0.03,0.037c0.003,0.003,0.007,0.003,0.01,0.007c0.01,0.007,0.02,0.017,0.03,0.02 c0.003,0.003,0.01,0.007,0.013,0.007c0.01,0.007,0.02,0.01,0.03,0.013c0.003,0,0.01,0.003,0.013,0.003 c0.013,0.003,0.03,0.007,0.047,0.007l0,0c0.013,0,0.024,0,0.037-0.003c0.003,0,0.007,0,0.01-0.003 c0.01-0.003,0.02-0.007,0.034-0.01h0.003c0.01-0.003,0.017-0.01,0.027-0.013l0.003-0.003c0.007-0.003,0.013-0.01,0.017-0.013 c0.003-0.003,0.01-0.007,0.013-0.013c0.003-0.003,0.01-0.01,0.013-0.013c0.003-0.007,0.01-0.01,0.013-0.017s0.007-0.01,0.01-0.017 c0.003-0.007,0.007-0.01,0.01-0.017s0.003-0.013,0.007-0.02c0.003-0.007,0.003-0.013,0.007-0.02c0-0.007,0.003-0.013,0.003-0.017 c0-0.007,0.003-0.013,0.003-0.024V21.82C23.275,20.866,23.019,20.174,22.516,19.759z M5.009,23.575H2.813 c0.186-0.189,0.317-0.415,0.418-0.59c0.088-0.152,0.412-0.658,0.87-0.789c0.54-0.159,1.046,0.027,1.296,0.455 C5.232,22.937,5.1,23.248,5.009,23.575z M5.066,21.763c-0.192,0-0.348-0.155-0.348-0.348s0.155-0.348,0.348-0.348 c0.192,0,0.348,0.155,0.348,0.348C5.414,21.608,5.255,21.763,5.066,21.763z M17.435,19.128L17.435,19.128l0.03,0.037L17.435,19.128 z M17.442,18.919c-1.97-0.229-3.394,0.617-4.244,1.366c-0.368,0.324-0.658,0.658-0.877,0.941c-0.04-0.027-0.078-0.054-0.111-0.071 v-0.594c1.596-1.603,3.182-2.082,4.234-2.2c0.698-0.078,1.262-0.013,1.599,0.051C17.85,18.592,17.651,18.76,17.442,18.919z M19.915,15.977c-0.202,0.388-0.435,0.759-0.692,1.117c-0.267-0.084-0.601-0.162-1.002-0.199c0.894-1.134,1.461-2.487,1.643-3.914 c0.29-0.034,0.692-0.159,0.999-0.358C20.782,13.794,20.465,14.921,19.915,15.977z M18.495,12.212l0.243-0.01 c0.081,0.361,0.354,0.651,0.712,0.749c-0.189,1.444-0.789,2.807-1.748,3.92c-0.462,0-0.999,0.054-1.606,0.186 C17.513,15.903,18.437,14.165,18.495,12.212z M14.53,17.542c-0.135,0.054-0.229,0.098-0.277,0.118 c-0.56,0.223-1.161,0.368-1.788,0.415l5.597-5.597C17.894,14.732,16.49,16.642,14.53,17.542z M20.883,11.986 c-0.007,0.189-0.523,0.496-0.978,0.57c-0.064,0.01-0.128,0.017-0.189,0.017c-0.081,0-0.159-0.017-0.229-0.047 c-0.213-0.091-0.361-0.3-0.361-0.543c0-0.243,0.148-0.452,0.361-0.543c0.071-0.03,0.148-0.047,0.229-0.047 c0.061,0,0.125,0.007,0.189,0.017c0.455,0.074,0.968,0.381,0.978,0.567C20.883,11.979,20.883,11.982,20.883,11.986z M18.93,6.648 l0.088,0.118l0,0c0.766,1.022,1.663,2.605,1.835,4.575c-0.304-0.196-0.702-0.321-0.989-0.354c-0.216-1.707-0.975-3.249-2.099-4.44 c0.047-0.098,0.074-0.209,0.074-0.324c0-0.155-0.047-0.3-0.125-0.418l0.958-1.093C18.491,5.406,18.579,6.064,18.93,6.648z M16.133,4.283l0.044,0.03L16.2,4.327c0.334,0.169,0.692,0.253,1.063,0.253c0.391,0,0.8-0.094,1.211-0.283l-1.08,1.231 c-0.098-0.047-0.206-0.071-0.324-0.071c-0.152,0-0.29,0.044-0.408,0.118c-1.063-0.776-2.321-1.292-3.691-1.461 c-0.034-0.246-0.101-0.597-0.202-0.941C13.852,3.294,14.982,3.666,16.133,4.283z M17.422,6.223c0,0.152-0.101,0.283-0.24,0.331 c-0.034,0.01-0.071,0.017-0.108,0.017c-0.01,0-0.024,0-0.034,0c-0.155-0.013-0.28-0.132-0.307-0.28 c-0.003-0.02-0.007-0.044-0.007-0.064c0-0.024,0.003-0.044,0.007-0.067c0.03-0.152,0.159-0.27,0.317-0.28c0.007,0,0.017,0,0.024,0 s0.013,0,0.02,0c0.155,0.01,0.287,0.121,0.321,0.27c0.003,0.02,0.007,0.037,0.007,0.057C17.418,6.209,17.422,6.216,17.422,6.223z M12.988,4.539c1.255,0.165,2.416,0.644,3.398,1.353c-0.051,0.101-0.078,0.213-0.078,0.334c0,0.152,0.044,0.29,0.121,0.412 l-1.68,1.916c-0.078,0.088-0.067,0.219,0.02,0.294c0.04,0.034,0.088,0.051,0.138,0.051c0.057,0,0.115-0.024,0.159-0.071 l1.677-1.913c0.101,0.051,0.213,0.078,0.334,0.078c0.155,0,0.297-0.047,0.415-0.125c1.046,1.12,1.751,2.557,1.96,4.15 c-0.361,0.101-0.641,0.398-0.715,0.769l-0.24,0.01c-0.051-1.542-0.648-3.013-1.69-4.157c-0.078-0.084-0.209-0.091-0.294-0.013 c-0.084,0.078-0.091,0.209-0.013,0.294c0.918,1.005,1.464,2.281,1.569,3.63l-2.244-2.237c-0.081-0.081-0.213-0.081-0.294,0 c-0.081,0.081-0.081,0.213,0,0.294l2.409,2.409l-5.938,5.938l-5.938-5.938l2.389-2.389c0.081-0.081,0.081-0.213,0-0.294 c-0.081-0.081-0.213-0.081-0.294,0L5.944,11.55c0.118-1.535,0.806-2.915,1.856-3.92l1.046,1.194 c0.04,0.047,0.098,0.071,0.159,0.071c0.047,0,0.098-0.017,0.138-0.051c0.088-0.078,0.094-0.209,0.02-0.294L8.113,7.353 c0.945-0.789,2.129-1.299,3.428-1.397L9.76,7.721c-0.081,0.081-0.081,0.213,0,0.294c0.04,0.04,0.094,0.061,0.148,0.061 s0.105-0.02,0.148-0.061l1.957-1.937l1.9,1.9c0.081,0.081,0.213,0.081,0.294,0c0.081-0.081,0.081-0.213,0-0.294l-1.727-1.727 c1.07,0.081,2.088,0.439,2.976,1.049c0.094,0.064,0.226,0.04,0.29-0.054c0.064-0.094,0.04-0.226-0.054-0.29 c-1.026-0.705-2.22-1.097-3.468-1.134V5.379C12.614,5.285,12.928,4.951,12.988,4.539z M6.892,7.046 c0.118,0,0.229-0.027,0.327-0.074l0.3,0.344c-1.191,1.137-1.95,2.719-2.011,4.477l-0.169-0.01 c-0.081-0.395-0.388-0.705-0.783-0.786c0.206-1.562,0.894-2.972,1.906-4.079C6.588,6.999,6.733,7.046,6.892,7.046z M6.544,6.284 c0-0.017,0-0.03,0.003-0.047c0-0.01,0.003-0.017,0.003-0.027c0.03-0.148,0.159-0.263,0.314-0.273c0.007,0,0.013,0,0.017,0 s0.003,0,0.007,0c0.159,0,0.294,0.108,0.334,0.256c0.007,0.03,0.013,0.061,0.013,0.091c0,0.024-0.003,0.047-0.007,0.071 c-0.03,0.148-0.159,0.263-0.314,0.273c-0.01,0-0.017,0-0.027,0c-0.044,0-0.088-0.01-0.125-0.024 C6.639,6.557,6.544,6.429,6.544,6.284z M5.336,12.201l0.172,0.01c0.057,1.957,0.985,3.698,2.406,4.852 c-0.611-0.135-1.147-0.189-1.613-0.192c-0.951-1.11-1.555-2.466-1.744-3.904C4.945,12.886,5.252,12.586,5.336,12.201z M5.94,12.478 l5.597,5.597C8.555,17.849,6.166,15.461,5.94,12.478z M11.43,4.077c0.091-0.631,0.401-1.474,0.563-1.542 c0.186,0.071,0.472,0.945,0.56,1.538C12.57,4.192,12.58,4.3,12.58,4.388c0,0.037-0.003,0.071-0.01,0.105 c-0.051,0.273-0.29,0.482-0.58,0.482s-0.53-0.209-0.58-0.482c-0.007-0.034-0.01-0.071-0.01-0.105 C11.403,4.296,11.413,4.192,11.43,4.077z M11.794,5.376v0.145c-1.505,0.047-2.881,0.611-3.961,1.515L7.536,6.695 C7.614,6.577,7.661,6.432,7.661,6.28c0-0.128-0.034-0.25-0.088-0.354c0.989-0.725,2.159-1.215,3.431-1.387 C11.062,4.958,11.382,5.295,11.794,5.376z M6.642,4.58c0.371,0,0.729-0.084,1.066-0.253c0.02-0.01,1.947-1.012,3.505-1.147 c-0.101,0.341-0.169,0.695-0.202,0.938C9.625,4.29,8.346,4.826,7.276,5.622C7.162,5.555,7.033,5.518,6.892,5.518 c-0.118,0-0.229,0.027-0.327,0.074L5.431,4.3C5.846,4.485,6.251,4.58,6.642,4.58z M4.958,6.668l0.017-0.024 c0.351-0.58,0.439-1.242,0.263-1.937l1.012,1.157C6.173,5.983,6.126,6.128,6.126,6.28c0,0.111,0.024,0.216,0.067,0.314 c-1.103,1.188-1.846,2.713-2.058,4.4c-0.3,0.047-0.698,0.175-0.999,0.368C3.255,9.58,3.852,8.038,4.958,6.668z M3.12,11.979 c0.007-0.196,0.55-0.466,0.978-0.553c0.094-0.02,0.182-0.03,0.256-0.03c0.057,0,0.108,0.007,0.162,0.024 c0.246,0.071,0.428,0.297,0.428,0.567s-0.182,0.496-0.428,0.567c-0.051,0.013-0.105,0.024-0.162,0.024 c-0.078,0-0.165-0.01-0.256-0.03c-0.428-0.091-0.972-0.361-0.978-0.557C3.12,11.982,3.12,11.982,3.12,11.979z M3.14,12.6 c0.3,0.196,0.702,0.324,0.999,0.371c0.179,1.431,0.746,2.787,1.643,3.92c-0.401,0.037-0.736,0.111-1.005,0.196 C3.808,15.758,3.248,14.222,3.14,12.6z M5.077,17.478c-0.01-0.013-0.02-0.024-0.03-0.037c1.016-0.28,2.126-0.132,2.905,0.054 c0.941,0.226,1.63,0.553,1.636,0.557l0.003-0.007c0.746,0.297,1.559,0.462,2.409,0.462c0.847,0,1.657-0.162,2.399-0.459l0,0 c0,0,0.007-0.003,0.02-0.01c0.088-0.037,0.179-0.074,0.263-0.115c0.287-0.118,0.769-0.294,1.35-0.432 c0.786-0.189,1.9-0.337,2.915-0.054c-0.175,0.216-0.358,0.422-0.553,0.621c-0.283-0.078-1.005-0.226-1.98-0.121 c-1.059,0.115-2.618,0.567-4.211,2.038v-0.368c0-0.115-0.094-0.209-0.209-0.209c-0.115,0-0.209,0.094-0.209,0.209v0.348 c-1.582-1.454-3.134-1.903-4.187-2.018c-0.999-0.108-1.731,0.054-1.997,0.128C5.424,17.883,5.245,17.684,5.077,17.478z M5.964,18.416c0.337-0.067,0.908-0.135,1.619-0.054c1.873,0.209,3.31,1.279,4.211,2.176v0.611 c-0.03,0.017-0.064,0.037-0.101,0.064c-0.219-0.28-0.506-0.607-0.867-0.924c-0.85-0.752-2.281-1.603-4.258-1.366v0.003 C6.359,18.764,6.156,18.595,5.964,18.416z M11.204,21.723c-0.395-0.506-0.827-0.887-1.258-1.174l0.003-0.01 c-0.01-0.003-0.02-0.007-0.03-0.007c-0.719-0.469-1.441-0.675-2.021-0.759c-0.273-0.142-0.543-0.3-0.803-0.472 c1.272-0.037,2.426,0.395,3.445,1.289c0.351,0.307,0.628,0.624,0.837,0.897C11.312,21.557,11.254,21.635,11.204,21.723z M12.212,22.988c-0.051,0.061-0.105,0.121-0.165,0.182c-0.013,0.013-0.03,0.03-0.047,0.044l-0.003,0.003l-0.003,0.003v-0.007 c-0.007-0.007-0.017-0.013-0.024-0.024c-0.067-0.064-0.125-0.128-0.179-0.192c-0.246-0.294-0.354-0.567-0.317-0.816 c0.003-0.02,0.007-0.04,0.013-0.061c0.027-0.108,0.078-0.202,0.138-0.283c0.051-0.067,0.108-0.125,0.165-0.175 c0.051-0.044,0.101-0.081,0.145-0.111c0.02-0.013,0.037-0.024,0.054-0.034c0,0,0.003,0,0.003-0.003h0.003 c0.024,0.013,0.047,0.03,0.078,0.051c0.04,0.027,0.088,0.064,0.135,0.105c0.061,0.054,0.121,0.118,0.172,0.189 c0.061,0.088,0.111,0.186,0.132,0.297c0,0.007,0.003,0.017,0.007,0.024C12.557,22.424,12.452,22.694,12.212,22.988z M13.036,21.466 c-0.007,0.007-0.013,0.013-0.017,0.02c-0.078,0.088-0.148,0.175-0.213,0.26c-0.051-0.088-0.108-0.169-0.169-0.24 c0.209-0.273,0.493-0.601,0.85-0.914c1.012-0.891,2.163-1.323,3.425-1.292c-0.263,0.172-0.533,0.334-0.81,0.476 C14.658,19.995,13.67,20.744,13.036,21.466z M18.923,21.068c0.192,0,0.348,0.155,0.348,0.348s-0.155,0.348-0.348,0.348 s-0.348-0.155-0.348-0.348C18.576,21.227,18.731,21.068,18.923,21.068z M19.976,22.151c0.459,0.135,0.783,0.638,0.87,0.789 c0.108,0.189,0.253,0.439,0.466,0.634H18.98c-0.088-0.317-0.213-0.617-0.371-0.894C18.866,22.222,19.439,21.993,19.976,22.151z M2.199,7.495c0,0.341,0.277,0.621,0.621,0.621S3.44,7.839,3.44,7.495c0-0.341-0.277-0.621-0.621-0.621S2.199,7.154,2.199,7.495z M3.022,7.495c0,0.111-0.091,0.202-0.202,0.202c-0.111,0-0.202-0.091-0.202-0.202s0.091-0.202,0.202-0.202 C2.931,7.292,3.022,7.384,3.022,7.495z M21.737,7.495c0-0.341-0.277-0.621-0.621-0.621c-0.341,0-0.621,0.277-0.621,0.621 c0,0.341,0.277,0.621,0.621,0.621S21.737,7.839,21.737,7.495z M20.914,7.495c0-0.111,0.091-0.202,0.202-0.202 s0.202,0.091,0.202,0.202s-0.091,0.202-0.202,0.202C21.005,7.701,20.914,7.61,20.914,7.495z M22.334,9.04 c-0.078-0.03-0.169-0.013-0.229,0.047c-0.273,0.28-0.722,0.27-0.729,0.27c-0.003,0-0.007,0-0.007,0 c-0.111,0-0.202,0.088-0.209,0.199c-0.003,0.115,0.084,0.213,0.199,0.216c0.02,0,0.351,0.01,0.688-0.145v3.404 c0,0.115,0.094,0.209,0.209,0.209s0.209-0.094,0.209-0.209V9.232C22.462,9.148,22.412,9.07,22.334,9.04z M1.73,13.241 c0.115,0,0.209-0.094,0.209-0.209V9.627c0.337,0.155,0.668,0.145,0.688,0.145c0.115-0.003,0.206-0.101,0.199-0.216 C2.823,9.442,2.725,9.351,2.61,9.357c-0.003,0-0.455,0.01-0.729-0.27C1.821,9.027,1.733,9.01,1.652,9.04 C1.574,9.07,1.524,9.148,1.524,9.232v3.802C1.52,13.15,1.615,13.241,1.73,13.241z M22.499,16.712c0-0.115-0.094-0.209-0.209-0.209 h-1.35c-0.115,0-0.209,0.094-0.209,0.209s0.094,0.209,0.209,0.209h1.35C22.405,16.922,22.499,16.83,22.499,16.712z M21.099,17.512 c0.115,0,0.209-0.094,0.209-0.209s-0.094-0.209-0.209-0.209h-0.52c-0.115,0-0.209,0.094-0.209,0.209s0.094,0.209,0.209,0.209 H21.099z M21.605,17.897c0-0.115-0.094-0.209-0.209-0.209h-1.289c-0.115,0-0.209,0.094-0.209,0.209s0.094,0.209,0.209,0.209h1.289 C21.511,18.106,21.605,18.015,21.605,17.897z M20.789,18.494c0-0.115-0.094-0.209-0.209-0.209h-1.009 c-0.115,0-0.209,0.094-0.209,0.209s0.094,0.209,0.209,0.209h1.009C20.694,18.703,20.789,18.609,20.789,18.494z M18.916,18.882 c-0.115,0-0.209,0.094-0.209,0.209s0.094,0.209,0.209,0.209h0.574c0.115,0,0.209-0.094,0.209-0.209s-0.094-0.209-0.209-0.209 H18.916z M22.29,15.312h-0.752c-0.115,0-0.209,0.094-0.209,0.209c0,0.115,0.094,0.209,0.209,0.209h0.752 c0.115,0,0.209-0.094,0.209-0.209C22.499,15.407,22.405,15.312,22.29,15.312z M22.29,15.909h-1.049 c-0.115,0-0.209,0.094-0.209,0.209s0.094,0.209,0.209,0.209h1.049c0.115,0,0.209-0.094,0.209-0.209S22.405,15.909,22.29,15.909z M22.29,14.121h-0.334c-0.115,0-0.209,0.094-0.209,0.209s0.094,0.209,0.209,0.209h0.334c0.115,0,0.209-0.094,0.209-0.209 C22.499,14.216,22.405,14.121,22.29,14.121z M22.29,14.718h-0.513c-0.115,0-0.209,0.094-0.209,0.209 c0,0.115,0.094,0.209,0.209,0.209h0.513c0.115,0,0.209-0.094,0.209-0.209C22.499,14.813,22.405,14.718,22.29,14.718z M1.723,13.511 c0.116,0,0.209,0.094,0.209,0.209c0,0.116-0.094,0.209-0.209,0.209c-0.116,0-0.209-0.094-0.209-0.209 C1.514,13.604,1.607,13.511,1.723,13.511z M2.566,18.291c0.116,0,0.209,0.094,0.209,0.209c0,0.116-0.094,0.209-0.209,0.209 c-0.116,0-0.209-0.094-0.209-0.209C2.357,18.385,2.451,18.291,2.566,18.291z M3.909,18.889c0.116,0,0.209,0.094,0.209,0.209 c0,0.116-0.094,0.209-0.209,0.209S3.7,19.213,3.7,19.098C3.7,18.982,3.794,18.889,3.909,18.889z M1.703,16.928h1.35 c0.115,0,0.209-0.094,0.209-0.209S3.167,16.51,3.052,16.51h-1.35c-0.115,0-0.209,0.094-0.209,0.209 C1.493,16.837,1.588,16.928,1.703,16.928z M3.413,17.104h-0.52c-0.115,0-0.209,0.094-0.209,0.209s0.094,0.209,0.209,0.209h0.52 c0.115,0,0.209-0.094,0.209-0.209C3.622,17.198,3.528,17.104,3.413,17.104z M3.886,17.698H2.597c-0.115,0-0.209,0.094-0.209,0.209 s0.094,0.209,0.209,0.209h1.289c0.115,0,0.209-0.094,0.209-0.209C4.095,17.789,4,17.698,3.886,17.698z M4.422,18.291H3.413 c-0.115,0-0.209,0.094-0.209,0.209s0.094,0.209,0.209,0.209h1.009c0.115,0,0.209-0.094,0.209-0.209 C4.631,18.386,4.537,18.291,4.422,18.291z M4.294,19.098c0,0.115,0.094,0.209,0.209,0.209h0.574c0.115,0,0.209-0.094,0.209-0.209 s-0.094-0.209-0.209-0.209H4.503C4.388,18.889,4.294,18.983,4.294,19.098z M1.703,15.737h0.752c0.115,0,0.209-0.094,0.209-0.209 c0-0.115-0.094-0.209-0.209-0.209H1.703c-0.115,0-0.209,0.094-0.209,0.209C1.493,15.643,1.588,15.737,1.703,15.737z M1.703,16.335 h1.049c0.115,0,0.209-0.094,0.209-0.209s-0.094-0.209-0.209-0.209H1.703c-0.115,0-0.209,0.094-0.209,0.209 S1.588,16.335,1.703,16.335z M1.703,14.546h0.334c0.115,0,0.209-0.094,0.209-0.209c0-0.115-0.094-0.209-0.209-0.209H1.703 c-0.115,0-0.209,0.094-0.209,0.209S1.588,14.546,1.703,14.546z M1.703,15.14h0.513c0.115,0,0.209-0.094,0.209-0.209 c0-0.115-0.094-0.209-0.209-0.209H1.703c-0.115,0-0.209,0.094-0.209,0.209C1.493,15.049,1.588,15.14,1.703,15.14z M11.996,23.217 L11.996,23.217c0.003-0.003,0-0.003,0-0.007V23.217z M21.484,4.175C21.487,4.175,21.487,4.175,21.484,4.175 c0.094,0,0.179-0.064,0.202-0.159c0.074-0.297,0.044-0.55-0.098-0.759C21.362,2.92,20.947,2.856,20.9,2.849 c-0.108-0.013-0.209,0.054-0.233,0.162c-0.078,0.354-0.034,0.638,0.135,0.847C21.052,4.161,21.443,4.172,21.484,4.175z M21.248,3.493c0.04,0.064,0.064,0.138,0.064,0.226c-0.061-0.024-0.128-0.061-0.175-0.121c-0.054-0.067-0.081-0.155-0.081-0.267 C21.123,3.365,21.197,3.419,21.248,3.493z M20.128,1.159c-0.226-0.337-0.641-0.401-0.688-0.408 c-0.108-0.013-0.209,0.054-0.233,0.162c-0.078,0.354-0.034,0.638,0.135,0.847c0.243,0.304,0.634,0.314,0.678,0.314l0,0 c0.094,0,0.179-0.064,0.202-0.159C20.3,1.624,20.269,1.368,20.128,1.159z M19.672,1.499c-0.054-0.067-0.081-0.155-0.081-0.267 c0.071,0.034,0.145,0.088,0.192,0.162c0.04,0.064,0.064,0.138,0.064,0.226C19.787,1.597,19.719,1.56,19.672,1.499z M3.133,2.849 C3.086,2.856,2.674,2.92,2.445,3.257C2.307,3.466,2.273,3.719,2.347,4.016C2.371,4.107,2.455,4.175,2.55,4.175l0,0 c0.044,0,0.435-0.01,0.678-0.314C3.396,3.652,3.44,3.365,3.363,3.014C3.342,2.906,3.241,2.836,3.133,2.849z M2.907,3.598 C2.86,3.659,2.792,3.696,2.728,3.719c0-0.088,0.024-0.165,0.064-0.226c0.051-0.074,0.125-0.128,0.192-0.162 C2.985,3.443,2.958,3.531,2.907,3.598z M4.564,0.75C4.517,0.757,4.105,0.821,3.875,1.159C3.737,1.368,3.703,1.621,3.778,1.918 C3.801,2.009,3.886,2.076,3.98,2.076l0,0c0.044,0,0.435-0.01,0.678-0.314c0.169-0.209,0.213-0.496,0.135-0.847 C4.77,0.808,4.672,0.737,4.564,0.75z M4.334,1.499C4.287,1.56,4.22,1.597,4.156,1.621c0-0.088,0.024-0.165,0.064-0.226 C4.27,1.321,4.344,1.267,4.412,1.233C4.412,1.344,4.388,1.432,4.334,1.499z M18.579,10.562c0.013,0.108,0.101,0.186,0.206,0.186 c0.007,0,0.017,0,0.024,0c0.115-0.013,0.196-0.118,0.182-0.233c-0.209-1.822-1.454-3.111-1.508-3.165 c-0.081-0.081-0.213-0.084-0.294-0.003c-0.081,0.081-0.084,0.213-0.003,0.294C17.199,7.653,18.387,8.885,18.579,10.562z M5.218,10.744c0.007,0,0.017,0,0.024,0c0.105,0,0.196-0.078,0.206-0.186C5.64,8.882,6.828,7.65,6.838,7.64 c0.081-0.081,0.078-0.216-0.003-0.294C6.753,7.265,6.618,7.265,6.541,7.35c-0.054,0.054-1.296,1.343-1.508,3.165 C5.023,10.629,5.104,10.73,5.218,10.744z\"/></svg>\n </figure>\n </td>\n <td>gutenberg.svg</td>\n <td><code>_includes/icons/simple-icons/gutenberg.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"gutenberg\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Habr icon</title><path d=\"M0 0v24h24V0zm7.025 4h1.633c1.219 0 1.64.029 1.668.113.019.066.028 1.369.028 2.897l-.008 2.783.476-.422c.657-.581 1.212-.787 2.262-.824.694-.019.973.009 1.46.178 1.06.356 1.81 1.087 2.204 2.166.15.421.17.863.197 4.285l.03 3.824h-3.338v-3.121c0-3.075-.01-3.113-.217-3.488-.29-.497-.609-.722-1.106-.778-.853-.093-1.443.197-1.78.89-.16.32-.179.656-.188 3.356-.01 1.65-.03 3.03-.03 3.067-.008.047-.75.074-1.65.074h-1.64v-7.5z\"/></svg>\n </figure>\n </td>\n <td>habr.svg</td>\n <td><code>_includes/icons/simple-icons/habr.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"habr\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>Hackaday icon</title><path d=\"M0 4.124c0-.204.021-.401.06-.595l1.956 1.734 2.144-2.38L2.246 1.18c.259-.072.53-.114.812-.114a3.062 3.062 0 0 1 3.058 3.037v.021c0 .152-.012.304-.033.45l2.385 2.112a6.716 6.716 0 0 0-2.013 2.54L3.982 7.037a3.038 3.038 0 0 1-.924.145A3.06 3.06 0 0 1 0 4.124zm20.942 12.694c-.306 0-.601.045-.88.129l-2.308-2.044a6.862 6.862 0 0 1-1.819 2.706l1.993 1.765a3.05 3.05 0 0 0-.044.502 3.06 3.06 0 0 0 3.935 2.929l-1.992-1.77 2.14-2.365 1.981 1.76c.034-.181.052-.364.052-.554v-.026a3.057 3.057 0 0 0-3.058-3.032zm-3.397-7.592l2.473-2.189c.292.093.601.145.924.145A3.06 3.06 0 0 0 23.94 3.53l-1.956 1.734-2.144-2.38 1.914-1.703a3.049 3.049 0 0 0-.812-.114 3.062 3.062 0 0 0-3.058 3.037v.021c0 .152.012.304.033.45l-2.385 2.112a6.716 6.716 0 0 1 2.013 2.54zm-11.3 5.677l-2.307 2.044A3.057 3.057 0 0 0 0 19.85v.026c0 .19.018.373.052.554l1.982-1.76 2.14 2.365-1.993 1.77a3.06 3.06 0 0 0 3.935-2.929 3.05 3.05 0 0 0-.044-.502l1.993-1.765a6.862 6.862 0 0 1-1.82-2.706zm8.971 2.657a1.076 1.076 0 1 1-1.961.424h-.192a1.076 1.076 0 1 1-2.127 0h-.15A1.105 1.105 0 0 1 9.7 19.23c-.604 0-1.094-.5-1.094-1.115 0-.21.057-.405.156-.572-1.493-1.142-2.474-3.051-2.474-5.213 0-3.497 2.559-6.332 5.713-6.332s5.713 2.835 5.713 6.332c0 2.173-.991 4.091-2.497 5.231zm-4.194-5.914a1.995 1.995 0 0 0-.559-.66 1.804 1.804 0 0 0-.918-.264 1.45 1.45 0 0 0-.319.036c-.405.05-.747.327-.983.647-.207.257-.368.569-.372.905-.032.278.024.556.075.828.066.322.293.584.55.774.119.095.29.226.44.116.1-.134.016-.33.107-.478a.5.5 0 0 1 .258-.326c.263-.132.527-.262.808-.355.228-.067.416-.219.61-.349.255-.197.424-.558.303-.874zm.996 2.325c-.279-.007-.63 1.237-.574 1.78.175.72.237-.505.574-.506.323.014.275 1.255.53.504.078-.5-.224-1.77-.53-1.778zm4.036-.833c.051-.272.107-.55.075-.828-.004-.336-.165-.648-.372-.905-.236-.32-.578-.596-.983-.647a1.45 1.45 0 0 0-.319-.036c-.32-.001-.644.1-.918.264-.235.171-.42.406-.559.66-.121.316.048.677.303.874.194.13.382.282.61.35.28.092.545.222.808.354a.5.5 0 0 1 .258.326c.091.147.007.344.106.478.151.11.322-.021.44-.116.258-.19.485-.452.551-.774z\"/></svg>\n </figure>\n </td>\n <td>hackaday.svg</td>\n <td><code>_includes/icons/simple-icons/hackaday.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"hackaday\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>HackerEarth icon</title><path d=\"M20.983.002H9.508v6.494h.11a3.629 3.629 0 0 1 3.557-1.332l-.023-.004c1.966.144 3.91 1.336 4.02 5.158v7.554a.299.299 0 0 1-.287.287h-2.11a.287.287 0 0 1-.287-.287V10.55c0-1.778-.585-3.114-2.341-3.114h-.038a2.606 2.606 0 0 0-2.6 2.78v-.008 7.665a.287.287 0 0 1-.287.287H7.124a.287.287 0 0 1-.287-.287V.004H3.193L3.126.003c-.823 0-1.493.652-1.523 1.468V22.458c.03.857.73 1.541 1.59 1.546h17.792a1.458 1.458 0 0 0 1.413-1.55v.004V1.474A1.38 1.38 0 0 0 21.021.005l-.038.001h.002zm-2.54 20.983H5.555V19.66h12.888z\"/></svg>\n </figure>\n </td>\n <td>hackerearth.svg</td>\n <td><code>_includes/icons/simple-icons/hackerearth.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"hackerearth\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>HackerOne icon</title><path d=\"M7.207 0c-.4836 0-.8774.1018-1.1823.3002-.3044.2003-.4592.4627-.4592.7798v21.809c0 .2766.1581.5277.4752.7609.315.2335.7031.3501 1.1664.3501.4427 0 .8306-.1166 1.1678-.3501.3352-.231.5058-.4843.5058-.761V1.0815c0-.319-.1623-.5769-.4893-.7813C8.0644.1018 7.6702 0 7.207 0zm9.5234 8.662c-.4836 0-.8717.0981-1.1683.3007l-4.439 2.7822c-.1988.1861-.2841.4687-.2473.855.0342.3826.2108.747.5238 1.0907.3145.346.6662.5626 1.0684.6547.3963.0899.6973.041.8962-.143l1.7551-1.0951v9.7817c0 .2767.1522.5278.4607.761.3007.2335.6873.3501 1.1504.3501.463 0 .863-.1166 1.1983-.3501.3371-.2332.5058-.4843.5058-.761V9.7381c0-.3193-.165-.577-.4898-.7754-.3252-.2026-.7288-.3007-1.2143-.3007z\"/></svg>\n </figure>\n </td>\n <td>hackerone.svg</td>\n <td><code>_includes/icons/simple-icons/hackerone.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"hackerone\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>HackerRank icon</title><path d=\"M12 0c1.285 0 9.75 4.886 10.392 6 .645 1.115.645 10.885 0 12S13.287 24 12 24s-9.75-4.885-10.395-6c-.641-1.115-.641-10.885 0-12C2.25 4.886 10.715 0 12 0zm2.295 6.799c-.141 0-.258.115-.258.258v3.875H9.963V6.908h.701c.141 0 .254-.115.254-.258 0-.094-.049-.176-.123-.221L9.223 4.92c-.049-.063-.141-.109-.226-.109-.084 0-.16.045-.207.107L7.11 6.43c-.072.045-.12.126-.12.218 0 .143.113.258.255.258h.704l.008 10.035c0 .145.111.258.254.258h1.492c.142 0 .259-.115.259-.256v-4.004h4.073v4.152h-.699c-.143 0-.256.115-.256.258 0 .092.048.174.119.219l1.579 1.51c.044.061.141.109.225.109.085 0 .159-.045.208-.109l1.679-1.51c.072-.045.12-.127.12-.219 0-.143-.115-.258-.255-.258h-.704l-.007-10.034c0-.145-.114-.26-.255-.26h-1.494v.002z\"/></svg>\n </figure>\n </td>\n <td>hackerrank.svg</td>\n <td><code>_includes/icons/simple-icons/hackerrank.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"hackerrank\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>HackHands icon</title><path d=\"M5.3 17.63h6.35c.5 0 .89-.4.89-.9s-.4-.89-.9-.89H5.3c-.5 0-.89.4-.89.89 0 .5.4.9.9.9zM16.58 13.77c0-.5-.4-.9-.9-.9H6.54c-.5 0-.89.4-.89.9s.4.9.9.9h9.15c.5 0 .9-.4.9-.9zM18.44 10.8a.91.91 0 0 0-.89-.88H6.53c-.5 0-.89.39-.89.89s.4.89.9.89h11.01c.5 0 .89-.4.89-.9zM5.64 7.82c0 .5.4.89.9.89h9.5c.49 0 .88-.4.88-.9 0-.49-.4-.88-.89-.88h-9.5c-.5 0-.89.39-.89.89zM7.92 3.96H5.3c-.5 0-.89.4-.89.9s.4.89.9.89h2.64c.5 0 .9-.4.9-.9a.93.93 0 0 0-.93-.89zM22.87 20.8a.93.93 0 0 0-.94-.94H4.7c-.95 0-1.73-.8-1.73-1.74V3.57c0-.95.78-1.73 1.73-1.73h14.55c.95 0 1.74.76 1.74 1.73v11.8c0 .5.42.92.9.92.51 0 .93-.42.93-.92V3.57c0-1.97-1.6-3.57-3.57-3.57H4.7a3.57 3.57 0 0 0-3.57 3.57v14.55c0 1.97 1.6 3.57 3.57 3.57H20.4L22.87 24v-3.2z\"/></svg>\n </figure>\n </td>\n <td>hackhands.svg</td>\n <td><code>_includes/icons/simple-icons/hackhands.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"hackhands\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Hackster icon</title><path d=\"M18.425 10.349c.262 0 .48.209.48.479v2.155c0 .32.26.582.58.582h4.26c.295 0 .355.426.068.504l-8.568 2.468c-.248.073-.509-.068-.581-.317-.013-.043-.021-.088-.019-.133v-2.252c-.002-.115-.094-.209-.209-.21H5.042c-.114-.001-.207-.093-.209-.207v-2.53c.001-.353-.28-.643-.634-.65l-3.998-.07c-.235-.01-.278-.34-.052-.408l8.76-2.529c.111-.029.225.037.254.146.004.016.007.033.007.053v2.441c0 .26.217.478.479.478h8.776zM8.788 4.543c.305-.052.375.348.375.348s.025.947 0 1.338c-.027.39-.383.375-.383.375H5.304s-.315-.113-.357-.522c-.053-.408.434-.636.434-.636s3.104-.851 3.405-.903h.002zm5.885-1.104s-.045-.461.471-.66c.512-.191 3.268-.904 3.268-.904s.512-.2.547.471c.035.668 0 6.178 0 6.178s.018.451-.469.486c-.488.035-3.225 0-3.225 0s-.592.053-.592-.417V3.439zm.078 14.332c.025-.391.383-.375.375-.384h3.475s.305.113.357.522c.053.408-.436.635-.436.635s-3.102.851-3.406.902c-.305.062-.365-.339-.365-.339s-.025-.945 0-1.336zm-5.518 2.79s.051.461-.471.66c-.513.19-3.268.903-3.268.903s-.514.201-.547-.47c-.035-.668 0-6.178 0-6.178s-.018-.451.469-.486 3.225 0 3.225 0 .529-.053.592.417c.059.46 0 .79 0 .79v4.364z\"/></svg>\n </figure>\n </td>\n <td>hackster.svg</td>\n <td><code>_includes/icons/simple-icons/hackster.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"hackster\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>HappyCow icon</title><path d=\"M8.66 1.23c-.424.004-.924.156-1.13.236-1.69.678-2.78 3.09-2.2 5.52-.32-.139-.614-.257-.676-.28a8.46 8.46 0 0 0-1.45-.412c-.849-.156-1.8-.189-2.53.471-.693.63-.963 1.87-.271 2.6.749.783 2.3.637 3.27.548.101-.01.557-.04 1-.106a9.763 9.763 0 0 0-.116 1.59c-3.73 1.32-3.43 10.1 5.09 11.2 10.8 1.39 11.6-6.81 9.07-9.14.091-.518.144-.999.165-1.45.433.202.933.386 1.04.426.903.353 2.34.917 3.29.462.874-.42.985-1.56.51-2.29-.497-.768-1.42-1.01-2.27-1.12a9.355 9.355 0 0 0-1.51-.061c-.05.002-.252.012-.497.03 1.33-1.83 1.4-4.19.319-5.48-.25-.298-1.22-1.23-1.65-.743-.279.392.226 1.16.186 1.74-.092.901-.855 1.62-1.36 2.01-.717-.57-1.36-.745-1.36-.745l-.322-.062c-.644-.5-1.53-.563-1.53-.563.363-.44 1.56-.1 1.56-.1-1.06-1.06-2.31-.328-2.31-.328 0-.517-.381-.831-.381-.831-.398.306-.415.714-.415.714-1.01-1.06-2.12-.794-2.12-.794s.98.31 1.17 1.08a2.638 2.638 0 0 0-.533-.049l-.346-.066a6.87 6.87 0 0 0-1.81.062c-.245-.593-.51-1.5-.191-2.28.237-.527 1.04-.966.983-1.44-.063-.277-.346-.363-.676-.359zm2.03 3.21c.612.065 1.19.512 1.6.993.004-.298.045-.625.269-.843.227.189.265.57.25.867.528-.343 1.23-.48 1.82-.203-.465-.063-.989.058-1.24.498.768.044 1.63.26 2.1.92-.692-.385-1.64-.876-2.42-.365.541.139 1.13.49 1.17 1.11a2.764 2.764 0 0 0-1.9-1.12c-.69.027-1.42.342-1.84.904-.106.174-.188.353-.174.01-.044-.673.737-.908 1.26-.997-.612-.3-1.31-.514-1.99-.375.511-.414 1.22-.43 1.83-.28a1.627 1.627 0 0 0-.728-1.12zM2.26 6.92a2.81 2.81 0 0 1 .526.054c.284.05.876.21 1.13.497.25.287.974 1.36-.751 1.62-.563.06-1.46.159-1.89-.298-.394-.422-.229-1.16.175-1.54.265-.248.529-.328.81-.333zm5.77 1a1.35 1.35 0 0 1 .264.02c2.65.432 1.14 4.81 1.14 4.81l-.294-.203c.204-.483.428-1.25.416-2.01-.017-1.07-.63-1.94-1.37-1.92-.74.01-1.33.892-1.31 1.97.004.279.046.785.121 1.05-.005-.015-.005-.133-.01-.15l-.678-.213s.013-3.32 1.72-3.35zm7.61 1.21c.156.001.322.022.498.063 1.94.46.663 3.57.663 3.57l-.607.1v.003c-.655.103-1.39.213-2.13.35-.023-.028.019.03 0 0l-.865.143s.105-4.25 2.44-4.23zm-1.58 4.15l2.21-.315c.117-.167.182-.442.225-.665.203-1.05.158-2.03-.53-2.3a.953.953 0 0 0-.334-.066c-.617-.012-1.29.54-1.63 1.38-.205.518-.391 1.63-.258 2 .05.14.511.119.418.016zM8.27 9.57a.409.409 0 1 1 0 .818.409.409 0 0 1 0-.818zm13.1.55c.167.002.32.015.427.03.492.066.904.159 1.19.617.274.437.213 1.11-.289 1.36-.543.269-1.37-.07-1.89-.281-1.57-.71-.56-1.42-.237-1.59.202-.11.517-.137.795-.134zm-5.92.645a.409.409 0 1 1 .026.818.409.409 0 0 1-.026-.818zm-9.85.741c1.45-.014 2.64.949 3.88 1.56 1.7.91 3.72.797 5.53.348 1.1-.334 2.49-.539 3.43.234 1.26 1.25 1.41 3.21.84 4.79-.697 2.04-2.7 3.33-4.74 3.75-2.55.45-5.29.36-7.7-.663-2.75-1.06-4.7-4.09-4.21-7.06.146-1.47 1.41-2.92 2.96-2.97zm1.77 1.75a.625.625 0 0 0-.164.025c-.418.125-.507.674-.198 1.23.309.552.898.9 1.32.773.418-.125.507-.674.198-1.23-.27-.484-.755-.809-1.15-.799zm-2.55.945a1.014 1.014 0 0 0-.614.174c-.535.384-.549 1.42.074 2.29.623.868 1.65 1.24 2.18.857.535-.384.534-1.54-.088-2.41-.428-.597-1.04-.903-1.55-.911zm10.7.172a1.357 1.357 0 0 0-.608.144c-.571.272-.956.837-.858 1.26.098.425.64.549 1.21.278.572-.272.955-.837.858-1.26-.061-.266-.296-.414-.603-.421zm-10.8.14c.633-.02 1.18.411 1.5.931.3.534.566 1.41-.004 1.85-.878.205-1.66-.574-1.96-1.33-.244-.474-.208-1.41.47-1.45zm12.9 1.48a1.294 1.294 0 0 0-.104 0c-.47.022-1.03.29-1.51.764-.756.755-.991 1.75-.525 2.21.465.466 1.46.23 2.21-.524.756-.756.991-1.75.525-2.21a.867.867 0 0 0-.601-.238zm.014.309c.174.01.35.091.44.243.233.785-.355 1.58-.985 1.99-.423.305-1.21.618-1.51.012-.09-1.11.915-2.12 1.98-2.25a.602.602 0 0 1 .074 0zm-10.3 1.45a.124.124 0 0 0-.103.062c-.01.014-.19.312-.548.309a.125.125 0 0 0-.128.129c.001.065.053.12.116.129l.018.001a.85.85 0 0 0 .316-.057c.216.431 1.1 1.9 3.28 2.25 2.21.353 3.87-.74 4.3-1.05a.88.88 0 0 0 .339.157l.017.003a.129.129 0 0 0 .138-.1.132.132 0 0 0-.102-.155c-.35-.078-.474-.411-.48-.427a.135.135 0 0 0-.166-.083.126.126 0 0 0-.081.163c.003.01.045.126.146.256-.436.3-2.02 1.26-4.09.968-1.93-.272-2.83-1.69-3.06-2.11.138-.111.209-.23.215-.238a.13.13 0 0 0-.05-.178.135.135 0 0 0-.075-.018z\"/></svg>\n </figure>\n </td>\n <td>happycow.svg</td>\n <td><code>_includes/icons/simple-icons/happycow.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"happycow\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Harbor icon</title><path d=\"M12.0573.0022C7.455-.0207 3.2453 2.5912 1.2218 6.7248-.8016 10.8584-.282 15.7852 2.5591 19.4059c2.841 3.6208 7.5027 5.2974 11.999 4.3153 4.4963-.982 8.0346-4.4498 9.1071-8.9254.0062-.0249.0133-.0494.0192-.0746.209-.8929.315-1.8069.3156-2.724 0-.0317-.0022-.063-.0024-.0948-.0012-.1373-.0095-.2726-.0152-.4088-.019-.2669.0399.2645 0 0 .0399.2645-.019-.2669 0 0v-.0003a11.9318 11.9318 0 00-.2045-1.7663c-.0334-.173-.0672-.3458-.1078-.5164a11.9097 11.9097 0 00-.9547-2.6018c-.0077-.0151-.0141-.0311-.0219-.046a12.0382 12.0382 0 00-1.2805-1.99c-.0694-.088-.1363-.178-.208-.2638a12.1001 12.1001 0 00-2.0533-1.9417 12.4056 12.4056 0 00-.3305-.2362 11.9978 11.9978 0 00-6.7639-2.129zm.2143 2.2105a9.7818 9.7818 0 014.9926 1.5378l-5.683 5.9103 7.8255-4.05a9.8492 9.8492 0 011.1544 1.6475c.0066.012.0123.0244.0189.0365l-8.8448 2.8423 9.7994-.3337a9.7295 9.7295 0 01.2246 1.5305l-10.178-.7304 9.985 3.4641c-.98 4.5004-4.9603 7.7119-9.5662 7.7182-.0895 0-.178-.0043-.267-.0067l-.1026-1.2554-4.7386-2.0882-.1597 1.8055c.1982.1234-.2066-.1087 0 0-.2066-.1087.1982.1234 0 0a9.787 9.787 0 01-4.5209-8.2437c-.0038-5.5141 4.5485-9.9416 10.0604-9.7846zM9.1434 5.9054a.201.201 0 00-.1943.2v.1467L6.82 8.3357v.6525h.3834v2.27H6.82v1.1125h.6088l-.1408 1.5896 3.948 1.7396-.2724-3.3292h.5167v-1.1125h-.3832v-2.27h.3832v-.6525L9.3509 6.252v-.1467a.201.201 0 00-.2075-.2zM7.8197 8.9882h2.6607v2.27h-.6312v-.9695c0-.932-1.398-.932-1.398 0v.9695h-.6315zm-.581 5.528l-.0665.7506 4.1788 1.8414-.0662-.8092zm-.1156 1.3064l-.0662.7506 4.4092 1.9431-.0662-.809zm-.1154 1.3065l-.0665.7503 4.64 2.045-.066-.8088Z\"/></svg>\n </figure>\n </td>\n <td>harbor.svg</td>\n <td><code>_includes/icons/simple-icons/harbor.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"harbor\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>Hashnode icon</title><path d=\"M3.84 0h16.32A3.84 3.84 0 0 1 24 3.84v16.32A3.84 3.84 0 0 1 20.16 24H3.84A3.84 3.84 0 0 1 0 20.16V3.84A3.84 3.84 0 0 1 3.84 0zm14.175 21.638l-.004-.001a2.577 2.577 0 0 0 .209-5.139l-4.917-8.682c-.719-1.292-2.108-1.236-2.609.598-.43 1.736-.319 3.372-.444 5.348-.001.013-.01.024-.023.027s-.026-.002-.033-.013l-4.39-8.751c.358-.281.568-.711.569-1.167a1.459 1.459 0 1 0-1.459 1.459c.069 0 .125-.014.18-.014 1.848 4.75 3.904 10.293 4.64 11.571.5 1.222 2.209.833 2.251-.486l.18-6.932c0-.042.055-.042.07-.014l3.526 8.389a2.573 2.573 0 0 0 2.254 3.806z\"/></svg>\n </figure>\n </td>\n <td>hashnode.svg</td>\n <td><code>_includes/icons/simple-icons/hashnode.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"hashnode\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" role=\"img\"><title>Haskell icon</title><path d=\"M.006 20.47L5.649 12 .006 3.531h4.235l5.674 8.47-5.674 8.468zm5.643 0L11.29 12 5.65 3.531h4.266l11.253 16.938h-4.224l-3.535-5.34-3.495 5.34zM19.3 15.525l-1.877-2.827h6.571v2.826zm-2.826-4.235l-1.877-2.827h9.387v2.827z\"/></svg>\n </figure>\n </td>\n <td>haskell.svg</td>\n <td><code>_includes/icons/simple-icons/haskell.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"haskell\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Hatena Bookmark icon</title><path d=\"M20.47 0C22.42 0 24 1.58 24 3.53v16.94c0 1.95-1.58 3.53-3.53 3.53H3.53C1.58 24 0 22.42 0 20.47V3.53C0 1.58 1.58 0 3.53 0h16.94zm-3.705 14.47c-.78 0-1.41.63-1.41 1.41s.63 1.414 1.41 1.414 1.41-.645 1.41-1.425-.63-1.41-1.41-1.41zM8.61 17.247c1.2 0 2.056-.042 2.58-.12.526-.084.976-.222 1.32-.412.45-.232.78-.564 1.02-.99s.36-.915.36-1.48c0-.78-.21-1.403-.63-1.87-.42-.48-.99-.734-1.74-.794.66-.18 1.156-.45 1.456-.81.315-.344.465-.824.465-1.424 0-.48-.103-.885-.3-1.26-.21-.36-.493-.645-.883-.87-.345-.195-.735-.315-1.215-.405-.464-.074-1.29-.12-2.474-.12H5.654v10.486H8.61zm.736-4.185c.705 0 1.185.088 1.44.262.27.18.39.495.39.93 0 .405-.135.69-.42.855-.27.18-.765.254-1.44.254H8.31v-2.297h1.05zm8.656.706v-7.06h-2.46v7.06H18zM8.925 9.08c.71 0 1.185.08 1.432.24.245.16.367.435.367.83 0 .38-.13.646-.39.804-.265.154-.747.232-1.452.232h-.57V9.08h.615z\"/></svg>\n </figure>\n </td>\n <td>hatenabookmark.svg</td>\n <td><code>_includes/icons/simple-icons/hatenabookmark.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"hatenabookmark\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>haveibeenpwned icon</title><path d=\"M3.03 2.37a2.09 2.09 0 0 0-.333.02.905.905 0 0 0-.244.067.527.527 0 0 0-.166.088.5.5 0 0 0-.133.144L.652 4.943a4.084 4.084 0 0 0-.308.532 2.184 2.184 0 0 0-.2.496c-.051.17-.089.351-.11.543A5.53 5.53 0 0 0 0 7.143c0 .199.022.356.066.474a.48.48 0 0 0 .188.266.745.745 0 0 0 .32.123c.133.023.288.031.465.031v.002c.184 0 .342-.01.475-.033a.857.857 0 0 0 .332-.123.56.56 0 0 0 .187-.266c.044-.118.067-.275.067-.474V5.729L3.547 2.71a.418.418 0 0 0 .045-.154.177.177 0 0 0-.067-.112.342.342 0 0 0-.177-.054 2.17 2.17 0 0 0-.319-.022zm4.347 5.61a2.03 2.03 0 0 0-.559.065.647.647 0 0 0-.343.205.813.813 0 0 0-.182.387 3.436 3.436 0 0 0-.043.6c0 .228.014.422.043.58a.883.883 0 0 0 .182.386.75.75 0 0 0 .343.205c.144.036.33.053.559.053a2.2 2.2 0 0 0 .547-.053.75.75 0 0 0 .344-.205.75.75 0 0 0 .183-.387c.036-.157.053-.35.053-.58a2.77 2.77 0 0 0-.053-.6.702.702 0 0 0-.183-.386.647.647 0 0 0-.344-.205 1.937 1.937 0 0 0-.547-.065zm4.05 3.69a.337.337 0 0 0-.308.172c-.068.114-.103.316-.103.605 0 .29.035.496.103.617.069.115.172.17.309.17h4.779c.13 0 .228-.055.297-.17.068-.114.101-.32.101-.617 0-.145-.01-.268-.033-.367a.637.637 0 0 0-.08-.24.25.25 0 0 0-.127-.137.335.335 0 0 0-.158-.033zm7.395 0a.337.337 0 0 0-.308.172c-.069.114-.104.316-.104.605 0 .29.035.496.104.617.068.115.171.17.308.17H23.6c.13 0 .228-.055.296-.17.07-.114.104-.32.104-.617 0-.145-.012-.268-.035-.367a.637.637 0 0 0-.08-.24.247.247 0 0 0-.125-.137.343.343 0 0 0-.16-.033zm-11.32 4.29c-.184 0-.342.012-.475.034a.857.857 0 0 0-.332.123.56.56 0 0 0-.187.266 1.383 1.383 0 0 0-.067.474v1.414L4.994 21.29a.418.418 0 0 0-.045.154c.007.044.03.082.067.112.036.03.096.046.177.054.089.013.195.022.32.022.133 0 .242-.006.33-.022a.905.905 0 0 0 .245-.066.527.527 0 0 0 .166-.088.5.5 0 0 0 .133-.144l1.504-2.254a4.12 4.12 0 0 0 .308-.532c.089-.162.153-.326.197-.496.052-.17.09-.351.112-.543.022-.191.033-.4.033-.629a1.38 1.38 0 0 0-.066-.474.477.477 0 0 0-.188-.266.745.745 0 0 0-.32-.123 2.795 2.795 0 0 0-.465-.031z\"/></svg>\n </figure>\n </td>\n <td>haveibeenpwned.svg</td>\n <td><code>_includes/icons/simple-icons/haveibeenpwned.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"haveibeenpwned\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Haxe icon</title><path d=\"M23.784 0a.221.221 0 0 0-.043.003h-5.853a.221.221 0 0 0-.1.023L12 2.918 6.21.026a.221.221 0 0 0-.098-.023H.238a.221.221 0 0 0-.026 0 .221.221 0 0 0-.21.256v5.853a.221.221 0 0 0 .024.1l2.894 5.785L.026 17.79a.221.221 0 0 0-.024.099v5.84a.221.221 0 0 0 .002.078.221.221 0 0 0 .253.19h5.855a.221.221 0 0 0 .099-.023L12 21.076l5.789 2.898a.221.221 0 0 0 .099.023h5.877a.221.221 0 0 0 .232-.257V17.89a.221.221 0 0 0-.023-.1l-2.895-5.792 2.895-5.786a.221.221 0 0 0 .023-.099V.267a.221.221 0 0 0-.005-.098.221.221 0 0 0-.208-.169zM2.022.445H6.06l4.038 2.017zm15.918 0h4.038l-8.075 2.017zM.528.528l11.039 2.76-8.28 8.275-.238-.953zM23.47.535l-2.76 11.031-8.277-8.279zm.084 1.487V6.06l-2.019 4.035zm-23.11.003L2.29 9.398l.175.7L.445 6.06zM12 3.48L20.52 12l-8.517 8.516-8.241-8.234L3.48 12zm8.712 8.952l.088.351 2.672 10.688-11.04-2.76zm-17.424 0l8.274 8.274L.531 23.46l.266-1.065zm18.247 1.466l2.02 4.042v4.027zm-19.07 0l-2.02 8.08v-4.038zm7.626 7.638l-4.032 2.018H2.02zm3.818 0l8.071 2.018h-4.04z\"/></svg>\n </figure>\n </td>\n <td>haxe.svg</td>\n <td><code>_includes/icons/simple-icons/haxe.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"haxe\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>HelloFresh icon</title><path d=\"M12.773 1.063a8.14 8.14 0 00-.37.005 11.51 11.51 0 00-.966.11c-2.884.456-5.652 2.003-7.642 4.177A12.53 12.53 0 002.55 6.96a11.8 11.8 0 00-1.858 5.07c-.127 1.127.18 2.498-.267 3.559a4.25 4.25 0 00-.16.45c-.302.942-.727 3.072 1.164 4.042.8.41 1.732.427 2.535.86.23.124.453.255.676.382a13.365 13.365 0 001.402.74c.064.027.124.054.187.079 3.269 1.29 6.995.97 10.1-.62.37-.186.717-.4 1.059-.61.052-.03.106-.058.158-.089.25-.147.493-.3.728-.46a12.552 12.552 0 00.123-.094c.24-.17.462-.338.655-.493a12.552 12.552 0 00.26-.199c.163-.138.321-.279.476-.424a12.158 12.158 0 001.986-2.404 13.458 13.458 0 001.793-4.602c.015-.074.028-.148.041-.222.014-.075.028-.142.04-.213a16.736 16.736 0 00.19-3.484c-.053-1.178.473-2.04-.134-3.174h.002a1.619 1.619 0 00-.5-.565l-.092-.06a.834.834 0 00-.05-.032c-.39-.227-.852-.335-1.294-.5-.096-.035-.177.026-.109.106 1.068 1.253 1.18 2.233-.033.766-2.832-3.424-7.488-3.701-8.856-3.705zM12.75 2.13c.621.007 1.01.07 1.01.07s-2.684.074-5.52 1.701c-2.29 1.315-1.427.046.186-.798 1.607-.843 3.289-.985 4.324-.973zm3.336 2.459c.049-.003.1 0 .152.01 1.45.265.15 4.272-.527 5.214.26 2.126 1.057.41 1.37-.51.097-.286.22-.642.26-.935.133-.942.415-1.671.981-2.06.318-.219.648-.309 1.06-.141 1.314.532.8 4.342-.37 4.81a1.171 1.171 0 01-.598.079v-.002c-.692-.06-.901-.575-1.018-1.399-.534 1.616-1.528 2.736-2.285.75-.19.48-2.024 2.76-2.666.108l-.015-.06c-.185.335-1.37 2.427-2.85 1.687a1.031 1.031 0 01-.299-.245 1.855 1.855 0 01-.351-.636 3.276 3.276 0 01-.149-.729 5.259 5.259 0 01-.008-.586c-.2-.013-.418-.02-.574-.027h-.111c-.015 1.059-.003 2.153.078 2.791a.05.05 0 01-.014.035.05.05 0 01-.029.016c-.42.07-.933.332-.885-.74.03-.587.05-1.478.063-2.082a6.91 6.91 0 00-1.16.19 8.932 8.932 0 00-.371.11c-.007.264-.012.517-.012.742-.026 1.344-.036 3.09.064 3.842a.043.043 0 01-.011.032.043.043 0 01-.026.013c-.441.076-.984.247-.933-.88 0 0 .05-2.167.076-2.928.005-.162.01-.33.013-.502-.238.114-.39.219-.576.322-.055.028-.104.058-.152.086-.048.027-.094.052-.135.078-.083.05-.289.174-.318.19a.078.078 0 01-.086 0 .423.423 0 01-.123-.184c-.06-.176-.05-.43.168-.569a5.55 5.55 0 01.34-.207 7.543 7.543 0 01.894-.408c.011-1.118-.008-2.445-.045-2.81A.054.054 0 014.95 7c.196-.058.964-.24.93.486 0 0-.056 1.154-.092 2.147.105-.021.213-.04.322-.055a7.327 7.327 0 011.194-.076c.03-1.695.006-3.432-.053-3.934a.042.042 0 01.008-.027.042.042 0 01.008-.01.042.042 0 01.015-.008c.174-.053.93-.24.897.465-.029 1.135-.068 2.496-.088 3.55v.009c.236.015.483.034.717.058a3.411 3.411 0 01.695-1.515c.103-.13.566-.585.937-.666.509-.137.842.24.938.476a1.823 1.823 0 01.094.887l-.004.03v.031a1.644 1.644 0 01-.04.182 1.462 1.462 0 01-.093.24 1.446 1.446 0 01-.332.44 1.595 1.595 0 01-.557.29 1.47 1.47 0 01-.506.059 2.254 2.254 0 01-.224-.022l-.11-.017v.013c0 .113-.003.224 0 .332a4.018 4.018 0 00.079.719c.086.379.282.576.529.623.927.247 1.936-1.418 2.11-1.697-.373-1.835.05-5.725 1.37-5.365 1.27.341.035 4.46-.564 5.289.211 2.657 1.697.158 1.818-.02-.17-.685-.189-1.563-.105-2.611.106-1.321.51-2.675 1.244-2.713zm.174.697c-.457.017-.813 2.086-.655 3.897.55-1.071 1.12-3.782.698-3.891a.147.147 0 00-.043-.006zm-2.602.047c-.45.029-.835 2.281-.658 4.037.52-.995 1.123-3.924.701-4.033a.133.133 0 00-.043-.004zm5.365 1.178c-.18.004-.432.117-.613.447-.505.928-.52 3.106.02 3.623.126.121.333.047.422-.023a.925.925 0 00.234-.307c.439-.815.7-2.698.287-3.463-.036-.067-.17-.282-.35-.277zm-8.431 1.35a.255.255 0 00-.076.015.617.617 0 00-.237.168 1.585 1.585 0 00-.209.293 3.29 3.29 0 00-.273.68 5.304 5.304 0 00-.154.683l-.01-.004v.016c.083.011.148.02.16.02a.864.864 0 00.182-.018.823.823 0 00.318-.137 1.035 1.035 0 00.219-.22 1.748 1.748 0 00.279-.569 1.94 1.94 0 00.063-.344 1.054 1.054 0 00-.022-.326.428.428 0 00-.127-.228l-.02-.014-.013-.006c.003 0-.006-.004-.014-.004h-.008a.07.07 0 00-.027-.004.255.255 0 00-.031-.002zm9.4 3.784a.138.138 0 01.022 0 .138.138 0 01.134.145v4.582a.21.21 0 01-.17.2l-.47.083a.138.138 0 01-.17-.14v-1.889a.06.06 0 00-.068-.057l-.73.13a.092.092 0 00-.07.08v1.888a.21.21 0 01-.17.2l-.47.083a.138.138 0 01-.17-.14v-4.582a.21.21 0 01.17-.2l.47-.084a.138.138 0 01.17.14v1.833a.06.06 0 00.07.057l.73-.127a.092.092 0 00.068-.08v-1.834a.21.21 0 01.17-.202l.47-.082a.138.138 0 01.014-.004zm-3.785.608c.563-.007.898.353.898 1.158v.164a.191.191 0 01-.15.176l-.478.086a.11.11 0 01-.127-.108v-.144c0-.498-.136-.65-.395-.604-.272.048-.396.27-.396.526 0 .382.287.61.716.957l-.005.004c.503.409.894.762.894 1.437 0 .764-.497 1.334-1.213 1.461-.748.132-1.21-.31-1.21-1.039v-.342a.21.21 0 01.17-.2l.415-.073a.138.138 0 01.17.14v.28c0 .382.13.576.45.52.217-.038.437-.179.437-.548 0-.457-.352-.702-.758-1.025-.406-.323-.852-.697-.852-1.398 0-.63.351-1.256 1.18-1.403.09-.015.174-.024.254-.025zm-2.014.416a.138.138 0 01.024 0 .138.138 0 01.135.143v.374a.21.21 0 01-.17.202l-1.057.187a.092.092 0 00-.068.078v1.182a.06.06 0 00.068.055l.715-.127a.138.138 0 01.172.14v.348a.21.21 0 01-.172.2l-.715.128a.092.092 0 00-.068.08v1.336a.06.06 0 00.068.057l1.111-.198a.138.138 0 01.17.141v.39a.21.21 0 01-.17.202l-1.822.318a.138.138 0 01-.17-.14v-4.58a.21.21 0 01.17-.202l1.768-.31a.138.138 0 01.011-.004zm-3.351.621c.677.014.824.565.824 1.299 0 .77-.158 1.09-.533 1.353a.089.089 0 00-.041.104h.002l.574 1.828a.154.154 0 01-.123.186l-.461.084a.185.185 0 01-.217-.13l-.492-1.726a.077.077 0 00-.088-.053l-.156.028a.092.092 0 00-.069.082v1.804a.21.21 0 01-.171.202l-.477.084a.138.138 0 01-.17-.141v-4.582a.21.21 0 01.17-.2l1.104-.195c.12-.02.227-.029.324-.027zm-2.23.377a.138.138 0 01.007 0 .138.138 0 01.135.145v.369a.21.21 0 01-.17.199l-1.084.191a.092.092 0 00-.068.082v1.205a.06.06 0 00.068.057l.75-.133a.138.138 0 01.17.14v.362a.21.21 0 01-.17.2l-.75.132a.092.092 0 00-.068.08v1.932a.21.21 0 01-.17.2l-.479.085a.138.138 0 01-.17-.14V14.19a.21.21 0 01.17-.199l1.801-.32a.138.138 0 01.027-.004zm1.898.346a.867.867 0 00-.127.013l-.254.043a.092.092 0 00-.068.08v1.405a.06.06 0 00.068.054l.254-.045v.002c.368-.065.478-.253.478-.853 0-.525-.084-.705-.351-.7Z\"/></svg>\n\n </figure>\n </td>\n <td>hellofresh.svg</td>\n <td><code>_includes/icons/simple-icons/hellofresh.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"hellofresh\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Helm icon</title><path d=\"M18.651,19.252c0.704,1.005,0.96,2.039,0.573,2.31c-0.387,0.271-1.271-0.324-1.975-1.329 c-0.259-0.37-0.456-0.744-0.584-1.082c-1.156,0.772-2.493,1.258-3.898,1.4c0.081,0.34,0.13,0.737,0.13,1.166 c0,1.227-0.383,2.221-0.856,2.221c-0.473,0-0.856-0.994-0.856-2.221c0-0.42,0.047-0.807,0.125-1.142 c-1.414-0.099-2.765-0.547-3.944-1.284c-0.127,0.301-0.3,0.621-0.524,0.942c-0.704,1.005-1.588,1.6-1.975,1.329 c-0.387-0.271-0.131-1.305,0.573-2.31c0.236-0.337,0.492-0.622,0.743-0.85c-0.487-0.437-0.928-0.931-1.309-1.479l1.124-0.782 c1.345,1.934,3.554,3.088,5.908,3.088c2.36,0,4.571-1.158,5.916-3.098l1.125,0.78c-0.348,0.502-0.747,0.957-1.183,1.366 C18.06,18.518,18.369,18.85,18.651,19.252z M6.277,5.623C5.682,6.143,5.153,6.746,4.711,7.43l1.15,0.743 C7.193,6.111,9.453,4.88,11.907,4.88c2.535,0,4.835,1.294,6.151,3.461l1.17-0.711c-0.435-0.716-0.963-1.349-1.56-1.895 c0.324-0.245,0.671-0.603,0.983-1.049c0.704-1.005,0.96-2.039,0.573-2.31c-0.387-0.271-1.271,0.324-1.975,1.329 c-0.294,0.419-0.504,0.84-0.627,1.212c-1.152-0.761-2.485-1.232-3.9-1.364c0.108-0.372,0.175-0.83,0.175-1.333 C12.897,0.994,12.514,0,12.041,0c-0.473,0-0.856,0.994-0.856,2.221c0,0.491,0.063,0.941,0.167,1.308 c-1.413,0.09-2.757,0.525-3.93,1.247c-0.128-0.336-0.323-0.705-0.58-1.071C6.139,2.7,5.255,2.106,4.868,2.377 c-0.387,0.271-0.131,1.305,0.573,2.31C5.706,5.065,5.997,5.385,6.277,5.623z M0.5,15.272h1.648V12.8h1.859v2.473h1.648V9.043H4.008 v2.319H2.148V9.043H0.5V15.272z M7.036,9.043v6.229h4.121v-1.38H8.684v-1.112h2.032v-1.38H8.684v-0.978h2.377v-1.38L7.036,9.043 L7.036,9.043z M12.364,9.043v6.229h4.006v-1.38h-2.358V9.043L12.364,9.043L12.364,9.043z M17.443,9.043v6.229h1.514v-1.84 c0-0.16-0.008-0.335-0.024-0.527c-0.016-0.192-0.034-0.388-0.053-0.589c-0.019-0.201-0.042-0.398-0.067-0.589 c-0.026-0.192-0.048-0.364-0.067-0.517h0.038l0.498,1.457l0.863,2.099h0.613l0.862-2.099l0.517-1.457h0.038 c-0.019,0.153-0.042,0.326-0.067,0.518c-0.026,0.192-0.048,0.388-0.067,0.589c-0.019,0.201-0.037,0.398-0.053,0.589 c-0.016,0.192-0.024,0.367-0.024,0.527v1.84H23.5V9.043h-1.706l-0.939,2.588l-0.345,1.016h-0.038l-0.345-1.016l-0.978-2.588 L17.443,9.043L17.443,9.043z\"/></svg>\n </figure>\n </td>\n <td>helm.svg</td>\n <td><code>_includes/icons/simple-icons/helm.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"helm\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>HERE icon</title><path d=\"M6.656 19.63l-3.304 3.295L.044 19.63zM11.49 12.108c-.69-.821-.656-1.264-.229-1.69.519-.52 1.047-.306 1.639.274zm7.08-8.993c.518-.519 1.046-.305 1.638.275l-1.41 1.41c-.692-.818-.659-1.258-.229-1.685zm4.271 1.44c-.643.962-1.742 2.52-2.929 1.343l2.97-2.97c-.266-.283-.47-.524-.611-.676-1.614-1.6-3.418-1.62-4.834-.214-.943.943-1.19 2.02-.915 3.051l-.916-1.065a1.935 1.935 0 0 0-.555 2.67l-1.065-.884-1.431 1.406 1.907 1.907c-1.474-1.168-3.051-1.055-4.34.217-1.363 1.361-1.269 3.012-.246 4.37l-.208-.205c-1.349-1.348-2.813-.872-3.54-.146-.561.561-.915 1.33-.762 1.867l-2.918-2.92-1.556 1.556 5.764 5.768h3.095l-2.078-2.09c-1.093-1.111-1.111-1.697-.58-2.225.53-.528 1.104-.192 2.151.851l2.054 2.05 1.562-1.543-1.95-1.947c1.404 1.062 3.088 1.12 4.577-.378l.028-.028a4.43 4.43 0 0 0 1.19-1.678l-1.169-.784c-.647.96-1.76 2.523-2.93 1.364l2.976-2.976 1.855 1.84 1.618-1.617-2.32-2.319c-1.083-1.083-.442-2.1 0-2.484a4.577 4.577 0 0 0 .916 1.27c1.501 1.504 3.439 1.806 5.145.106l.027-.027a4.434 4.434 0 0 0 1.19-1.678z\"/></svg>\n </figure>\n </td>\n <td>here.svg</td>\n <td><code>_includes/icons/simple-icons/here.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"here\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Heroku icon</title><path d=\"M20.61 0H3.39C2.189 0 1.23.96 1.23 2.16v19.681c0 1.198.959 2.159 2.16 2.159h17.22c1.2 0 2.159-.961 2.159-2.159V2.16C22.77.96 21.811 0 20.61 0zm.96 21.841c0 .539-.421.96-.96.96H3.39c-.54 0-.96-.421-.96-.96V2.16c0-.54.42-.961.96-.961h17.22c.539 0 .96.421.96.961v19.681zM6.63 20.399L9.33 18l-2.7-2.4v4.799zm9.72-9.719c-.479-.48-1.379-1.08-2.879-1.08-1.621 0-3.301.421-4.5.84V3.6h-2.4v10.38l1.68-.78s2.76-1.26 5.16-1.26c1.2 0 1.5.66 1.5 1.26v7.2h2.4v-7.2c.059-.179.059-1.501-.961-2.52zM13.17 7.5h2.4c1.08-1.26 1.62-2.521 1.8-3.9h-2.399c-.241 1.379-.841 2.64-1.801 3.9z\"/></svg>\n </figure>\n </td>\n <td>heroku.svg</td>\n <td><code>_includes/icons/simple-icons/heroku.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"heroku\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Hexo icon</title><path d=\"M12 .007L1.57 6.056V18.05L12 23.995l10.43-6.049V5.952L12 .007zm4.798 17.105l-.939.521-.939-.521V12.94H9.08v4.172l-.94.521-.938-.521V6.89l.939-.521.939.521v4.172h5.84V6.89l.94-.521.938.521v10.222z\"/></svg>\n </figure>\n </td>\n <td>hexo.svg</td>\n <td><code>_includes/icons/simple-icons/hexo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"hexo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Highly icon</title><path d=\"M10.2 20.4H13.799999999999999V24H10.2zM9 0H15V18H9z\"/></svg>\n </figure>\n </td>\n <td>highly.svg</td>\n <td><code>_includes/icons/simple-icons/highly.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"highly\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>HipChat icon</title><path d=\"M19.736 19.056s.103-.073.267-.198C22.46 16.958 24 14.203 24 11.139 24 5.424 18.627.787 12.003.787 5.377.787 0 5.424 0 11.139c0 5.717 5.371 10.356 11.998 10.356.847 0 1.694-.073 2.524-.228l.262-.045c1.683 1.092 4.139 1.99 6.288 1.99.665 0 .978-.546.552-1.104-.648-.795-1.541-2.068-1.888-3.052zm-1.462-4.526c-.716 1.069-2.934 2.889-6.254 2.889h-.046c-3.328 0-5.543-1.831-6.254-2.889a1.137 1.137 0 0 1-.273-.574.49.49 0 0 1 .447-.526c.008-.003.014-.003.021-.003.117.006.23.043.328.111a9.137 9.137 0 0 0 5.754 2.056 8.805 8.805 0 0 0 5.76-2.059.461.461 0 0 1 .313-.122c.267 0 .478.213.483.475a1.321 1.321 0 0 1-.268.643h-.011z\"/></svg>\n </figure>\n </td>\n <td>hipchat.svg</td>\n <td><code>_includes/icons/simple-icons/hipchat.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"hipchat\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Hitachi icon</title><path d=\"M17.787 11.41h-1.026a.852.852 0 00-.052-.284.714.714 0 00-.459-.427 1.417 1.417 0 00-.913.019.89.89 0 00-.535.542 2.318 2.318 0 00-.04 1.425.88.88 0 00.535.584 1.492 1.492 0 00.977.027.705.705 0 00.428-.384.976.976 0 00.08-.396h1.031a2.198 2.198 0 01-.049.351c-.09.365-.346.672-.684.814a3.254 3.254 0 01-2.251.104c-.477-.15-.89-.493-1.054-.96a2.375 2.375 0 01-.133-.788c0-.388.068-.764.254-1.077.192-.321.486-.569.842-.701a3.062 3.062 0 012.318.063 1.2 1.2 0 01.698.853c.017.076.028.156.033.235zm-3.979 2.436H12.72l-.32-.793h-1.834c-.001.001-.315.794-.319.793h-1.09l1.727-3.693c0 .002 1.199 0 1.199 0l1.725 3.693zm5.483.001h-.977s.005-3.693 0-3.693h.977v1.477h1.976c0 .005-.002-1.478 0-1.477h.979s.003 3.686 0 3.693h-.979v-1.626c0 .005-1.976 0-1.976 0 .002.007 0 1.624 0 1.626zm-18.312 0H0s.005-3.693 0-3.693h.979s-.002 1.487 0 1.477h1.976c0 .005-.004-1.478 0-1.477h.978s.004 3.686 0 3.693h-.978v-1.626c0 .005-1.976 0-1.976 0 0 .007-.002 1.625 0 1.626zm7.531-.001h-.977v-3.065H6.036s.002-.626 0-.627c.002.001 3.971 0 3.971 0v.627H8.51v3.065zm-3.801-3.692h.977v3.692h-.977v-3.692zm18.312 0H24v3.692h-.979v-3.692zm-11.537.627l-.681 1.68h1.361l-.68-1.68z\"/></svg>\n </figure>\n </td>\n <td>hitachi.svg</td>\n <td><code>_includes/icons/simple-icons/hitachi.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"hitachi\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Hive icon</title><path d=\"M19.442 21.355c.55-.19.74-.256.99-.373.342-.152.605-.39.605-.818a.846.846 0 00-.605-.813c-.318-.092-.703.042-.99.122l-5.42 1.46a7.808 7.808 0 01-4.057 0l-5.407-1.46c-.287-.08-.672-.214-.99-.122a.847.847 0 00-.605.813c0 .427.263.666.605.818.25.117.44.184.99.373l5.138 1.79c1.491.52 3.104.52 4.601 0zm-9.263-3.224a7.622 7.622 0 003.636 0l8.01-1.967c.507-.122.709-.165.99-.257.354-.116.605-.415.605-.806a.847.847 0 00-.605-.813c-.281-.08-.697.024-.99.08l-8.664 1.545a6.813 6.813 0 01-2.334 0l-8.652-1.545c-.293-.056-.708-.16-.99-.08a.847.847 0 00-.604.813c0 .39.25.69.604.806.282.092.483.135.99.257zM14.75.621a24.43 24.43 0 00-5.511 0L6.495.933c-.294.03-.715.055-.99.14-.28.092-.605.355-.605.807 0 .39.257.702.605.806.281.08.696.074.99.074h11.01c.293 0 .709.006.99-.074a.835.835 0 00.605-.806c0-.452-.324-.715-.605-.807-.275-.085-.697-.11-.99-.14zm6.037 6.767c.3-.019.709-.037.99-.116a.84.84 0 000-1.614c-.281-.085-.69-.073-.99-.073H3.214c-.3 0-.709-.012-.99.073a.84.84 0 000 1.614c.281.079.69.097.99.116l7.808.556c.642.042 1.308.042 1.943 0zm1.62 4.242c.513-.08.708-.104.989-.202.354-.121.605-.409.605-.806a.84.84 0 00-.605-.806c-.28-.086-.69-.019-.99.012l-9.232.929c-.776.079-1.582.079-2.358 0l-9.22-.93c-.3-.03-.715-.097-.99-.011a.84.84 0 00-.605.806c0 .397.25.685.605.806.275.092.476.123.99.202l8.823 1.418c1.038.165 2.12.165 3.158 0Z\"/></svg>\n </figure>\n </td>\n <td>hive.svg</td>\n <td><code>_includes/icons/simple-icons/hive.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"hive\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>HockeyApp icon</title><path d=\"M21.794 15.002c.075-.057.181-.007.194.083.006.057.012.114.012.171C22 16.842 18.669 19 12 19c-6.669 0-10-2.158-10-3.737 0-.057.006-.115.013-.166a.12.12 0 0 1 .193-.082c1.656 1.19 4.919 2.209 9.794 2.209 4.881 0 8.144-1.019 9.794-2.222zM12 14.168c-5.406 0-8.988-1.229-10.738-2.649a.122.122 0 0 0-.187.039c-.094.178-.137.369-.137.56 0 1.75 3.687 4.087 11.062 4.087s11.063-2.33 11.063-4.087c0-.198-.044-.382-.138-.56a.122.122 0 0 0-.188-.039c-1.75 1.42-5.33 2.649-10.737 2.649zm12-5.73c0 2.018-4 4.711-12 4.711S0 10.456 0 8.438C0 6.42 4 5 12 5s12 1.42 12 3.438zm-3.5-.318c0-1.013-2.831-1.592-8.5-1.592-5.669 0-8.5.58-8.5 1.592s2.831 2.483 8.5 2.483c5.669 0 8.5-1.471 8.5-2.483z\"/></svg>\n </figure>\n </td>\n <td>hockeyapp.svg</td>\n <td><code>_includes/icons/simple-icons/hockeyapp.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"hockeyapp\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Home Assistant icon</title><path d=\"M11.9922 1.3945a.7041.7041 0 00-.498.211L.1621 13.0977A.5634.5634 0 000 13.494a.567.567 0 00.5664.5664H2.67v8.0743c0 .2603.2104.4707.4707.4707h7.9473v-3.6836L8.037 15.8672a2.42 2.42 0 01-.9473.1933c-1.3379 0-2.4218-1.0868-2.4218-2.4257 0-1.339 1.084-2.4239 2.4218-2.4239 1.338 0 2.422 1.085 2.422 2.4239 0 .3359-.068.6563-.1915.9472l1.7676 1.7676v-5.375C10.2 10.615 9.5723 9.744 9.5723 8.7266c0-1.339 1.0859-2.4258 2.4238-2.4258 1.338 0 2.4219 1.0868 2.4219 2.4258 0 1.0174-.6259 1.8884-1.5137 2.248v5.375l1.7656-1.7676a2.4205 2.4205 0 01-.1914-.9472c0-1.339 1.086-2.4239 2.4238-2.4239 1.338 0 2.422 1.085 2.422 2.4239 0 1.3389-1.084 2.4257-2.422 2.4257a2.42 2.42 0 01-.9472-.1933l-3.0508 3.0547v3.6836h7.9473a.4702.4702 0 00.4707-.4707v-8.0743h2.1113a.5686.5686 0 00.3965-.162c.2233-.2185.2262-.5775.0078-.8008l-2.5156-2.5723V6.4707c0-.2603-.2104-.4727-.4707-.4727h-1.9649c-.2603 0-.4707.2124-.4707.4727v1.1035L12.5 1.6035a.7056.7056 0 00-.5078-.209zm.0039 6.3614c-.5352 0-.9688.4351-.9688.9707 0 .5355.4336.9687.9688.9687a.9683.9683 0 00.9687-.9687c0-.5356-.4335-.9707-.9687-.9707zM7.0898 12.666a.9683.9683 0 00-.9687.9688c0 .5355.4336.9707.9687.9707.5352 0 .9688-.4352.9688-.9707a.9683.9683 0 00-.9688-.9688zm9.8125 0c-.5351 0-.9707.4332-.9707.9688 0 .5355.4356.9707.9707.9707.5352 0 .9688-.4352.9688-.9707a.9683.9683 0 00-.9688-.9688Z\"/></svg>\n\n </figure>\n </td>\n <td>homeassistant.svg</td>\n <td><code>_includes/icons/simple-icons/homeassistant.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"homeassistant\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>homify icon</title><path d=\"M20.5 10.562v.053l-.004.05c-.09 2.328-.058 11.357-.057 11.822.002 1.078-.84 1.943-1.62 1.283l-7.076-5.53c-2.224 2.302-4.358 4.495-4.808 4.925-.992.946-1.81-1.327-1.06-1.808.068-.042 2.254-1.95 4.674-4.05l-5.24-4.095c-.454-.355-.628-.945-.368-1.26.09-.085.21-.13.332-.127.056.002.112.014.165.038 1.62.72 4.015 2.492 6.4 4.327 2.486-2.15 4.873-4.19 5.186-4.363.388-.214.49.353.36.516-.132.166-2.2 2.326-4.467 4.68 2.233 1.73 4.352 3.386 5.69 4.135l.22-10.62c-.174-.207-5.406-7.163-5.973-7.748-.905.782-5.645 6.114-5.884 6.344 1.082.108 5.676.382 8.57.683.73.07 1.216.606-.35.592L3.93 10.392c-.176-.006-.333-.11-.398-.267-.066-.157-.028-.336.096-.456.06-.058 8.153-8.923 8.832-9.487.154-.127.317-.188.487-.183.23.008.416.144.492.227.084.077 4.35 5.94 6.432 8.8.498.678.624 1.137.628 1.502v.032z\"/></svg>\n </figure>\n </td>\n <td>homify.svg</td>\n <td><code>_includes/icons/simple-icons/homify.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"homify\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Hootsuite icon</title><path d=\"M12.002 0h.023c1.311.004 2.603.322 3.766.928C16.948.332 18.23.022 19.532.022h.676V24l-.656-.002C15.369 24 11.356 22.336 8.4 19.373 5.43 16.43 3.77 12.414 3.791 8.23V.021h.677c1.301 0 2.586.311 3.741.906C9.381.318 10.682 0 12.002 0zm0 .654c-1.381 0-2.676.373-3.791 1.021-1.138-.655-2.428-1.001-3.742-1h-.022V8.23c-.025 8.35 6.764 15.09 15.107 15.113V.675h-.022c-1.313-.001-2.604.343-3.743.999-1.144-.666-2.443-1.018-3.766-1.02h-.021zm3.252 2.754c1.79.002 3.238 1.453 3.237 3.242-.003 1.791-1.454 3.238-3.244 3.236-.616 0-1.22-.176-1.739-.508l-1.516 1.508-1.507-1.516c-1.514.952-3.515.495-4.465-1.02-.952-1.516-.495-3.516 1.021-4.467s3.516-.494 4.467 1.022c.273.437.44.933.483 1.446l.016-.02.015.018c.154-1.667 1.556-2.945 3.232-2.941zM8.76 8.789c1.192.006 2.163-.959 2.168-2.15.001-.219-.031-.436-.096-.644-.243.544-.882.788-1.426.546-.545-.244-.79-.883-.546-1.428.109-.243.304-.437.548-.547-1.137-.355-2.347.276-2.705 1.414-.066.207-.099.424-.1.642-.003 1.192.96 2.163 2.153 2.167h.004zm6.478.019c1.193.003 2.163-.962 2.166-2.155s-.963-2.162-2.155-2.164c-.216-.002-.431.03-.638.094.545.244.789.883.547 1.428-.244.543-.883.787-1.428.545-.245-.109-.439-.307-.549-.553-.355 1.139.279 2.352 1.417 2.707.209.063.423.097.64.098z\"/></svg>\n </figure>\n </td>\n <td>hootsuite.svg</td>\n <td><code>_includes/icons/simple-icons/hootsuite.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"hootsuite\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Houdini icon</title><path d=\"M0 19.635V24h3.824A8.662 8.662 0 0 1 0 19.635zm16.042-4.555c0-4.037-3.253-7.92-8.111-8.089C4.483 6.873 1.801 8.136 0 10.005v4.209c1.224-3.549 4.595-5.158 7.419-5.128 3.531.041 6.251 2.703 6.275 5.72 0 2.878-1.183 4.992-4.436 5.516-1.774.296-4.548-.754-4.436-3.434.065-1.381 1.138-2.162 2.366-2.106-1.207 1.618.39 2.801 1.52 2.561a2.51 2.51 0 0 0 1.966-2.502c0-1.017-.958-2.662-3.333-2.6-2.936.068-4.785 2.183-4.85 4.797-.071 3.28 3.007 5.457 6.174 5.483 4.633.059 7.395-2.984 7.377-7.441zM0 0v6.906a12.855 12.855 0 0 1 7.931-2.609c6.801 0 11.134 4.762 11.131 10.765 0 4.17-1.946 7.308-4.995 8.938H24V0H0z\"/></svg>\n </figure>\n </td>\n <td>houdini.svg</td>\n <td><code>_includes/icons/simple-icons/houdini.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"houdini\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Houzz icon</title><path d=\"M1.27 0V24H9.32V16.44H14.68V24H22.73V10.37L6.61 5.75V0H1.27Z\"/></svg>\n\n </figure>\n </td>\n <td>houzz.svg</td>\n <td><code>_includes/icons/simple-icons/houzz.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"houzz\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>HP icon</title><path d=\"M12 24h-.4l2.5-6.7h3.4c.6 0 1.2-.5 1.4-1L21.6 9c.4-1.2-.3-2.2-1.5-2.2h-4.7l-3.9 10.8-2.2 6.1C3.9 22.4 0 17.7 0 12 0 6.5 3.7 1.9 8.8.4L6.5 6.8 2.6 17.3h2.5l3.2-8.9h1.9L7 17.3h2.5l3-8.3c.4-1.2-.2-2.2-1.5-2.2H9L11.5 0h.5c6.6 0 12 5.4 12 12s-5.4 12-12 12zm7.3-15.7h-1.9l-2.7 7.3h1.9l2.7-7.3z\"/></svg>\n </figure>\n </td>\n <td>hp.svg</td>\n <td><code>_includes/icons/simple-icons/hp.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"hp\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>HTML5 icon</title><path d=\"M1.5 0h21l-1.91 21.563L11.977 24l-8.564-2.438L1.5 0zm7.031 9.75l-.232-2.718 10.059.003.23-2.622L5.412 4.41l.698 8.01h9.126l-.326 3.426-2.91.804-2.955-.81-.188-2.11H6.248l.33 4.171L12 19.351l5.379-1.443.744-8.157H8.531z\"/></svg>\n </figure>\n </td>\n <td>html5.svg</td>\n <td><code>_includes/icons/simple-icons/html5.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"html5\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>HTML Academy icon</title><path d=\"M12 0L2.524.994v17.368L12 24l9.476-5.638V.994L12.099.01 12 0zm8.236 17.657L12 22.557l-8.236-4.9v-7.119l8.2 4.881.014.885-5.626-3.349-.008.86 5.648 3.394.015.908-5.647-3.36-.008.86L12 19.01l5.703-3.412v-.862l-.008.004v-2.805l2.54-1.517v7.238zm-.006-8.162l-2.254 1.328-1.04.613-4.96-2.951-.009.858 4.24 2.521-.037.023-.092.054-.602.355-3.5-2.083-.009.859 2.763 1.643-.652.436-.015.01-2.088-1.23-.008.858 1.37.807-1.395.837-8.16-4.85 8.172-4.912v.001l8.276 4.823zm.006-.864l-8.28-4.882h-.002l-8.19 4.877V2.11L12 1.246l8.237.864v6.52z\"/></svg>\n </figure>\n </td>\n <td>htmlacademy.svg</td>\n <td><code>_includes/icons/simple-icons/htmlacademy.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"htmlacademy\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Huawei icon</title><path d=\"M3.67 6.14S1.82 7.91 1.72 9.78v.35c.08 1.51 1.22 2.4 1.22 2.4 1.83 1.79 6.26 4.04 7.3 4.55 0 0 .06.03.1-.01l.02-.04V17v-.01C7.52 10.8 3.67 6.14 3.67 6.14zM9.65 18.6c-.02-.08-.1-.08-.1-.08l-7.38.26c.8 1.43 2.15 2.53 3.56 2.2.96-.25 3.16-1.78 3.88-2.3.06-.05.04-.09.04-.09zM9.73 17.82C6.49 15.63.21 12.28.21 12.28c-.15.46-.2.9-.21 1.3v.07c0 1.07.4 1.82.4 1.82.8 1.69 2.34 2.2 2.34 2.2.7.3 1.4.31 1.4.31.12.02 4.4 0 5.54 0 .05 0 .08-.05.08-.05v-.06c0-.03-.03-.05-.03-.05zM9.06 3.19a3.42 3.42 0 0 0-2.57 3.15v.41c.03.6.16 1.05.16 1.05.66 2.9 3.86 7.65 4.55 8.65.05.05.1.03.1.03a.1.1 0 0 0 .06-.1c1.06-10.6-1.11-13.42-1.11-13.42-.32.02-1.19.23-1.19.23zM17.36 5.46s-.49-1.8-2.44-2.28c0 0-.57-.14-1.17-.22 0 0-2.18 2.81-1.12 13.43.01.07.06.08.06.08.07.03.1-.03.1-.03.72-1.03 3.9-5.76 4.55-8.64 0 0 .36-1.4.02-2.34zM14.44 18.53s-.07 0-.09.05c0 0-.01.07.03.1.7.51 2.85 2 3.88 2.3 0 0 .16.05.43.06h.14c.69-.02 1.9-.37 3-2.26l-7.4-.25zM22.27 10.12c.14-2.06-1.94-3.97-1.94-3.98 0 0-3.85 4.66-6.67 10.8 0 0-.03.08.02.13l.04.01h.06c1.06-.53 5.46-2.77 7.28-4.54 0 0 1.15-.93 1.21-2.42zM23.79 12.26s-6.28 3.37-9.52 5.55c0 0-.05.04-.03.11 0 0 .03.06.07.06 1.16 0 5.56 0 5.67-.02 0 0 .57-.02 1.27-.29 0 0 1.56-.5 2.37-2.27 0 0 .73-1.45.17-3.14z\"/></svg>\n </figure>\n </td>\n <td>huawei.svg</td>\n <td><code>_includes/icons/simple-icons/huawei.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"huawei\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>HubSpot icon</title><path d=\"M18.164 7.931V5.085a2.198 2.198 0 0 0 1.266-1.978V3.04A2.199 2.199 0 0 0 17.238.847h-.067a2.199 2.199 0 0 0-2.193 2.192v.067a2.196 2.196 0 0 0 1.252 1.973l.013.006v2.852a6.22 6.22 0 0 0-2.969 1.31l.012-.009-7.828-6.096a2.497 2.497 0 1 0-1.157 1.515l-.012.006 7.696 5.991a6.176 6.176 0 0 0-1.038 3.446c0 1.343.425 2.588 1.147 3.606l-.013-.019-2.342 2.342a1.968 1.968 0 0 0-.58-.095h-.002a2.033 2.033 0 1 0 2.033 2.033 1.978 1.978 0 0 0-.099-.595l.004.014 2.317-2.317a6.247 6.247 0 1 0 4.782-11.133l-.036-.005zm-.964 9.377a3.206 3.206 0 1 1 3.214-3.206v.002a3.206 3.206 0 0 1-3.206 3.206z\"/></svg>\n </figure>\n </td>\n <td>hubspot.svg</td>\n <td><code>_includes/icons/simple-icons/hubspot.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"hubspot\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Hugo icon</title><path d=\"M11.754 0a3.998 3.998 0 00-2.049.596L3.33 4.532a4.252 4.252 0 00-2.017 3.615v8.03c0 1.473.79 2.838 2.067 3.574l6.486 3.733a3.88 3.88 0 003.835.018l7.043-3.966a3.817 3.817 0 001.943-3.323V7.752a3.57 3.57 0 00-1.774-3.084L13.817.541a3.998 3.998 0 00-2.063-.54zm.022 1.674c.413-.006.828.1 1.2.315l7.095 4.127c.584.34.941.96.94 1.635v8.462c0 .774-.414 1.484-1.089 1.864l-7.042 3.966a2.199 2.199 0 01-2.179-.01l-6.485-3.734a2.447 2.447 0 01-1.228-2.123v-8.03c0-.893.461-1.72 1.221-2.19l6.376-3.935a2.323 2.323 0 011.19-.347zm-4.7 3.844V18.37h2.69v-5.62h4.46v5.62h2.696V5.518h-2.696v4.681h-4.46V5.518Z\"/></svg>\n\n </figure>\n </td>\n <td>hugo.svg</td>\n <td><code>_includes/icons/simple-icons/hugo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"hugo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Hulu icon</title><path d=\"M14.4 7.355h-3.607a5.91 5.91 0 0 0-2.063.405V-.03H2.94v24.06h5.8v-9.51a1.61 1.61 0 0 1 1.56-1.7h3.39a1.59 1.59 0 0 1 1.59 1.56v9.59h5.78V13.54c0-4.41-2.25-6.162-5.9-6.162\"/></svg>\n </figure>\n </td>\n <td>hulu.svg</td>\n <td><code>_includes/icons/simple-icons/hulu.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"hulu\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Humble Bundle icon</title><path d=\"M4.145 23.996c.12-.463.23-.9.343-1.338.692-2.713 1.322-5.44 1.82-8.197.245-1.35.446-2.71.633-4.074.142-1.028.217-2.064.198-3.105-.01-.557-.034-1.116-.193-1.655-.07-.24-.174-.473-.3-.686-.165-.273-.43-.378-.75-.368-.883.026-1.633.363-2.272.96-.727.68-1.202 1.527-1.553 2.445-.166.435-.284.887-.422 1.33-.02.066-.026.123-.115.122C1.04 9.424.545 9.425.05 9.424c-.013 0-.024-.008-.036-.01 0-.193-.02-.385.003-.572.346-2.853 1.57-5.267 3.668-7.226C4.47.882 5.4.373 6.462.142 8.017-.196 9.258.4 9.996 1.822c.375.72.578 1.496.71 2.293.21 1.287.218 2.586.175 3.885-.014.42-.04.84-.062 1.26-.002.054 0 .108 0 .176.057.003.105.008.154.008.905 0 1.81-.002 2.717.005.124 0 .16-.047.18-.16.575-3.113 1.367-6.17 2.39-9.166.024-.074.05-.124.147-.124 1.12.004 2.24.004 3.362.004.017 0 .035.004.07.008l-.193.753C18.89 3.7 18.21 6.65 17.66 9.628c-.288 1.546-.533 3.1-.69 4.664-.086.875-.14 1.752-.113 2.63.016.53.054 1.062.22 1.57.064.202.16.4.273.58.167.26.426.366.74.356 1.16-.033 2.042-.59 2.746-1.47.707-.88 1.133-1.9 1.434-2.98.028-.1.06-.202.076-.306.014-.082.054-.104.13-.104.467.002.933.004 1.4 0 .102-.002.12.043.117.13-.014.804-.157 1.583-.39 2.347-.59 1.928-1.557 3.635-2.992 5.06-.813.81-1.762 1.407-2.88 1.706-.677.183-1.355.212-2.025-.028-.76-.27-1.276-.816-1.66-1.504-.402-.725-.613-1.512-.75-2.322-.24-1.406-.24-2.824-.172-4.242.042-.89.127-1.777.193-2.666.014-.19.016-.19-.174-.19-.855 0-1.71.002-2.566-.002-.104 0-.153.024-.17.137-.27 1.813-.637 3.608-1.074 5.387-.453 1.842-.974 3.664-1.587 5.46-.044.127-.104.16-.233.16-1.065-.006-2.13-.004-3.197-.004h-.17z\"/></svg>\n </figure>\n </td>\n <td>humblebundle.svg</td>\n <td><code>_includes/icons/simple-icons/humblebundle.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"humblebundle\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Hurriyetemlak icon</title><path d=\"M24 16.085L11.994 4.091 0 16.097l3.817 3.812 8.182-8.189 8.189 8.182z\"/></svg>\n </figure>\n </td>\n <td>hurriyetemlak.svg</td>\n <td><code>_includes/icons/simple-icons/hurriyetemlak.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"hurriyetemlak\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Hypothesis icon</title><path d=\"M3.43 0C2.5 0 1.72 .768 1.72 1.72V18.86C1.72 19.8 2.5 20.57 3.43 20.57H9.38L12 24L14.62 20.57H20.57C21.5 20.57 22.29 19.8 22.29 18.86V1.72C22.29 .77 21.5 0 20.57 0H3.43M5.14 3.43H7.72V9.43S8.58 7.72 10.28 7.72C12 7.72 13.74 8.57 13.74 11.24V17.14H11.16V12C11.16 10.61 10.28 10.07 9.43 10.29C8.57 10.5 7.72 11.41 7.72 13.29V17.14H5.14V3.43M18 13.72C18.95 13.72 19.72 14.5 19.72 15.42A1.71 1.71 0 0 1 18 17.13A1.71 1.71 0 0 1 16.29 15.42C16.29 14.5 17.05 13.71 18 13.71Z\"/></svg>\n\n </figure>\n </td>\n <td>hypothesis.svg</td>\n <td><code>_includes/icons/simple-icons/hypothesis.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"hypothesis\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Iata icon</title><path d=\"M3.418 19.73l.98-4.885H5.99l-.973 4.884zm4.807-1.6h1.012l-.26-1.792zm-2.235 1.6l2.412-4.885h1.57l.99 4.884H9.487l-.088-.58H7.827l-.25.58zm6.439 0l.547-3.674h-1.394l.238-1.233h4.281l-.237 1.233h-1.328L14 19.73zm5.354-1.6h1.012l-.26-1.792zm-2.23 1.6l2.407-4.885h1.57l.99 4.884h-1.487l-.072-.58h-1.57l-.25.58zM24 9.324h-7.495c-.276 1.372-1.228 2.517-3.125 3.308.216.652.951 1.255 1.715 1.255h4.065c.62 0 1.112-.52 1.311-.94H16.34c-.254-.044-.265-.25-.01-.271h4.06c.525 0 1-.448 1.277-.935h-4.73c-.237-.039-.237-.238 0-.277h4.769c.48 0 .918-.558 1.1-.934h-5.232c-.26-.033-.26-.277 0-.282H22.9c.415 0 .819-.454 1.101-.924zm-24 0h7.495c.27 1.372 1.228 2.517 3.12 3.308-.216.652-.952 1.255-1.715 1.255H4.84c-.62 0-1.112-.52-1.311-.94H7.66c.249-.044.265-.25.01-.271H3.607c-.525 0-1-.448-1.272-.935H7.07c.238-.039.238-.238 0-.277H2.3c-.481 0-.918-.558-1.1-.934h5.232c.26-.033.26-.277 0-.282H1.106c-.42 0-.824-.454-1.106-.924zM9.569 5.21c.277.238.586.448.918.58.282-.553.675-1.028 1.129-1.449a4.05 4.05 0 0 0-2.047.869zM8.242 7.937h1.67a5.358 5.358 0 0 1 .454-1.909 4.021 4.021 0 0 1-1.002-.63 3.83 3.83 0 0 0-1.122 2.539zM11.87 6.37v1.566H10.2a4.62 4.62 0 0 1 .414-1.815c.399.144.83.238 1.256.25zm2.561-1.161a3.346 3.346 0 0 1-.918.58 5.243 5.243 0 0 0-1.134-1.443 3.993 3.993 0 0 1 2.052.863zm1.322 2.727h-1.665a5.096 5.096 0 0 0-.442-1.909c.354-.166.69-.376.984-.63a3.723 3.723 0 0 1 1.123 2.539zM12.14 6.37v1.566h1.66c0-.631-.155-1.234-.415-1.815a4.017 4.017 0 0 1-1.245.25zm-2.571 4.57c.277-.216.597-.454.918-.57.299.559.67 1.018 1.129 1.433a4.05 4.05 0 0 1-2.047-.863zM8.242 8.208h1.67c.039.691.182 1.3.454 1.924a4.202 4.202 0 0 0-1.002.625 3.864 3.864 0 0 1-1.122-2.55zm3.628 1.57v-1.57H10.2c.01.63.154 1.255.414 1.814.399-.144.83-.232 1.256-.244zm2.561 1.162a3.41 3.41 0 0 0-.918-.57 5.113 5.113 0 0 1-1.134 1.433 4.088 4.088 0 0 0 2.052-.863zm1.322-2.732h-1.665a5.075 5.075 0 0 1-.442 1.924c.354.166.674.366.984.625a3.806 3.806 0 0 0 1.123-2.55zm-3.612 1.57v-1.57h1.66c0 .63-.155 1.244-.415 1.814a4.01 4.01 0 0 0-1.245-.244zm-.271-5.276a4.387 4.387 0 0 0-1.123 1.382c.36.122.741.222 1.123.222zm.271 0c.443.365.846.846 1.112 1.382a3.26 3.26 0 0 1-1.112.222zm-.271 7.146a4.23 4.23 0 0 1-1.123-1.388c.36-.128.741-.2 1.123-.2zm.271.011c.443-.37.846-.868 1.112-1.4a3.715 3.715 0 0 0-1.112-.198z\"/></svg>\n </figure>\n </td>\n <td>iata.svg</td>\n <td><code>_includes/icons/simple-icons/iata.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"iata\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" role=\"img\"><title>IBM icon</title><path d=\"M0 16.144h4.667v.668H0zM0 14.862h4.667v.67H0zM1.33 13.583h2.003v.671H1.33zM1.33 12.305h2.003v.67H1.33zM1.33 11.025h2.003v.671H1.33zM1.33 9.744h2.003v.671H1.33zM0 8.466h4.667v.67H0zM0 7.187h4.667v.67H0zM5.332 15.532h7.177c.12-.206.212-.433.267-.67H5.333v.67zM11.95 12.305H6.667v.67h5.843a2.67 2.67 0 00-.558-.67zM6.666 11.025v.671h5.285c.223-.188.41-.414.559-.671H6.666zM12.509 8.466H5.332v.67h7.443a2.891 2.891 0 00-.266-.67zM10.303 7.187H5.332v.67h6.685a2.522 2.522 0 00-1.714-.67zM6.666 9.744h2v.671h-2zM10.667 10.415h2.092c.059-.214.09-.44.09-.671h-2.182v.671zM6.666 13.583h1.999v.671h-2zM10.667 13.583v.671h2.182c0-.23-.031-.457-.09-.671h-2.092zM5.332 16.807l4.97.007c.667 0 1.268-.257 1.717-.67H5.332v.663zM13.334 16.144h3.332v.668h-3.332zM13.334 14.862h3.332v.67h-3.332zM14.665 13.583h2v.671h-2zM14.665 12.305h2v.67h-2zM17.594 8.466h-4.26v.67h4.49zM17.152 7.187h-3.818v.669h4.048zM20.665 16.144H24v.668h-3.335zM20.665 14.862H24v.67h-3.335zM20.665 13.583h2v.671h-2zM20.665 12.305h2v.67h-2zM20.665 11.696h2v-.671h-3.811l-.188.542-.188-.542H14.665v.671h2v-.616l.213.616h3.575l.212-.616zM22.666 9.744h-3.37l-.23.671h3.6zM20.183 7.187l-.231.669H24v-.669zM18.666 16.807l.23-.663h-.461zM18.224 15.532h.884l.238-.67h-1.357zM17.775 14.254h1.782l.235-.671h-2.253zM17.327 12.975h2.679l.229-.67h-3.138zM14.665 10.415h3.602l-.231-.671h-3.371zM19.51 9.136H24v-.67h-4.262z\"/></svg>\n\n </figure>\n </td>\n <td>ibm.svg</td>\n <td><code>_includes/icons/simple-icons/ibm.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ibm\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" role=\"img\"><title>iCloud icon</title><path d=\"M20.013 10.726l.001-.028A6.346 6.346 0 0 0 8.09 7.67a3.414 3.414 0 0 0-4.989 2.829A4.72 4.72 0 0 0 0 14.929a4.72 4.72 0 0 0 4.719 4.719h14.807a4.475 4.475 0 0 0 .487-8.922z\"/></svg>\n </figure>\n </td>\n <td>icloud.svg</td>\n <td><code>_includes/icons/simple-icons/icloud.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"icloud\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>IcoMoon icon</title><path d=\"M12 0C10.34 0 8.79 .313 7.34 .938A12 12 0 0 0 3.5 3.5A12 12 0 0 0 .937 7.34C.313 8.79 0 10.34 0 12C0 13.66 .313 15.21 .938 16.66A12 12 0 0 0 3.5 20.5A12 12 0 0 0 7.34 23.06C8.79 23.69 10.34 24 12 24C13.66 24 15.21 23.69 16.66 23.06A12 12 0 0 0 20.5 20.5A12 12 0 0 0 23.06 16.66C23.69 15.21 24 13.66 24 12C24 10.34 23.69 8.79 23.06 7.34A12 12 0 0 0 20.5 3.5A12 12 0 0 0 16.66 .937C15.21 .313 13.66 0 12 0M8.88 1.5A11.65 11.65 0 0 1 11.37 3.42A12.31 12.31 0 0 1 13.27 5.87C13.8 6.77 14.2 7.73 14.5 8.77C14.78 9.8 14.93 10.88 14.93 12S14.78 14.2 14.5 15.23A11.71 11.71 0 0 1 13.27 18.13A12.31 12.31 0 0 1 11.37 20.58C10.62 21.33 9.79 21.96 8.88 22.5A11.91 11.91 0 0 1 6.42 20.58A12.31 12.31 0 0 1 4.5 18.13A11.71 11.71 0 0 1 3.31 15.23A11.63 11.63 0 0 1 2.86 12C2.86 10.88 3 9.8 3.31 8.77A11.71 11.71 0 0 1 4.5 5.87A12.31 12.31 0 0 1 6.42 3.42C7.17 2.67 8 2.04 8.88 1.5M8.86 9.23C8.09 9.23 7.44 9.5 6.9 10.04A2.67 2.67 0 0 0 6.09 12C6.09 12.77 6.36 13.42 6.9 13.96C7.44 14.5 8.09 14.77 8.86 14.77C9.63 14.77 10.28 14.5 10.82 13.96C11.36 13.42 11.63 12.77 11.63 12S11.36 10.58 10.82 10.04A2.67 2.67 0 0 0 8.86 9.23Z\"/></svg>\n\n </figure>\n </td>\n <td>icomoon.svg</td>\n <td><code>_includes/icons/simple-icons/icomoon.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"icomoon\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>ICON icon</title><path d=\"M21.605.021a2.397 2.397 0 00-.47 4.747 2.397 2.397 0 10.47-4.746zm-9.584 2.395C6.73 2.416 2.437 6.707 2.437 12c0 2.142.703 4.121 1.891 5.717l2.586-2.586a5.99 5.99 0 018.236-8.238l2.586-2.586a9.537 9.537 0 00-5.715-1.891zm7.692 3.867L17.127 8.87a5.989 5.989 0 01-8.236 8.238l-2.586 2.584a9.543 9.543 0 005.716 1.893c5.293 0 9.583-4.29 9.583-9.584 0-2.142-.704-4.12-1.891-5.717zM2.396 19.187a2.398 2.398 0 00-.47 4.749 2.402 2.402 0 002.822-2.823 2.399 2.399 0 00-2.352-1.925z\"/></svg>\n\n </figure>\n </td>\n <td>icon.svg</td>\n <td><code>_includes/icons/simple-icons/icon.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"icon\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Iconify icon</title><path d=\"M12 19.5c3.75 0 7.159-3.379 6.768-4.125-.393-.75-2.268 1.875-6.768 1.875s-6-2.625-6.375-1.875S8.25 19.5 12 19.5zm4.125-12c.623 0 1.125.502 1.125 1.125v1.5c0 .623-.502 1.125-1.125 1.125A1.123 1.123 0 0115 10.125v-1.5c0-.623.502-1.125 1.125-1.125zm-8.25 0C8.498 7.5 9 8.002 9 8.625v1.5c0 .623-.502 1.125-1.125 1.125a1.123 1.123 0 01-1.125-1.125v-1.5c0-.623.502-1.125 1.125-1.125zM12 0C5.381 0 0 5.381 0 12s5.381 12 12 12 12-5.381 12-12S18.619 0 12 0zm0 1.5c5.808 0 10.5 4.692 10.5 10.5S17.808 22.5 12 22.5 1.5 17.808 1.5 12 6.192 1.5 12 1.5Z\"/></svg>\n </figure>\n </td>\n <td>iconify.svg</td>\n <td><code>_includes/icons/simple-icons/iconify.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"iconify\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>IconJar icon</title><path d=\"M5.506 5.875c-.492 0-.936-.453-.936-.954 0-1.155 2.858-2.01 6.11-2.01.295 0 .492 0 .492-.25 0-.452-.985-.602-.985-1.355 0-.804.936-1.306 2.118-1.306 1.183 0 2.119.502 2.119 1.306 0 .753-.985.853-.985 1.355 0 .151.148.251.492.251 3.252 0 6.16.803 6.16 2.009a.944.944 0 0 1-.937.953H5.507zM20.238 10.443c1.183.753 1.626 2.109 1.43 3.365l-1.38 7.58C19.992 22.897 18.71 24 17.182 24H7.526C6 24 4.718 22.896 4.422 21.389l-1.38-7.581a3.307 3.307 0 0 1 1.479-3.315c.69-.501.837-1.355 0-1.656-1.183-.452-.937-1.908.246-1.908h7.193c1.133 0 2.514.853 2.514 3.615 0 2.762-1.282 2.51-1.282 4.468 0 .854.69 1.758 1.527 1.859 1.43.15 2.267-.402 2.267-2.41 0-2.06-1.182-3.013-1.182-4.72 0-2.059 1.28-2.863 2.118-2.863h2.07c1.182 0 1.429 1.457.246 1.909-.837.35-.69 1.205 0 1.656z\"/></svg>\n </figure>\n </td>\n <td>iconjar.svg</td>\n <td><code>_includes/icons/simple-icons/iconjar.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"iconjar\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>ICQ icon</title><path d=\"M15.406.133C14.65.07 13.93.223 13.226.6c-.94.503-1.61 1.275-1.912 2.28v.067l-.035.235-.134-.235-.335-.603c-.536-.837-1.206-1.34-2.044-1.574C8.03.604 7.426.673 6.79 1.01c-.705.436-1.106 1.106-1.274 2.045-.168.972 0 1.91.502 2.847l.236.336-.807-.267c-1.005-.236-1.944-.104-2.883.4C1.592 6.87.99 7.576.588 8.55c-.37.938-.336 1.843.133 2.68.202.37.504.67.772.872.402.402.905.636 1.508.736l.234.066-.502.438c-.47.402-.738.903-.906 1.406-.168.603-.1 1.207.236 1.777.17.268.334.503.602.67.268.235.604.403 1.006.436.738.17 1.508.168 2.346-.1l-.604 1.005-.168.436c-.335 1.074-.233 2.01.27 2.983.235.37.5.705.77 1.006.4.368.906.602 1.51.77 1.004.268 2.01.236 2.98-.267.94-.503 1.543-1.31 1.845-2.315l.032-.2c.637.703 1.24 1.173 1.912 1.34.67.202 1.34.17 1.944-.233.57-.335.973-.906 1.174-1.61.168-.738.168-1.474 0-2.312.335.235.67.4 1.072.502 1.073.335 2.01.3 2.95-.2.904-.504 1.508-1.308 1.81-2.347.268-1.005.202-1.977-.3-2.916l-.17-.27c-.267-.402-.537-.804-.94-1.072-.334-.235-.735-.402-1.104-.57 1.04-.503 1.776-1.207 2.11-2.112.236-.738.17-1.342-.167-1.945v-.066c-.402-.67-.937-1.105-1.775-1.34-.503-.1-1.072-.102-1.574-.068l-1.108.235.37-.838c.334-1.073.235-2.112-.335-3.084l-.1-.17c-.503-.838-1.24-1.34-2.246-1.607-.26-.067-.516-.113-.768-.133zm-.57 1.414c.323-.03.65.012.967.13.704.166 1.207.534 1.51 1.104v.003c.168.335.267.736.267 1.172l-.1.738c-.134.37-.302.703-.503 1.004l-3.016 3.69c-.3-.235-.637-.403-.972-.57l-.336-3.79-.033-1.34.032-.335c.168-.67.638-1.173 1.24-1.508.302-.168.62-.268.944-.297zm-6.883.537c.134-.004.276.03.41.096.603.168 1.106.603 1.508 1.44.17.336.336.67.403 1.073l.67 3.957-.504.168-2.983-3.252-.168-.334c-.27-.604-.435-1.173-.368-1.777v-.002c.034-.603.268-1.003.67-1.238.1-.084.227-.127.36-.13zm12.13 5.033c.15 0 .297.007.448.024.57.068.972.337 1.173.74l.135.433-.067.335c-.234.603-.738 1.074-1.575 1.442-.335.168-.703.235-1.105.3l-4.123.503-.067-.235-.068-.1.135-.167 3.387-2.816.4-.166.002-.002c.45-.2.885-.286 1.328-.29zM4.622 7.3c.16.008.324.033.49.075v.002l.908.367 2.95 2.147c-.27.336-.435.67-.536 1.005l-4.828.603-.334-.066c-.603-.1-1.007-.37-1.276-.87-.27-.503-.267-1.006-.066-1.51.235-.636.67-1.14 1.306-1.407.453-.252.906-.373 1.387-.346zm7.16 2.69c.604 0 1.175.236 1.544.604.47.47.67.973.67 1.576 0 .603-.2 1.172-.67 1.574-.436.436-.94.67-1.543.67-.636 0-1.17-.235-1.573-.67-.436-.402-.67-.97-.67-1.574 0-.603.234-1.107.67-1.576.402-.37.937-.604 1.574-.604zm8.415 2.58l.336.035c.504.168.973.468 1.24.97.336.37.503.873.503 1.443l-.1.67c-.167.67-.57 1.173-1.14 1.44-.603.336-1.207.403-1.877.17-.402-.1-.67-.268-.904-.536l-3.52-2.918.235-.502.1-.403 3.788-.335 1.34-.035zm-6.636 2.448l1.407 1.44.87 1.073.17.337c.3.57.468 1.105.4 1.742-.066.602-.267 1.038-.67 1.206-.234.168-.502.17-.77.135-.637-.166-1.14-.668-1.508-1.473l-.403-1.108-.502-2.917.568-.2.436-.235zm-3.62.068c.334.167.67.334 1.04.367.066 1.14.165 2.347.332 3.654v1.342l-.033.333c-.236.603-.638 1.107-1.24 1.375-.604.335-1.24.402-1.845.235-.67-.167-1.173-.57-1.44-1.106-.17-.335-.304-.74-.304-1.14l.17-.77c.066-.335.235-.67.503-.94l2.816-3.35z\"/></svg>\n </figure>\n </td>\n <td>icq.svg</td>\n <td><code>_includes/icons/simple-icons/icq.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"icq\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>iDEAL icon</title><path d=\"M.975 2.61v18.782h11.411c6.89 0 10.64-3.21 10.64-9.415 0-6.377-4.064-9.367-10.64-9.367H.975zm11.411-.975C22.491 1.635 24 8.115 24 11.977c0 6.7-4.124 10.39-11.614 10.39H0V1.635h12.386z M2.506 13.357h3.653v6.503H2.506z M6.602 10.082a2.27 2.27 0 1 1-4.54 0 2.27 2.27 0 0 1 4.54 0m1.396-1.057v2.12h.65c.45 0 .867-.13.867-1.077 0-.924-.463-1.043-.867-1.043h-.65zm10.85-1.054h1.053v3.174h1.56c-.428-5.758-4.958-7.002-9.074-7.002H7.999v3.83h.65c1.183 0 1.92.803 1.92 2.095 0 1.333-.719 2.129-1.92 2.129h-.65v7.665h4.388c6.692 0 9.021-3.107 9.103-7.665h-2.64V7.97zm-2.93 2.358h.76l-.348-1.195h-.063l-.35 1.195zm-1.643 1.87l1.274-4.228h1.497l1.274 4.227h-1.095l-.239-.818H15.61l-.24.818h-1.095zm-.505-1.054v1.052h-2.603V7.973h2.519v1.052h-1.467v.49h1.387v1.05H12.22v.58h1.55z\"/></svg>\n </figure>\n </td>\n <td>ideal.svg</td>\n <td><code>_includes/icons/simple-icons/ideal.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ideal\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>iFixit icon</title><path d=\"M15.345 12.506l2.37 3.131c.198.261.211.69.025.961l-.119.177c-.181.27-.55.645-.814.831l-.285.201c-.266.195-.697.195-.956-.016l-3.135-2.369c-.255-.195-.681-.195-.94 0l-3.136 2.369c-.258.211-.689.211-.956.03l-.207-.135c-.27-.181-.641-.556-.825-.81l-.181-.256c-.186-.27-.18-.689.018-.96l2.377-3.149c.195-.256.195-.675 0-.945L6.197 8.43c-.194-.263-.203-.69-.013-.957l.2-.285c.187-.264.56-.629.828-.814l.175-.119c.27-.196.703-.182.961.014l3.135 2.37c.26.195.684.195.942 0l3.135-2.385c.258-.195.698-.226.979-.061l.33.195c.28.165.639.524.795.81l.12.21c.154.285.123.721-.075.99l-2.37 3.135c-.194.255-.194.676 0 .945l.006.028zM12 0C5.37 0 0 5.373 0 12s5.37 12 12 12c6.627 0 12-5.373 12-12S18.627 0 12 0z\"/></svg>\n </figure>\n </td>\n <td>ifixit.svg</td>\n <td><code>_includes/icons/simple-icons/ifixit.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ifixit\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>iFood icon</title><path d=\"M8.428 1.67c-4.65 0-7.184 4.149-7.184 6.998 0 2.294 2.2 3.299 4.25 3.299l-.006-.006c4.244 0 7.184-3.854 7.184-6.998 0-2.29-2.175-3.293-4.244-3.293zm11.328 0c-4.65 0-7.184 4.149-7.184 6.998 0 2.294 2.2 3.299 4.25 3.299l-.006-.006C21.061 11.96 24 8.107 24 4.963c0-2.29-2.18-3.293-4.244-3.293zM14.172 14.52l2.435 1.834c-2.17 2.07-6.124 3.525-9.353 3.17A8.913 8.913 0 01.23 14.541H0a9.598 9.598 0 008.828 7.758c3.814.24 7.323-.905 9.947-3.13l-.004.007 1.08 2.988 1.555-7.623-7.234-.02Z\"/></svg>\n\n </figure>\n </td>\n <td>ifood.svg</td>\n <td><code>_includes/icons/simple-icons/ifood.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ifood\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>IMDb icon</title><path d=\"M14.31 9.588v.005c-.077-.048-.227-.07-.42-.07v4.815c.27 0 .44-.06.5-.165.062-.104.095-.405.095-.885v-2.866c0-.33-.004-.54-.033-.63-.022-.096-.067-.163-.14-.204zM22.416 0H1.62C.742.06.06.744 0 1.596V22.38c.06.874.712 1.542 1.555 1.617.015.003.03.003.045.003h20.845c.88-.088 1.55-.826 1.555-1.71V1.71C24 .82 23.305.07 22.416 0zM4.792 15.626H2.887V8.26h1.905v7.366zm6.54-.002H9.67v-4.97L9 15.623H7.812l-.698-4.86-.007 4.86H5.44V8.26h2.468c.083.523.16 1.048.23 1.574l.27 1.87.442-3.444h2.483v7.364zm4.977-2.18c0 .655-.044 1.094-.104 1.32-.062.22-.17.4-.326.52-.15.13-.34.218-.57.266-.223.045-.57.075-1.02.075l-.004-.002H11.98V8.26h1.426c.914 0 1.45.047 1.77.128.325.09.575.225.745.42.165.18.273.404.313.645.05.235.076.705.076 1.402v2.588zm4.944.475c0 .45-.045.764-.09.99-.06.224-.195.404-.405.568-.226.166-.48.24-.78.24-.22 0-.5-.06-.68-.136-.19-.094-.358-.237-.515-.427l-.116.47h-1.717V8.26l-.02-.003h1.8v2.4c.15-.175.315-.31.51-.4.196-.083.466-.127.69-.127.226-.003.45.036.66.115.17.07.32.185.436.33.09.125.15.27.18.42.03.138.044.43.044.87v2.054zM19.08 11.205c-.12 0-.194.04-.225.12-.03.08-.06.29-.06.624v1.946c0 .324.03.533.06.623.04.086.13.14.226.134.12 0 .272-.047.3-.14.03-.097.046-.32.046-.674l.03-.002v-1.89c0-.303-.015-.508-.06-.603-.044-.1-.195-.14-.315-.14z\"/></svg>\n </figure>\n </td>\n <td>imdb.svg</td>\n <td><code>_includes/icons/simple-icons/imdb.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"imdb\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Imgur icon</title><path d=\"M21.147 3.043c-.002-.113-.069-.182-.189-.191a14.117 14.117 0 00-.51-.045l-.162-.01a21.998 21.998 0 00-1.085-.046l-.217-.005c-.172-.003-.35-.004-.532-.004l-.189-.001c-.295 0-.601.003-.919.01l-.106.003a55.86 55.86 0 00-.87.026l-.237.009c-.335.013-.676.029-1.027.049l-.012.001c-.357.021-.724.045-1.095.071l-.275.021c-.304.023-.609.048-.92.076l-.25.021c-.38.035-.766.074-1.156.115-.08.009-.161.019-.242.027-.319.035-.641.073-.965.113l-.33.042c-.403.051-.806.105-1.212.164a.547.547 0 00-.154.045.303.303 0 00-.097.074l-.003.002c-.045.055-.047.12.004.179.003.004.002.008.005.012l3.488 3.456-6.629 6.596c-.069.067-.068.165 0 .251.856 1.093 1.44 1.793 2.143 2.492.699.703 1.398 1.286 2.493 2.143a.216.216 0 00.132.051.167.167 0 00.119-.051l6.597-6.629 3.455 3.488a.143.143 0 00.101.047c.096 0 .187-.118.212-.292.746-5.141.882-10.051.634-12.31z M15.87 24l6.356-6.357.026-.026.156-.155-.006-.006a3.144 3.144 0 00.822-1.711c.804-5.53.903-10.591.654-12.952a2.904 2.904 0 00-.834-1.812 2.96 2.96 0 00-1.816-.855C20.458.042 19.476 0 18.318 0c-2.999 0-6.667.284-10.063.777a3.143 3.143 0 00-1.887.991L0 8.137V24H15.87zm1.528-6.707c-.151 0-.563.405-.563.613a.1.1 0 01-.099.1.1.1 0 01-.099-.1c0-.208-.411-.613-.563-.613a.1.1 0 01-.099-.1c0-.054.044-.098.099-.098.152 0 .563-.404.563-.614 0-.055.044-.098.099-.098.054 0 .099.043.099.098 0 .21.412.614.563.614a.1.1 0 010 .198zM5.4 7.045c.197 0 .735-.528.735-.801a.13.13 0 01.128-.129c.071 0 .128.058.128.129 0 .272.538.801.735.801.071 0 .128.057.128.128a.128.128 0 01-.128.128c-.197 0-.735.528-.735.801a.128.128 0 01-.128.128.128.128 0 01-.128-.128c0-.273-.538-.801-.735-.801a.128.128 0 010-.256zm-3.99 3.26c0-.065.057-.098.119-.118.69-.228 1.269-.8 1.403-1.554.011-.064.053-.118.118-.118.066 0 .107.054.119.118.133.754.711 1.326 1.401 1.554.062.02.118.053.118.118s-.056.098-.118.119c-.69.227-1.269.799-1.403 1.553-.011.064-.053.119-.119.119-.065 0-.106-.054-.118-.119-.134-.754-.713-1.326-1.403-1.553-.061-.022-.117-.054-.117-.119zm1.565 9.307c-.113 0-.42.302-.42.459 0 .04-.034.073-.074.073a.074.074 0 01-.074-.073c0-.157-.307-.459-.42-.459a.074.074 0 01-.074-.073c0-.039.034-.073.074-.073.113 0 .42-.302.42-.457 0-.042.033-.073.074-.073.04 0 .074.031.074.073 0 .155.307.457.42.457.04 0 .073.034.073.073a.073.073 0 01-.073.073zm.568-3.047c-.14 0-.521.375-.521.568a.092.092 0 11-.183 0c0-.193-.381-.568-.521-.568a.09.09 0 01-.091-.09c0-.051.041-.092.091-.092.14 0 .521-.375.521-.568a.09.09 0 01.092-.09.09.09 0 01.091.09c0 .193.381.568.521.568a.091.091 0 010 .182zm3.334 4.382c-.203 0-.758.546-.758.827 0 .073-.06.133-.132.133a.133.133 0 01-.133-.133c0-.281-.555-.827-.758-.827a.134.134 0 01-.133-.133c0-.073.059-.132.133-.132.204 0 .758-.545.758-.828 0-.071.06-.132.133-.132.073 0 .132.061.132.132 0 .283.555.828.758.828.074 0 .133.059.133.132a.133.133 0 01-.133.133zm1.922-.806c-1.086-.851-1.869-1.498-2.653-2.287-.789-.784-1.436-1.566-2.287-2.654-.626-.8-.566-1.897.144-2.607l.001-.001.002-.001L9.364 7.26 7.149 5.066l-.003-.003-.002-.003c-.52-.52-.7-1.27-.472-1.958.148-.447.464-.802.867-1.049a1.983 1.983 0 01.371-.19 2.1 2.1 0 01.468-.131c.005 0 .009-.003.014-.004C11.746 1.24 15.363.96 18.317.96h.002c1.125 0 2.072.041 2.818.121.469.046.903.249 1.228.576.328.331.525.767.562 1.237.243 2.311.144 7.253-.651 12.714-.001.01-.006.016-.007.025a2.258 2.258 0 01-.18.586c-.006.014-.01.028-.018.042-.333.699-1.001 1.163-1.771 1.163-.51 0-.992-.2-1.358-.567l-.003-.002-.004-.004-2.192-2.215-5.333 5.359-.001.002h-.001a1.94 1.94 0 01-1.378.573c-.44 0-.877-.151-1.231-.429zm2.576 2.09c-.139 0-.518.373-.518.566a.09.09 0 01-.091.09.09.09 0 01-.09-.09c0-.193-.379-.566-.519-.566a.09.09 0 110-.18c.139 0 .519-.373.519-.566a.09.09 0 01.09-.09c.05 0 .091.041.091.09 0 .193.379.566.518.566.05 0 .091.039.091.09s-.04.09-.091.09zm2.115-2.437c.248 0 .922-.662.922-1.003 0-.088.072-.161.161-.161.088 0 .161.073.161.161 0 .341.674 1.003.921 1.003.089 0 .161.073.161.161a.16.16 0 01-.161.161c-.247 0-.921.662-.921 1.005a.162.162 0 01-.161.162.162.162 0 01-.161-.162c0-.343-.674-1.005-.922-1.005a.161.161 0 010-.322z\"/></svg>\n </figure>\n </td>\n <td>imgur.svg</td>\n <td><code>_includes/icons/simple-icons/imgur.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"imgur\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Indeed icon</title><path d=\"M14.822 10.308a3.018 3.018 0 111.32-4.038 3.006 3.006 0 01-1.32 4.044zM11.6.572c2.47-.901 5.294-.852 7.408.982a3.587 3.587 0 011.023 1.37c.213.69-.749-.07-.88-.168a9.407 9.407 0 00-2.15-1.095C12.837.386 8.897 2.707 6.463 6.316a19.505 19.505 0 00-2.248 5.126 2.918 2.918 0 01-.213.642c-.107.204-.049-.547-.049-.572a15.821 15.821 0 01.43-2.239C5.511 5.34 8.01 2.065 11.6.565zm.037 20.993v-8.763c.249.025.486.037.736.037a6.167 6.167 0 003.219-.895v9.62c0 .822-.15 1.43-.52 1.826A1.874 1.874 0 0113.62 24a1.825 1.825 0 01-1.427-.609c-.368-.404-.56-1.013-.56-1.825z\"/></svg>\n </figure>\n </td>\n <td>indeed.svg</td>\n <td><code>_includes/icons/simple-icons/indeed.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"indeed\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>InfluxDB icon</title><path d=\"M23.775 14.443L21.482 4.5c-.128-.536-.621-1.093-1.178-1.243L9.868.043C9.739 0 9.589 0 9.418 0c-.45 0-.9.171-1.222.45L.718 7.414C.31 7.78.096 8.507.225 9.021l2.443 10.65c.128.536.621 1.093 1.178 1.243l9.772 3.043c.128.043.278.043.45.043.45 0 .9-.171 1.221-.45l7.993-7.436c.407-.428.622-1.114.493-1.671zM10.961 2.4l7.178 2.207c.279.086.279.214 0 .279l-3.771.857c-.279.086-.686-.043-.879-.257l-2.614-2.829c-.236-.236-.193-.343.086-.257zm4.478 12.857c.086.279-.107.45-.385.364l-7.736-2.4c-.279-.085-.343-.321-.129-.514L13.104 7.2c.214-.214.45-.129.514.15zM2.69 8.25L8.968 2.4c.214-.214.536-.171.75.021l3.15 3.408c.214.214.171.535-.022.75l-6.278 5.85c-.214.214-.536.171-.75-.022L2.668 9c-.214-.236-.193-.579.021-.75zm1.522 9.257l-1.65-7.286c-.086-.278.043-.342.235-.128l2.615 2.828c.214.215.278.622.214.9l-1.136 3.686c-.085.3-.214.3-.278 0zm9.193 4.286l-8.208-2.55a.555.555 0 01-.364-.686l1.372-4.414a.555.555 0 01.685-.364l8.207 2.528c.279.086.45.386.365.686l-1.372 4.414a.598.598 0 01-.685.386zm7.285-5.979l-5.485 5.1c-.215.215-.322.129-.236-.15l1.136-3.685c.085-.279.385-.579.685-.622l3.772-.857c.278-.107.321.021.128.214zm.6-1.114l-4.521 1.029c-.279.085-.579-.108-.643-.386l-1.929-8.357c-.085-.279.108-.579.386-.643l4.522-1.029c.278-.085.578.107.642.386l1.929 8.357c.064.322-.107.6-.386.643z\"/></svg>\n </figure>\n </td>\n <td>influxdb.svg</td>\n <td><code>_includes/icons/simple-icons/influxdb.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"influxdb\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Inkscape icon</title><path d=\"M11.872.191c-.745-.011-1.464.278-1.993.804l-8.825 9.038c-3.343 3.34 2.164 3.061 4.154 4.325.922.602-2.955 1.371-2.164 2.164.771.793 4.65 1.521 5.422 2.293.771.791-1.564 1.627-.793 2.418.75.793 2.549.043 2.87 1.842.235 1.328 3.3.666 4.672-.471.854-.729-1.479-.729-.708-1.521 1.929-1.949 3.642-.875 4.349-2.676.387-.963-2.913-1.65-2.034-2.271 2.101-1.477 9.812-2.227 6.255-5.782L13.93.995c-.56-.521-1.295-.807-2.058-.804zm.075.859c.529.003 1.06.201 1.444.584l3.492 3.557c.323.321.323.986.129 1.178l-1.734-1.412-.343 2.077-1.435-.772-2.336 1.478-.771-3.105-1.242 2.698-3.107-.022c-.6 0-.514-.621.107-1.242 1.221-1.35 3.6-3.64 4.35-4.433.385-.396.915-.589 1.445-.584l.001-.002zm9.755 16.276c-.74.025-1.496.395-1.689 1.08 0 .449 3.492.707 3.301-.107-.141-.686-.87-1.002-1.611-.975v.002zM6.356 19.271c-1.008.059-2.088.791-1.232 1.512.791.686 1.992-.15 2.377-1.113-.24-.316-.686-.426-1.143-.398h-.002zm13.229.077c-.986.9.17 1.842 1.134 1.221.258-.173-.021-1.005-1.134-1.221z\"/></svg>\n </figure>\n </td>\n <td>inkscape.svg</td>\n <td><code>_includes/icons/simple-icons/inkscape.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"inkscape\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Instacart icon</title><path d=\"M15.629 9.619c1.421 1.429 2.58 3.766 1.917 5.152-1.778 3.715-15.04 10.226-16.169 9.1C.252 22.746 6.768 9.476 10.481 7.697c1.388-.66 3.724.51 5.152 1.92l-.005.014v-.012zm7.028-1.566c-.231-.855-.821-1.717-1.7-1.82-1.61-.186-4.151 2.663-3.971 3.339.181.69 3.766 1.875 5.1.915.691-.494.781-1.56.556-2.414l.015-.02zM17.666.158c1.198.324 2.407 1.148 2.551 2.382.261 2.259-3.732 5.819-4.68 5.564-.948-.251-2.618-5.284-1.269-7.162.695-.972 2.201-1.106 3.399-.788v.004h-.001z\"/></svg>\n </figure>\n </td>\n <td>instacart.svg</td>\n <td><code>_includes/icons/simple-icons/instacart.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"instacart\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Instagram icon</title><path d=\"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z\"/></svg>\n </figure>\n </td>\n <td>instagram.svg</td>\n <td><code>_includes/icons/simple-icons/instagram.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"instagram\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Instapaper icon</title><path d=\"M14.766 20.259c0 1.819.271 2.089 2.934 2.292V24H6.301v-1.449c2.666-.203 2.934-.473 2.934-2.292V3.708c0-1.784-.27-2.089-2.934-2.292V0h11.398v1.416c-2.662.203-2.934.506-2.934 2.292v16.551z\"/></svg>\n </figure>\n </td>\n <td>instapaper.svg</td>\n <td><code>_includes/icons/simple-icons/instapaper.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"instapaper\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Intel icon</title><path d=\"M7.07 10.8v3.877H5.837V9.804l2.547.002c1.08 0 1.449.764 1.449 1.456v3.415h-1.23v-3.408c0-.291-.149-.469-.513-.469H7.07zm8.389-.058c-.422 0-.748.216-.885.51-.077.167-.117.347-.118.53h1.898c-.023-.53-.263-1.04-.895-1.04zm-1.003 1.88c0 .629.393 1.095 1.094 1.095.544 0 .815-.15 1.131-.466l.762.729c-.487.481-1.001.773-1.902.773-1.18 0-2.31-.643-2.31-2.52 0-1.605.985-2.512 2.281-2.512 1.315 0 2.075 1.063 2.075 2.455v.443h-3.131v.003zm-2.268 2.047c-1.004 0-1.432-.699-1.432-1.391v-4.8h1.232v1.327h.928v.996h-.929v2.4c0 .284.135.44.429.44h.5v1.027h-.728zM4.739 9.131H3.497v-1.18h1.242v1.18zm.003 5.595c-.93-.088-1.246-.651-1.246-1.305V9.806H4.74v4.924l.002-.004zm14.805-.104c-.929-.09-1.243-.652-1.243-1.303V7.784h1.243v6.84-.002zm4.347-6.038C22.769 3.091 12.102 2.743 5.23 6.927v.462c6.865-3.528 16.604-3.508 17.491 1.55.296 1.675-.646 3.418-2.329 4.422v1.311c2.025-.742 4.105-3.147 3.502-6.088zm-12.496 9.61c-4.742.438-9.686-.251-10.377-3.957-.337-1.827.497-3.765 1.598-4.967v-.643C.632 10.37-.446 12.577.175 15.184c.792 3.345 5.035 5.239 11.509 4.609 2.563-.249 5.916-1.074 8.247-2.354v-1.816c-2.116 1.261-5.617 2.302-8.533 2.571zM20.984 8.15c0-.06-.037-.079-.116-.079h-.077v.17l.077.002c.079 0 .116-.025.116-.084V8.15zm.12.423h-.091c-.009 0-.018-.004-.021-.012l-.125-.213c-.003-.005-.013-.01-.019-.01h-.056v.212c0 .012-.009.025-.023.025h-.082c-.011 0-.021-.014-.021-.025v-.533c0-.029.012-.045.038-.048.05-.005.101-.006.152-.006.152 0 .246.046.246.188v.01c0 .09-.046.135-.114.158l.13.219c0 .006.005.012.005.018.002.007-.004.017-.019.017v.002-.002zm-.218-.709c-.226 0-.408.184-.408.41.001.227.186.409.411.408.225 0 .406-.182.409-.406-.002-.226-.185-.411-.412-.412zm0 .907c-.273 0-.495-.222-.495-.495s.222-.495.494-.495h.001c.271 0 .495.224.495.495 0 .274-.224.495-.495.495z\"/></svg>\n </figure>\n </td>\n <td>intel.svg</td>\n <td><code>_includes/icons/simple-icons/intel.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"intel\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>IntelliJ IDEA icon</title><path d=\"M0 0v24h24V0zm3.723 3.111h5v1.834h-1.39v6.277h1.39v1.834h-5v-1.834h1.444V4.945H3.723zm11.055 0H17v6.5c0 .612-.055 1.111-.222 1.556-.167.444-.39.777-.723 1.11-.277.279-.666.557-1.11.668a3.933 3.933 0 0 1-1.445.278c-.778 0-1.444-.167-1.944-.445a4.81 4.81 0 0 1-1.279-1.056l1.39-1.555c.277.334.555.555.833.722.277.167.611.278.945.278.389 0 .721-.111 1-.389.221-.278.333-.667.333-1.278zM2.222 19.5h9V21h-9z\"/></svg>\n </figure>\n </td>\n <td>intellijidea.svg</td>\n <td><code>_includes/icons/simple-icons/intellijidea.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"intellijidea\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Intercom icon</title><path d=\"M21 0H3C1.343 0 0 1.343 0 3v18c0 1.658 1.343 3 3 3h18c1.658 0 3-1.342 3-3V3c0-1.657-1.342-3-3-3zm-5.801 4.399c0-.44.36-.8.802-.8.44 0 .8.36.8.8v10.688c0 .442-.36.801-.8.801-.443 0-.802-.359-.802-.801V4.399zM11.2 3.994c0-.44.357-.799.8-.799s.8.359.8.799v11.602c0 .44-.357.8-.8.8s-.8-.36-.8-.8V3.994zm-4 .405c0-.44.359-.8.799-.8.443 0 .802.36.802.8v10.688c0 .442-.36.801-.802.801-.44 0-.799-.359-.799-.801V4.399zM3.199 6c0-.442.36-.8.802-.8.44 0 .799.358.799.8v7.195c0 .441-.359.8-.799.8-.443 0-.802-.36-.802-.8V6zM20.52 18.202c-.123.105-3.086 2.593-8.52 2.593-5.433 0-8.397-2.486-8.521-2.593-.335-.288-.375-.792-.086-1.128.285-.334.79-.375 1.125-.09.047.041 2.693 2.211 7.481 2.211 4.848 0 7.456-2.186 7.479-2.207.334-.289.839-.25 1.128.086.289.336.25.84-.086 1.128zm.281-5.007c0 .441-.36.8-.801.8-.441 0-.801-.36-.801-.8V6c0-.442.361-.8.801-.8.441 0 .801.357.801.8v7.195z\"/></svg>\n </figure>\n </td>\n <td>intercom.svg</td>\n <td><code>_includes/icons/simple-icons/intercom.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"intercom\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Internet Archive icon</title><path d=\"M22.61,24H1.39V22.91H22.61Zm-.8-3.18H2.23v1.51H21.81ZM21.58,3.66H2.1V5.75H21.58ZM11.84,0,1.64,2.39,2.23,3H21.46L22,2.39ZM3.71,20.21a3.44,3.44,0,0,0,1-.13c.16-1.74.25-4.9.25-6.87s-.09-5-.24-6.76a.18.18,0,0,0-.13-.15,3.56,3.56,0,0,0-.84-.1,3.69,3.69,0,0,0-.83.1.18.18,0,0,0-.13.15c-.16,1.76-.24,4.82-.24,6.76s.09,5.13.25,6.87A3.34,3.34,0,0,0,3.71,20.21Zm5.31,0a3.37,3.37,0,0,0,1-.13c.16-1.74.25-4.9.25-6.87s-.09-5-.24-6.76a.18.18,0,0,0-.13-.15A3.54,3.54,0,0,0,9,6.2a3.79,3.79,0,0,0-.84.1.18.18,0,0,0-.13.15c-.15,1.76-.24,4.82-.24,6.76s.09,5.13.25,6.87A3.36,3.36,0,0,0,9,20.21Zm6.15,0a3.37,3.37,0,0,0,1-.13c.16-1.74.25-4.9.25-6.87s-.08-5-.24-6.76A.17.17,0,0,0,16,6.3a3.54,3.54,0,0,0-.83-.1,3.62,3.62,0,0,0-.83.1.18.18,0,0,0-.14.15c-.15,1.76-.24,4.82-.24,6.76s.09,5.13.26,6.87A3.28,3.28,0,0,0,15.17,20.21Zm5.18,0a3.37,3.37,0,0,0,.95-.13c.16-1.74.25-4.9.25-6.87s-.08-5-.24-6.76a.18.18,0,0,0-.13-.15,3.54,3.54,0,0,0-.83-.1,3.79,3.79,0,0,0-.84.1.18.18,0,0,0-.13.15c-.15,1.76-.24,4.82-.24,6.76s.09,5.13.25,6.87A3.36,3.36,0,0,0,20.35,20.21Z\"/></svg>\n </figure>\n </td>\n <td>internetarchive.svg</td>\n <td><code>_includes/icons/simple-icons/internetarchive.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"internetarchive\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>Internet Explorer icon</title><path d=\"M22.8 7.381c1.125-2.7 1.2-4.95-.15-6.3-1.5-1.499-5.1-1.05-8.924.75h-.45c-2.7 0-5.324.976-7.274 2.7-1.65 1.5-2.85 3.45-3.375 5.625.375-.45 2.475-2.925 4.875-4.275.075 0 .675-.375.675-.375-.075 0-1.2 1.125-1.425 1.35-5.25 5.4-8.324 13.574-5.924 15.973 1.574 1.575 4.424 1.2 7.724-.6 1.425.675 3 .975 4.724.975 2.25 0 4.35-.6 6.15-1.8 1.874-1.2 3.224-3.074 4.05-5.249h-5.85c-.75 1.425-2.475 2.4-4.275 2.4-2.55 0-4.65-2.1-4.724-4.5V13.83h15.298v-.225c0-.375.075-.825.075-1.124 0-1.8-.45-3.525-1.2-5.1zM2.477 22.38c-1.2-1.2-.824-3.524.6-6.299.675 1.875 1.8 3.525 3.225 4.725.45.375.975.75 1.5 1.05-2.4 1.274-4.35 1.5-5.325.524zm15.374-11.398H8.702v-.075c.15-2.325 2.324-4.35 4.874-4.35 2.4 0 4.35 1.875 4.5 4.35v.075zm4.574-4.2c-.45-.75-1.05-1.5-1.725-2.1a11.213 11.213 0 0 0-3.6-2.25c2.4-1.124 4.425-1.274 5.475-.224.825.975.75 2.624-.15 4.574 0 .075 0 .075 0 0 0 .075 0 .075 0 0z\"/></svg>\n </figure>\n </td>\n <td>internetexplorer.svg</td>\n <td><code>_includes/icons/simple-icons/internetexplorer.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"internetexplorer\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>InVision icon</title><path d=\"M21.825 0H2.175C.975 0 0 .975 0 2.175v19.65C0 23.025.975 24 2.175 24h19.65c1.2 0 2.175-.975 2.175-2.175V2.175C24 .975 23.025 0 21.825 0zM8.02 4.667c.798 0 1.468.63 1.468 1.44 0 .82-.67 1.444-1.468 1.444v.027c-.803 0-1.454-.65-1.454-1.455s.65-1.455 1.455-1.455zm9.816 13.815c-1.484 0-2.204-.885-2.204-2.09 0-.346.044-.713.15-1.08l.71-2.545c.088-.28.11-.54.11-.775 0-.82-.5-1.315-1.296-1.315-1.013 0-1.68.727-2.025 2.13l-1.38 5.535H9.487l.432-1.74c-.708 1.166-1.695 1.885-2.91 1.885-1.467 0-2.157-.842-2.157-2.113.004-.365.047-.73.13-1.085v.002l1.1-4.49H4.375l.518-1.905h4.1l-1.62 6.405c-.105.41-.15.75-.15.986 0 .41.202.53.517.604.195.04 1.725.012 2.56-1.84l1.06-4.25H9.637l.52-1.875h3.72l-.48 2.16c.647-1.2 1.937-2.355 3.212-2.355 1.35 0 2.475.975 2.475 2.82 0 .534-.08 1.065-.24 1.575l-.69 2.476c-.06.254-.104.465-.104.66 0 .434.18.645.494.645s.735-.24 1.2-1.56l.943.36c-.555 1.964-1.576 2.774-2.85 2.774z\"/></svg>\n </figure>\n </td>\n <td>invision.svg</td>\n <td><code>_includes/icons/simple-icons/invision.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"invision\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Invoice Ninja icon</title><path d=\"M16.247 10.326a1.164 1.164 0 11-2.328 0 1.164 1.164 0 012.328 0zm-6.288 0a1.164 1.164 0 11-2.329 0 1.164 1.164 0 012.329 0zm-.14 13.52c-4.712-.98-8.227-4.257-9.482-8.842-.421-1.537-.421-4.49 0-6.027C1.506 4.709 4.73 1.485 8.997.316c1.538-.421 4.49-.421 6.028 0 4.267 1.169 7.492 4.393 8.66 8.66.24.874.294 1.43.294 3.014 0 1.584-.054 2.14-.293 3.014-1.17 4.271-4.439 7.536-8.661 8.65-1.391.367-3.916.46-5.206.192zm6.64-9.315c-3.047-1.348-4.054-1.737-4.5-1.737-.446 0-1.433.38-4.38 1.684-2.091.926-3.828 1.76-3.86 1.79h16.663zm-9.873-.361c1.621-.729 3.06-1.387 3.196-1.464.258-.145.337-.09-5.285-3.682-.56-.358-1.023-.698-1.025-.65V15.564a790.1 790.1 0 003.114-1.394zm14.078-2.194V8.417c0-.11-1.676.993-3.496 2.12-3 1.854-3.281 2.06-3.004 2.185 1.345.611 6.42 2.862 6.5 2.872zm-8.169.11c.545.125.643.104 1.226-.263.349-.22.655-.419.681-.442.026-.024-.05-.181-.167-.35-.118-.168-.215-.5-.215-.739V9.86l-.569.21c-.726.267-2.28.27-3 .005l-.556-.205.013.452c.007.26-.088.563-.225.715-.232.256-.22.276.45.726.64.432.725.455 1.23.327a2.349 2.349 0 011.132-.002zm-4.23-2.65c-.105-.113-2.97-.954-3.033-.891-.03.03.504.414 1.186.854l1.24.8.34-.344c.186-.188.307-.377.268-.42zm9.76-.373c.473-.306.8-.555.728-.555-.155 0-2.877.804-3.027.894-.057.034.033.229.2.433l.304.37.47-.293c.257-.162.854-.544 1.326-.85zm-1.636-.555c2.11-.59 3.867-1.102 3.904-1.139H3.59c.187.187 7.779 2.195 8.323 2.202.41.005 2.014-.376 4.476-1.063z\"/></svg>\n </figure>\n </td>\n <td>invoiceninja.svg</td>\n <td><code>_includes/icons/simple-icons/invoiceninja.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"invoiceninja\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>ioBroker icon</title><path d=\"M12 0c-.61 0-1.201.044-1.787.133v3.285a8.943 8.943 0 013.574.004V.139A11.83 11.83 0 0012 0zM9.38.295C4.084 1.5.13 6.283.13 12 .129 18.628 5.44 24 12 24s11.871-5.372 11.871-12c0-5.717-3.953-10.499-9.246-11.705v3.34c3.575 1.113 6.18 4.44 6.18 8.365 0 4.83-3.949 8.76-8.8 8.76-4.85 0-8.804-3.93-8.804-8.76 0-3.924 2.605-7.247 6.18-8.365V.295zM12 4.137c-.616 0-1.212.068-1.783.2V19.53A7.887 7.887 0 0012 19.73c.616 0 1.211-.068 1.787-.2V4.343A7.65 7.65 0 0012 4.137Z\"/></svg>\n\n </figure>\n </td>\n <td>iobroker.svg</td>\n <td><code>_includes/icons/simple-icons/iobroker.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"iobroker\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Ionic icon</title><path d=\"M22.922 7.027l-.103-.23-.169.188c-.408.464-.928.82-1.505 1.036l-.159.061.066.155a9.745 9.745 0 0 1 .75 3.759c0 5.405-4.397 9.806-9.806 9.806-5.409 0-9.802-4.397-9.802-9.802 0-5.405 4.402-9.806 9.806-9.806 1.467 0 2.883.319 4.2.947l.155.075.066-.155a3.767 3.767 0 0 1 1.106-1.453l.197-.159-.225-.117A11.905 11.905 0 0 0 12.001.001c-6.619 0-12 5.381-12 12s5.381 12 12 12 12-5.381 12-12c0-1.73-.361-3.403-1.078-4.973zM12 6.53A5.476 5.476 0 0 0 6.53 12 5.476 5.476 0 0 0 12 17.47 5.476 5.476 0 0 0 17.47 12 5.479 5.479 0 0 0 12 6.53zm10.345-2.007a2.494 2.494 0 1 1-4.988 0 2.494 2.494 0 0 1 4.988 0z\"/></svg>\n </figure>\n </td>\n <td>ionic.svg</td>\n <td><code>_includes/icons/simple-icons/ionic.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ionic\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>iOS icon</title><path d=\"M1.1 6.05C.486 6.05 0 6.53 0 7.13A1.08 1.08 0 0 0 1.1 8.21C1.72 8.21 2.21 7.73 2.21 7.13C2.21 6.53 1.72 6.05 1.1 6.05M8.71 6.07C5.35 6.07 3.25 8.36 3.25 12C3.25 15.67 5.35 17.95 8.71 17.95C12.05 17.95 14.16 15.67 14.16 12C14.16 8.36 12.05 6.07 8.71 6.07M19.55 6.07C17.05 6.07 15.27 7.45 15.27 9.5C15.27 11.13 16.28 12.15 18.4 12.64L19.89 13C21.34 13.33 21.93 13.81 21.93 14.64C21.93 15.6 20.96 16.28 19.58 16.28C18.17 16.28 17.11 15.59 17 14.53H15C15.08 16.65 16.82 17.95 19.46 17.95C22.25 17.95 24 16.58 24 14.4C24 12.69 23 11.72 20.68 11.19L19.35 10.89C17.94 10.55 17.36 10.1 17.36 9.34C17.36 8.38 18.24 7.74 19.54 7.74C20.85 7.74 21.75 8.39 21.85 9.46H23.81C23.76 7.44 22.09 6.07 19.55 6.07M8.71 7.82C10.75 7.82 12.06 9.45 12.06 12C12.06 14.57 10.75 16.2 8.71 16.2C6.65 16.2 5.35 14.57 5.35 12C5.35 9.45 6.65 7.82 8.71 7.82M.111 9.31V17.76H2.1V9.31H.11Z\"/></svg>\n\n </figure>\n </td>\n <td>ios.svg</td>\n <td><code>_includes/icons/simple-icons/ios.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ios\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>IPFS icon</title><path d=\"M12 0L1.608 6v12L12 24l10.392-6V6zm-1.073 1.445h.001a1.8 1.8 0 002.138 0l7.534 4.35a1.794 1.794 0 000 .403l-7.535 4.35a1.8 1.8 0 00-2.137 0l-7.536-4.35a1.795 1.795 0 000-.402zM21.324 7.4c.109.08.226.147.349.201v8.7a1.8 1.8 0 00-1.069 1.852l-7.535 4.35a1.8 1.8 0 00-.349-.2l-.009-8.653a1.8 1.8 0 001.07-1.851zm-18.648.048l7.535 4.35a1.8 1.8 0 001.069 1.852v8.7c-.124.054-.24.122-.349.202l-7.535-4.35a1.8 1.8 0 00-1.069-1.852v-8.7c.124-.054.24-.122.35-.202z\"/></svg>\n </figure>\n </td>\n <td>ipfs.svg</td>\n <td><code>_includes/icons/simple-icons/ipfs.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ipfs\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Issuu icon</title><path d=\"M.996 0A.998.998 0 0 0 0 .996V12c0 6.628 5.372 12 12 12s12-5.372 12-12S18.628 0 12 0H.996zm11.17 3.582a8.333 8.333 0 0 1 8.254 8.41 8.333 8.333 0 0 1-8.41 8.252c-4.597-.045-8.296-3.81-8.254-8.41.045-4.6 3.81-8.296 8.41-8.252zm-.031 2.27a6.107 6.107 0 0 0-6.155 6.046 6.109 6.109 0 0 0 6.05 6.163 6.099 6.099 0 0 0 6.154-6.047 6.107 6.107 0 0 0-6.041-6.162h-.008zm-.02 3.013a3.098 3.098 0 0 1 3.063 3.123 3.088 3.088 0 0 1-3.121 3.06l.002-.001a3.091 3.091 0 0 1 .056-6.182z\"/></svg>\n </figure>\n </td>\n <td>issuu.svg</td>\n <td><code>_includes/icons/simple-icons/issuu.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"issuu\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Itch.io icon</title><path d=\"M3.129 1.338c-1.047 0.622-3.109 2.991-3.129 3.612v1.029c0 1.304 1.219 2.45 2.325 2.45 1.329 0 2.436-1.101 2.436-2.408 0 1.307 1.069 2.408 2.398 2.408s2.364-1.101 2.364-2.408c0 1.307 1.137 2.408 2.466 2.408h0.024c1.329 0 2.466-1.101 2.466-2.408 0 1.307 1.035 2.408 2.364 2.408s2.398-1.101 2.398-2.408c0 1.307 1.107 2.408 2.436 2.408 1.107 0 2.325-1.146 2.325-2.45v-1.029c-0.020-0.621-2.082-2.991-3.129-3.612-3.254-0.114-5.51-0.134-8.871-0.133s-7.945 0.053-8.871 0.133zM9.506 7.815c-0.133 0.23-0.288 0.428-0.467 0.601l-0.001 0.001c-0.502 0.49-1.189 0.794-1.947 0.794-0.001 0-0.002 0-0.003 0-0.759 0-1.447-0.303-1.949-0.795l0 0c-0.182-0.178-0.32-0.368-0.446-0.59l-0.001 0c-0.126 0.222-0.302 0.412-0.485 0.59-0.502 0.491-1.19 0.794-1.949 0.794-0.001 0-0.002 0-0.003 0h0c-0.091 0-0.186-0.025-0.263-0.052-0.107 1.112-0.152 2.175-0.168 2.95l-0 0.004c-0.002 0.394-0.004 0.717-0.006 1.167 0.021 2.334-0.231 7.564 1.029 8.849 1.953 0.455 5.546 0.663 9.151 0.664h0.001c3.605-0.001 7.198-0.209 9.151-0.664 1.26-1.285 1.008-6.516 1.029-8.849-0.002-0.45-0.004-0.773-0.006-1.167l-0-0.004c-0.016-0.775-0.061-1.838-0.168-2.95-0.077 0.026-0.172 0.052-0.263 0.052-0.001 0-0.002 0-0.002 0-0.759 0-1.447-0.303-1.949-0.795l0.001 0c-0.182-0.178-0.358-0.368-0.485-0.59l-0.001-0c-0.127 0.222-0.265 0.412-0.446 0.59-0.502 0.491-1.19 0.795-1.948 0.795-0.001 0-0.002 0-0.003 0h0c-0.758 0-1.445-0.304-1.947-0.795-0.179-0.174-0.334-0.372-0.461-0.589l-0.007-0.013c-0.132 0.23-0.286 0.428-0.463 0.602l-0 0c-0.502 0.491-1.19 0.795-1.949 0.795-0.001 0-0.002 0-0.003 0h0c-0.026 0-0.053-0.001-0.079-0.002h-0.001c-0.026 0.001-0.053 0.002-0.080 0.002-0.001 0-0.002 0-0.003 0-0.759 0-1.447-0.303-1.949-0.795l0.001 0c-0.178-0.174-0.331-0.372-0.456-0.589l-0.007-0.013zM7.502 10.406l-0 0.001h0.001c0.794 0.002 1.498 0 2.372 0.953 0.687-0.072 1.406-0.108 2.125-0.107h0.001c0.719-0.001 1.437 0.035 2.125 0.107 0.873-0.953 1.578-0.952 2.372-0.953h0.001l-0-0.001c0.375 0 1.875 0 2.92 2.935l1.122 4.026c0.832 2.995-0.266 3.069-1.636 3.071-2.031-0.076-3.156-1.551-3.156-3.026-1.124 0.184-2.436 0.276-3.748 0.276h-0.001c-1.312 0-2.624-0.092-3.748-0.276 0 1.475-1.125 2.95-3.156 3.026-1.37-0.003-2.468-0.076-1.636-3.071l1.123-4.026c1.045-2.935 2.545-2.935 2.92-2.935zM12 12.713v0.001c-0.002 0.002-2.138 1.964-2.523 2.662l1.399-0.056v1.22c0 0.057 0.561 0.034 1.123 0.008h0.001c0.562 0.026 1.123 0.049 1.123-0.008v-1.22l1.399 0.056c-0.384-0.698-2.523-2.662-2.523-2.662v-0.001l-0 0z\"/></svg>\n </figure>\n </td>\n <td>itch-dot-io.svg</td>\n <td><code>_includes/icons/simple-icons/itch-dot-io.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"itch-dot-io\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>iTunes icon</title><path d=\"M11.979,24c-2.483,0-4.898-0.777-6.954-2.262h0c-2.59-1.872-4.3-4.644-4.814-7.807 c-0.514-3.162,0.228-6.336,2.091-8.937c1.864-2.604,4.627-4.321,7.78-4.835c3.148-0.514,6.307,0.233,8.896,2.104 c2.59,1.872,4.3,4.644,4.815,7.807c0.514,3.162-0.228,6.336-2.091,8.938c-1.865,2.604-4.628,4.321-7.78,4.835 C13.273,23.948,12.623,24,11.979,24z M5.505,21.074c2.411,1.742,5.353,2.438,8.284,1.96c2.936-0.479,5.509-2.079,7.246-4.504 c3.583-5.004,2.445-12.004-2.538-15.604c-2.411-1.742-5.353-2.438-8.284-1.96C7.278,1.446,4.704,3.045,2.968,5.47 C-0.616,10.474,0.523,17.474,5.505,21.074L5.505,21.074z M16.111,17.522c0.731-0.214,1.246-0.734,1.458-1.468l0.062-0.216 l0.008-5.787c0.006-4.334,0-5.814-0.024-5.895c-0.025-0.086-0.066-0.157-0.118-0.214c-0.077-0.048-0.17-0.073-0.276-0.073 c-0.073,0-0.325,0.035-0.56,0.078c-1.041,0.19-7.176,1.411-7.281,1.45C9.218,5.458,9.057,5.6,8.981,5.751L8.916,5.879 c0,0-0.031,9.071-0.078,9.173c-0.071,0.155-0.23,0.303-0.376,0.35c-0.069,0.022-0.343,0.084-0.609,0.137 c-1.231,0.245-1.688,0.421-2.075,0.801c-0.22,0.216-0.382,0.51-0.453,0.819c-0.067,0.295-0.045,0.737,0.051,1.006 c0.1,0.281,0.262,0.521,0.473,0.71c0.192,0.148,0.419,0.258,0.674,0.324c0.563,0.144,1.618-0.016,2.158-0.328 c0.226-0.131,0.516-0.404,0.667-0.629c0.06-0.089,0.15-0.268,0.2-0.399c0.176-0.456,0.181-8.582,0.204-8.684 c0.038-0.174,0.157-0.301,0.32-0.344c0.147-0.039,6.055-1.207,6.222-1.23c0.146-0.02,0.284,0.027,0.36,0.12 c0.045,0.024,0.083,0.056,0.109,0.096c0.048,0.071,0.051,0.213,0.058,2.785c0.008,2.961,0.012,2.892-0.149,3.079 c-0.117,0.136-0.263,0.189-0.864,0.311c-0.914,0.187-1.226,0.275-1.576,0.446c-0.437,0.213-0.679,0.447-0.867,0.836 c-0.133,0.275-0.182,0.481-0.182,0.754c0.001,0.489,0.169,0.871,0.55,1.245c0.035,0.034,0.069,0.066,0.104,0.097 c0.192,0.148,0.387,0.238,0.633,0.294C14.84,17.73,15.594,17.673,16.111,17.522z\"/></svg>\n </figure>\n </td>\n <td>itunes.svg</td>\n <td><code>_includes/icons/simple-icons/itunes.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"itunes\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Jabber icon</title><path d=\"M9.597 11.737c0-.35-.065-.732-.268-1.025-.408-.588-1.283-.775-1.892-.405-.308.188-.48.515-.576.851-.191.668-.104 1.43.03 2.1.043.214.088.428.148.639.021.076.031.186.08.25.087.11.297.141.426.12.387-.065.291-.703.278-.974-.03-.634-.218-1.25-.036-1.881.076-.268.225-.568.494-.684.244-.105.49.023.586.261.156.385.117.83.215 1.23.033.137.07.272.131.399.018.037.043.113.094.108.126-.011.304-.22.398-.298.304-.25.616-.52.965-.705.165-.088.435-.23.603-.08a.612.612 0 0 1 .108.13c.198.31.002.55-.127.845-.166.38-.336.758-.577 1.098-.207.293-.49.549-.655.869-.107.205-.167.43-.123.663.036.188.181.301.373.257.143-.033.24-.156.322-.269.146-.202.281-.412.426-.615.28-.393.61-.76.846-1.183a3.41 3.41 0 0 0 .42-1.664c0-.474-.171-1.198-.723-1.298a.974.974 0 0 0-.326.01 1.432 1.432 0 0 0-.374.12 2.715 2.715 0 0 0-.818.637c-.146.16-.276.363-.449.495M9.078.016c-.435.058-.878.052-1.315.12-.838.129-1.64.389-2.425.703-.286.114-.568.241-.845.376-.103.05-.26.09-.343.17-.043.041-.039.139-.044.195-.014.156-.034.313-.05.47-.058.605-.1 1.229-.013 1.834.028.195.09.55.33.587.369.058.656-.397.837-.648.424-.586.905-1.132 1.6-1.394.817-.308 1.753-.381 2.618-.44 2.426-.167 5.078.277 6.865 2.064.254.254.495.524.7.82.8 1.159 1.223 2.477 1.427 3.86.096.65.161 1.308.013 1.955-.257 1.122-.932 2.1-1.706 2.931-.53.57-1.128 1.084-1.749 1.552-.347.261-.736.483-1.062.768-.375.329-.688.74-.925 1.179-.639 1.181-.81 2.602-.622 3.92.038.27.073.542.134.809.018.08.022.217.073.282.097.122.36.189.508.196.154.007.256-.11.294-.249.064-.236.026-.498-.012-.736-.076-.487-.147-.977-.125-1.471a3.71 3.71 0 0 1 1.026-2.425c.643-.673 1.512-1.061 2.243-1.625 1.474-1.136 2.794-2.668 3.301-4.492a5.194 5.194 0 0 0 .159-2.015c-.105-.849-.415-1.697-.708-2.497-.892-2.437-2.422-4.755-4.851-5.87-.964-.443-1.973-.645-3.016-.79-.49-.068-.98-.11-1.472-.132-.274-.012-.572-.042-.845-.006M5.277 15.796c-.473.068-.61.447-.523.876.112.548.543.965.97 1.295a6.03 6.03 0 0 0 3.884 1.238c.538-.023 1.124-.112 1.617-.34.265-.122.542-.563.181-.751a.59.59 0 0 0-.169-.051c-.157-.026-.333.041-.482.084-.263.075-.526.153-.797.196-.808.13-1.683-.055-2.352-.534-.542-.387-.98-.898-1.393-1.415-.253-.316-.482-.663-.936-.598M4.662 18.474c-.12.016-.259.011-.362.087-.215.158.022.476.135.62.328.417.76.763 1.192 1.068a7.832 7.832 0 0 0 4.03 1.442c.421.03.85 0 1.267-.07.152-.026.342-.037.482-.103.399-.186.284-.939-.072-1.106-.155-.073-.404.023-.567.046-.385.054-.771.06-1.158.05-1.015-.025-2.096-.338-2.98-.831a5.589 5.589 0 0 1-.966-.693c-.181-.16-.368-.42-.603-.502-.11-.037-.284-.023-.398-.008M4.903 20.73a.638.638 0 0 0-.413.236c-.078.088-.152.167-.197.278-.246.609.41 1.183.864 1.47.504.32 1.055.558 1.616.758 1.266.45 2.752.739 4.066.336.391-.12.778-.338 1.062-.634.16-.167.27-.419-.024-.526-.174-.063-.385.098-.543.162a4.57 4.57 0 0 1-1.158.312c-.527.064-1.001-.052-1.508-.179-.434-.108-.872-.217-1.291-.373a4.457 4.457 0 0 1-1.026-.513c-.094-.066-.206-.125-.282-.211-.25-.282-.439-.612-.707-.88-.116-.116-.281-.256-.459-.236\"/></svg>\n </figure>\n </td>\n <td>jabber.svg</td>\n <td><code>_includes/icons/simple-icons/jabber.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"jabber\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Java icon</title><path d=\"M8.851 18.56s-.917.534.653.714c1.902.218 2.874.187 4.969-.211 0 0 .552.346 1.321.646-4.699 2.013-10.633-.118-6.943-1.149M8.276 15.933s-1.028.761.542.924c2.032.209 3.636.227 6.413-.308 0 0 .384.389.987.602-5.679 1.661-12.007.13-7.942-1.218M13.116 11.475c1.158 1.333-.304 2.533-.304 2.533s2.939-1.518 1.589-3.418c-1.261-1.772-2.228-2.652 3.007-5.688 0-.001-8.216 2.051-4.292 6.573M19.33 20.504s.679.559-.747.991c-2.712.822-11.288 1.069-13.669.033-.856-.373.75-.89 1.254-.998.527-.114.828-.093.828-.093-.953-.671-6.156 1.317-2.643 1.887 9.58 1.553 17.462-.7 14.977-1.82M9.292 13.21s-4.362 1.036-1.544 1.412c1.189.159 3.561.123 5.77-.062 1.806-.152 3.618-.477 3.618-.477s-.637.272-1.098.587c-4.429 1.165-12.986.623-10.522-.568 2.082-1.006 3.776-.892 3.776-.892M17.116 17.584c4.503-2.34 2.421-4.589.968-4.285-.355.074-.515.138-.515.138s.132-.207.385-.297c2.875-1.011 5.086 2.981-.928 4.562 0-.001.07-.062.09-.118M14.401 0s2.494 2.494-2.365 6.33c-3.896 3.077-.888 4.832-.001 6.836-2.274-2.053-3.943-3.858-2.824-5.539 1.644-2.469 6.197-3.665 5.19-7.627M9.734 23.924c4.322.277 10.959-.153 11.116-2.198 0 0-.302.775-3.572 1.391-3.688.694-8.239.613-10.937.168 0-.001.553.457 3.393.639\"/></svg>\n </figure>\n </td>\n <td>java.svg</td>\n <td><code>_includes/icons/simple-icons/java.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"java\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>JavaScript icon</title><path d=\"M0 0h24v24H0V0zm22.034 18.276c-.175-1.095-.888-2.015-3.003-2.873-.736-.345-1.554-.585-1.797-1.14-.091-.33-.105-.51-.046-.705.15-.646.915-.84 1.515-.66.39.12.75.42.976.9 1.034-.676 1.034-.676 1.755-1.125-.27-.42-.404-.601-.586-.78-.63-.705-1.469-1.065-2.834-1.034l-.705.089c-.676.165-1.32.525-1.71 1.005-1.14 1.291-.811 3.541.569 4.471 1.365 1.02 3.361 1.244 3.616 2.205.24 1.17-.87 1.545-1.966 1.41-.811-.18-1.26-.586-1.755-1.336l-1.83 1.051c.21.48.45.689.81 1.109 1.74 1.756 6.09 1.666 6.871-1.004.029-.09.24-.705.074-1.65l.046.067zm-8.983-7.245h-2.248c0 1.938-.009 3.864-.009 5.805 0 1.232.063 2.363-.138 2.711-.33.689-1.18.601-1.566.48-.396-.196-.597-.466-.83-.855-.063-.105-.11-.196-.127-.196l-1.825 1.125c.305.63.75 1.172 1.324 1.517.855.51 2.004.675 3.207.405.783-.226 1.458-.691 1.811-1.411.51-.93.402-2.07.397-3.346.012-2.054 0-4.109 0-6.179l.004-.056z\"/></svg>\n </figure>\n </td>\n <td>javascript.svg</td>\n <td><code>_includes/icons/simple-icons/javascript.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"javascript\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>JCB icon</title><path d=\"M13.05 9.8643c.9723.0736 1.7257.3671 2.3545.6843v-1.31s-1.2577-.3162-2.4408-.368c-4.1256-.1849-5.295 1.4344-5.295 3.1292 0 1.6947 1.1694 3.3145 5.295 3.1296 1.1831-.0536 2.4408-.3694 2.4408-.3694v-1.3086c-.6193.3081-1.3826.6107-2.3545.683-1.6793.1272-2.6898-.6907-2.6898-2.1342 0-1.4448 1.0105-2.2613 2.6898-2.1354m7.685 4.1223c-.0513.0105-.1581.02-.215.02h-1.8005V12.376H20.52c.0568 0 .1636.01.2149.02a.8056.8056 0 01.6325.7951c0 .4162-.2872.721-.6325.796zm-2.0155-4.0374h1.6325c.059 0 .1454.0077.1772.0137.3376.0572.6256.3307.6256.7392 0 .409-.288.6815-.626.7392a1.571 1.571 0 01-.1773.0137h-1.6311V9.9506zm3.4994 1.9856v-.0364c.9133-.1331 1.4149-.726 1.4149-1.4199 0-.8828-.7343-1.3916-1.7293-1.4416-.0772-.0032-.203-.011-.3044-.011h-5.3323v5.9467h5.7548c1.13 0 1.9774-.6043 1.9774-1.5466 0-.8701-.7724-1.4222-1.781-1.4917zm-17.8644.6788c0 .8787-.5906 1.5311-1.6656 1.5311-.917 0-1.8174-.2726-2.6889-.6938V14.76s1.4021.383 3.191.383c2.9714 0 3.8374-1.125 3.8374-2.529V9.0266H4.3541v3.5876Z\"/></svg>\n\n </figure>\n </td>\n <td>jcb.svg</td>\n <td><code>_includes/icons/simple-icons/jcb.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"jcb\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Jekyll icon</title><path d=\"M8.073 24c-.348 0-.689-.063-1.02-.189-1.375-.525-2.104-2.02-1.726-3.402l-.015-.006.09-.226L12.399 2.01c.105-.27.057-.91.006-1.267-.016-.085-.016-.161.008-.24l.008-.023.006-.015V.458l.009-.019c.108-.292.45-.439 1.008-.439.673 0 1.602.21 2.551.573.797.307 1.523.689 2.033 1.075.602.45.842.854.707 1.2l-.031.045-.016.015c-.045.061-.09.12-.15.165-.314.271-.764.735-.84.945l-7.063 18.421-.016-.006c-.494.948-1.457 1.557-2.543 1.561H8.07l.003.006zm-2.187-3.718l-.02.05c-.447 1.201.162 2.557 1.364 3.018.271.105.551.154.837.154.971 0 1.83-.585 2.188-1.5l.027-.061 6.959-18.09c.146-.39.84-1.02.979-1.14l.016-.016c.012-.015.02-.015.02-.03 0-.06-.061-.27-.557-.645-.479-.36-1.154-.72-1.904-1.005-.868-.328-1.768-.539-2.368-.539-.39 0-.524.082-.545.126v.04c.016.104.147 1.035-.034 1.515l-6.962 18.12v.003zm8.95-11.507s-.964 1.109-1.843 1.509c-.88.398-1.529.293-2.32.756-.789.461-1.188 1.103-1.188 1.103L6.27 20.505c-.348.944.168 2.05 1.125 2.42.96.369 2.04-.12 2.412-1.056l5.029-13.094zM9.905 18.76c.104-.041.225 0 .266.105.042.104 0 .222-.105.264-.104.043-.225 0-.266-.104-.042-.097 0-.216.105-.265zm-1.014-1.802c-.152.068-.334 0-.397-.155-.07-.152 0-.334.154-.397.154-.07.335 0 .398.153.074.15.008.314-.155.39v.009zm.286-1.096c-.123-.288 0-.623.287-.758.285-.124.615 0 .75.285.121.289 0 .624-.285.757-.3.126-.629 0-.765-.285l.013.001zm2.426-2.258c.153-.074.335 0 .398.15.07.154 0 .336-.153.399-.155.07-.337 0-.399-.155-.074-.152 0-.334.154-.397v.003zm-1.293-1.379c.105-.042.226 0 .266.105.043.104 0 .226-.104.266-.104.042-.226 0-.265-.104-.044-.106.006-.227.103-.267zM13.681 1.14c.1-.261.993-.162 1.995.226.999.384 1.729.909 1.63 1.17-.104.264-.997.164-1.996-.221-1.005-.385-1.734-.91-1.632-1.176h.003z\"/></svg>\n </figure>\n </td>\n <td>jekyll.svg</td>\n <td><code>_includes/icons/simple-icons/jekyll.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"jekyll\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Jenkins icon</title><path d=\"M2.873 24h-.975c-.025-.066-.049-.131-.07-.197-.215-.666-.594-1.49-.692-2.154-.146-.984.78-1.039 1.374-1.465.915-.66 1.635-1.025 2.627-1.621.295-.178 1.182-.623 1.281-.828.201-.408-.345-.982-.49-1.301-.225-.506-.345-.936-.376-1.434-.824-.131-1.455-.627-1.844-1.185-.63-.925-1.066-2.635-.525-3.936.045-.103.254-.305.285-.463.06-.309-.105-.72-.121-1.049-.06-1.692.285-3.15 1.426-3.66.463-1.84 2.113-2.453 3.673-3.367.581-.342 1.224-.562 1.89-.807 2.372-.877 6.028-.712 7.995.783.836.633 2.176 1.971 2.656 2.939 1.262 2.555 1.17 6.826.287 9.935-.121.421-.291 1.032-.533 1.533-.168.349-.689 1.05-.625 1.36.064.314 1.189 1.17 1.432 1.395.434.422 1.26.975 1.324 1.5.07.557-.248 1.336-.41 1.875-.217.721-.436 1.441-.654 2.131H2.871l.002.016zm11.104-3.541c-.545-.299-1.361-.621-2.065-.756-.869-.164-.779 1.188-.75 1.994.03.643.361 1.316.511 1.744.075.197.089.41.255.449.3.068 1.29-.326 1.575-.479.6-.328 1.064-.844 1.574-1.189.016-.17.016-.34.031-.508-.301-.148-.645-.258-1.096-.277.314-.15.75-.15 1.035-.332l.016-.193c-.496-.031-.689-.254-1.021-.436l-.065-.017zm7.455 2.936c.193-.619.359-1.221.465-1.752.059-.287.215-.918.178-1.176-.059-.459-.684-.799-1.004-1.086-.584-.525-.951-.975-1.561-1.469-.248.375-.779.615-.982.914 1.447-.689 1.709 2.625 1.141 3.689.09.33.391.451.514.736l-.086.166h1.289c.014 0 .031 0 .045.014l.001-.036zm-6.635-.012c-.049-.074-.1-.135-.15-.209l-.301.195h.451v.014zm2.771 0c.008-.209.018-.404.029-.598-.529.029-.824-.48-1.195-.527-.324-.045-.6.361-1.02.195-.096.105-.184.227-.285.316.154.18.295.375.424.584h.816c.014-.164.135-.285.299-.285.166 0 .285.121.285.27h.66l-.013.045zm2.116 0c-.314-.479-.947-.898-1.68-.555l-.031.541h1.711v.014zm-8.51 0l-.105-.344c-.225-.721-.359-1.26-.405-1.68-.914-.436-1.875-.871-2.654-1.426-.15-.105-1.109-1.35-1.23-1.305-1.739.676-3.359 1.859-4.814 2.984.256.557.48 1.141.69 1.74h8.505l.013.031zm8.265-2.113c-.029-.512-.164-1.561-.48-1.74-.66-.391-1.846.779-2.34.943.045.15.135.271.15.48.285-.074.645-.029.898.092-.299.029-.629.029-.824.164-.074.195.016.48-.029.764.689.197 1.5.303 2.385.332.164-.227.225-.645.211-1.082l.029.047zm-4.08-.36c-.045.375.045.51.119.943 1.26.391 1.035-1.74-.135-.959l.016.016zM8.761 19.5c-.45.457 1.271 1.082 1.814 1.115 0-.291.165-.564.135-.771-.649-.117-1.502-.041-1.945-.346l-.004.002zm5.565.215c0 .043-.061.029-.068.064.58.451 1.014.545 1.803.51.354-.262.67-.563 1.043-.807-.855.074-1.932.607-2.775.229l-.003.004zm3.42-17.727c-1.605-.906-4.35-1.591-6.076-.731-1.38.692-3.27 1.841-3.899 3.292.6 1.402-.166 2.686-.226 4.109-.018.758.36 1.42.391 2.243-.2.338-.825.38-1.26.356-.146-.729-.401-1.549-1.155-1.631-1.064-.115-1.845.765-1.891 1.684-.06 1.079.834 2.864 2.086 2.745.488-.046.608-.541 1.139-.541.285.57-.445.75-.523 1.155-.016.105.059.511.104.705.233.944.744 2.159 1.245 2.88.635.9 1.884 1.051 3.229 1.141.24-.525 1.125-.48 1.706-.346-.691-.27-1.336-.945-1.875-1.529-.615-.676-1.23-1.41-1.261-2.28 1.155 1.604 2.1 2.999 4.201 3.704 1.59.525 3.449-.254 4.664-1.109.51-.359.811-.93 1.17-1.439 1.35-1.936 1.98-4.71 1.846-7.395-.061-1.111-.061-2.221-.436-2.955-.389-.781-1.695-1.471-2.475-.781-.15-.764.629-1.229 1.545-.959-.66-.855-1.336-1.859-2.266-2.385l.017.067zm-4.164 12.908c.615 1.544 2.725 1.363 4.506 1.323-.084.194-.256.435-.465.515-.57.232-2.146.408-2.938-.012-.506-.271-.824-.873-1.102-1.227-.137-.172-.795-.608-.012-.609l.011.01zm.164-.871c.893.465 2.52.518 3.732.48.066.268.066.594.068.914-1.551.08-3.387-.304-3.795-1.395h-.005zm6.676-.585c-.473.9-1.145 1.897-2.539 1.928-.023-.284-.045-.735 0-.904 1.064-.103 1.727-.646 2.543-1.017l-.004-.007zm-.649-.667c-1.02.66-2.154 1.375-3.824 1.21-.352-.31-.486-1.001-.141-1.458.182.313.061.885.57.969.945.166 2.039-.578 2.73-.84.42-.712-.045-.975-.42-1.432-.781-.931-1.83-2.1-1.801-3.51.314-.225.346.345.391.449.404.961 1.424 2.176 2.174 3 .18.211.48.391.51.525.092.389-.254.854-.209 1.109l.02-.022zm-13.44-.675c-.314-.184-.393-.99-.768-1.01-.535-.03-.438 1.049-.436 1.679-.37-.329-.435-1.364-.164-1.89-.308-.15-.445.165-.618.285.22-1.59 2.34-.734 1.989.96l-.003-.024zM4.714 5.994c-.685.756-.54 2.174-.459 3.188 1.244-.785 2.898.06 2.883 1.395.595-.016.223-.744.115-1.215-.353-1.529.592-3.188.041-4.59-1.064.083-1.939.519-2.578 1.214l-.002.008zm9.12 1.113c.307.562.404 1.148.84 1.57.195.191.574.424.387.951-.045.121-.365.391-.551.45-.674.195-2.254.03-1.721-.81.563.015 1.314.359 1.732-.045-.314-.525-.885-1.53-.674-2.13l-.013.014zm6.199-.013h.068c.33.668.6 1.375 1.004 1.965-.27.629-2.053 1.19-2.023.057.389-.17 1.049-.035 1.395-.25-.193-.556-.48-1.006-.434-1.771l-.01-.001zm-6.928-1.617c-1.422-.33-2.131.592-2.56 1.553-.384-.094-.231-.615-.135-.883.255-.701 1.28-1.633 2.119-1.506.359.057.848.386.576.834v.002zM9.643 1.592c-1.56.44-3.56 1.574-4.2 2.974.495-.07.84-.321 1.33-.351.186-.016.428.074.641.015.424-.104.78-1.065 1.102-1.409.311-.346.685-.497.941-.811.166-.09.408-.074.42-.33-.074-.075-.15-.135-.233-.105v.017z\"/></svg>\n </figure>\n </td>\n <td>jenkins.svg</td>\n <td><code>_includes/icons/simple-icons/jenkins.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"jenkins\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Jenkins X icon</title><path d=\"M11.9988 3.4123c-.0652 0-.1328 0-.198.0024-1.7862.041-3.5242.5914-3.954 1.3566-1.7138.3259-3.1573 1.4314-3.9442 2.9304l-2.298-2.426-.1183 1.3977C1.31 6.35.4773 5.1286.0235 4.3778c-.1231.4442.2728 3.8864.3814 4.3306.1062.4369.8255 3.4398 1.376 3.389.0772-.0289.2244-.6348.4078-1.178l1.2601 2.344c.5866 2.3414 2.4863 4.1736 4.8616 4.666-.0507.2897-.0531.5866-.0338.8425.0507.6372.3017 1.6535 1.0428 1.7983a.8484.8484 0 00.3814-.0145c.4803-.128 1.021-.3982 1.5087-.6976.1255.058.263.0941.4103.0941h.7628a.973.973 0 00.4104-.0917c.4851.2994 1.0283.5673 1.5062.6977a.8482.8482 0 00.3814.0144c.741-.1448.9921-1.161 1.0428-1.7983.0193-.2535.017-.5528-.0338-.8425 2.3753-.4924 4.275-2.3246 4.8616-4.666l1.26-2.344c.1835.5432.3332 1.1467.408 1.178.5504.0508 1.2697-2.9521 1.376-3.389.1085-.4466.5044-3.8912.3813-4.333-.4538.7508-1.289 1.9746-1.4652 2.2956l-.1183-1.3976-2.298 2.426c-.7894-1.499-2.2329-2.6046-3.9443-2.9305-.4297-.7652-2.1677-1.3156-3.954-1.3566-.0651-.0024-.1303-.0024-.198-.0024zm0 .7483c1.9142.0169 3.8888.5962 3.7294 1.0283l-1.3445 3.6184c-.099.2631-.2317.5117-.5118.5117H10.1304c-.2824 0-.4152-.2486-.5117-.5117L8.2693 5.1865c-.1593-.4297 1.8153-1.0114 3.7295-1.026zM7.7697 5.3144a.3416.3416 0 00.0168.0531L9.1311 8.986c.169.4538.4538.8472.9921.8472h3.7512c.5383 0 .8231-.3934.992-.8472l1.3446-3.6185c.0073-.0169.0121-.0362.017-.053 2.281.5165 3.9997 2.566 3.9997 4.9967v1.4193c0 2.8146-2.0228 5.1754-4.6877 5.7065-.1086-.2366-.2704-.4345-.5045-.5552-.2776-.1448-.5842-.1328-.8714-.0217-.3018.1158-.6035.2775-.886.4345-.1424.0772-.2848.1593-.4248.239a.9548.9548 0 00-.4731-.1256h-.7628a.955.955 0 00-.4732.1255c-.14-.082-.2824-.1617-.4248-.239-.2824-.1569-.5817-.3186-.8859-.4344-.2872-.111-.5938-.1207-.8714.0217-.2341.1207-.3959.321-.5045.5552-2.6625-.531-4.6878-2.8919-4.6878-5.704v-1.4218c0-2.4308 1.7163-4.4802 3.9999-4.9968zm-7.389.4031L1.788 8.2931l.2583-1.948 1.6221 1.8563a5.6213 5.6213 0 00-.4103 2.1073v1.4218c0 .0821.0024.1618.0048.2438L1.8894 9.657l-.2245 1.4797C1.0011 9.2201.6535 7.7742.3808 5.7175zm23.2337 0c-.2679 2.0567-.6155 3.5026-1.2793 5.4192l-.227-1.4797-1.3734 2.3173c.0024-.082.0048-.1617.0048-.2438v-1.4218a5.5759 5.5759 0 00-.4128-2.1073l1.6222-1.8562.2582 1.948zM8.2694 9.8308c-.5432 0-1.038.2197-1.3929.577a1.9644 1.9644 0 00-.577 1.3952c0 .543.2198 1.038.577 1.3952.3549.3573.8473.577 1.3928.577.5456 0 1.038-.2197 1.3953-.577a1.9645 1.9645 0 00.5769-1.3952c0-.5432-.2221-1.038-.577-1.3952a1.9645 1.9645 0 00-1.3952-.577zm7.4612 0c-.5455 0-1.038.2197-1.3952.577a1.9644 1.9644 0 00-.5769 1.3952c0 .543.2221 1.038.577 1.3952.3572.3573.8496.577 1.3951.577.5432 0 1.038-.2197 1.3929-.577a1.9645 1.9645 0 00.577-1.3952c0-.5432-.2198-1.038-.577-1.3952-.3549-.3573-.8473-.577-1.3929-.577zm-7.4613.2559c.4756 0 .9028.1907 1.2142.502.3114.3115.502.7411.502 1.2143 0 .473-.193.9028-.502 1.2142a1.707 1.707 0 01-1.2142.502 1.7112 1.7112 0 01-1.2141-.502 1.7113 1.7113 0 01-.5022-1.2142c0-.4732.1908-.9028.5022-1.2142a1.7112 1.7112 0 011.2141-.5021zm7.4613 0c.4732 0 .9029.1907 1.2142.502.3114.3115.5022.7411.5022 1.2143 0 .473-.1908.9028-.5022 1.2142a1.707 1.707 0 01-1.2142.502 1.707 1.707 0 01-1.2141-.502 1.7113 1.7113 0 01-.5021-1.2142c0-.4732.1931-.9028.502-1.2142a1.707 1.707 0 011.2142-.5021zm-7.4613.3935c-.7314 0-1.3228.5913-1.3228 1.3228 0 .7314.5914 1.3228 1.3228 1.3228.7314 0 1.3252-.5914 1.3252-1.3228 0-.7315-.5938-1.3228-1.3252-1.3228zm7.4613 0c-.7314 0-1.3227.5913-1.3227 1.3228 0 .7314.5913 1.3228 1.3227 1.3228.7314 0 1.3229-.5914 1.3229-1.3228 0-.7315-.5915-1.3228-1.3229-1.3228zm-9.023 4.328l-.2535.2125c.35.3983 1.3445 1.3035 3.167 1.3035H14.3813c1.82 0 2.817-.9052 3.167-1.3035l-.2534-.2125c-.309.3525-1.2166 1.1877-2.9136 1.1877H9.6211c-1.6994 0-2.6046-.8352-2.9136-1.1877zm2.6914 2.4773c.0766-.0012.161.0146.2535.0501.2897.111.6662.3138 1.12.572a.9495.9495 0 00-.1206.466v.0627c-.2149-.0676-.507-.14-.8811-.2269.6204.391.432.2897.8497.4973-.4635.2752-.2535.1376-.898.6228.3935-.1304.7024-.2366.9294-.3283a.9562.9562 0 00.1496.4997c-.3693.2196-.8159.449-1.2335.56-.8393.2244-1.182-2.76-.169-2.7754zm5.2015 0c1.0115.0154.6708 2.9998-.1685 2.7754-.4152-.111-.8642-.3404-1.236-.56a.9854.9854 0 00.1497-.4708c.2173.0845.5045.1835.857.2994-.6252-.4683-.449-.3573-.8546-.5963v-.0483c.3621-.1786.21-.099.8063-.4755-.3331.0773-.601.1449-.8063.2052v-.041a.9494.9494 0 00-.1206-.466c.4562-.2582.8303-.461 1.12-.572.0923-.0355.1765-.0513.253-.0501\"/></svg>\n </figure>\n </td>\n <td>jenkinsx.svg</td>\n <td><code>_includes/icons/simple-icons/jenkinsx.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"jenkinsx\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>Jest icon</title><path d=\"M22.251 11.82a3.117 3.117 0 0 0-2.328-3.01L22.911 0H8.104L11.1 8.838a3.116 3.116 0 0 0-2.244 2.988c0 1.043.52 1.967 1.313 2.536a8.279 8.279 0 0 1-1.084 1.244 8.14 8.14 0 0 1-2.55 1.647c-.834-.563-1.195-1.556-.869-2.446a3.11 3.11 0 0 0-.91-6.08 3.117 3.117 0 0 0-3.113 3.113c0 .848.347 1.626.903 2.182-.048.097-.097.195-.146.299-.465.959-.993 2.043-1.195 3.259-.403 2.432.257 4.384 1.849 5.489A5.093 5.093 0 0 0 5.999 24c1.827 0 3.682-.917 5.475-1.807 1.279-.632 2.599-1.292 3.898-1.612.48-.118.98-.187 1.508-.264 1.07-.153 2.175-.312 3.168-.89a4.482 4.482 0 0 0 2.182-3.091c.174-.994 0-1.994-.444-2.87.298-.48.465-1.042.465-1.647zm-1.355 0c0 .965-.785 1.75-1.75 1.75a1.753 1.753 0 0 1-1.085-3.126l.007-.007c.056-.042.118-.084.18-.125 0 0 .008 0 .008-.007.028-.014.055-.035.083-.05.007 0 .014-.006.021-.006.028-.014.063-.028.097-.042.035-.014.07-.027.098-.041.007 0 .013-.007.02-.007.028-.007.056-.021.084-.028.007 0 .02-.007.028-.007.034-.007.062-.014.097-.02h.007l.104-.022c.007 0 .02 0 .028-.007.028 0 .055-.007.083-.007h.035c.035 0 .07-.007.111-.007h.09c.028 0 .05 0 .077.007h.014c.055.007.111.014.167.028a1.766 1.766 0 0 1 1.396 1.723zM10.043 1.39h10.93l-2.509 7.4c-.104.02-.208.055-.312.09l-2.64-5.385-2.648 5.35c-.104-.034-.216-.055-.327-.076l-2.494-7.38zm4.968 9.825a3.083 3.083 0 0 0-.938-1.668l1.438-2.904 1.452 2.967c-.43.43-.743.98-.868 1.605H15.01zm-3.481-1.098c.034-.007.062-.014.097-.02h.02c.029-.008.056-.008.084-.015h.028c.028 0 .049-.007.076-.007h.271c.028 0 .049.007.07.007.014 0 .02 0 .035.007.027.007.048.007.076.014.007 0 .014 0 .028.007l.097.02h.007c.028.008.056.015.083.029.007 0 .014.007.028.007.021.007.049.014.07.027.007 0 .014.007.02.007.028.014.056.021.084.035h.007a.374.374 0 0 1 .09.049h.007c.028.014.056.034.084.048.007 0 .007.007.013.007.028.014.05.035.077.049l.007.007c.083.062.16.132.236.201l.007.007a1.747 1.747 0 0 1 .48 1.209 1.752 1.752 0 0 1-3.502 0 1.742 1.742 0 0 1 1.32-1.695zm-6.838-.049c.966 0 1.751.786 1.751 1.751s-.785 1.751-1.75 1.751-1.752-.785-1.752-1.75.786-1.752 1.751-1.752zm16.163 6.025a3.07 3.07 0 0 1-1.508 2.133c-.758.438-1.689.577-2.669.716a17.29 17.29 0 0 0-1.64.291c-1.445.355-2.834 1.05-4.182 1.717-1.724.854-3.35 1.66-4.857 1.66a3.645 3.645 0 0 1-2.154-.688c-1.529-1.056-1.453-3.036-1.272-4.12.167-1.015.632-1.966 1.077-2.877.028-.055.049-.104.077-.16.152.056.312.098.479.126-.264 1.473.486 2.994 1.946 3.745l.264.139.284-.104c1.216-.431 2.342-1.133 3.336-2.071a9.334 9.334 0 0 0 1.445-1.716c.16.027.32.034.48.034a3.117 3.117 0 0 0 3.008-2.327h1.167a3.109 3.109 0 0 0 3.01 2.327c.576 0 1.11-.16 1.57-.43.18.52.236 1.063.139 1.605z\"/></svg>\n </figure>\n </td>\n <td>jest.svg</td>\n <td><code>_includes/icons/simple-icons/jest.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"jest\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>JET icon</title><path d=\"M15.778 19.044c3.048-.498 4.755-.73 8.219-2.395L24 13.81c-3.228 3.225-9.249 5.146-15.07 5.098-.75-.01-1.948.017-2.246-.024 3.1.49 6.18.556 9.094.159M3.836 15.764c.75.003 1.805-.014 2.403-.394.535-.467.93-1.106 1.247-1.828l1.545-4.697-2.157.013-1.199 3.664c-.225 1.161-.943 1.566-1.483 1.483l-1.354-.097-.515 1.676 1.513.18m13.29-.104l1.672-5.074h2.44l.543-1.665-5.907-.01-.556 1.662H16.6l-1.73 5.077 2.257.01m-3.859-.024l.564-1.718h-3.204l.297-.909h2.668l.543-1.641h-2.661l.262-.81h3.08l.57-1.713-5.267.027-2.205 6.757 5.353.007m1.245-9.809c1.883-.072 3.743.083 5.969.277-2.192-.809-5.7-1.407-8.344-1.407-4.344 0-8.644 1.054-12.117 2.675L0 11.07c3.321-3.387 9.114-5.298 14.513-5.243\"/></svg>\n </figure>\n </td>\n <td>jet.svg</td>\n <td><code>_includes/icons/simple-icons/jet.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"jet\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role =\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>JetBrains icon</title><path d=\"M0 0h24v24H0V0zm2.1 21h9v-1.5h-9V21zM3.3 6.9h.3c.7-.1 1.2-.7 1.2-1.5V3H3.7v2.5c0 .4-.1.5-.4.5-.3 0-.5-.1-.6-.3l-.7.6c.3.5.8.7 1.3.6zm5 0V6H6.2v-.6H8v-.9H6.2v-.6h2.1V3H5.1v4h3.2zm1.3 0h1.1v-3h1.2V3H8.5v.9h1.2v3zm-4 3.8c0-.5-.3-.9-.8-.9.4-.1.6-.5.6-.9 0-.2-.1-.5-.2-.7-.3-.3-.7-.4-1.1-.4h-2v3.9h2c.9 0 1.5-.4 1.5-1zm-2.5-2h.7c.3 0 .5.1.5.3 0 .3-.2.4-.5.4h-.7v-.7zm0 2.1v-.7h.8c.4 0 .6.1.5.3 0 .2-.2.4-.5.4h-.8zm7.4-3L9 11.3l-.6-.9c.5-.2.8-.7.8-1.2 0-.3-.1-.7-.3-.9-.4-.4-.9-.5-1.3-.5H5.7v3.9h1.1v-1.2h.5l.8 1.2H9.9l.3-.7h1.5l.3.7h1.2l-1.6-4h-1.1zm-3 1.9h-.7v-.9h.7c.3 0 .6.1.6.5 0 .2-.2.4-.6.4zm3.9.5h-.8l.4-1.1.4 1.1zm1.9 1.5h1.1V7.8h-1.1v3.9zm4-1.8l-1.6-2.1h-1v3.9h1.1V9.6l1.7 2.2h.9v-4h-1.1v2.1zm3.1-.6c-.5-.1-.7-.2-.7-.4 0-.1.1-.2.4-.2.4 0 .8.2 1.1.4l.6-.8c-.5-.4-1-.5-1.6-.5-.9 0-1.5.6-1.5 1.3 0 .8.6 1 1.5 1.2.5.1.7.2.7.4s-.2.3-.5.3c-.5 0-.9-.2-1.3-.5l-.6.7c.5.4 1.2.6 1.8.6 1 0 1.6-.5 1.6-1.3 0-.7-.6-1-1.5-1.2z\"/></svg>\n\n </figure>\n </td>\n <td>jetbrains.svg</td>\n <td><code>_includes/icons/simple-icons/jetbrains.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"jetbrains\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Jinja icon</title><path d=\"M23.719.668l-.08.039s-4.563 2.175-8.244 2.652c-1.854.24-4.555.481-6.965.62a65.475 65.475 0 01-3.254.117c-.917.005-1.63-.032-1.95-.11a20.19 20.19 0 01-2.4-.732l-.252-.1.346 1.172-.92.809.248.437.44.033 1.052.131.162.514.635.057.318 1.078.092.006s1.338.115 1.762.115c.365 0 .93-.041 1.072-.05l.024.396.287.054v.315l-.799.71.156.028c-.14.01-.227.018-.5.03-.429.017-.934.02-1.203-.018-.586-.086-.709-.086-.709-.086H2.98l-.122.13-.046.446h.152l.055 1.111 2.933-.113-.205 3.682-.02.347-2.242-.127-.02-.761h.538l.057-.42.464-.106.223-.312-2.111-.51-1.705.506.465.388h.166l.025.334.494.028v.763l-.611.157.19.404.105.068v.825h.343v3.296l-.566.086.098 1.247.334.056-.055 2.342 1.803.033-.32-2.303 1.982-.048-.139 1.087-.25 1.032 2.608.033.027-2.28 1.322-.119-.072 1.293-.063.99h1.633l-.053-2.3.176.027.067-1.392h-.243l-.058-.34-.131-1.29.049-1.364h.295v-1.182l-.364.027.04-.806.431-.043.022-.352.172-.025.51-.389-1.827-.375-1.709.379.285.469.239-.02.054-.004.034.442.41-.02.004.674-1.526-.035.053-.877.059-.926v-1.213l.048-1.152 3.485-.178 4.156-.24.033.674-.152 1.949-.063 1.693-1.32-.023-.006-1.018.574-.021.028-.373.27-.041-.012-.057.152-.01.29-.388-2.01-.471-1.987.426.258.45.14-.01v.089h.246v.402l.524.008-.006.856h-.527l-.014.505.187.022-.021.978.394.02-.044 3.615-.524.108.016.423h.176v.985h.289l-.07 1.205-.112 1.314 2.17.057-.069-1.172-.138-.848-.022-.593 1.325-.024-.041 1.002-.008 1.33 1.033.082 1.252-.05.533-.157-.25-.76-.053-1-.08-.583 1.233-.045-.057.742-.006 1.515.738.069.631-.016.416-.13-.187-1.424-.049-.862.25-.027.006-.895.08-.017-.027-.43h-.303l-.049-.527-.023-2.692.222-.006v-.902l.096.014v-.461l-.334-.027.006-.836.57-.051-.033-.362.26-.021-.024-.117.58-.29-2.056-.413-1.881.38.232.432.223-.02.014.077h.203l.011.426.547-.006.035.773-1.671-.012-.211-1.457-.178-.826-.145-1.469.075-.746 3.847-.293.012-1.316.201-.05-.023-.38-.239-.138h-.037l-.357.05-.793.116a62.16 62.16 0 01-1.625.216l-.191.02-.014-.178-.785-.41.006-.275.271-.008.02-.672c.09-.006.352-.024.771-.062.484-.045 1.04-.105 1.361-.18.597-.14 1.452-.281 1.452-.281l.076-.012.408-1.108.805-.234.066-.184 1.78-.492.306-.252-.717-1.564.047-.236.344-.18.297-.906-.252-.223zM14.826 6.73l-.01.526.407.017-.016.32-.789.518-.086.258-1.86.09.01-.184.112-.181.01-.153.001-.228.067-.156.031-.16v-.092l.08-.323 2.043-.252zm-5.181.461l-.043.264.199.234-.014.387.176.27-.047.328.025.035-1.847.074.02-.152-.653-.354-.022-.345.291-.014.028-.598 1.887-.129zm4.015 8.5l1.258.082-.05 1.938.183 1.541-1.34-.047-.05-3.514zm-10.226.084l2.16.112L5.4 17.17v1.219l.137.523-2.09.098-.013-3.235zm15.377.01v3.256l-1.291.094-.051-1.723-.158-1.592 1.5-.035zm-11.495.076l1.538.006.017 2.996-1.43.026-.076-.928-.006-1.047-.043-1.053Z\"/></svg>\n\n </figure>\n </td>\n <td>jinja.svg</td>\n <td><code>_includes/icons/simple-icons/jinja.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"jinja\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Jira icon</title><path d=\"M23.323 11.33L13.001 1 12 0 4.225 7.775.67 11.33a.96.96 0 0 0 0 1.347l7.103 7.103L12 24l7.771-7.771.121-.121 3.431-3.431a.945.945 0 0 0 0-1.347zM12 15.551L8.449 12 12 8.453 15.548 12 12 15.551z\"/></svg>\n </figure>\n </td>\n <td>jira.svg</td>\n <td><code>_includes/icons/simple-icons/jira.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"jira\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Joomla icon</title><path d=\"M16.719 14.759L14.22 17.26l-2.37 2.37-.462.466c-1.368 1.365-3.297 1.83-5.047 1.397-.327 1.424-1.604 2.49-3.13 2.49C1.438 23.983 0 22.547 0 20.772c0-1.518 1.055-2.789 2.469-3.123-.446-1.76.016-3.705 1.396-5.08l.179-.18 2.37 2.37-.184.181c-.769.779-.769 2.024 0 2.789.771.78 2.022.78 2.787 0l.465-.465 2.367-2.371 2.502-2.506 2.368 2.372zm.924 6.652c-1.822.563-3.885.12-5.328-1.318l-.18-.185 2.365-2.369.18.184c.771.768 2.018.768 2.787 0 .765-.765.769-2.01-.004-2.781l-.466-.465-2.365-2.37-2.502-2.503 2.37-2.369 2.499 2.505 2.367 2.37.464.464c1.365 1.36 1.846 3.278 1.411 5.021 1.56.224 2.759 1.56 2.759 3.18 0 1.784-1.439 3.21-3.209 3.21-1.545 0-2.851-1.096-3.135-2.565l-.013-.009zM6.975 9.461l2.508-2.505 2.37-2.369.462-.461C13.74 2.7 15.772 2.251 17.58 2.79c.212-1.561 1.555-2.775 3.179-2.775 1.772 0 3.211 1.437 3.211 3.209 0 1.631-1.216 2.978-2.79 3.186.519 1.799.068 3.816-1.35 5.234l-.182.184-2.369-2.369.184-.184c.769-.77.769-2.016 0-2.783-.766-.766-2.011-.768-2.781.003l-.462.461-2.37 2.369-2.505 2.502-2.37-2.366zm-2.653 2.647l-.461-.462C2.43 10.215 1.986 8.17 2.529 6.358 1.1 6.029.03 4.754.03 3.224.03 1.454 1.47.015 3.24.015c1.596 0 2.92 1.166 3.17 2.691 1.73-.405 3.626.065 4.979 1.415l.184.185-2.37 2.37-.183-.181c-.77-.765-2.016-.765-2.785 0-.771.781-.77 2.025-.005 2.79l.465.466 2.37 2.369 2.505 2.505-2.367 2.37-2.51-2.505-2.371-2.37v-.012z\"/></svg>\n </figure>\n </td>\n <td>joomla.svg</td>\n <td><code>_includes/icons/simple-icons/joomla.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"joomla\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>jQuery icon</title><path d=\"M1.534 5.874c-2.123 3.05-1.86 7.017-.237 10.256.037.079.078.154.118.229.023.052.049.1.077.149.013.028.031.057.047.083.026.052.054.102.081.152l.157.265c.029.049.057.097.09.146.055.094.12.187.177.281.026.039.05.078.079.117a6.36 6.36 0 0 0 .31.444c.078.107.156.211.24.315.027.038.057.076.085.114l.221.269c.027.031.054.067.083.099.098.118.202.233.306.349 0 .002.003.004.005.007a3.13 3.13 0 0 0 .424.44c.08.082.16.164.245.244l.101.097c.111.104.222.208.339.308.002 0 .003.002.005.003l.057.05c.102.089.205.178.31.26l.125.105c.085.068.173.133.26.2l.136.104c.093.07.192.139.287.207.035.025.07.05.106.073l.029.023.281.185.12.08c.147.094.293.183.438.271.042.021.084.044.123.068.108.062.22.125.329.183.06.034.122.063.184.094.075.042.153.083.233.125a.324.324 0 0 1 .056.023c.033.015.064.031.096.047.12.06.245.117.375.174.024.01.05.02.076.034.144.063.288.123.437.182.034.01.07.027.105.04.135.051.274.103.411.152l.05.018c.153.052.304.102.459.15.036.01.073.023.111.033.159.048.313.105.473.136 10.26 1.87 13.242-6.169 13.242-6.169-2.505 3.262-6.95 4.122-11.16 3.165-.156-.036-.312-.086-.469-.132a13.522 13.522 0 0 1-.567-.181l-.062-.024c-.136-.046-.267-.097-.4-.148a1.613 1.613 0 0 0-.11-.041c-.147-.059-.29-.12-.432-.183-.031-.01-.057-.024-.088-.036a23.41 23.41 0 0 1-.361-.17c-.037-.016-.07-.033-.106-.052-.094-.044-.188-.094-.28-.142a3.942 3.942 0 0 1-.187-.096c-.113-.06-.226-.125-.339-.187-.034-.024-.073-.044-.112-.066a15.902 15.902 0 0 1-.438-.269 2.104 2.104 0 0 1-.118-.079 6.002 6.002 0 0 1-.312-.206c-.035-.023-.067-.048-.103-.073a9.541 9.541 0 0 1-.294-.212c-.042-.034-.087-.066-.132-.1-.088-.069-.177-.135-.265-.208l-.118-.094a10.58 10.58 0 0 1-.334-.281.258.258 0 0 0-.037-.03l-.347-.316-.1-.094c-.082-.083-.166-.163-.25-.245l-.097-.1a9.07 9.07 0 0 1-.309-.323l-.015-.016c-.106-.116-.209-.234-.313-.354-.027-.031-.052-.064-.08-.097l-.226-.277a21.248 21.248 0 0 1-.34-.448C2.16 11.786 1.315 7.386 3.184 3.777M8.121 3.305c-1.539 2.209-1.452 5.163-.254 7.499a9.1 9.1 0 0 0 .677 1.132c.23.33.484.72.792.986.107.122.223.24.344.359l.09.09c.114.11.231.218.35.325l.015.013a9.855 9.855 0 0 0 .414.342c.034.023.063.05.096.073.14.108.281.212.427.315l.015.009c.062.045.128.086.198.13.028.018.06.042.09.06.106.068.21.132.317.197.017.007.032.016.048.023.09.055.188.108.282.157.033.02.065.035.099.054.067.033.133.068.197.102l.032.014c.135.066.273.128.408.19.034.013.063.024.092.038.111.048.224.094.335.137.05.017.097.037.144.052.102.038.209.073.31.108l.14.045c.146.045.294.104.448.129 7.92 1.313 9.754-4.787 9.754-4.787-1.651 2.376-4.846 3.508-8.251 2.624a8.03 8.03 0 0 1-.448-.13c-.048-.013-.09-.028-.136-.042-.104-.036-.211-.071-.312-.109l-.144-.054c-.112-.045-.226-.087-.335-.135-.034-.015-.065-.025-.091-.04-.14-.063-.281-.125-.417-.192l-.206-.107-.119-.06c-.092-.048-.177-.098-.265-.15a.62.62 0 0 1-.062-.034c-.106-.066-.216-.13-.317-.198-.034-.019-.065-.042-.097-.062l-.208-.136c-.144-.1-.285-.208-.427-.312-.032-.029-.063-.053-.094-.079-1.497-1.177-2.678-2.786-3.238-4.608-.59-1.894-.46-4.018.559-5.742M13.66 1.384c-.908 1.332-.995 2.986-.37 4.455.664 1.56 2.022 2.785 3.604 3.365.065.025.128.046.195.07l.088.027c.092.029.185.063.28.084 4.376.844 5.56-2.247 5.879-2.701-1.042 1.496-2.789 1.855-4.932 1.334a4.844 4.844 0 0 1-.516-.16 6.344 6.344 0 0 1-.617-.254 6.521 6.521 0 0 1-1.08-.66c-1.92-1.454-3.109-4.23-1.857-6.491\"/></svg>\n </figure>\n </td>\n <td>jquery.svg</td>\n <td><code>_includes/icons/simple-icons/jquery.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"jquery\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>jsDelivr icon</title><path d=\"M11.851 0L.811 4.02l1.56 14.7L11.85 24l9.6-5.28 1.74-14.76zm.062 4.622a6.668 6.75 0 0 1 2.666.572 12.507 12.507 0 0 0-2.59 1.95c-.045-.02-.092-.031-.138-.045a1.181 1.181 0 0 0-.346-.056c-.071 0-.141.01-.21.021a8.91 8.91 0 0 1-.615-2.318 6.668 6.75 0 0 1 1.171-.122 6.668 6.75 0 0 1 .062-.002zm-1.99.312a9.763 9.763 0 0 0 .69 2.504 1.213 1.213 0 0 0-.328.825 1.202 1.202 0 0 0 .18.63c-.937 1.294-1.656 2.803-1.905 4.31-.01.056-.013.11-.02.166-.282.09-.515.284-.656.54-.987-.333-1.885-.968-2.615-2.022a6.668 6.75 0 0 1-.026-.515 6.668 6.75 0 0 1 4.68-6.438zm5.507.709a6.668 6.75 0 0 1 2.53 2.9c-.377.953-1.049 1.892-1.893 2.727a1.242 1.242 0 0 0-.644-.184 1.243 1.243 0 0 0-.768.27c-.462-.354-.91-.737-1.318-1.168-.333-.35-.637-.73-.921-1.123.19-.215.31-.494.31-.802 0-.212-.061-.41-.159-.586 1.058-1.008 2.112-1.67 2.863-2.034zm-3.925 1.982a.624.624 0 0 1 .346.114.624.624 0 0 1 .292.524.624.624 0 0 1-.292.524.626.626 0 0 1-.346.113.634.634 0 0 1-.638-.637c0-.355.283-.638.638-.638zm-.441 1.771a1.205 1.205 0 0 0 .675.062c.036.05.075.097.112.148a11.438 11.438 0 0 0 .921 1.119 12.103 12.103 0 0 0 1.446 1.277c-.032.11-.054.224-.054.342a1.236 1.236 0 0 0 .066.38 9.91 9.91 0 0 1-2.118 1.042c-.087.029-.173.052-.261.078a7.735 7.735 0 0 1-1.87.332 1.15 1.15 0 0 0-.66-.773c.004-.024.005-.049.01-.073.219-1.333.873-2.73 1.733-3.934zm7.272.19a6.668 6.75 0 0 1 .245 1.786 6.668 6.75 0 0 1-.259 1.856 9.993 9.993 0 0 1-1.666-.63 1.243 1.243 0 0 0-.065-.713 9.434 9.434 0 0 0 1.745-2.3zm-2.913 2.101c.367 0 .657.291.657.658s-.291.657-.657.657c-.367 0-.658-.29-.658-.657s.29-.658.658-.658zm.837 1.59a10.79 10.79 0 0 0 1.802.688 6.668 6.75 0 0 1-6.149 4.157 6.668 6.75 0 0 1-.062-.004 6.668 6.75 0 0 1-.042 0c-.087-.042-.168-.08-.266-.129-.312-.154-.667-.352-.846-.5a3.796 3.796 0 0 1-1.294-2.03c.21-.111.38-.284.487-.495a8.428 8.428 0 0 0 1.96-.306 9.11 9.11 0 0 0 .513-.154 11.083 11.083 0 0 0 2.341-1.13c.205.143.452.23.719.23a1.248 1.248 0 0 0 .837-.328zm-10.707.116a5.761 5.761 0 0 0 2.212 1.298 1.146 1.146 0 0 0 .857.87 4.602 4.602 0 0 0 1.24 2.222 6.668 6.75 0 0 1-4.31-4.39zm3.327.464c.331 0 .595.263.595.596s-.264.595-.595.595a.59.59 0 0 1-.596-.595.591.591 0 0 1 .596-.596z\"/></svg>\n </figure>\n </td>\n <td>jsdelivr.svg</td>\n <td><code>_includes/icons/simple-icons/jsdelivr.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"jsdelivr\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>JSFiddle icon</title><path d=\"M13.9 3.602c-2.749 0-5.103 1.544-6.35 3.779-.536-.317-1.139-.54-1.806-.54-1.981 0-3.6 1.606-3.6 3.579 0 .263.063.513.118.762C.912 12.09 0 13.602 0 15.344c0 2.763 2.241 5.012 5.008 5.054a.421.421 0 00.008 0h14c2.746.017 4.984-2.206 4.984-4.937 0-1.946-1.153-3.602-2.799-4.41.003-.062.01-.115.01-.184 0-4.008-3.28-7.265-7.31-7.265zm0 .843c3.58 0 6.47 2.872 6.47 6.422 0 .115-.012.242-.02.387a.421.421 0 00.26.414 4.104 4.104 0 012.546 3.793 4.094 4.094 0 01-4.135 4.096.421.421 0 00-.003 0H5.02C2.702 19.52.844 17.653.844 15.344c0-1.545.834-2.883 2.08-3.62a.421.421 0 00.187-.49 2.701 2.701 0 01-.125-.814 2.741 2.741 0 012.758-2.736 2.75 2.75 0 011.686.576.421.421 0 00.636-.15A6.462 6.462 0 0113.9 4.444zm-5.33 6.877c-1.586 0-2.91 1.213-2.91 2.737 0 1.523 1.324 2.736 2.91 2.736 1.411 0 2.182-.931 2.496-1.266a.421.421 0 10-.613-.578c-.378.402-.819 1.002-1.883 1.002-1.162 0-2.068-.86-2.068-1.894 0-1.035.906-1.895 2.068-1.895.533 0 1.105.297 1.686.77.372.303.737.668 1.098 1.043a.421.421 0 00.085.123c.533.552 1.122 1.205 1.774 1.736.652.531 1.386.959 2.217.959 1.586 0 2.91-1.213 2.91-2.736 0-1.524-1.324-2.737-2.91-2.737-1.411 0-2.182.931-2.496 1.266a.421.421 0 10.613.578c.378-.402.819-1.002 1.883-1.002 1.162 0 2.068.86 2.068 1.895 0 1.034-.906 1.894-2.068 1.894-.533 0-1.105-.297-1.686-.77-.372-.303-.737-.67-1.098-1.044a.421.421 0 00-.085-.121c-.533-.552-1.122-1.208-1.774-1.739-.652-.53-1.386-.957-2.217-.957Z\"/></svg>\n\n </figure>\n </td>\n <td>jsfiddle.svg</td>\n <td><code>_includes/icons/simple-icons/jsfiddle.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"jsfiddle\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>JSON icon</title><path d=\"M12.043 23.968c.479-.004.953-.029 1.426-.094 1.08-.138 2.143-.433 3.146-.863 1.409-.602 2.698-1.471 3.793-2.543 1.003-.989 1.842-2.151 2.44-3.427.509-1.097.869-2.274 1.02-3.476.149-1.16.135-2.346-.045-3.499-.149-.96-.419-1.896-.793-2.788-.24-.561-.525-1.101-.854-1.617-1.168-1.837-2.861-3.314-4.81-4.301-.693-.355-1.423-.645-2.172-.869h-.005c.119.063.24.132.345.201.12.074.239.146.351.225.569.385 1.094.827 1.559 1.33 1.063 1.145 1.797 2.548 2.218 4.041.284.982.434 1.998.495 3.017.044.743.044 1.491-.047 2.229-.149 1.27-.554 2.51-1.228 3.596-.495.803-1.14 1.519-1.903 2.084-1.244.928-2.877 1.482-4.436 1.114-.254-.061-.51-.146-.748-.258-.271-.124-.54-.277-.779-.449-.465-.311-.885-.685-1.244-1.106-.435-.52-.794-1.111-1.049-1.747-.314-.806-.479-1.672-.494-2.54-.03-1.273.225-2.553.854-3.67.42-.744.989-1.396 1.663-1.918.225-.178.464-.333.704-.479l.016-.007c-.466-.105-.96-.151-1.441-.12-.418.029-.823.105-1.228.239-.359.12-.704.271-1.019.45-.255.149-.508.315-.733.495-.211.18-.42.359-.615.555-1.123 1.153-1.768 2.682-2.022 4.256-.15.973-.15 1.961-.091 2.951.105 1.394.391 2.786.945 4.061.344.794.793 1.527 1.348 2.173.854.987 1.934 1.753 3.132 2.231.675.271 1.394.465 2.113.54.074.015.149.015.209.015l-.021-.032zm-2.934-.398c-.164-.07-.314-.149-.45-.228-.149-.083-.3-.168-.449-.259-.585-.362-1.108-.787-1.589-1.275-1.094-1.138-1.827-2.567-2.247-4.081-.284-1.034-.435-2.102-.495-3.172-.044-.703-.029-1.393.046-2.082.135-1.257.495-2.501 1.124-3.58.449-.794 1.063-1.498 1.783-2.053.494-.374 1.049-.69 1.633-.9.824-.299 1.708-.389 2.563-.27.33.045.658.121.959.225.029 0 .029 0 .045.03.015.015.045.015.06.03.045.016.104.045.165.074.239.12.479.271.704.42.899.629 1.633 1.498 2.097 2.502.42.914.615 1.934.631 2.938.014 1.079-.18 2.157-.645 3.146-.555 1.184-1.498 2.188-2.638 2.832.09.03.18.045.271.075.225.044.449.074.688.074 1.468.045 2.892-.659 3.94-1.647.195-.18.375-.375.54-.585.225-.27.435-.539.614-.823.239-.375.435-.75.614-1.154.226-.539.404-1.094.509-1.664.196-1.004.211-2.022.149-3.026-.135-2.022-.673-4.045-1.842-5.724-.18-.254-.359-.494-.555-.719-.329-.375-.689-.719-1.063-1.034-.42-.345-.885-.659-1.363-.915-.493-.223-1.078-.447-1.692-.598l-.3-.06c-.209-.03-.42-.044-.634-.06-.325-.015-.669-.01-1.015.016-.704.045-1.412.16-2.112.337-3.356.866-6.292 3.205-7.855 6.308C.799 7.657.445 8.714.238 9.8c-.239 1.243-.27 2.523-.104 3.775.12 1.02.374 2.023.778 2.977.227.57.511 1.124.825 1.648 1.094 1.783 2.683 3.236 4.51 4.24.688.391 1.408.69 2.157.945.226.074.45.149.689.209l.016-.024z\"/></svg>\n </figure>\n </td>\n <td>json.svg</td>\n <td><code>_includes/icons/simple-icons/json.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"json\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>JSON Web Tokens icon</title><path d=\"M10.2 0v6.456L12 8.928l1.8-2.472V0zm3.6 6.456v3.072l2.904-.96L20.52 3.36l-2.928-2.136zm2.904 2.112l-1.8 2.496 2.928.936 6.144-1.992-1.128-3.432zM17.832 12l-2.928.936 1.8 2.496 6.144 1.992 1.128-3.432zm-1.128 3.432l-2.904-.96v3.072l3.792 5.232 2.928-2.136zM13.8 17.544L12 15.072l-1.8 2.472V24h3.6zm-3.6 0v-3.072l-2.904.96L3.48 20.64l2.928 2.136zm-2.904-2.112l1.8-2.496L6.168 12 .024 13.992l1.128 3.432zM6.168 12l2.928-.936-1.8-2.496-6.144-1.992-1.128 3.432zm1.128-3.432l2.904.96V6.456L6.408 1.224 3.48 3.36Z\"/></svg>\n </figure>\n </td>\n <td>jsonwebtokens.svg</td>\n <td><code>_includes/icons/simple-icons/jsonwebtokens.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"jsonwebtokens\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Jupyter icon</title><path d=\"M12.2 18.1c-3.8 0-7.2-1.4-9-3.4.7 1.8 1.9 3.4 3.5 4.5s3.5 1.7 5.5 1.7 3.9-.6 5.5-1.7 2.8-2.7 3.5-4.5c-1.8 2-5.2 3.4-9 3.4zM12.2 4.9c3.8 0 7.2 1.4 9 3.4-.7-1.8-1.9-3.4-3.5-4.5C16 2.6 14.1 2 12.2 2c-2 0-3.9.6-5.5 1.7-1.6 1.2-2.8 2.7-3.5 4.6 1.8-2.1 5.1-3.4 9-3.4zM19.2.10000000000000009A1.4 1.4 0 1 0 19.2 2.9 1.4 1.4 0 1 0 19.2.10000000000000009zM5.1 20.3A1.8 1.8 0 1 0 5.1 23.900000000000002 1.8 1.8 0 1 0 5.1 20.3zM3.6 2.3A1 1 0 1 0 3.6 4.3 1 1 0 1 0 3.6 2.3z\"/></svg>\n </figure>\n </td>\n <td>jupyter.svg</td>\n <td><code>_includes/icons/simple-icons/jupyter.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"jupyter\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Just Eat icon</title><path d=\"M21.679 14.292l-.884 5.14c-.104.652-.151.673-.864.673h-.072c-.855 0-.869 0-.715-.948l.839-4.866h-1.506c-.582 0-.597 0-.46-.78.138-.779.138-.779.796-.779h4.628v.001c.596 0 .597 0 .462.78-.132.755-.136.779-.726.779h-1.498zM9.607 20.103H6.38c-1.195 0-1.205 0-.994-1.269l.848-4.925c.2-1.177.178-1.177 1.339-1.177h3.304c.595 0 .595.007.463.779-.133.773-.134.78-.785.78l-.002.001H7.846l-.229 1.345h2.065c.857 0 .857 0 .736.749-.106.712-.109.735-.679.735H7.372l-.229 1.422h2.786c.611 0 .611 0 .474.796-.134.74-.123.763-.735.764h-.061zm3.745-1.715l-.444.979c-.327.712-.322.735-1.045.735h-.072c-1.024 0-1.086-.06-.688-.886l2.767-5.736c.367-.748.352-.748 1.576-.748h.118c1.181.001 1.186.029 1.35.917l.981 5.505c.168.871.087.946-.769.948h-.042c-.795 0-.826 0-.933-.735l-.137-.979h-2.662zm.673-1.483h-.001v.002l.001-.002zm1.772 0l-.322-2.327c-.031-.212-.031-.212-.169-.212-.121 0-.121 0-.211.2l-1.07 2.339h1.772zM3.954 3.937c.814 0 .814.015.649.935l-.757 4.38c-.27 1.536-.933 2.817-2.605 3.359-.105.029-.407.121-.571.121-.164 0-.285-.091-.465-.557-.121-.316-.181-.468-.181-.618 0-.134.091-.256.391-.346 1.175-.361 1.566-.949 1.716-1.822l.668-3.892H1.597c-.587 0-.604-.025-.468-.793.136-.767.136-.767.799-.767h2.026zm6.831 0c.856 0 .893 0 .729.946l-.606 3.521c-.335 2.126-1.337 3.012-3.325 3.012-1.775 0-3.013-1.245-2.663-3.258l.609-3.554c.107-.673.129-.666.95-.666.843 0 .869-.005.716.943l-.578 3.385c-.153.917.186 1.515 1.181 1.515.995 0 1.271-.603 1.44-1.627l.611-3.543c.115-.669.132-.674.936-.674h-.001.001zm3.723 5.817c.652-.037.995-.318.995-.638 0-.381-.474-.52-1.1-.704-1.239-.381-2.341-.816-2.341-2.131 0-1.546 1.272-2.386 2.877-2.386.673 0 1.446.039 1.946.084.449.043.532.202.416.875-.115.673-.271.742-.643.709a17.73 17.73 0 0 0-1.761-.074c-.826.01-1.061.291-1.061.58 0 .351.322.55 1.087.749 1.421.413 2.354.973 2.354 2.197 0 1.438-1.07 2.278-2.783 2.346-.818.03-1.637-.015-2.446-.136-.546-.08-.565-.09-.429-.873.124-.715.142-.765.643-.704.965.117 1.593.143 2.246.105v.001zm8.932-5.817h.001c.597 0 .597 0 .461.78-.136.78-.136.78-.785.78h-1.438l-.885 5.139c-.107.673-.153.673-.935.673-.855 0-.869 0-.716-.948l.841-4.864h-1.508c-.582 0-.597-.001-.46-.78.138-.78.138-.78.795-.78h4.629z\"/></svg>\n </figure>\n </td>\n <td>justeat.svg</td>\n <td><code>_includes/icons/simple-icons/justeat.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"justeat\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>JustGiving icon</title><path d=\"M23.716 9.925H15.33l-4.898 4.919h6.727c-.885 1.975-2.865 3.061-5.16 3.061-3.104 0-5.639-2.67-5.639-5.771C6.36 9.02 8.896 6.42 12 6.42c1.134 0 2.189.295 3.061.871l4.542-4.561C17.541 1.031 14.893 0 12 0 5.37 0 0 5.367 0 12c0 6.623 5.37 12 12 12s12-5.115 12-11.738c0-.896-.103-1.35-.284-2.337z\"/></svg>\n </figure>\n </td>\n <td>justgiving.svg</td>\n <td><code>_includes/icons/simple-icons/justgiving.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"justgiving\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Kaggle icon</title><path d=\"M18.825 23.859c-.022.092-.117.141-.281.141h-3.139c-.187 0-.351-.082-.492-.248l-5.178-6.589-1.448 1.374v5.111c0 .235-.117.352-.351.352H5.505c-.236 0-.354-.117-.354-.352V.353c0-.233.118-.353.354-.353h2.431c.234 0 .351.12.351.353v14.343l6.203-6.272c.165-.165.33-.246.495-.246h3.239c.144 0 .236.06.285.18.046.149.034.255-.036.315l-6.555 6.344 6.836 8.507c.095.104.117.208.07.358\"/></svg>\n </figure>\n </td>\n <td>kaggle.svg</td>\n <td><code>_includes/icons/simple-icons/kaggle.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"kaggle\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>KaiOS icon</title><path d=\"M4.47 0a2.81 2.81 0 0 0-2.84 2.78v18.43A2.8 2.8 0 0 0 4.47 24a2.8 2.8 0 0 0 2.85-2.78V2.78A2.83 2.83 0 0 0 4.47 0zm9.4 8.54a2.8 2.8 0 0 0-3.89-.66 2.68 2.68 0 0 0-.68 3.8l8 11.15a2.81 2.81 0 0 0 3.88.66 2.68 2.68 0 0 0 .74-3.72l-.06-.09-7.98-11.14zm3.65-1.18a3.71 3.71 0 0 0 3.74-3.67A3.71 3.71 0 0 0 17.52.02a3.71 3.71 0 0 0-3.75 3.67 3.71 3.71 0 0 0 3.75 3.67z\"/></svg>\n </figure>\n </td>\n <td>kaios.svg</td>\n <td><code>_includes/icons/simple-icons/kaios.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"kaios\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Kaspersky icon</title><path d=\"M10.812 12.01c0 .909-.555 1.34-1.25 1.34H9.14v-.55h.392c.42 0 .7-.224.7-.795 0-.563-.265-.842-.712-.842-.43 0-.736.264-.736.83v2.284H8.2V10.69h.579V11h.08a.94.94 0 0 1 .777-.377c.641 0 1.176.466 1.176 1.387zm-3.804-.237l-.384-.039c-.303-.027-.462-.109-.462-.287 0-.21.205-.33.497-.33.302 0 .497.144.512.345h.555c-.023-.52-.423-.839-1.063-.839-.645 0-1.08.342-1.08.843 0 .42.264.691.866.75l.392.038c.237.023.396.07.396.299 0 .206-.147.354-.54.354-.36 0-.539-.164-.601-.385h-.601c.057.5.48.89 1.202.89.68 0 1.119-.358 1.119-.89-.004-.461-.31-.702-.808-.75zm6.044.753c-.089.21-.306.366-.617.366-.422 0-.737-.277-.737-.871 0-.566.29-.882.745-.882.404 0 .633.24.656.606h-1.04v.42h1.611v-.275c0-.766-.508-1.263-1.23-1.263-.672 0-1.317.46-1.317 1.394 0 .936.645 1.394 1.316 1.394.613 0 1.056-.38 1.192-.89zm-9.126-1.903c-.633 0-1.107.331-1.165.839h.621c.043-.186.213-.326.54-.326.419 0 .555.22.555.49v.908c-.237.271-.513.396-.788.396-.288 0-.485-.14-.485-.384 0-.238.155-.385.45-.385h.461v-.416h-.48c-.662 0-1.033.331-1.033.839 0 .474.356.831.946.831.33 0 .621-.132.84-.29h.08v.224h.579v-1.774c.016-.656-.43-.952-1.122-.952zM0 13.348h.579V9.712H0zm2.43-2.658h-.706L.883 11.8v.346l.864 1.202h.718L1.45 11.971zm20.93 0l-.473 1.051c-.117.253-.225.501-.26.669h-.082c-.035-.168-.148-.408-.264-.66l-.474-1.06h-.641l1.115 2.388-.551 1.202h.617L24 10.69zm-2.321 0h-.707l-.842 1.107v.345l.865 1.203h.719l-1.014-1.378zm-3.627 1.083l-.383-.039c-.304-.027-.462-.109-.462-.287 0-.21.205-.33.497-.33.302 0 .496.144.511.346h.555c-.023-.521-.422-.84-1.063-.84-.645 0-1.08.342-1.08.843 0 .42.265.691.866.75l.393.038c.236.023.396.07.396.299 0 .206-.148.354-.54.354-.361 0-.54-.164-.601-.385h-.603c.059.5.481.89 1.204.89.68 0 1.118-.358 1.118-.89 0-.461-.31-.702-.808-.75zm1.196 1.576h.578V9.712h-.578zM14.788 11h-.082v-.31h-.578v2.66h.578v-1.391c0-.473.218-.749.653-.749h.365v-.587h-.213c-.4 0-.571.153-.723.377z\"/></svg>\n </figure>\n </td>\n <td>kaspersky.svg</td>\n <td><code>_includes/icons/simple-icons/kaspersky.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"kaspersky\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Katana icon</title><path d=\"M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm.016 22.762H12c-5.95-.009-10.765-4.84-10.756-10.789.009-5.95 4.839-10.766 10.789-10.757 5.943.009 10.756 4.829 10.756 10.773 0 5.95-4.823 10.773-10.773 10.773zm9.475-10.857a5.562 5.562 0 0 1-9.142 3.214 6.331 6.331 0 0 0 3.251-2.062l.104.169c.339.584.568 1.226.676 1.893a6.281 6.281 0 0 0-.349-2.656 6.328 6.328 0 0 0-8.94-8.63 5.563 5.563 0 0 1 7.418 6.256 6.334 6.334 0 0 0-3.425-1.762l.093-.175a5.53 5.53 0 0 1 1.304-1.533 6.31 6.31 0 0 0-2.122 1.636 6.327 6.327 0 0 0-3.016 12.044 5.564 5.564 0 0 1 1.713-9.562 6.33 6.33 0 0 0 .185 3.818h-.186a5.535 5.535 0 0 1-1.98-.36 6.295 6.295 0 0 0 2.471 1.025 6.328 6.328 0 0 0 8.513 2.758 6.319 6.319 0 0 0 3.432-6.073zm-11.018-1.443a5.582 5.582 0 0 1 3.6.998 5.584 5.584 0 0 1-2.667 2.618 5.57 5.57 0 0 1-.933-3.616z\"/></svg>\n </figure>\n </td>\n <td>katana.svg</td>\n <td><code>_includes/icons/simple-icons/katana.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"katana\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>KeePassXC icon</title><path d=\"M12 0C5.378 0 0 5.378 0 12c0 6.623 5.378 12 12 12 6.623 0 12-5.377 12-12 0-6.622-5.377-12-12-12zm0 .791a11.203 11.203 0 0 1 11.209 11.21A11.202 11.202 0 0 1 12 23.208 11.203 11.203 0 0 1 .791 12 11.203 11.203 0 0 1 12.001.791zm0 1.871a9.356 9.356 0 0 0-1.705.162A1.746 1.746 0 0 0 12 4.95a1.746 1.746 0 0 0 1.706-2.126A9.342 9.342 0 0 0 12 2.662zM7.2 4a9.338 9.338 0 0 0-4.54 8 9.338 9.338 0 0 0 18.677 0 9.338 9.338 0 0 0-4.54-7.998 4.888 4.888 0 0 1-2.701 5.365l-.12 2.066 1.482 1.483-1.483 1.482.989.989-.989.988.12 1.857L12 20.328l-2.096-2.096V9.367A4.89 4.89 0 0 1 7.2 4zm3.4 6.543v6.99h.7v-6.99z\"/></svg>\n </figure>\n </td>\n <td>keepassxc.svg</td>\n <td><code>_includes/icons/simple-icons/keepassxc.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"keepassxc\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Kentico icon</title><path d=\"M0 0v25h25V0H0zm14.5 8.8l3-3s2.2 1.3.9 2.6l-2.1 2.1c-1.2 1.1-2.9-.6-1.8-1.7zm-.8-3.3v3c0 1.5-2.5 1.5-2.5 0V4.3s2.5-.6 2.5 1.2zM8.4 6.7l2.1 2.1c1.1 1.1-.6 2.8-1.7 1.7l-3-3s1.3-2.1 2.6-.8zm-2.9 4.6h3c1.5 0 1.5 2.5 0 2.5H4.3c0-.1-.6-2.5 1.2-2.5zm5 4.9l-3 3s-2.2-1.3-.9-2.6l2.1-2.1c1.2-1.1 2.9.6 1.8 1.7zm3.2 4.5s-2.5.6-2.5-1.2v-3c0-1.5 2.5-1.5 2.5 0v4.2zm-1.2-6.4c-1 0-1.8-.8-1.8-1.8s.8-1.8 1.8-1.8 1.8.8 1.8 1.8-.8 1.8-1.8 1.8zm4.1 4l-2.1-2.1c-1.1-1.1.6-2.8 1.7-1.7l3 3s-1.3 2.1-2.6.8zm2.9-4.6h-3c-1.5 0-1.5-2.5 0-2.5h4.2c0 .1.6 2.5-1.2 2.5z\"/></svg>\n </figure>\n </td>\n <td>kentico.svg</td>\n <td><code>_includes/icons/simple-icons/kentico.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"kentico\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Keras icon</title><path d=\"M24 0H0v24h24V0zM8.45 5.16l.2.17v6.24l6.46-6.45h1.96l.2.4-5.14 5.1 5.47 7.94-.2.3h-1.94l-4.65-6.88-2.16 2.08v4.6l-.19.2H7l-.2-.2V5.33l.17-.17h1.48z\"/></svg>\n\n </figure>\n </td>\n <td>keras.svg</td>\n <td><code>_includes/icons/simple-icons/keras.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"keras\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Keybase icon</title><path d=\"M10.446 21.371c0 .528-.428.953-.954.953-.525 0-.954-.425-.954-.953 0-.526.428-.954.953-.954.524 0 .951.431.951.955m5.922-.001c0 .528-.428.953-.955.953-.526 0-.952-.425-.952-.953 0-.526.423-.954.949-.954s.954.431.954.955M20.904 12.213l-.156-.204c-.046-.06-.096-.116-.143-.175-.045-.061-.094-.113-.141-.169-.104-.12-.209-.239-.319-.359l-.076-.08-.091-.099-.135-.131c-.015-.018-.032-.034-.05-.053-1.16-1.139-2.505-1.986-3.955-2.504l-.23-.078c.012-.027.024-.055.035-.083.41-1.064.367-2.223-.12-3.255-.491-1.035-1.356-1.8-2.438-2.16-.656-.216-1.23-.319-1.711-.305-.033-.105-.1-.577.496-1.848L10.663 0l-.287.399c-.33.455-.648.895-.945 1.328-.328-.345-.766-.552-1.245-.58L6.79 1.061h-.012c-.033-.003-.07-.003-.104-.003-.99 0-1.81.771-1.87 1.755l-.088 1.402v.003c-.061 1.029.727 1.915 1.755 1.979l1.002.061c-.065.84.073 1.62.405 2.306-1.346.562-2.586 1.401-3.66 2.484C.913 14.391.913 18.051.913 20.994v1.775l1.305-1.387c.266.93.652 1.807 1.145 2.615H5.06c-.833-1.114-1.419-2.426-1.68-3.848l1.913-2.03-.985 3.091 1.74-1.268c3.075-2.234 6.744-2.75 10.91-1.529 1.805.532 3.56.039 4.473-1.257l.104-.165c.091.498.141.998.141 1.496 0 1.563-.255 3.687-1.38 5.512h1.611c.776-1.563 1.181-3.432 1.181-5.512-.001-2.199-.786-4.421-2.184-6.274zM8.894 6.191c.123-1.002.578-1.949 1.23-2.97.025.05.054.097.084.144.264.398.713.625 1.199.605.217-.008.605.025 1.233.232.714.236 1.286.744 1.608 1.425s.349 1.442.079 2.149c-.173.445-.454.82-.806 1.109l-.408-.502-.002-.003c-.279-.341-.694-.535-1.134-.535-.335 0-.664.117-.925.33-.334.27-.514.66-.534 1.058-1.2-.541-1.8-1.643-1.628-3.041l.004-.001zm4.304 5.11l-.519.425c-.046.036-.095.053-.146.053-.066 0-.133-.03-.177-.085l-.111-.135c-.083-.1-.067-.25.034-.334l.51-.42-1.055-1.299c-.109-.133-.091-.33.044-.436.058-.048.126-.072.194-.072.091 0 .181.038.24.113l2.963 3.645c.109.135.09.33-.042.436-.039.029-.082.053-.126.063-.023.006-.045.009-.07.009-.09 0-.178-.04-.24-.113l-.295-.365-1.045.854c-.046.037-.1.055-.154.055-.068 0-.139-.03-.186-.09l-.477-.579c-.082-.102-.068-.252.035-.336l1.051-.857-.426-.533-.002.001zM7.753 4.866l-1.196-.075c-.255-.015-.45-.235-.435-.488l.09-1.401c.014-.245.216-.436.461-.436h.024l1.401.091c.123.006.236.06.317.152.083.094.123.21.116.336l-.007.101c-.32.567-.585 1.134-.773 1.72h.002zm12.524 11.481c-.565.805-1.687 1.081-2.924.718-3.886-1.141-7.396-.903-10.468.701l1.636-5.123-5.291 5.609c.099-3.762 2.453-6.966 5.758-8.311.471.373 1.034.66 1.673.841.16.044.322.074.48.102-.183.458-.119.997.21 1.407l.075.09c-.172.45-.105.975.221 1.374l.475.582c.266.325.659.513 1.079.513.321 0 .635-.111.886-.314l.285-.232c.174.074.367.113.566.113.113 0 .222-.01.33-.035.218-.05.424-.15.598-.291.623-.51.72-1.435.209-2.06l-1.67-2.056c.145-.117.281-.244.408-.381.135.037.271.078.4.12.266.097.533.198.795.315 1.005.445 1.954 1.1 2.771 1.897.029.03.059.055.085.083l.17.175c.038.039.076.079.111.12.079.085.16.175.239.267l.126.15c.045.053.086.104.13.16l.114.15c.04.051.079.102.117.154.838 1.149.987 2.329.404 3.157v.005zM7.719 4.115l-.835-.051.053-.835.834.051-.052.835z\"/></svg>\n </figure>\n </td>\n <td>keybase.svg</td>\n <td><code>_includes/icons/simple-icons/keybase.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"keybase\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>KeyCDN icon</title><path d=\"M2.305 19.065c.226.01.454.04.667.12v-.003l.032.012 2.81-2.74.102.137c.146.2.3.38.464.56l.06.068c.043.043.077.086.12.13l.326.325.077.07.07.06c1.305 1.107 2.937 1.734 4.655 1.777 1.417.034 2.8-.326 4.01-1.04l.216.224c.25.266.507.533.756.8-1.495.96-3.23 1.442-5.017 1.4-2.01-.053-3.926-.774-5.463-2.063l.01-.016-1.803 1.777c.067.21.093.43.096.65 0 1.242-1.006 2.248-2.247 2.248S0 22.552 0 21.31c0-1.24 1.005-2.246 2.246-2.246h.058zM19.48 7.477c.885 1.452 1.323 3.127 1.28 4.828-.05 2.08-.833 4.063-2.208 5.618l.01.01 1.107 1.176c.446-.06.892.094 1.202.42.524.558.507 1.435-.052 1.967-.558.524-1.435.507-1.967-.052-.31-.326-.438-.782-.352-1.22-.514-.55-1.425-1.52-1.95-2.07l-.11-.12.128-.103c.335-.266.644-.558.928-.885 1.177-1.323 1.838-3.006 1.88-4.776.035-1.34-.283-2.653-.927-3.813l1.03-.98zM3.828 2.226c.395-.006.765.15 1.04.432.31.326.44.782.353 1.22L7.35 6.11l-.128.104c-.335.266-.644.558-.928.885-1.177 1.322-1.838 3.005-1.89 4.775-.034 1.34.283 2.654.928 3.822l-1.022.996c-.893-1.46-1.34-3.135-1.288-4.853.044-2.068.85-4.066 2.204-5.622L4.053 4.994c-.447.06-.893-.095-1.203-.42-.524-.56-.507-1.436.052-1.968.217-.204.497-.335.794-.37.044-.006.09-.007.133-.01zM21.753.442C22.993.442 24 1.448 24 2.69s-1.006 2.246-2.247 2.246c-.24.003-.474-.04-.7-.112l-.002.002-.033-.012-3.05 2.895-.102-.138c-.163-.215-.344-.43-.533-.627l-.034-.043-.266-.266-.12-.103-.077-.07-.06-.05-.077-.07c-1.297-1.09-2.92-1.71-4.62-1.752-1.418-.033-2.8.32-4.004 1.04l-.98-1.022c1.496-.962 3.23-1.443 5.017-1.4 2.01.052 3.927.773 5.464 2.07h.017l2.02-1.917c-.07-.216-.1-.443-.103-.67 0-1.242 1.006-2.248 2.247-2.248zM11.96 5.458c.254 0 .507.02.76.05 3.624.455 6.192 3.762 5.746 7.387-.455 3.625-3.762 6.193-7.387 5.747-3.626-.455-6.194-3.762-5.748-7.387.432-3.363 3.258-5.785 6.628-5.797zm-.1 2.84c-1.466.116-2.528 1.226-2.566 2.7.027 1.053.565 1.94 1.505 2.425l-.512 2.4h3.423l-.51-2.4c.935-.507 1.49-1.346 1.505-2.423-.02-1.522-1.198-2.668-2.706-2.706l-.14.004zm.052-.016h-.01H11.912z\"/></svg>\n </figure>\n </td>\n <td>keycdn.svg</td>\n <td><code>_includes/icons/simple-icons/keycdn.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"keycdn\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Khan Academy icon</title><path d=\"M21.724 4.973L13.418.328a3.214 3.214 0 0 0-2.828 0L2.276 4.973A3.05 3.05 0 0 0 .862 7.371v9.256a3.05 3.05 0 0 0 1.414 2.4l8.306 4.645a3.214 3.214 0 0 0 2.828 0l8.314-4.645a3.05 3.05 0 0 0 1.414-2.4V7.373a3.05 3.05 0 0 0-1.414-2.4zM12 4.921a2.571 2.571 0 1 1 .001 5.143A2.571 2.571 0 0 1 12 4.92zm3.094 13.627a9.119 9.119 0 0 1-3.103.549 8.972 8.972 0 0 1-3.076-.55 8.493 8.493 0 0 1-5.486-7.987v-.857c4.646.017 8.074 3.823 8.074 8.51v.198h.926v-.197c0-4.688 3.445-8.51 8.056-8.51.026.29.043.582.086.856a8.502 8.502 0 0 1-5.477 7.988z\"/></svg>\n </figure>\n </td>\n <td>khanacademy.svg</td>\n <td><code>_includes/icons/simple-icons/khanacademy.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"khanacademy\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Khronos Group icon</title><path d=\"M.511 12.946H0v-2.615h.511v2.615zm.008-1.299l.791-1.316h.571l-.839 1.298.839 1.316h-.57l-.792-1.298zm3.11.238v1.061h-.511v-2.615h.511v1.061h.843v-1.061h.511v2.615h-.51v-1.061h-.844zm3.37 1.061h-.511v-2.615h.621c.198 0 .345.006.442.021a.787.787 0 0 1 .587.358.82.82 0 0 1 .117.439.806.806 0 0 1-.167.515.743.743 0 0 1-.453.269l.653 1.014h-.609l-.678-1.212-.002 1.211zm0-1.34h.114c.208 0 .365-.037.474-.112a.377.377 0 0 0 .161-.328c0-.139-.045-.241-.136-.307-.09-.066-.231-.099-.422-.099h-.191v.846zm8.51 1.34h-.502v-2.615h.485L16.574 12v-1.669h.502v2.615h-.475l-1.092-1.72v1.72zm2.962-1.313a1.353 1.353 0 0 1 .228-.765c.129-.189.292-.333.487-.435a1.358 1.358 0 0 1 1.141-.053 1.37 1.37 0 0 1 .731.729 1.413 1.413 0 0 1 .005 1.04c-.065.164-.159.31-.283.436a1.327 1.327 0 0 1-.963.413c-.195 0-.374-.035-.54-.105a1.27 1.27 0 0 1-.436-.309 1.34 1.34 0 0 1-.37-.951zm.535-.018a.854.854 0 0 0 .221.58.83.83 0 0 0 .274.201.765.765 0 0 0 .316.071.762.762 0 0 0 .576-.244.847.847 0 0 0 .232-.608.78.78 0 0 0-.235-.569.764.764 0 0 0-.564-.236.799.799 0 0 0-.582.235.775.775 0 0 0-.238.57zm3.389.522l.469-.001v.037c0 .11.028.198.085.263a.286.286 0 0 0 .227.099.32.32 0 0 0 .241-.092.347.347 0 0 0 .089-.25c0-.168-.12-.289-.36-.362a1.981 1.981 0 0 1-.074-.023c-.203-.063-.354-.154-.452-.27a.665.665 0 0 1-.147-.443c0-.245.068-.443.204-.591a.702.702 0 0 1 .544-.223c.212 0 .381.066.506.198s.196.318.21.555h-.464v-.022a.271.271 0 0 0-.076-.2.268.268 0 0 0-.198-.076c-.084 0-.15.026-.199.079s-.072.124-.072.214c0 .039.005.072.015.101.01.03.026.056.048.079.049.054.155.103.316.15.072.019.127.035.165.049.179.061.312.148.398.262s.13.259.13.436c0 .27-.075.485-.225.649a.768.768 0 0 1-.595.245.733.733 0 0 1-.566-.236c-.141-.16-.215-.369-.219-.627zm-5.032 1.337l-.07.077a.334.334 0 0 0-.103-.065.292.292 0 0 0-.111-.021.26.26 0 0 0-.2.084c-.054.056-.08.124-.08.205s.027.15.08.205c.054.056.12.084.2.084a.29.29 0 0 0 .189-.067v-.173h-.155v-.102h.266v.336a.619.619 0 0 1-.147.085.436.436 0 0 1-.152.028.383.383 0 0 1-.395-.395.4.4 0 0 1 .233-.363.428.428 0 0 1 .32-.002.332.332 0 0 1 .125.084zm1.091-.094h.143a.83.83 0 0 1 .099.006.247.247 0 0 1 .068.022c.032.017.058.043.076.076s.028.072.028.114a.182.182 0 0 1-.048.128.213.213 0 0 1-.128.067l.229.31-.106.045-.252-.365v.347l-.112.009.003-.759zm.113.1v.238h.04c.048 0 .085-.01.112-.032a.112.112 0 0 0 .04-.09.106.106 0 0 0-.037-.087.181.181 0 0 0-.111-.03h-.044v.001zm1.738-.119a.377.377 0 0 1 .256.095.403.403 0 0 1-.097.665.39.39 0 0 1-.161.032.395.395 0 0 1-.257-.095.404.404 0 0 1-.138-.302.4.4 0 0 1 .254-.371.402.402 0 0 1 .143-.024zm0 .104a.26.26 0 0 0-.2.084c-.054.056-.08.124-.08.205s.027.15.08.205c.054.056.12.083.201.083a.284.284 0 0 0 .281-.289.279.279 0 0 0-.282-.288zm1.563-.095v.426c0 .09.012.154.035.191.023.036.062.054.117.054s.096-.017.12-.052.037-.092.037-.172v-.436l.108-.01v.473c0 .061-.004.108-.013.141s-.025.061-.045.085a.216.216 0 0 1-.087.059.318.318 0 0 1-.115.022c-.09 0-.159-.026-.203-.076-.045-.05-.067-.128-.067-.231v-.461l.113-.013zm1.515.01h.199c.085 0 .151.019.196.058.045.039.067.096.067.169 0 .07-.026.125-.077.167a.335.335 0 0 1-.213.061.832.832 0 0 1-.057-.003h-.003v.297l-.112.009v-.758zm.112.1v.25l.031.004a.433.433 0 0 0 .037.001c.054 0 .096-.01.124-.032a.114.114 0 0 0 .043-.096c0-.044-.013-.076-.039-.097-.026-.021-.067-.031-.123-.031h-.073v.001zm-12.03-.704c-.897-.032-2.123-.442-2.377-1.033-.219-.538-.001-1.165 1.034-1.61.615-.256 1.544-.328 2.261-.262 1.016.093 1.985.618 1.986.621v.737l-.001.049s-.315-.285-.709-.515c-.371-.217-.71-.369-1.384-.431-.158-.014-.426-.05-.861.01-.176.025-.423.043-.981.288a2.342 2.342 0 0 0-.476.285 2.953 2.953 0 0 0-.223.201c-.159.199-.243.349-.203.62.046.204.137.332.399.527.114.085.127.084.177.11.469.243.843.332 1.378.399m.03-2.294c.9-.004 2.176.356 2.507.937.291.528.156 1.162-.817 1.646-.578.28-1.496.389-2.219.351-1.026-.053-2.062-.54-2.063-.541l-.098-.735-.006-.049s.352.272.776.487c.399.201.758.341 1.438.376.159.009.431.032.857-.044.172-.031.417-.059.94-.325a1.98 1.98 0 0 0 .632-.512c.132-.205.196-.358.12-.626-.074-.201-.181-.325-.467-.51-.124-.08-.137-.079-.191-.103-.5-.223-.884-.297-1.428-.343\"/></svg>\n </figure>\n </td>\n <td>khronosgroup.svg</td>\n <td><code>_includes/icons/simple-icons/khronosgroup.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"khronosgroup\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Kibana icon</title><path d=\"M21.04 23.99H4.18l9.88-11.86c4.23 2.76 6.98 7.04 6.98 11.86zm0-23.95H3.08v21.55z\"/></svg>\n </figure>\n </td>\n <td>kibana.svg</td>\n <td><code>_includes/icons/simple-icons/kibana.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"kibana\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Kickstarter icon</title><path d=\"M7.168 0c-3.2 0-5.797 2.579-5.797 5.758v12.484C1.371 21.42 3.968 24 7.168 24c1.981 0 3.716-.978 4.768-2.479l.794.79c2.26 2.245 5.943 2.245 8.203 0a5.724 5.724 0 001.696-4.075 5.724 5.724 0 00-1.696-4.074l-2.182-2.168 2.182-2.156a5.724 5.724 0 001.696-4.074 5.724 5.724 0 00-1.696-4.074c-2.26-2.246-5.942-2.246-8.203 0l-.794.789A5.797 5.797 0 007.168 0Z\"/></svg>\n </figure>\n </td>\n <td>kickstarter.svg</td>\n <td><code>_includes/icons/simple-icons/kickstarter.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"kickstarter\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Kik icon</title><path d=\"M11.482 16.752c-.01.688-.56 1.242-1.238 1.242-.689 0-1.23-.541-1.244-1.23h-.016v-6.243H9v-.029c0-.693.556-1.256 1.237-1.256s1.236.563 1.236 1.258v.045h.016v6.225h-.016l.009-.012zm11.137-4.889c.75 0 1.381.618 1.381 1.377 0 .76-.631 1.375-1.381 1.375-.766 0-1.395-.615-1.395-1.379 0-.766.615-1.381 1.379-1.381l.016.008zm-2.084 4.186c.121.195.193.432.193.686 0 .703-.553 1.26-1.244 1.26-.463 0-.869-.256-1.08-.631l-2.053-2.746-.631.586v1.635h-.014c-.039.652-.57 1.168-1.225 1.168-.674 0-1.221-.553-1.221-1.238v-.025h-.016v-9.45h.027v-.047c0-.69.551-1.253 1.23-1.253.674 0 1.225.562 1.225 1.253v.07h.016l.01 4.597 2.311-2.261c.229-.255.559-.405.928-.405.689 0 1.248.57 1.248 1.26 0 .346-.133.646-.344.871l.012.015-1.621 1.605 2.281 3.061-.016.016-.016-.027zm-13.246 0c.12.195.195.432.195.686 0 .703-.555 1.26-1.244 1.26-.466 0-.871-.256-1.081-.631l-2.054-2.746-.63.586v1.631H2.46c-.036.654-.57 1.17-1.221 1.17-.676 0-1.225-.555-1.225-1.238v-.027H0V7.29h.031c-.004-.015-.004-.029-.004-.044 0-.69.551-1.252 1.23-1.252.675 0 1.225.559 1.225 1.25v.07h.016l.01 4.6 2.311-2.261c.23-.255.562-.405.931-.405.687 0 1.245.57 1.245 1.26 0 .33-.131.646-.346.871l.016.015-1.627 1.605 2.271 3.061-.016.016-.004-.027z\"/></svg>\n </figure>\n </td>\n <td>kik.svg</td>\n <td><code>_includes/icons/simple-icons/kik.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"kik\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Kirby icon</title><path d=\"M16.571 12l-2.857 1.48v.234h2.857V16H7.43v-2.286h2.857v-.25L7.429 12V9.143L12 11.598l4.571-2.455M12 0l10.286 5.999V18L12 24 1.714 18.001V6zM2.857 6.682v10.636L12 22.651l9.143-5.333V6.682L12 1.349Z\"/></svg>\n </figure>\n </td>\n <td>kirby.svg</td>\n <td><code>_includes/icons/simple-icons/kirby.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"kirby\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>KLM icon</title><path d=\"M6.75 13.034H4.5l-2.25 2.257v-2.257H0v6.018h2.25v-2.257l2.25 2.257h3l-3.375-3.385zm3 0H7.5v6.018h6v-1.518H9.75zm10.5 0l-1.125 3.385L18 13.034h-3.75v6.018h2.25v-4.514l1.5 4.514h2.25l1.5-4.514v4.514H24v-6.018zM10.5 9.649c.725 0 1.313-.589 1.313-1.316s-.588-1.317-1.313-1.317-1.312.589-1.312 1.317.587 1.316 1.312 1.316zm1.688-1.316c0 .727.588 1.316 1.312 1.316.725 0 1.313-.589 1.313-1.316s-.588-1.317-1.313-1.317-1.312.589-1.312 1.317zm2.999 0c0 .727.588 1.316 1.312 1.316.725 0 1.313-.589 1.313-1.316s-.588-1.317-1.313-1.317-1.312.589-1.312 1.317zm-6.375 0c0-.727-.588-1.317-1.313-1.317s-1.312.589-1.312 1.317.588 1.316 1.313 1.316 1.312-.589 1.312-1.316zM7.5 10.025h9v1.505h-9zm4.125-2.821h.75v-.752h.75V5.7h-.75v-.753h-.75V5.7h-.75v.752h.75z\"/></svg>\n </figure>\n </td>\n <td>klm.svg</td>\n <td><code>_includes/icons/simple-icons/klm.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"klm\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Klout icon</title><path d=\"M0 2.673v14.72h16.17L24 21.327V2.673H0zm9.827 8.42h-1.17l-2.88 4.054H2.35l3.94-5.265-3.638-5.07h3.336l2.66 3.885h1.18v2.397zm8.407 4.053l-2.88-4.053h-1.966v4.053h-2.73V4.812h2.734v3.885h1.965l2.658-3.885h3.33l-3.636 5.07 3.94 5.265h-3.416z\"/></svg>\n </figure>\n </td>\n <td>klout.svg</td>\n <td><code>_includes/icons/simple-icons/klout.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"klout\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Known icon</title><path d=\"M24 12c0 6.6-5.4 12-12 12S0 18.6 0 12 5.4 0 12 0s12 5.4 12 12zM12 1.8C6.3 1.8 1.8 6.3 1.8 12S6.3 22.2 12 22.2 22.2 17.7 22.2 12 17.7 1.8 12 1.8zm5.6 5.4l-.2.2c.1-.1.3-.2.4-.2h-.2zm.2 0h.5V5.3h-5.5v1.9h.9c.2 0 .3.1.3.3 0 .1 0 .2-.1.2l-3.8 3.8H10c-.1 0-.2-.1-.2-.2V7.9c0-.4.3-.7.7-.7h.8V5.3H5.4v1.9h.7c.4 0 .7.3.7.7v8.4c0 .4-.3.7-.7.7h-.7v2h5.9v-2h-.8c-.4 0-.7-.3-.7-.7v-1.4c0-.1 0-.2.1-.3l1.5-1.5s.1-.1.2-.1.2 0 .2.1l2.1 3.3v.2c0 .2-.1.3-.3.3h-.9v2H19v-2h-.7c-.2 0-.4-.1-.5-.3v-.1L14.1 11c0-.1-.1-.1-.1-.2s0-.2.1-.2l3.2-3.2c.2-.2.3-.2.5-.2z\"/></svg>\n </figure>\n </td>\n <td>known.svg</td>\n <td><code>_includes/icons/simple-icons/known.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"known\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Ko-fi icon</title><path d=\"M23.881 8.948c-.773-4.085-4.859-4.593-4.859-4.593H.723c-.604 0-.679.798-.679.798s-.082 7.324-.022 11.822c.164 2.424 2.586 2.672 2.586 2.672s8.267-.023 11.966-.049c2.438-.426 2.683-2.566 2.658-3.734 4.352.24 7.422-2.831 6.649-6.916zm-11.062 3.511c-1.246 1.453-4.011 3.976-4.011 3.976s-.121.119-.31.023c-.076-.057-.108-.09-.108-.09-.443-.441-3.368-3.049-4.034-3.954-.709-.965-1.041-2.7-.091-3.71.951-1.01 3.005-1.086 4.363.407 0 0 1.565-1.782 3.468-.963 1.904.82 1.832 3.011.723 4.311zm6.173.478c-.928.116-1.682.028-1.682.028V7.284h1.77s1.971.551 1.971 2.638c0 1.913-.985 2.667-2.059 3.015z\"/></svg>\n </figure>\n </td>\n <td>ko-fi.svg</td>\n <td><code>_includes/icons/simple-icons/ko-fi.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ko-fi\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Kodi icon</title><path d=\"M12.03.047c-.226 0-.452.107-.669.324-.922.922-1.842 1.845-2.763 2.768-.233.233-.455.48-.703.695-.31.267-.405.583-.399.988.02 1.399.008 2.799.008 4.198 0 1.453-.002 2.907 0 4.36 0 .11.002.223.03.327.087.337.303.393.546.15 1.31-1.31 2.618-2.622 3.928-3.933l4.449-4.453c.43-.431.43-.905 0-1.336L12.697.37c-.216-.217-.442-.324-.668-.324zm7.224 7.23c-.223 0-.445.104-.65.309L14.82 11.37c-.428.429-.427.895 0 1.322l3.76 3.766c.44.44.908.44 1.346.002 1.215-1.216 2.427-2.433 3.644-3.647.182-.18.353-.364.43-.615v-.33c-.077-.251-.246-.436-.428-.617-1.224-1.22-2.443-2.445-3.666-3.668-.205-.205-.429-.307-.652-.307zM4.18 7.611c-.086.014-.145.094-.207.157L.209 11.572c-.28.284-.278.677.004.96l2.043 2.046c.59.59 1.177 1.182 1.767 1.772.169.168.33.139.416-.084.044-.114.062-.242.063-.364.004-1.283.004-2.567.004-3.851h-.002V8.184c0-.085-.01-.169-.022-.252-.019-.135-.072-.258-.207-.309a.186.186 0 0 0-.095-.012zm7.908 6.838c-.224 0-.447.106-.656.315L7.66 18.537c-.433.434-.433.899.002 1.334 1.215 1.216 2.43 2.43 3.643 3.649.18.18.361.354.611.433h.33c.244-.069.423-.226.598-.402 1.222-1.23 2.45-2.453 3.676-3.68.43-.43.427-.905-.004-1.338l-3.772-3.773c-.208-.208-.432-.311-.656-.31z\"/></svg>\n </figure>\n </td>\n <td>kodi.svg</td>\n <td><code>_includes/icons/simple-icons/kodi.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"kodi\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Koding icon</title><path d=\"M.8 0H23v6H1V0zm0 9H18v6H.7V9zm0 9H23v6H1v-6z\"/></svg>\n </figure>\n </td>\n <td>koding.svg</td>\n <td><code>_includes/icons/simple-icons/koding.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"koding\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Kotlin icon</title><path d=\"M1.3 24l11.3-11.5L24 24zM0 0h12L0 12.5zM13.4 0L0 14v10l12-12L24 0z\"/></svg>\n </figure>\n </td>\n <td>kotlin.svg</td>\n <td><code>_includes/icons/simple-icons/kotlin.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"kotlin\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Krita icon</title><path d=\"M.652.76a.625.625 0 00-.5.246c-.352.448-.035.898.362 1.262.206.189 1.77 1.794 3.428 3.527a11.054 11.054 0 011.815-1.983C3.667 2.515 1.694 1.266 1.461 1.1 1.201.914.917.762.652.76zm5.105 3.052c1.848 1.148 3.786 2.332 4.693 2.84 1.469.821 3.758 2.684 4.092 4.434.535.466 2.182 1.916 2.596 2.413.698-.211 1.518.133 2.06 1.12.866 1.583.227 3.747-1.968 4.988a5.42 5.42 0 01-.296.267l.296-.267c1.14-1.468-.714-2.44-1.175-3.864a2.06 2.06 0 01-.11-.78c-.533-.282-2.11-1.452-2.795-1.965-1.801.16-4.207-1.773-5.35-3.08-.7-.802-2.32-2.517-3.858-4.123a11.052 11.052 0 00-2.046 6.393A11.052 11.052 0 1012.948 1.136c-2.64.004-5.19.954-7.19 2.676zm8.71 7.552c-.515.126-.968.831-1.118 1.306-.038.115-.04.303.066.342.802.592 1.556 1.168 2.4 1.7.162-.393.746-.963 1.096-1.2zm-11.53 1.639c.812 1.898 5.798 7.17 12.06 2.695a2.07 2.07 0 00.114.715c.46 1.42 2.36 2.427 1.238 3.89-2.135 1.364-5 1.201-6.989.528-3.558-1.204-5.914-4.332-6.424-7.828zm13.782.7a.771.771 0 00-.065.049c-.004.003-.008.008-.011.008.003-.003.007-.008.01-.008.024-.015.044-.034.066-.048z\"/></svg>\n </figure>\n </td>\n <td>krita.svg</td>\n <td><code>_includes/icons/simple-icons/krita.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"krita\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Kubernetes icon</title><path d=\"M10.204 14.35l.007.01-.999 2.413a5.171 5.171 0 0 1-2.075-2.597l2.578-.437.004.005a.44.44 0 0 1 .484.606zm-.833-2.129a.44.44 0 0 0 .173-.756l.002-.011L7.585 9.7a5.143 5.143 0 0 0-.73 3.255l2.514-.725.002-.009zm1.145-1.98a.44.44 0 0 0 .699-.337l.01-.005.15-2.62a5.144 5.144 0 0 0-3.01 1.442l2.147 1.523.004-.002zm.76 2.75l.723.349.722-.347.18-.78-.5-.623h-.804l-.5.623.179.779zm1.5-3.095a.44.44 0 0 0 .7.336l.008.003 2.134-1.513a5.188 5.188 0 0 0-2.992-1.442l.148 2.615.002.001zm10.876 5.97l-5.773 7.181a1.6 1.6 0 0 1-1.248.594l-9.261.003a1.6 1.6 0 0 1-1.247-.596l-5.776-7.18a1.583 1.583 0 0 1-.307-1.34L2.1 5.573c.108-.47.425-.864.863-1.073L11.305.513a1.606 1.606 0 0 1 1.385 0l8.345 3.985c.438.209.755.604.863 1.073l2.062 8.955c.108.47-.005.963-.308 1.34zm-3.289-2.057c-.042-.01-.103-.026-.145-.034-.174-.033-.315-.025-.479-.038-.35-.037-.638-.067-.895-.148-.105-.04-.18-.165-.216-.216l-.201-.059a6.45 6.45 0 0 0-.105-2.332 6.465 6.465 0 0 0-.936-2.163c.052-.047.15-.133.177-.159.008-.09.001-.183.094-.282.197-.185.444-.338.743-.522.142-.084.273-.137.415-.242.032-.024.076-.062.11-.089.24-.191.295-.52.123-.736-.172-.216-.506-.236-.745-.045-.034.027-.08.062-.111.088-.134.116-.217.23-.33.35-.246.25-.45.458-.673.609-.097.056-.239.037-.303.033l-.19.135a6.545 6.545 0 0 0-4.146-2.003l-.012-.223c-.065-.062-.143-.115-.163-.25-.022-.268.015-.557.057-.905.023-.163.061-.298.068-.475.001-.04-.001-.099-.001-.142 0-.306-.224-.555-.5-.555-.275 0-.499.249-.499.555l.001.014c0 .041-.002.092 0 .128.006.177.044.312.067.475.042.348.078.637.056.906a.545.545 0 0 1-.162.258l-.012.211a6.424 6.424 0 0 0-4.166 2.003 8.373 8.373 0 0 1-.18-.128c-.09.012-.18.04-.297-.029-.223-.15-.427-.358-.673-.608-.113-.12-.195-.234-.329-.349-.03-.026-.077-.062-.111-.088a.594.594 0 0 0-.348-.132.481.481 0 0 0-.398.176c-.172.216-.117.546.123.737l.007.005.104.083c.142.105.272.159.414.242.299.185.546.338.743.522.076.082.09.226.1.288l.16.143a6.462 6.462 0 0 0-1.02 4.506l-.208.06c-.055.072-.133.184-.215.217-.257.081-.546.11-.895.147-.164.014-.305.006-.48.039-.037.007-.09.02-.133.03l-.004.002-.007.002c-.295.071-.484.342-.423.608.061.267.349.429.645.365l.007-.001.01-.003.129-.029c.17-.046.294-.113.448-.172.33-.118.604-.217.87-.256.112-.009.23.069.288.101l.217-.037a6.5 6.5 0 0 0 2.88 3.596l-.09.218c.033.084.069.199.044.282-.097.252-.263.517-.452.813-.091.136-.185.242-.268.399-.02.037-.045.095-.064.134-.128.275-.034.591.213.71.248.12.556-.007.69-.282v-.002c.02-.039.046-.09.062-.127.07-.162.094-.301.144-.458.132-.332.205-.68.387-.897.05-.06.13-.082.215-.105l.113-.205a6.453 6.453 0 0 0 4.609.012l.106.192c.086.028.18.042.256.155.136.232.229.507.342.84.05.156.074.295.145.457.016.037.043.09.062.129.133.276.442.402.69.282.247-.118.341-.435.213-.71-.02-.039-.045-.096-.065-.134-.083-.156-.177-.261-.268-.398-.19-.296-.346-.541-.443-.793-.04-.13.007-.21.038-.294-.018-.022-.059-.144-.083-.202a6.499 6.499 0 0 0 2.88-3.622c.064.01.176.03.213.038.075-.05.144-.114.28-.104.266.039.54.138.87.256.154.06.277.128.448.173.036.01.088.019.13.028l.009.003.007.001c.297.064.584-.098.645-.365.06-.266-.128-.537-.423-.608zM16.4 9.701l-1.95 1.746v.005a.44.44 0 0 0 .173.757l.003.01 2.526.728a5.199 5.199 0 0 0-.108-1.674A5.208 5.208 0 0 0 16.4 9.7zm-4.013 5.325a.437.437 0 0 0-.404-.232.44.44 0 0 0-.372.233h-.002l-1.268 2.292a5.164 5.164 0 0 0 3.326.003l-1.27-2.296h-.01zm1.888-1.293a.44.44 0 0 0-.27.036.44.44 0 0 0-.214.572l-.003.004 1.01 2.438a5.15 5.15 0 0 0 2.081-2.615l-2.6-.44-.004.005z\"/></svg>\n </figure>\n </td>\n <td>kubernetes.svg</td>\n <td><code>_includes/icons/simple-icons/kubernetes.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"kubernetes\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Kyocera icon</title><path d=\"M14.323 0L9.677 4.631h7.393V12l4.647-4.631V0zm2.747 12v7.369H9.677L14.323 24h7.394v-7.369zm0 0L9.677 4.631V19.37zm-7.393 7.369L2.283 12v7.369zM2.283 12l7.394-7.369H2.283Z\"/></svg>\n\n </figure>\n </td>\n <td>kyocera.svg</td>\n <td><code>_includes/icons/simple-icons/kyocera.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"kyocera\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>LabVIEW icon</title><path d=\"M9.176 4.469a.817.817 0 00-.768.816v7.055a.816.816 0 001.182.73l7.058-3.527a.818.818 0 000-1.463L9.59 4.553a.808.808 0 00-.414-.084zm1.918 3.107h.638v.916h.916v.639h-.916v.918h-.638V9.13h-.918v-.639h.918v-.916zm-4.752 7.51v.367h.262c.086 0 .136.05.136.137v3.869h.41v-.273a2.6 2.6 0 00-.011-.256h.011s.281.603 1.028.603c.82 0 1.41-.646 1.41-1.635 0-.97-.522-1.642-1.361-1.642-.802 0-1.065.598-1.065.598H7.15s.012-.113.012-.256v-1.131c0-.267-.112-.381-.379-.381h-.441zm2.855 0v.387h.063c.118 0 .18.018.224.136l1.436 3.85h.467l1.437-3.85c.044-.118.105-.136.223-.136h.834v3.601h-.41v.385h1.25v-.385h-.418v-3.601h.418v-.387h-1.805c-.31 0-.404.056-.516.361l-1.076 2.942c-.08.223-.168.566-.168.566h-.011s-.088-.343-.168-.566L9.9 15.447c-.105-.298-.199-.361-.51-.361h-.193zm5.922 0v.387h.404v3.607c0 .268.112.379.38.379h1.89c.268 0 .379-.111.379-.379v-.435h-.404v.29c0 .094-.05.14-.137.14h-1.535c-.087 0-.137-.046-.137-.14v-1.484h1.64v-.387h-1.64v-1.591h1.492c.087 0 .137.043.137.136v.293h.41v-.435c0-.268-.112-.381-.379-.381h-2.5zM0 15.088v.385h.268c.086 0 .136.043.136.136v3.471c0 .268.112.379.38.379h1.81c.267 0 .379-.111.379-.379v-.435h-.41v.29c0 .094-.05.137-.137.137H.976c-.086 0-.136-.043-.136-.136v-3.47c0-.267-.112-.378-.38-.378H0zm18.334 0v.385h.076c.118 0 .197.018.229.136l1.002 3.85h.515l.897-3.047c.08-.28.156-.64.156-.64h.012s.067.366.142.646l.815 3.041h.515l1.008-3.85c.031-.118.106-.136.23-.136H24v-.385h-.193c-.311 0-.453.055-.528.36l-.76 3.015c-.055.224-.1.467-.1.467h-.01s-.039-.243-.1-.467l-.877-3.358h-.43l-.963 3.358c-.062.224-.12.467-.12.467h-.01s-.039-.243-.095-.467l-.757-3.016c-.075-.304-.219-.36-.53-.36h-.193zM4.637 16.256c-.274 0-1.02.094-1.02.53v.298h.404v-.2c0-.23.454-.273.61-.273.572 0 .808.23.808.883v.037h-.173c-.542 0-1.916.038-1.916 1.076 0 .622.54.926 1.062.926.784 0 1.046-.678 1.04-.678h.01s-.005.094-.005.23c0 .256.106.374.373.374h.43v-.367h-.262c-.087 0-.137-.044-.137-.137v-1.498c0-.672-.236-1.201-1.224-1.201zm3.527.387c.578 0 .988.49.988 1.255 0 .796-.452 1.262-1.006 1.262-.671 0-.996-.628-.996-1.256 0-.889.492-1.261 1.014-1.261zm-2.906 1.224h.181v.143c0 .54-.362 1.162-.959 1.162-.466 0-.695-.298-.695-.59 0-.703.982-.715 1.473-.715Z\"/></svg>\n\n </figure>\n </td>\n <td>labview.svg</td>\n <td><code>_includes/icons/simple-icons/labview.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"labview\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Laravel icon</title><path d=\"M23.644 5.43c.009.032.014.065.014.099v5.15c0 .135-.073.26-.189.326l-4.323 2.49v4.934c0 .135-.072.258-.188.326L9.931 23.95c-.021.012-.043.02-.066.027-.008.002-.016.008-.024.01-.063.018-.13.018-.192 0-.011-.002-.02-.008-.029-.012-.021-.008-.043-.014-.063-.025L.534 18.755c-.117-.068-.189-.191-.189-.326V2.974c0-.033.005-.066.014-.098.003-.012.01-.021.014-.032.006-.02.014-.04.023-.058.004-.013.015-.022.023-.033.012-.016.021-.031.033-.045.012-.01.025-.018.037-.027.014-.012.027-.024.041-.034h.001L5.044.05c.115-.067.259-.067.375 0l4.512 2.597h.002c.015.01.027.021.041.033.012.009.025.018.037.027.013.014.021.029.033.045.008.011.02.021.025.033.011.019.017.038.024.058.003.011.011.021.013.032.01.031.014.064.014.098v9.652l3.76-2.164V5.527c0-.033.005-.066.014-.098.003-.011.009-.021.013-.032.007-.02.014-.039.024-.059.007-.012.018-.021.025-.033.012-.015.021-.03.033-.043.012-.012.025-.02.037-.028.014-.011.026-.023.041-.032h.001l4.513-2.598c.116-.067.259-.067.375 0l4.513 2.598c.016.01.027.021.042.031.012.01.025.018.036.028.013.014.022.029.034.044.008.012.019.021.024.033.011.02.018.039.024.059.006.011.012.022.015.033zm-.74 5.032V6.179l-1.578.908-2.182 1.256v4.283l3.76-2.164zm-4.511 7.75v-4.287l-2.146 1.225-6.127 3.498v4.326l8.273-4.762zM1.095 3.624v14.588l8.273 4.762v-4.326l-4.322-2.445-.002-.003h-.002c-.014-.01-.025-.021-.04-.031-.011-.01-.024-.018-.035-.027l-.001-.002c-.013-.012-.021-.025-.031-.039-.01-.012-.021-.023-.028-.037h-.002c-.008-.014-.013-.031-.02-.047-.006-.016-.014-.027-.018-.043-.004-.018-.006-.037-.008-.057-.002-.014-.006-.027-.006-.041V5.789l-2.18-1.257-1.578-.908zM5.231.81l-3.76 2.164 3.76 2.164 3.758-2.164L5.231.81zm1.956 13.505l2.182-1.256V3.624l-1.58.909-2.182 1.256v9.435l1.58-.909zM18.769 3.364l-3.76 2.164 3.76 2.163 3.759-2.164-3.759-2.163zm-.376 4.979l-2.182-1.256-1.579-.908v4.283l2.182 1.256 1.579.908V8.343zm-8.65 9.654l5.514-3.148 2.756-1.572-3.757-2.163-4.324 2.489-3.941 2.27 3.752 2.124z\"/></svg>\n </figure>\n </td>\n <td>laravel.svg</td>\n <td><code>_includes/icons/simple-icons/laravel.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"laravel\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Laravel Horizon icon</title><path d=\"M20.486 3.516C15.8-1.171 8.202-1.172 3.516 3.513A11.963 11.963 0 0 0 0 11.998a11.975 11.975 0 0 0 4.2 9.13h.01a12 12 0 0 0 16.274-.642c4.687-4.685 4.688-12.283.002-16.97zM16 13.998c-4 0-4-4-8-4-2.5 0-3.44 1.565-4.765 2.74H3.23a8.801 8.801 0 0 1 17.54-1.48c-1.33 1.175-2.27 2.74-4.77 2.74z\"/></svg>\n </figure>\n </td>\n <td>laravelhorizon.svg</td>\n <td><code>_includes/icons/simple-icons/laravelhorizon.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"laravelhorizon\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Laravel Nova icon</title><path d=\"M21.333 4.319C16.56.386 9.453.632 4.973 5.057a7.571 7.571 0 0 0 0 10.8c3.018 2.982 7.912 2.982 10.931 0a3.245 3.245 0 0 0 0-4.628 3.342 3.342 0 0 0-4.685 0 1.114 1.114 0 0 1-1.561 0 1.082 1.082 0 0 1 0-1.543 5.57 5.57 0 0 1 7.808 0 5.408 5.408 0 0 1 0 7.714c-3.881 3.834-10.174 3.834-14.055 0a9.734 9.734 0 0 1-.015-13.87C5.596 1.35 8.638 0 12 0c3.75 0 7.105 1.68 9.333 4.319zm-.714 16.136A12.184 12.184 0 0 1 12 24a12.18 12.18 0 0 1-9.333-4.319c4.772 3.933 11.88 3.687 16.36-.738a7.571 7.571 0 0 0 0-10.8c-3.018-2.982-7.912-2.982-10.931 0a3.245 3.245 0 0 0 0 4.628 3.342 3.342 0 0 0 4.685 0 1.114 1.114 0 0 1 1.561 0 1.082 1.082 0 0 1 0 1.543 5.57 5.57 0 0 1-7.808 0 5.408 5.408 0 0 1 0-7.714c3.881-3.834 10.174-3.834 14.055 0a9.734 9.734 0 0 1 .03 13.855z\"/></svg>\n </figure>\n </td>\n <td>laravelnova.svg</td>\n <td><code>_includes/icons/simple-icons/laravelnova.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"laravelnova\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Last.fm icon</title><path d=\"M10.599 17.211l-.881-2.393s-1.433 1.596-3.579 1.596c-1.9 0-3.249-1.652-3.249-4.296 0-3.385 1.708-4.596 3.388-4.596 2.418 0 3.184 1.568 3.845 3.578l.871 2.751c.871 2.672 2.523 4.818 7.285 4.818 3.41 0 5.722-1.045 5.722-3.801 0-2.227-1.276-3.383-3.635-3.935l-1.757-.384c-1.217-.274-1.577-.771-1.577-1.597 0-.936.736-1.487 1.952-1.487 1.323 0 2.028.495 2.147 1.679l2.749-.33c-.225-2.479-1.937-3.494-4.745-3.494-2.479 0-4.897.936-4.897 3.934 0 1.873.902 3.058 3.185 3.605l1.862.443c1.397.33 1.863.916 1.863 1.713 0 1.021-.992 1.441-2.869 1.441-2.779 0-3.936-1.457-4.597-3.469l-.901-2.75c-1.156-3.574-3.004-4.896-6.669-4.896C2.147 5.327 0 7.879 0 12.235c0 4.179 2.147 6.445 6.003 6.445 3.108 0 4.596-1.457 4.596-1.457v-.012z\"/></svg>\n </figure>\n </td>\n <td>last-dot-fm.svg</td>\n <td><code>_includes/icons/simple-icons/last-dot-fm.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"last-dot-fm\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>LastPass icon</title><path d=\"M22.629,6.857c0-0.379,0.304-0.686,0.686-0.686C23.693,6.171,24,6.483,24,6.857 v10.286c0,0.379-0.304,0.686-0.686,0.686c-0.379,0-0.686-0.312-0.686-0.686V6.857z M2.057,10.286c1.136,0,2.057,0.921,2.057,2.057 S3.193,14.4,2.057,14.4S0,13.479,0,12.343S0.921,10.286,2.057,10.286z M9.6,10.286c1.136,0,2.057,0.921,2.057,2.057 S10.736,14.4,9.6,14.4s-2.057-0.921-2.057-2.057S8.464,10.286,9.6,10.286z M17.143,10.286c1.136,0,2.057,0.921,2.057,2.057 S18.279,14.4,17.143,14.4s-2.057-0.921-2.057-2.057S16.007,10.286,17.143,10.286z\"/></svg>\n </figure>\n </td>\n <td>lastpass.svg</td>\n <td><code>_includes/icons/simple-icons/lastpass.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"lastpass\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>LaTeX icon</title><path d=\"M2.176 2.813c.233.42.477.779.73 1.09h-.002a2.313 2.313 0 0 0-.357-.026 2.702 2.702 0 0 0-.791.13c.494.415.912.717 1.281.95.905.294 1.912.782 2.77 1.328.429.273.812.543 1.113.78.301.236.567.471.621.574.054.102-.001.139-.082.06-.081-.078-.302-.319-.6-.553a14.203 14.203 0 0 0-1.107-.775c-.775-.49-1.982-.96-2.715-1.414-.57-.182-1.182-.207-1.902.135.526.33.967.568 1.353.746 1.104.155 2.259.695 3.225 1.308.483.308.905.616 1.22.868.158.125.29.237.39.328.098.09.176.155.198.21.03.074-.02.104-.085.057-.032-.022-.085-.102-.182-.191a7.475 7.475 0 0 0-.385-.326c-.312-.25-.73-.553-1.21-.858-.894-.561-2.233-1.012-3.175-1.396-.601-.11-1.223-.06-1.904.389.449.2.837.35 1.182.464-.566.02-1.128.197-1.676.717.477.118.885.198 1.244.25-.44.09-.87.3-1.289.72.324.07.616.123.883.163-.329.159-.64.406-.924.783.373.03.703.042 1 .043-.36.166-.696.428-.996.85.533.026.979.024 1.363.002-.422.172-.812.464-1.144.969a11.66 11.66 0 0 0 1.629-.077l-.008.002c.99-.073 2.3.127 2.965.848.052.057-.024.118-.073.074-.648-.58-1.494-.827-2.892-.922-.544.15-1.047.447-1.461 1.075.535.007.981-.011 1.365-.047-.47.255-.871.643-1.137 1.304.483-.091.888-.19 1.237-.293-.363.265-.669.636-.873 1.194.324-.072.611-.146.87-.221a2.52 2.52 0 0 0-.513 1.096c.351-.13.655-.256.926-.38h.002c.283-.23.71-.457 1.289-.622.506-.145 1.082-.284 1.652-.301a3.63 3.63 0 0 1 .244 0c.1.003.063.104.006.103-.728-.008-1.302.132-1.873.295a9.8 9.8 0 0 0-1.318.526 2.5 2.5 0 0 0-.551 1.191c.495-.198.899-.388 1.238-.568-.311.333-.543.76-.635 1.357a11.794 11.794 0 0 0 1.442-.744c-.432.362-.764.844-.879 1.588a10.81 10.81 0 0 0 1.766-.957c-.184.372-.281.807-.235 1.35.762-.585 1.245-1.056 1.604-1.473a2.67 2.67 0 0 0 .076.885c.449-.772.897-1.093 1.353-1.358-.563.37-.464.671-.464 1.014.683-.72 1.636-1.483 1.927-1.961-.39.585-.547 1.14-.65 1.629-1.994 1.055-3.21 1.33-4.57 1.752.528.194 1.095.383.861.652l-.625.623c.399-.124.805-.3 1.158-.058-.034.327-.448.493-.8.683.62-.224.756-.173.92-.12.08.391-.203.602-.387.86 1.565-1.19 3.606-2.128 5.045-2.521 2.022-.681 4.632-1.39 5.341-3.117.235-.946.478-1.905.707-2.842-.111-.035-.245-.063-.35-.133a.655.655 0 0 1-.234-.299c-.252.066-.441.031-.56-.088-.118-.117-.168-.294-.203-.49-.204.042-.364.017-.47-.076-.114-.102-.17-.26-.198-.443l-.006-.041.037-.014a.84.84 0 0 0 .3-.195.256.256 0 0 0 .071-.225l-.006-.037.03-.016c.163-.093.346-.168.43-.279a.277.277 0 0 0 .05-.21.886.886 0 0 0-.154-.36l-.028-.04.04-.027c.118-.09.246-.176.31-.257.032-.041.046-.077.045-.11 0-.033-.015-.071-.065-.119l-.097-.094.135.006c.212.009.396-.006.539-.053a.5.5 0 0 0 .296-.224.455.455 0 0 1-.005-.074.455.455 0 0 1 .455-.455.455.455 0 0 1 .455.455.455.455 0 0 1-.022.132c.184.016.359.008.524-.064l.037-.012c.236-.084.333.045.72-.459-1.69-2.191-4.158-.632-4.978 1.625-.21.577-1.405.577-1.752-.002-1.37-2.95-5.531-6.067-9.072-7.216zm.732 1.091c.252-.009 1.13.453 1.31.52a23.6 23.6 0 0 1 1.567.967c.505.336.961.663 1.274.902.156.12.277.218.351.285.037.034.064.057.08.082a.079.079 0 0 1 .01.022.056.056 0 0 1-.004.045c-.01.02-.03.03-.043.03a.075.075 0 0 1-.027 0c-.057.001-.202-.163-.496-.415a23.427 23.427 0 0 0-2.758-1.826c-.504-.28-.956-.54-1.264-.612zM1.766 6.691c.812 0 1.89.365 2.931.92C5.74 8.168 6.74 8.83 7.223 9.39c.066.076-.019.123-.077.068-.52-.496-1.462-1.206-2.498-1.758-.637-.336-2.148-1.005-2.882-1.008zm-.428.967c1.116.015 2.348.446 3.432.996.541.275 1.024.57 1.396.832.372.263.673.523.734.657.062.133-.019.13-.086.054a4.404 4.404 0 0 0-.705-.627 11.496 11.496 0 0 0-1.384-.824c-.963-.482-2.284-.926-3.387-1.088zm.162.815c.066-.003.133 0 .201.006.822.071 1.719.366 2.533.748 1.087.509 2.035 1.157 2.434 1.666.035.045-.011.133-.078.064-.428-.44-1.32-1.132-2.397-1.637C3.28 8.9 1.91 8.45.93 8.541c.188-.024.373-.061.57-.068zm16.541.013c-.365.475-.53.425-.701.465.093.431.35.587.586.772 2.02-.372 4.29-.274 6.08-.225l-5.963-1.01-.002-.002zm-.803.494c-.19.077-.387.079-.584.06a.455.455 0 0 1-.39.224.455.455 0 0 1-.414-.268.616.616 0 0 1-.301.21 1.57 1.57 0 0 1-.492.054c.02.035.054.067.054.103a.275.275 0 0 1-.07.174c-.073.093-.188.172-.295.25a.946.946 0 0 1 .149.361.388.388 0 0 1-.07.284c-.106.14-.287.211-.438.295a.374.374 0 0 1-.092.267.886.886 0 0 1-.297.197c.027.157.074.283.154.354.086.076.212.104.426.049l.055-.016.01.055c.034.207.088.386.187.484.1.099.243.135.502.055l.049-.016.015.05a.53.53 0 0 0 .21.282c.087.06.25.112.36.147.798-.868 1.525-1.772 1.884-2.86-.225-.176-.508-.335-.612-.795zM1.44 9.348a6.683 6.683 0 0 1 2.77.64c.92.43 1.658.939 1.975 1.307.074.087-.02.122-.073.074a8.186 8.186 0 0 0-1.947-1.29c-.904-.416-2.196-.646-3.16-.718.145-.01.29-.014.435-.013zm.432.816c.61.02 1.24.155 1.807.352.756.262 1.42.614 1.746.98.044.05-.005.13-.072.07-.349-.304-.962-.694-1.707-.953-.575-.195-1.616-.367-2.27-.396.196-.021.293-.06.496-.053zm.893 1.781c.05 0 .103.004.156.008.424.034.886.133 1.342.406.043.026.049.136-.05.09-.856-.402-1.327-.489-2.458-.308.338-.113.652-.199 1.01-.196zm.416.784c.3.004.613.062.998.216.044.018.08.126-.033.094-.857-.243-1.167-.328-2.288.104.281-.229.62-.367 1.022-.403.1-.009.2-.013.3-.011zm1.459.681c.156 0 .311.009.46.026.053.005.055.102-.007.1a7.9 7.9 0 0 0-1.838.114c-.243.046-.422.044-1.404.46.286-.234.795-.451 1.386-.56.444-.08.934-.142 1.403-.14zm1.336.906c.035-.005.105.084.017.1-.73.136-1.244.268-1.795.455-.216.074-.579.207-1.242.588.259-.269.655-.494 1.213-.684a10.65 10.65 0 0 1 1.807-.459zm.31.508c.075-.012.099.087.022.102-1.217.24-1.76.556-2.541 1.144.503-.523 1.296-1.05 2.52-1.246zm.596.447a.095.095 0 0 1 .03 0c.06.011.069.089-.009.1-.872.13-1.479.555-2.257 1.332.295-.494 1.006-1.242 2.236-1.432zm.371.391c.046-.005.116.073.025.1-.193.056-.433.15-.67.3-.182.118-.302.202-.6.508.112-.245.299-.435.546-.591.246-.157.507-.293.699-.317z\"/></svg>\n </figure>\n </td>\n <td>latex.svg</td>\n <td><code>_includes/icons/simple-icons/latex.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"latex\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Launchpad icon</title><path d=\"M21.999 18.676l-4.432-2.556-4.783 2.764V24l9.215-5.324zM11.216 24v-5.119l-4.785-2.762-4.43 2.557L11.216 24zm.779-6.475l4.789-2.765V9.236l-4.785-2.76-4.783 2.76v5.527l4.781 2.761-.002.001zM1.22 6.682v10.641l4.432-2.559V9.239L1.219 6.68l.001.002zm19.615 1.121l-2.484 1.436v5.522l4.43 2.559V6.678l-1.946 1.125zM2.001 5.324l4.435 2.559 4.781-2.762V.003L2.001 5.324zm15.566 2.559l4.434-2.559L12.782 0v5.121l4.785 2.762z\"/></svg>\n </figure>\n </td>\n <td>launchpad.svg</td>\n <td><code>_includes/icons/simple-icons/launchpad.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"launchpad\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>LeetCode icon</title><path d=\"M16.102 17.93l-2.697 2.607c-.466.467-1.111.662-1.823.662s-1.357-.195-1.824-.662l-4.332-4.363c-.467-.467-.702-1.15-.702-1.863s.235-1.357.702-1.824l4.319-4.38c.467-.467 1.125-.645 1.837-.645s1.357.195 1.823.662l2.697 2.606c.514.515 1.365.497 1.9-.038.535-.536.553-1.387.039-1.901l-2.609-2.636a5.055 5.055 0 0 0-2.445-1.337l2.467-2.503c.516-.514.498-1.366-.037-1.901-.535-.535-1.387-.552-1.902-.038l-10.1 10.101c-.981.982-1.494 2.337-1.494 3.835 0 1.498.513 2.895 1.494 3.875l4.347 4.361c.981.979 2.337 1.452 3.834 1.452s2.853-.512 3.835-1.494l2.609-2.637c.514-.514.496-1.365-.039-1.9s-1.386-.553-1.899-.039zM20.811 13.01H10.666c-.702 0-1.27.604-1.27 1.346s.568 1.346 1.27 1.346h10.145c.701 0 1.27-.604 1.27-1.346s-.569-1.346-1.27-1.346z\"/></svg>\n </figure>\n </td>\n <td>leetcode.svg</td>\n <td><code>_includes/icons/simple-icons/leetcode.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"leetcode\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Lenovo icon</title><path d=\"M20.254 11.421a.81.81 0 00-.815.866.839.839 0 00.827.867.816.816 0 00.815-.867A.838.838 0 0020.254 11.421zM13.744 11.421a.81.81 0 00-.815.866.839.839 0 00.827.867.816.816 0 00.815-.867A.838.838 0 0013.744 11.421zM6.733 11.369a.786.786 0 00-.651.307.987.987 0 00-.171.736L7.388 11.8A.709.709 0 006.733 11.369z M0,8v8H24V8Zm5.006,5.827H2.227v-4h.857v3.224H5.006Zm1.817-.621a1.289,1.289,0,0,0,.884-.326l.534.411a2.025,2.025,0,0,1-1.431.588A1.594,1.594,0,1,1,6.717,10.7a1.543,1.543,0,0,1,1.216.5,1.671,1.671,0,0,1,.37.86l-2.162.9A.937.937,0,0,0,6.823,13.206Zm4.883.621h-.845V12.075a.679.679,0,0,0-.712-.651.66.66,0,0,0-.7.651v1.752H8.606V10.748h.846v.441h0a1.278,1.278,0,0,1,1-.493,1.185,1.185,0,0,1,1.25,1.222Zm1.984.052a1.593,1.593,0,1,1,1.66-1.592A1.6,1.6,0,0,1,13.69,13.879Zm2.8-.053-1.267-3.078h.966l.764,2.1.764-2.1h.966l-1.267,3.078Zm3.711.053a1.593,1.593,0,1,1,1.66-1.592A1.6,1.6,0,0,1,20.2,13.879Zm2-.418H22.06v.366h-.085v-.366h-.137v-.077H22.2Zm.541.366h-.082v-.315l-.137.213H22.51l-.136-.213v.315h-.082v-.443h.09l.134.21.134-.21h.088Z\"/></svg>\n </figure>\n </td>\n <td>lenovo.svg</td>\n <td><code>_includes/icons/simple-icons/lenovo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"lenovo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Let&apos;s Encrypt icon</title><path d=\"M18.197 24H5.804a.965.965 0 0 1-.962-.962V13.87c0-.529.433-.962.962-.962h1.164v-1.482c0-2.775 2.258-5.032 5.032-5.032s5.032 2.258 5.032 5.032v1.482h1.164c.529 0 .962.433.962.962v9.168a.965.965 0 0 1-.962.962zm-5.569-5.072A1.274 1.274 0 0 0 12 16.544a1.275 1.275 0 0 0-.628 2.384v1.242a.628.628 0 1 0 1.256 0v-1.242zm-2.774-6.02h4.293v-1.482c0-1.183-.963-2.146-2.146-2.146s-2.146.963-2.146 2.146v1.482zM4.547 11.542h-2.99a.878.878 0 1 1 0-1.756h2.99a.878.878 0 1 1 0 1.756zM6.654 6.838a.87.87 0 0 1-.557-.2L3.732 4.693a.878.878 0 1 1 1.116-1.357l2.365 1.945a.878.878 0 0 1-.559 1.556zM12 4.77a.878.878 0 0 1-.878-.878V.878a.878.878 0 1 1 1.756 0v3.014A.878.878 0 0 1 12 4.77zM17.346 6.838a.877.877 0 0 1-.559-1.556l2.365-1.945a.878.878 0 0 1 1.116 1.357l-2.365 1.945a.876.876 0 0 1-.557.2zM22.443 11.542h-3.019a.878.878 0 1 1 0-1.756h3.019a.878.878 0 1 1 0 1.756z\"/></svg>\n </figure>\n </td>\n <td>letsencrypt.svg</td>\n <td><code>_includes/icons/simple-icons/letsencrypt.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"letsencrypt\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Letterboxd icon</title><path d=\"M8.29 16.752V7.2H6.546V4.8h6.328v2.4h-1.746v9.574h3.925v-2.618h2.839V19.2H6.545v-2.448h1.746zM0 12c0 6.628 5.372 12 12 12s12-5.372 12-12S18.628 0 12 0 0 5.372 0 12z\"/></svg>\n </figure>\n </td>\n <td>letterboxd.svg</td>\n <td><code>_includes/icons/simple-icons/letterboxd.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"letterboxd\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>LG icon</title><path d=\"M5.287 6.714a5.286 5.286 0 1 0 0 10.572 5.287 5.287 0 0 0 0-10.572zm0 .86c.05 0 .156 0 .21.002v.413a14.621 14.621 0 0 0-.21-.003 3.986 3.986 0 0 0-2.836 1.175 3.982 3.982 0 0 0-1.175 2.836c0 1.072.417 2.08 1.175 2.836a3.986 3.986 0 0 0 2.836 1.175 4.019 4.019 0 0 0 4.003-3.741v-.06H6.552v-.41h2.981l.177-.001v.201a4.394 4.394 0 0 1-1.294 3.128 4.4 4.4 0 0 1-3.13 1.296c-1.18 0-2.291-.46-3.13-1.296a4.394 4.394 0 0 1-1.293-3.128 4.43 4.43 0 0 1 4.424-4.425zm16.062.878c-2.21 0-3.372 1.207-3.372 3.508 0 2.29 1.05 3.53 3.361 3.53 1.06 0 2.098-.27 2.662-.665v-3.316h-2.74v1.274h1.285v1.195c-.237.09-.699.181-1.139.181-1.42 0-1.895-.722-1.895-2.188 0-1.398.451-2.222 1.872-2.222.79 0 1.241.248 1.613.722l.982-.902c-.598-.857-1.647-1.117-2.629-1.117zm-8.413.102v6.834h4.85v-1.33h-3.27V8.553zM3.599 9.677a.635.635 0 1 1 0 1.27.635.635 0 0 1 0-1.27zm1.478.002h.42v4.22h1.052v.414H5.077z\"/></svg>\n </figure>\n </td>\n <td>lg.svg</td>\n <td><code>_includes/icons/simple-icons/lg.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"lg\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>LGTM icon</title><path d=\"M12.008 4.866c-2.914 0-5.377.679-6.995 2.11-.05-.088-.085-.163-.141-.253-.17-.273-.328-.583-.828-.89a2.699 2.699 0 0 0-1.014-.387 2.14 2.14 0 0 0-.47-.001l.099-.013c-.91 0-1.442.546-1.788 1.016-.344.47-.566.999-.71 1.577-.285 1.155-.289 2.651.81 3.767.575.588 1.251.863 1.863 1.027.118.032.223.04.336.063.399 1.892 1.58 3.492 3.158 4.381v.001h.002c.929.522 1.81.761 2.472 1.014.924.357 1.9.751 3.036.85l.06.006h.15c1.306 0 2.296-.527 3.152-.855.655-.25 1.54-.482 2.477-1.008a6.156 6.156 0 0 0 1.196-.88 6.759 6.759 0 0 0 1.967-3.45 3.913 3.913 0 0 0 2.19-1.15c1.098-1.115 1.094-2.611.809-3.766-.144-.578-.366-1.106-.71-1.577-.345-.47-.879-1.016-1.788-1.016l.1.013a2.14 2.14 0 0 0-.472.002 2.695 2.695 0 0 0-1.01.385c-.499.307-.658.616-.827.888-.055.089-.09.163-.139.249-1.617-1.426-4.076-2.103-6.985-2.103zm.023 1.37c3.557 0 6.013 1.065 7.057 2.97.63-.243 1.093-1.89 1.612-2.209.42-.26.665-.195.665-.195.95 0 1.93 2.797.712 4.032-.644.657-1.83.842-2.422.795-.045 1.906-1.155 3.626-2.624 4.45-.748.42-1.552.64-2.296.924-.921.352-1.786.763-2.662.763h-.092c-.872-.076-1.74-.407-2.662-.763-.744-.285-1.548-.51-2.296-.93-1.46-.824-2.571-2.54-2.616-4.445-.587.05-1.788-.132-2.436-.794-1.217-1.235-.238-4.032.712-4.032 0 0 .246-.064.666.195.521.321.987 1.984 1.62 2.214C6.013 7.3 8.47 6.236 12.032 6.236zm-3.876 2.33a3.053 3.053 0 1 0 0 6.105 3.053 3.053 0 0 0 0-6.105zm7.751 0a3.052 3.052 0 1 0 0 6.105 3.052 3.052 0 0 0 0-6.105zM8.591 10.28a1.357 1.357 0 0 1 0 2.713 1.356 1.356 0 0 1-1.313-1.694.57.57 0 0 0 1.098-.216.57.57 0 0 0-.547-.57 1.35 1.35 0 0 1 .762-.233zm6.888 0a1.357 1.357 0 0 1 0 2.713 1.356 1.356 0 0 1-1.314-1.694.57.57 0 1 0 .552-.785 1.35 1.35 0 0 1 .762-.234zM11.52 14.93c-.239.02-.377.146-.377.476 0 .21.138.365.378.365a.143.143 0 0 0 .033-.282c-.022-.005-.13-.044-.13-.136 0-.093 0-.125.183-.15.078-.012.116-.105.092-.18-.024-.075-.094-.1-.18-.093zm1.023 0c-.085-.006-.156.018-.18.093-.024.075.015.168.093.18.182.025.182.057.182.15 0 .092-.107.131-.13.136a.143.143 0 0 0 .033.282c.24 0 .379-.155.379-.365 0-.33-.139-.456-.377-.476z\"/></svg>\n </figure>\n </td>\n <td>lgtm.svg</td>\n <td><code>_includes/icons/simple-icons/lgtm.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"lgtm\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Liberapay icon</title><path d=\"M2.32 0A2.321 2.321 0 0 0 0 2.32v19.36A2.321 2.321 0 0 0 2.32 24h19.36A2.32 2.32 0 0 0 24 21.68V2.32A2.32 2.32 0 0 0 21.68 0zm9.208 3.98l-2.27 9.405a2.953 2.953 0 0 0-.073.539.853.853 0 0 0 .09.432.7.7 0 0 0 .334.302c.157.077.378.126.661.147l-.49 2.008c-.772 0-1.38-.1-1.82-.3-.441-.203-.757-.477-.947-.826a2.391 2.391 0 0 1-.278-1.2c.005-.452.068-.933.188-1.445l2.074-8.67zm3.9 3.888c.61 0 1.135.092 1.576.277.44.185.802.438 1.085.76.283.32.493.696.629 1.126.136.43.204.89.204 1.379v.001c0 .794-.13 1.52-.392 2.179a5.16 5.16 0 0 1-1.086 1.706 4.84 4.84 0 0 1-1.665 1.118c-.648.267-1.353.4-2.114.4-.37 0-.74-.033-1.11-.098l-.735 2.956H9.403l2.71-11.298c.435-.13.934-.248 1.494-.351a10.045 10.045 0 0 1 1.821-.155zm-.31 2.041a4.67 4.67 0 0 0-.98.098l-1.143 4.752c.185.044.413.065.685.065.425 0 .812-.079 1.16-.237a2.556 2.556 0 0 0 .89-.661c.244-.283.435-.623.571-1.02a4.03 4.03 0 0 0 .204-1.315c0-.468-.104-.865-.31-1.192-.207-.326-.566-.49-1.077-.49z\"/></svg>\n </figure>\n </td>\n <td>liberapay.svg</td>\n <td><code>_includes/icons/simple-icons/liberapay.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"liberapay\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>LibraryThing icon</title><path d=\"M10.4 4.78v-.43l-.03-.46c0-.13-.05-.33-.14-.6-.09-.26-.13-.49-.13-.69a.4.4 0 0 1 .17-.33l.35-.28a.94.94 0 0 1 .61-.18c.16 0 .41.02.77.07.31 0 .54-.07.7-.2l.37-.26c.17-.14.26-.29.26-.46 0-.29-.16-.52-.48-.7A2.52 2.52 0 0 0 11.63 0l-1.36.1c-.31 0-.9.07-1.77.21-.87.15-1.54.22-2.03.22-.2 0-.54-.04-1.02-.12A7.61 7.61 0 0 0 4.3.3l-.75.24c-.26.08-.38.2-.38.35l.06.3c.14.28.34.5.6.65l.27.14c.13.04.24.06.33.06.11 0 .28 0 .5-.03a1 1 0 0 1 .5.13l.37.33c.18.2.3.4.38.58.08.18.12.35.12.5 0 .12-.02.3-.07.57-.04.26-.06.47-.06.62 0 .2.05.49.15.86.1.37.15.68.15.92-.03.38-.04.75-.04 1.12v1.12c0 .29.03.66.07 1.12.04.46.07.83.07 1.1l-.07 1.37-.03 2.21-.1 1.81c0 .25.04.56.13.96.09.4.13.71.13.95 0 .25-.03.55-.1.93a3.56 3.56 0 0 0-.07 1.32c.03.17.03.3 0 .4a.8.8 0 0 1-.18.37l-.31.38c-.2.24-.43.43-.67.56-.24.13-.59.2-1.03.23-.45.02-.77.11-.97.28-.2.16-.3.29-.3.38 0 .57.53.85 1.6.85l.23-.03 1.92-.2c.32-.02.7-.03 1.12-.03h.4l1.2.03h3.2l.88-.08c.28-.03.53-.05.75-.05.29 0 .69.07 1.2.22.51.14.94.19 1.3.14l.38-.1c.24-.06.46-.1.69-.1l.45.06c.27.03.5.05.68.05.09 0 .24-.03.47-.07.55-.11.94-.32 1.16-.63.16-.22.24-.42.24-.62a5.27 5.27 0 0 1-.1-1.35c.1-.22.23-.44.36-.66.11-.29.2-.68.24-1.17.04-.5.08-.83.11-.99.04-.16.13-.42.29-.76.15-.34.23-.63.23-.87 0-.26-.06-.5-.17-.7-.1-.19-.25-.29-.43-.29-.11 0-.29.1-.53.3-.11.09-.2.25-.29.5-.07.23-.14.4-.18.49-.27.4-.53.78-.8 1.15a5.4 5.4 0 0 0-.33.62c-.23.47-.4.78-.54.96a4.3 4.3 0 0 1-.53.5c-.11.08-.22.2-.32.34s-.24.37-.41.68l-.57.3-.4.1c-.13.01-.31.07-.53.16-.23.08-.4.14-.5.16-.11.02-.26.03-.44.03-.2 0-.5-.03-.9-.1-.4-.06-.72-.1-.96-.1l-.7.04c-.8 0-1.4-.43-1.77-1.29a9.37 9.37 0 0 1-.48-4.67c.05-.36.08-.64.08-.86v-2.3l.03-.76c.03-.31.04-.53.04-.66a3.05 3.05 0 0 0-.17-1.06 1.77 1.77 0 0 1-.13-.56c0-.1.02-.26.06-.46.05-.2.07-.35.07-.46l-.03-.99c-.03-.42-.04-.75-.04-.99 0-.28.05-.63.14-1.05.09-.42.13-.76.13-1.02z\"/></svg>\n </figure>\n </td>\n <td>librarything.svg</td>\n <td><code>_includes/icons/simple-icons/librarything.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"librarything\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>LibreOffice icon</title><path d=\"M16.365 0a.597.597 0 00-.555.352.582.582 0 00.128.635l4.985 4.996a.605.605 0 00.635.133.59.59 0 00.363-.53V.577A.605.605 0 0021.335 0zM2.661 0a.59.59 0 00-.582.59v22.82a.59.59 0 00.582.59h18.67a.59.59 0 00.59-.59V8.716a.59.59 0 00-.17-.42L13.674.182a.59.59 0 00-.42-.181zm.59 1.184h9.754l7.733 7.77v13.863H3.251z\"/></svg>\n </figure>\n </td>\n <td>libreoffice.svg</td>\n <td><code>_includes/icons/simple-icons/libreoffice.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"libreoffice\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Lighthouse icon</title><path d=\"M12 0l5.5 3.5v5H20v3h-2.25l2 12.5H4.25l2-12.5H4v-3h2.5V3.53zm2.94 13.25l-6.22 2.26L8 20.04l7.5-2.75zM12 3.56L9.5 5.17V8.5h5V5.15Z\"/></svg>\n </figure>\n </td>\n <td>lighthouse.svg</td>\n <td><code>_includes/icons/simple-icons/lighthouse.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"lighthouse\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Line icon</title><path d=\"M19.365 9.863c.349 0 .63.285.63.631 0 .345-.281.63-.63.63H17.61v1.125h1.755c.349 0 .63.283.63.63 0 .344-.281.629-.63.629h-2.386c-.345 0-.627-.285-.627-.629V8.108c0-.345.282-.63.63-.63h2.386c.346 0 .627.285.627.63 0 .349-.281.63-.63.63H17.61v1.125h1.755zm-3.855 3.016c0 .27-.174.51-.432.596-.064.021-.133.031-.199.031-.211 0-.391-.09-.51-.25l-2.443-3.317v2.94c0 .344-.279.629-.631.629-.346 0-.626-.285-.626-.629V8.108c0-.27.173-.51.43-.595.06-.023.136-.033.194-.033.195 0 .375.104.495.254l2.462 3.33V8.108c0-.345.282-.63.63-.63.345 0 .63.285.63.63v4.771zm-5.741 0c0 .344-.282.629-.631.629-.345 0-.627-.285-.627-.629V8.108c0-.345.282-.63.63-.63.346 0 .628.285.628.63v4.771zm-2.466.629H4.917c-.345 0-.63-.285-.63-.629V8.108c0-.345.285-.63.63-.63.348 0 .63.285.63.63v4.141h1.756c.348 0 .629.283.629.63 0 .344-.282.629-.629.629M24 10.314C24 4.943 18.615.572 12 .572S0 4.943 0 10.314c0 4.811 4.27 8.842 10.035 9.608.391.082.923.258 1.058.59.12.301.079.766.038 1.08l-.164 1.02c-.045.301-.24 1.186 1.049.645 1.291-.539 6.916-4.078 9.436-6.975C23.176 14.393 24 12.458 24 10.314\"/></svg>\n </figure>\n </td>\n <td>line.svg</td>\n <td><code>_includes/icons/simple-icons/line.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"line\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>LineageOS icon</title><path d=\"M21.6453 12.0573a2.404 2.404 0 00-1.803.7993l-.1382-.054a17.801 17.801 0 00-2.8667-.8594 4.8078 4.8078 0 00-9.6156 0h-.1322a17.7469 17.7469 0 00-2.7645.8353l-.1382.0541a2.404 2.404 0 10.5589 1.0697 16.599 16.599 0 012.5782-.7752 4.8078 4.8078 0 009.3572 0 16.557 16.557 0 012.5782.7692 2.404 2.404 0 102.3859-1.839zM2.414 15.6633a1.202 1.202 0 111.202-1.202 1.202 1.202 0 01-1.202 1.202zm9.6156 0a3.6059 3.6059 0 113.6059-3.606 3.6059 3.6059 0 01-3.6059 3.606zm9.6157 0a1.202 1.202 0 111.202-1.202 1.202 1.202 0 01-1.202 1.202zm-7.8127-3.606a1.803 1.803 0 11-1.803-1.8029 1.803 1.803 0 011.803 1.803Z\"/></svg>\n </figure>\n </td>\n <td>lineageos.svg</td>\n <td><code>_includes/icons/simple-icons/lineageos.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"lineageos\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>LINE WEBTOON icon</title><path d=\"M15.023 15.26c.695 0 1.014-.404 1.014-1.051 0-.551-.308-1.01-.984-1.01-.58 0-.912.404-.912 1.016 0 .543.32 1.045.882 1.045zM10.135 15.447c.764 0 1.113-.443 1.113-1.154 0-.604-.338-1.109-1.082-1.109-.637 0-1.002.445-1.002 1.115 0 .597.352 1.148.971 1.148zM24 10.201l-3.15.029.83-9.686L1.958 3.605l1.686 6.248H0l3.734 11.488 8.713-1.283v3.396l10.113-4.641L24 10.201zm-9.104-3.594c0-.049.039-.092.088-.094l1.879-.125.446-.029c.524-.035 1.634.063 1.634 1.236 0 .83-.619 1.184-.619 1.184s.75.189.707 1.092c0 1.602-1.943 1.389-1.943 1.389l-.225-.006-1.908-.053a.089.089 0 0 1-.086-.09l.027-4.504zm-3.675.243c0-.047.039-.09.088-.092l3.064-.203a.08.08 0 0 1 .087.08v.943c0 .049-.039.09-.087.092l-1.9.08a.094.094 0 0 0-.088.09l-.005.394a.083.083 0 0 0 .086.084l1.646-.066a.082.082 0 0 1 .086.084l-.02 1.012a.089.089 0 0 1-.089.086h-1.63a.089.089 0 0 0-.088.088v.416c0 .047.039.088.088.088l1.87.033a.09.09 0 0 1 .087.09v.951a.084.084 0 0 1-.087.084l-3.063-.123a.09.09 0 0 1-.087-.09l.042-4.121zm-6.01.312l.975-.064a.101.101 0 0 1 .105.08l.458 2.205c.01.047.027.047.039 0l.576-2.281a.132.132 0 0 1 .108-.09l.921-.061a.108.108 0 0 1 .109.078l.564 2.342c.012.047.029.047.041 0l.6-2.424a.131.131 0 0 1 .108-.092l.996-.064c.048-.004.077.031.065.078l-1.09 4.104a.113.113 0 0 1-.109.082l-1.121-.031a.12.12 0 0 1-.109-.086l-.535-1.965c-.012-.047-.033-.047-.045 0l-.522 1.934a.12.12 0 0 1-.11.082l-1.109-.031a.123.123 0 0 1-.108-.088l-.873-3.618c-.011-.047.019-.088.066-.09zm-.288 9.623v-3.561a.089.089 0 0 0-.087-.088l-1.252-.029a.095.095 0 0 1-.091-.09l-.046-1.125a.082.082 0 0 1 .083-.086l4.047.096c.048 0 .087.041.085.088l-.022 1.088a.093.093 0 0 1-.089.088l-1.139.004a.09.09 0 0 0-.087.088v3.447c0 .049-.039.09-.087.092l-1.227.07a.08.08 0 0 1-.088-.082zm2.834-2.379c0-1.918 1.321-2.482 2.416-2.482s2.339.73 2.339 2.316c0 1.9-1.383 2.482-2.416 2.482-1.033.001-2.339-.724-2.339-2.316zm5.139-.115c0-1.746 1.166-2.238 2.162-2.238s2.129.664 2.129 2.107c0 1.729-1.259 2.26-2.198 2.26s-2.093-.68-2.093-2.129zm7.259 1.711a.175.175 0 0 1-.139-.064l-1.187-1.631c-.029-.039-.053-.031-.053.018v1.67c0 .047-.039.09-.086.092l-1.052.061a.082.082 0 0 1-.087-.082l.039-3.842c0-.047.039-.086.088-.084l.881.02a.2.2 0 0 1 .137.074l1.293 1.902c.027.041.051.033.051-.014l.032-1.846a.087.087 0 0 1 .089-.086l.963.029c.047 0 .085.041.083.09l-.138 3.555a.097.097 0 0 1-.091.092l-.823.046zM16.258 8.23l.724-.014s.47.018.47-.434c0-.357-.411-.33-.411-.33l-.782.008a.09.09 0 0 0-.088.088v.598a.083.083 0 0 0 .087.084zM16.229 10.191h.99c.024 0 .35-.051.35-.404 0-.293-.229-.402-.441-.398l-.898.029a.089.089 0 0 0-.087.09v.596a.086.086 0 0 0 .086.087z\"/></svg>\n </figure>\n </td>\n <td>linewebtoon.svg</td>\n <td><code>_includes/icons/simple-icons/linewebtoon.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"linewebtoon\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>LinkedIn icon</title><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"/></svg>\n </figure>\n </td>\n <td>linkedin.svg</td>\n <td><code>_includes/icons/simple-icons/linkedin.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"linkedin\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Linode icon</title><path d=\"M22 10.68a.15.15 0 00-.07-.15l-3.26-1.82a.14.14 0 00-.14 0l-2.77 1.69a.17.17 0 00-.07.13v1.45l-1.13-.74a.14.14 0 00-.15 0l-1.62 1-.07-1.64a.19.19 0 00-.07-.12L11 9.39l1.51-.78a.16.16 0 00.08-.14l-.27-6.27a.16.16 0 00-.08-.13L8 0h-.1L2.08 1.81A.16.16 0 002 2l1.27 6.23a.22.22 0 000 .08L5.1 9.69l-1.26.6a.16.16 0 00-.08.17l1 4.7a.18.18 0 000 .07L6 16.37l-.8.49a.15.15 0 00-.06.16l.75 3.64a.11.11 0 000 .07l3 3.22a.14.14 0 00.2 0l3.92-3.12a.16.16 0 00.06-.12L13 18.59l1.32 1.1a.14.14 0 00.18 0l3.14-2.51a.24.24 0 00.06-.11l.09-1.57 1 .67a.14.14 0 00.17 0l2.57-2a.14.14 0 00.05-.1zm-9.62.15l.07 1.57.12 2.78-4.23 2.87-.66-4.53zm-.35-8.42l.25 5.91-5 2.59-.9-6.32zM3.54 8.12L2.33 2.26l3.74 2.32.93 6.2-1.58-1.2zM5 15.05l-.88-4.26 3.28 2.74.6 4.38-1.68-1.62zm1.14 5.51l-.65-3.14 2.89 2.85.47 3.16zm3 3l-.49-3.33 4-2.87.14 3.28zM13 18.2v-1.08a.16.16 0 00-.05-.11l-1.13-.92 1-.7a.14.14 0 00.06-.12v-.26l1.39 1.06v3.21zm4.44-1.2l-2.86 2.28v-3.22l3.07-2.2zm1.29-1.21l-.9-.63.09-1.59a.11.11 0 000-.06.1.1 0 000-.05l-1.93-1.27V10.8l3 1.89zm2.55-1.86L19 15.74l.26-3.06L21.69 11z\"/></svg>\n </figure>\n </td>\n <td>linode.svg</td>\n <td><code>_includes/icons/simple-icons/linode.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"linode\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Linux icon</title><path d=\"M12.503 0c-.155 0-.315.008-.479.021-4.227.333-3.106 4.807-3.17 6.298-.077 1.093-.3 1.954-1.051 3.021-.885 1.051-2.127 2.75-2.716 4.521-.278.832-.41 1.684-.287 2.489-.039.034-.076.068-.111.135-.26.268-.449.601-.662.839-.199.199-.485.267-.797.4-.313.136-.658.269-.864.681-.09.188-.136.393-.132.601 0 .199.027.401.055.536.058.399.116.729.039.97-.248.68-.279 1.146-.105 1.485.174.334.535.469.939.601.811.2 1.91.135 2.775.599.926.467 1.866.671 2.616.47.526-.115.97-.463 1.208-.945.587-.003 1.23-.269 2.26-.334.699-.058 1.574.267 2.578.199.025.135.063.199.114.334l.003.003c.391.778 1.113 1.132 1.884 1.071.771-.06 1.592-.536 2.257-1.306.631-.765 1.683-1.084 2.378-1.503.348-.199.629-.469.649-.853.023-.4-.199-.812-.714-1.377v-.097l-.003-.003c-.17-.2-.25-.535-.338-.926-.085-.401-.182-.786-.492-1.046h-.003c-.059-.054-.123-.067-.188-.135-.056-.038-.121-.062-.19-.064.431-1.278.264-2.55-.173-3.694-.533-1.41-1.465-2.638-2.175-3.483-.796-1.005-1.576-1.957-1.561-3.369.027-2.152.237-6.133-3.544-6.139zm.529 3.405h.013c.213 0 .396.062.584.198.191.135.33.332.439.533.105.259.158.459.166.724 0-.02.006-.04.006-.059v.104c-.002-.007-.004-.015-.004-.021l-.004-.024c-.002.243-.053.483-.15.706-.047.125-.119.24-.213.335-.029-.016-.057-.03-.088-.042-.105-.045-.199-.064-.285-.133-.071-.028-.145-.051-.219-.066.049-.059.145-.133.182-.198.053-.128.082-.264.088-.402v-.019c.002-.135-.018-.271-.061-.4-.045-.135-.101-.201-.183-.334-.084-.066-.167-.132-.267-.132h-.016c-.093 0-.176.03-.262.132-.095.094-.166.207-.205.334-.053.127-.084.264-.09.4v.019c.002.089.008.179.02.267-.193-.067-.438-.135-.607-.202-.01-.065-.016-.132-.018-.199v-.02c-.008-.264.043-.526.15-.769.082-.219.232-.406.43-.533.171-.129.379-.199.594-.199zm-2.962.059h.036c.142 0 .27.048.399.135.146.129.264.288.344.465.09.199.141.401.153.667v.004c.007.134.006.201-.002.266v.08c-.03.007-.056.018-.083.024-.152.055-.274.135-.393.2.012-.089.013-.179.003-.267v-.015c-.012-.133-.039-.199-.082-.333-.031-.102-.088-.193-.166-.267-.049-.045-.115-.068-.183-.064h-.021c-.071.006-.13.041-.186.132-.064.077-.105.171-.12.27-.027.108-.035.219-.023.331v.014c.012.135.037.201.081.334.045.134.097.2.165.268.011.009.021.018.034.024-.07.057-.117.07-.176.136-.037.028-.08.06-.131.068-.104-.125-.196-.26-.275-.402-.096-.21-.146-.438-.155-.667-.017-.226.011-.452.08-.668.055-.197.152-.379.283-.535.128-.133.26-.2.418-.2zm1.371 1.706c.331 0 .732.065 1.215.399.293.2.523.269 1.053.468h.003c.255.136.405.266.478.399v-.131c.073.147.078.318.016.47-.123.311-.516.644-1.064.843v.002c-.268.135-.501.333-.775.465-.276.135-.588.292-1.012.267-.152.008-.305-.015-.448-.067-.11-.06-.218-.126-.322-.198-.195-.135-.363-.332-.612-.465v-.005h-.005c-.4-.246-.616-.512-.686-.711-.069-.268-.005-.469.193-.6.224-.135.38-.271.483-.336.104-.074.143-.102.176-.131h.002v-.003c.169-.202.436-.469.839-.601.139-.036.294-.065.466-.065zm2.799 2.143c.359 1.417 1.197 3.475 1.736 4.473.286.534.855 1.659 1.102 3.024.156-.005.329.018.513.064.646-1.671-.546-3.467-1.089-3.966-.221-.201-.232-.335-.123-.335.589.534 1.365 1.572 1.646 2.757.129.535.159 1.104.021 1.67.067.028.135.061.205.067 1.032.534 1.413.938 1.23 1.537v-.043c-.061-.003-.12 0-.181 0h-.015c.151-.467-.182-.825-1.065-1.224-.915-.4-1.646-.336-1.771.465-.007.043-.012.066-.017.135-.068.023-.139.053-.209.064-.43.268-.662.669-.793 1.187-.13.533-.17 1.156-.205 1.869v.003c-.021.334-.171.838-.319 1.351-1.5 1.072-3.58 1.538-5.349.334-.111-.193-.246-.374-.402-.533-.074-.125-.168-.237-.275-.334.182 0 .338-.029.465-.067.145-.067.257-.188.314-.334.108-.267 0-.697-.345-1.163-.345-.467-.931-.995-1.788-1.521-.63-.399-.986-.87-1.15-1.396-.165-.534-.143-1.085-.015-1.645.245-1.07.873-2.11 1.274-2.763.107-.065.037.135-.408.974-.396.751-1.141 2.497-.122 3.854.038-.989.258-1.965.647-2.876.564-1.278 1.743-3.504 1.836-5.268.048.036.217.135.289.202.218.133.38.333.59.465.211.201.477.335.876.335.039.003.075.006.111.006.411 0 .729-.134.996-.268.29-.134.521-.334.74-.4h.005c.467-.135.836-.402 1.045-.7zm2.186 8.958c.037.601.343 1.245.882 1.377.588.134 1.434-.333 1.791-.765l.211-.009c.315-.008.577.01.847.267l.003.003c.208.199.305.531.391.876.085.401.154.78.409 1.066.486.527.645.906.636 1.14l.003-.006v.018l-.003-.012c-.015.262-.185.396-.498.595-.63.401-1.746.712-2.457 1.57-.618.737-1.371 1.139-2.036 1.191-.664.053-1.237-.2-1.574-.898l-.005-.003c-.21-.401-.12-1.025.056-1.69.176-.668.428-1.345.463-1.898.037-.714.076-1.335.195-1.814.12-.465.308-.797.641-.984l.045-.022zm-10.815.049h.01c.053 0 .105.005.157.014.376.055.706.333 1.023.752l.91 1.664.003.003c.243.533.754 1.064 1.189 1.638.434.598.77 1.131.729 1.57v.006c-.057.744-.479 1.148-1.125 1.294-.645.135-1.52.002-2.395-.464-.968-.536-2.118-.469-2.857-.602-.369-.066-.611-.201-.723-.401-.111-.199-.113-.601.123-1.23v-.003l.002-.003c.117-.334.03-.753-.027-1.119-.055-.401-.083-.709.043-.94.16-.334.396-.399.689-.533.295-.135.641-.202.916-.469h.002v-.003c.256-.268.445-.601.668-.838.19-.201.38-.336.663-.336zm7.159-9.074c-.435.201-.945.535-1.488.535-.542 0-.97-.267-1.279-.466-.155-.134-.28-.268-.374-.335-.164-.134-.144-.334-.074-.334.109.016.129.135.199.201.096.066.215.199.361.333.291.2.68.467 1.166.467.485 0 1.053-.267 1.398-.466.195-.135.445-.334.648-.467.156-.137.149-.268.279-.268.129.016.034.134-.147.333-.181.135-.461.335-.69.468v-.001zm-1.082-1.584V5.64c-.006-.019.013-.042.029-.05.074-.043.18-.027.26.004.063 0 .16.067.15.135-.006.049-.085.066-.135.066-.055 0-.092-.043-.141-.068-.052-.018-.146-.008-.163-.065zm-.551 0c-.02.058-.113.049-.166.066-.047.025-.086.068-.139.068-.051 0-.131-.019-.137-.068-.009-.066.088-.133.15-.133.081-.031.184-.047.259-.005.019.009.036.03.03.05v.021h.003z\"/></svg>\n </figure>\n </td>\n <td>linux.svg</td>\n <td><code>_includes/icons/simple-icons/linux.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"linux\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Linux Foundation icon</title><path d=\"M4.8 9.6v9.6h9.6V24H0V9.6h4.8zM24 0v24h-7.2v-4.8h2.4V4.8H4.8v2.4H0V0h24z\"/></svg>\n </figure>\n </td>\n <td>linuxfoundation.svg</td>\n <td><code>_includes/icons/simple-icons/linuxfoundation.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"linuxfoundation\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Linux Mint icon</title><path d=\"M0 1.693v4.193h1.828c1.276 0 1.502.865 1.502 2.058l.01 7.412c0 3.84 3.44 6.951 7.68 6.951h10.464c1.342 0 2.516-.83 2.516-2.108V8.706c0-3.84-3.44-6.95-7.683-6.95h-4.405v-.013L0 1.693zm5.723 2.566h2.102V14.82c0 1.413.984 2.51 2.139 2.51l7.17.03c1.496 0 2.661-1.01 2.661-2.206l-.012-5.607a1.2 1.2 0 0 0-.386-.91 1.224 1.224 0 0 0-.917-.384c-.374 0-.65.12-.918.384a1.2 1.2 0 0 0-.386.91v4.798h-2.223V9.548c0-.364-.124-.648-.389-.91a1.208 1.208 0 0 0-.917-.384c-.366 0-.647.12-.914.384-.265.262-.39.546-.39.91v4.798H10.12V9.548c0-.95.36-1.792 1.042-2.466a3.445 3.445 0 0 1 2.485-1.022c.937 0 1.752.345 2.413.97a3.448 3.448 0 0 1 2.42-.97c.954 0 1.803.348 2.485 1.022a3.385 3.385 0 0 1 1.041 2.466l.009 5.991c-.105 1.004-.539 1.894-1.28 2.637h-.002a4.367 4.367 0 0 1-3.174 1.314H9.574v-.038c-.976-.103-1.846-.519-2.57-1.217-.845-.825-1.281-1.846-1.281-3.01V4.26z\"/></svg>\n </figure>\n </td>\n <td>linuxmint.svg</td>\n <td><code>_includes/icons/simple-icons/linuxmint.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"linuxmint\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Litecoin icon</title><path d=\"M12 0a12 12 0 1012 12A12 12 0 0012 0zm-.2617 3.6777h2.584a.3425.3425 0 01.33.4356l-2.0312 6.918 1.9062-.582-.4082 1.3847-1.9238.5605-1.248 4.213h6.6757a.3425.3425 0 01.3282.4374l-.582 2a.4586.4586 0 01-.4395.3301H6.7324l1.7227-5.8223-1.9063.5801.42-1.3613 1.9101-.58 2.4219-8.1798a.4557.4557 0 01.4375-.334Z\"/></svg>\n\n </figure>\n </td>\n <td>litecoin.svg</td>\n <td><code>_includes/icons/simple-icons/litecoin.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"litecoin\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>LiveJournal icon</title><path d=\"M18.09 14.696c-1.512.664-2.726 1.885-3.381 3.399l4.27.883-.886-4.282h-.003zM2.475 8.317L0 5.85C1.125 3.237 3.216 1.14 5.823 0h.006l2.469 2.463c1.368-.591 2.876-.921 4.463-.921C18.967 1.542 24 6.569 24 12.771 24 18.973 18.967 24 12.761 24 6.551 24 1.52 18.976 1.52 12.771c0-1.591.355-3.081.952-4.451l9.143 9.114c1.125-2.613 3.218-4.71 5.823-5.85l-9.135-9.12h-.008c-2.606 1.14-4.695 3.24-5.823 5.85l.003.003z\"/></svg>\n </figure>\n </td>\n <td>livejournal.svg</td>\n <td><code>_includes/icons/simple-icons/livejournal.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"livejournal\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Livestream icon</title><path d=\"M20.987 6.248l.041.002.039.006.04.011.039.015.038.02.039.022.035.03.035.029.037.045.046.045.03.045.044.045.075.119.029.06.029.075.03.074.031.074.028.074.029.09.029.09.03.09.031.089.029.104.028.104.031.105.03.104.029.104.029.104.03.12.03.118.029.135.015.12.029.134.03.134.017.135.028.149.015.148.015.149.031.149.015.149.016.148.015.165.015.164.015.163.015.165.015.164.016.179.015.343.016.179.015.179.015.18.015.18.015.193.015.193.015.193.016.195.015.193v.388l.016.209.015.209v.403l.015.208v.611l.015.419.015.625v1.269l.015.373.03.269.046.179.043.119.047.104.059.09.045.044.045.045.044.045.062.029.089.046.089.029.096.03.142.029.193.011.269-.016h.1v2.253l-.239.029-.566.026-.61-.029-.448-.067-.344-.089-.254-.089-.237-.119-.236-.15-.208-.184-.134-.134-.136-.149-.17-.269-.15-.313-.119-.342-.082-.403-.054-.456-.015-.508v-1.938l-.015-.418v-.865l-.015-.402v-.287l-.016-.199v-.397l-.015-.194v-.193l-.008-.193-.015-.194-.014-.179-.003-.18-.015-.179-.015-.183v-.178l-.015-.18-.017-.179-.012-.179-.014-.17-.017-.17-.015-.164-.015-.169-.015-.16-.014-.163-.015-.164-.017-.15-.015-.148-.016-.158-.015-.141-.015-.135-.044-.278-.016-.134-.015-.135-.03-.125-.026-.135-.029-.118-.03-.12-.031-.119-.034-.103-.029-.104-.025-.103-.045-.09-.029-.104-.029-.089-.022-.09-.029-.089-.031-.09-.03-.074-.029-.076-.029-.074-.03-.059-.03-.061-.029-.06-.044-.06-.03-.045-.036-.045-.031-.044-.041-.03-.028-.029-.046-.03-.028-.015-.046-.016-.049-.012-.044-.016-.03-.015h-.03 2.552l-.051.031zM.008 3.082l1.169.021 1.089.026.97.015.851.03.73.029.642.029.567.03.506.029.463.046.418.044.387.046.357.044.329.046.313.044.283.061.27.059.252.059.24.06.223.06.209.06.194.075.194.059.179.074.163.076.166.074.148.074.164.074.148.09.135.09.135.09.119.088.119.09.119.09.119.09.104.09.104.104.104.09.105.104.09.104.09.104.104.105.09.104.09.104.074.104.09.105.074.119.074.104.074.119.075.12.074.119.074.12.06.119.061.119.074.119.06.119.06.119.06.119.06.12.045.118.048.12.06.135.05.118.06.135.06.119.044.119.061.135.054.135.044.119.051.134.045.12.045.133.045.135.045.135.045.134.044.135.03.134.045.135.039.135.029.133.039.135.029.135.041.134.029.134.045.135.029.119.045.135v.014l.029.12.031.127.029.134.029.135.03.119.03.135.029.133.045.12.029.134.03.119.03.135.029.119.029.119.03.12.03.119.029.12.03.119.03.119.029.119.029.119.03.119.03.119.014.12.03.104.046.223.029.105.029.104.03.104.022.104.029.104.016.104.029.104.03.104.015.104.029.105.03.09.03.097.015.089.03.09.015.09.015.089.015.09.015.075.016.09.015.085.016.075.014.074.016.078.024.074.015.074.015.075.015.068.016.06.023.074.023.061.016.065.015.06.016.06.015.06.015.06.015.06.015.045.03.051.015.045.015.045.016.044.029.046.015.044.038.075.015.038.03.061.015.029.015.03.015.029.016.03.015.015.015.015.015.015.016.015.015.016.029.016.016.004.015.015h.03-7.027l-.051-.015-.057-.016-.057-.014-.06-.016-.06-.015h-.016l-.052-.024-.056-.015-.057-.031-.061-.03-.044-.029-.06-.03-.045-.029-.061-.03-.044-.045-.044-.045-.061-.045-.045-.045-.06-.044-.06-.06-.06-.056-.044-.06-.061-.054-.06-.045-.06-.06-.061-.06-.044-.06-.062-.005-.059-.06-.045-.068-.054-.065-.119-.148-.059-.075-.045-.074-.061-.09-.059-.074-.061-.09-.06-.075-.06-.088-.06-.09-.06-.09-.061-.09-.059-.09-.061-.09-.06-.089-.06-.104-.059-.09-.046-.104-.06-.105-.06-.104-.06-.105-.061-.104-.059-.104-.06-.104-.06-.104-.061-.104-.059-.104-.061-.104-.059-.104-.061-.119-.06-.12-.06-.119-.061-.12-.059-.119-.061-.119-.059-.119-.06-.119-.135-.028-.049-.126-.059-.123-.061-.123-.059-.125-.064-.125-.06-.127-.06-.119-.064-.119-.06-.119-.063-.119-.06-.119-.06-.15-.06-.134-.063-.119-.063-.12-.06-.134-.063-.119-.061-.135-.06-.119-.06-.135-.06-.134-.06-.134-.058-.134-.059-.135-.061-.119-.059-.134-.059-.133-.059-.135-.06-.135-.06-.134-.119-.268-.06-.149-.06-.12-.059-.134-.061-.12-.06-.119-.073-.118-.06-.135-.074-.12-.06-.118-.074-.12-.061-.119-.059-.12-.06-.119-.06-.119-.059-.137-.12-.239-.06-.119-.061-.119-.074-.119-.074-.119-.135-.229-.058-.119-.074-.11-.076-.12-.059-.112-.061-.104-.125-.208-.074-.106-.061-.103-.058-.105-.061-.089-.06-.105-.063-.104-.066-.09-.059-.09-.074-.09-.076-.088-.059-.089-.075-.09-.088-.117-.067-.076-.069-.078-.059-.074-.058-.1-.074-.074-.066-.06-.075-.069-.062-.065-.075-.081-.065-.06-.065-.06-.068-.058-.067-.053-.069-.045-.07-.045L.672 3.4l-.075-.046-.06-.044-.074-.044-.067-.03-.068-.03-.07-.03-.071-.03-.068-.031-.059-.023L0 3.086h.008v-.004z\"/></svg>\n </figure>\n </td>\n <td>livestream.svg</td>\n <td><code>_includes/icons/simple-icons/livestream.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"livestream\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>LLVM icon</title><path d=\"M20.83 2.976l-.085.095a16.246 16.246 0 00-1.19 1.487 5.773 5.773 0 00-.446.719 2.88 2.88 0 00-.249.597.497.497 0 00-.033.177v.004a.297.297 0 00-.21.29.3.3 0 00.187.284c.038.371.08 1.142.07 2.2l-.004.142a8.002 8.002 0 01-.434 2.327c-.016-.01-.03-.014-.04-.013-.03.003-.111.12-.19.251-.058.09-.119.195-.154.291a.37.37 0 00-.03.14.249.249 0 00.01.088c.01.037.022.058.022.058a6.837 6.837 0 01-.003.007.144.144 0 00-.028.067l-.012.029a6.837 6.837 0 01-.258.527l-.077.142a6.837 6.837 0 01-.07.115.157.157 0 00-.022-.014.16.16 0 00-.113.024c-.047.035-.151.194-.498.368-.118.059-.226.093-.32.114a14.102 14.102 0 00.248-2.07 5.072 5.072 0 00-.064-1.057c.003-.01.003-.017.003-.017l-.005.01a4.345 4.345 0 00-.104-.458 3.554 3.554 0 00-.724-1.385c-.631-.754-1.496-1.14-2.256-1.165l-.125-.002c0-.008 0-.015.002-.022.021-.098.024-.127-.087-.032a.872.872 0 00-.057.054c-.053.001-.101.004-.146.007a.716.716 0 01-.003-.108c.004-.076.024-.127-.087-.032a.553.553 0 00-.142.167c-.05.008-.08.015-.08.015l.045-.002-.047.008c-.016-.042-.053-.105-.048-.16.01-.118.043-.14-.037-.065-.098.09-.202.226-.22.299l-.096.03c-.018-.018-.074-.07-.086-.178-.013-.11-.012-.166-.08-.051a1.14 1.14 0 00-.13.349c-.032.015-.063.03-.093.046a.27.27 0 01-.057-.173c-.005-.144.04-.261-.067-.068a1.634 1.634 0 00-.146.406c-.036.025-.071.051-.105.079a2.7 2.7 0 01-.008-.17c-.002-.142.021-.295-.067-.025-.026.079-.053.192-.07.321-.404.385-.65.917-.644 1.572v.007c-.001.117.005.228.014.33.02.238.057.438.107.605-.095.13-.103.689-.01.818.073.104.496.35.586.399a.367.367 0 01.094.093c.115.188.115.567.027.762-.107.238.107.285.285.32.178.036.415-.023.463-.118.047-.095-.154-.309-.237-.748-.084-.439.13-.474.13-.474s.095.024.237.249c.11.175.227.313.336.413a.727.727 0 01-.201.172c.12.005.24-.051.304-.087a.77.77 0 00.071.045 1.015 1.015 0 01-.05.05.506.506 0 00.108-.022.295.295 0 00.084.022c.155.012.57-.368.57-.439 0-.018-.015-.04-.038-.063-.042-.045-.12-.1-.207-.177a1.03 1.03 0 01-.11-.116.723.723 0 01-.141-.374v-.01l-.003-.031s.007-.007.016-.02v.004l.004-.01c.052-.08.15-.379-.47-1.078a3.045 3.045 0 00-.924-.706c-.042-.472.15-.913.626-1.13l-.005.005.008-.006c.227-.102.517-.155.877-.136.69.036 1.22.359 1.59.845.514.712.738 1.78.575 2.856-.068.065-.055.075-.013.077a4.616 4.616 0 01-.055.273l-.027.015c-.123.074-.071.073 0 .092l-.006.02c-.02.065-.043.13-.066.193a.956.956 0 00-.087.03c-.135.053-.08.06-.012.091l.044.022c-.032.08-.066.16-.101.237a.746.746 0 00-.08.017c-.142.036-.088.05-.024.09a.52.52 0 01.04.027 6.784 6.784 0 01-.107.214.76.76 0 00-.153.025c-.14.036-.087.05-.023.09.034.02.06.041.081.059a8.022 8.022 0 01-.095.165l-.023.036a.59.59 0 00-.206.024c-.142.036-.088.05-.024.09a.67.67 0 01.104.079 8.61 8.61 0 01-.126.18.514.514 0 00-.23-.005c-.144.02-.092.04-.033.086.068.053.101.099.118.118l-.062.084c-.044-.058-.149-.124-.246-.193a.85.85 0 00-.29-.13c-.048 0-.199.268-1.017.197-.819-.071-.87-.15-.942-.15-.07 0-.223.057-.228.059l-.034-.02a11.031 11.031 0 01-.972-.674c-.464-.37-.72-.647-.72-.647s.137-.125-.047-.284a3.32 3.32 0 00-.338-.277 2.157 2.157 0 00-.242-.166 3.57 3.57 0 01-.088-.127 11.486 11.486 0 01-.363-.628 10.456 10.456 0 01-.25-.527c-.16-.36-.27-.682-.346-.964a5.621 5.621 0 01-.148-.923 2.257 2.257 0 01.004-.242.411.411 0 00.158-.323.411.411 0 00-.358-.407c-.204-.427-.982-1.477-3.882-3.68l-.127-.098.005.004-.036-.027c2.954 2.53 3.53 3.519 3.682 3.932a.411.411 0 00-.027.033 18.692 18.692 0 00-.018-.013c.018 0 .025-.005.025-.005s-.672-.546-1.787-1.23c-1.119-.687-1.749-.849-1.88-.877l-.027-.006s.206.19.174.285c-.01.032-.168.022-.421.028a3.948 3.948 0 00-.725.07 4.1 4.1 0 00-1.567.63C.237 7.783-.001 8.4-.001 8.4s.55-.768 1.58-1.305c-.014.337-.047 1.969.445 4.12.531 2.32 1.531 4.487 1.614 4.665.004.178.016.272.016.272s.148-1.79.756-3.647c.175.283.758 1.117 2.076 2.096 1.628 1.21 2.37 1.536 2.4 1.548.001.157.005.24.005.24s.005-.1.018-.263c.044-.065.298-.43.552-.67a3.58 3.58 0 01.54-.435c.032.11.063.204.093.276-.02-.097-.036-.19-.052-.282.107.01.538.066 1.206.393.343.168.609.395.798.595a.167.167 0 00-.014.006s.123.112.269.403a2.416 2.416 0 00-.73.084 2.913 2.913 0 00-.098-.189.484.484 0 00-.039-.135c-.027-.061-.095-.1-.164-.14a.397.397 0 00-.104-.073.225.225 0 01-.055-.073c-.084-.184-.798.012-.942.18-.175.204-.209.464-.14.608.021.045.07.082.138.11.002.221.137.75.404 1.134a4.964 4.964 0 01-.108-.667c-.009-.16 0-.274.015-.35.047.328.174.684.577 1.125-.248-.54-.22-.862-.195-1.144l.009-.044.006-.001c.036.263.142.534.482.964a.412.412 0 01-.014-.028l.014.021a1.626 1.626 0 01-.167-1.03l.008-.003c.046.03.091.07.134.126.128.172.188.349.212.47a.528.528 0 00.067.384c-.245.179-.485.346-.72.501-.23.149-.49.313-.757.47-.14.08-.279.158-.414.23l-.135-.077h.002l-.008-.004c-.97-.559-1.69-.932-2.518-1.082-.931-.167-1.787.283-1.983 1.082a1.284 1.284 0 00.552 1.38l.012.008c.013.01.026.017.04.026l.06.036h.002c.192.11.424.191.691.237l.028.005h.006a3.5 3.5 0 00.412.044c.975.047 2.156-.408 3.323-.982.1.054.202.108.306.166 2.547 1.403 4.098 1.585 6.154.728-.502.151-1.208.356-2.094.344a.05.05 0 00-.02-.006l.001.006a5.461 5.461 0 01-.648-.05v-.001l-.03-.003v-.003a.267.267 0 00-.001.002 6.25 6.25 0 01-1.556-.436 7.793 7.793 0 01-.745-.362 57.07 57.07 0 01-1.006-.569c.348-.178.692-.363 1.026-.545.355-.189.672-.362.918-.5l.009-.004.007-.001s.083-.018.16-.042c.17-.052.41-.149.695-.283.028.117.095.215.195.253.235.091.407.027.522-.102l.018-.01.047-.037c.05-.03.107-.067.156-.09a1.14 1.14 0 01.053-.022c.04-.01.078-.023.116-.037l.033-.01c-.145.297-.091.581-.091.581.043-.371.22-.608.392-.715.064-.027.13-.05.2-.067.064 0 .116.023.144.07.07.12.217.194.364.226.024.15-.045.404-.4.866l.09-.062.004-.003.072-.053c.143-.108.252-.21.334-.305a.97.97 0 00.191-.305c.012.2-.043.507-.311 1.036 0 0 .317-.276.514-.63.006.191-.01.443-.063.785.345-.673.325-1.085.239-1.326l-.01-.036a.433.433 0 00-.01-.065l.042-.057c.118-.166-.048-.344-.154-.415-.06-.04-.2-.154-.454-.157-.225-.27-.51-.15-.958.145a1.297 1.297 0 01-.166.093.725.725 0 00-.055-.117c.16-.096.326-.199.494-.308.317-.207.553-.416.728-.615.51-.517.69-1.02 1.21-1.446l-.013.001.06-.032c.854-.458 1.307-.547 1.339-.553l-.003.128.018-.125a1.795 1.795 0 01.481.344 2.12 2.12 0 01.362.487l.044.301s0-.117-.01-.33c.153-.152 1.02-1.044 1.724-2.467.694-1.404.944-2.523 1.017-2.924a18.19 18.19 0 01.665 2.466s-.002-.133-.031-.374c.097-.336.516-1.872.627-3.756.1-1.681-.065-2.78-.14-3.174.648.537.995 1.307.995 1.307s-.04-.163-.188-.437l.02.027s-.236-.455-.644-.905a6.45 6.45 0 00-.157-.172c-.432-.459-.854-.617-1.17-.672-.1-.02-.203-.03-.308-.03h-.019c-.125-.003-.201.002-.207-.026-.02-.095.11-.285.11-.285s-.177.046-.554.33c-.23.167-.52.41-.853.76a13.69 13.69 0 00-.89.995l-.075.095a.203.203 0 00-.023-.017c.076-.331.362-1.118 1.788-3.112zM11.92 14.09a.351.351 0 01.012.006l-.012-.006zm-.263 2.606c.088.044.19.106.303.194h-.005a.484.484 0 00-.155.07.956.956 0 01-.126-.224l-.017-.04zm-4.855 1.57c.132 0 .276.014.432.048l.02.005.017.004c.11.027.223.062.337.102l.057.021c.191.074.395.156.611.248.32.139.619.277.838.375l.183.088c-.221.106-.424.196-.577.261-1.014.416-1.83.536-2.338.391-.945-.269-.76-1.536.42-1.542z\"/></svg>\n </figure>\n </td>\n <td>llvm.svg</td>\n <td><code>_includes/icons/simple-icons/llvm.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"llvm\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>LMMS icon</title><path d=\"M1.714 0A1.71 1.71 0 000 1.714v20.572C0 23.236.765 24 1.714 24h20.572A1.71 1.71 0 0024 22.286V1.714A1.71 1.71 0 0022.286 0zM12 3l9 5.143v10.286l-3 1.714-3-1.714V15l3-1.714V9.857L12 6.43 6 9.857v3.429L9 15v3.429l-3 1.714-3-1.714V8.143Z\"/></svg>\n\n </figure>\n </td>\n <td>lmms.svg</td>\n <td><code>_includes/icons/simple-icons/lmms.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"lmms\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>LogMeIn icon</title><path d=\"M12 0C5.372 0 0 5.373 0 12s5.372 12 12 12 12-5.373 12-12S18.628 0 12 0zM5.379 4.768h1.74c.147 0 .288.004.424.01a.376.376 0 01.303.152.684.684 0 01.11.364c.007.149.01.31.01.484v12.093c0 .176.004.37.01.587.006.216-.024.377-.091.485-.054.094-.174.17-.363.222a.754.754 0 01-.304.02 2.533 2.533 0 00-.323-.02H5.702c-.149 0-.286-.006-.415-.02a.572.572 0 01-.314-.12.48.48 0 01-.12-.304 4.164 4.164 0 01-.02-.424V6.203c0-.188-.004-.41-.01-.667-.007-.255.024-.437.09-.545a.595.595 0 01.264-.202c.04 0 .078-.004.11-.01a.536.536 0 01.092-.011zm10.527 3.687c.201-.008.386-.001.548.019.565.032 1.053.144 1.464.338.539.257.963.634 1.273 1.133.095.148.168.307.222.475.055.169.11.34.164.515.026.108.042.21.05.304.005.094.023.19.05.284 0 .08.007.134.02.16.027.19.04.385.04.587v5.661c0 .257-.004.503-.01.738-.008.237-.105.39-.294.456a.91.91 0 01-.283.04h-1.415c-.163 0-.307-.01-.435-.03a.418.418 0 01-.293-.173.613.613 0 01-.09-.313 8.825 8.825 0 01-.01-.416v-4.426c0-.5-.02-.961-.06-1.386-.042-.424-.163-.785-.365-1.082a1.427 1.427 0 00-.668-.51c-.186-.095-.488-.156-.827-.156-.397 0-.74.083-.912.207-.139.057-.26.124-.362.197-.433.31-.688.762-.77 1.354-.08.594-.123 1.261-.123 2.002v4.125c0 .121-.02.223-.06.304a.42.42 0 01-.323.262c-.149.027-.33.04-.545.04H10.88c-.15 0-.297-.006-.446-.02-.148-.013-.256-.06-.323-.142-.095-.12-.139-.294-.131-.525.006-.23.009-.446.009-.647V9.6c0-.147.004-.282.01-.403a.507.507 0 01.112-.305.24.24 0 01.132-.09c.06-.02.124-.037.191-.05h.102c.068-.014.138-.022.212-.022h1.06c.109 0 .214.005.316.012.1.006.19.023.271.05.095.04.16.1.193.181.03.072.03.147.054.24.056.23.118.486.291.508.08.01.159-.025.224-.09.031-.022.114-.11.14-.144.095-.114.28-.278.388-.346.078-.058.142-.1.202-.136.192-.134.483-.261.832-.36.014-.006.028-.012.042-.016.112-.036.225-.062.342-.077l.159-.029c.224-.038.442-.06.643-.068Z\"/></svg>\n\n </figure>\n </td>\n <td>logmein.svg</td>\n <td><code>_includes/icons/simple-icons/logmein.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"logmein\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Logstash icon</title><path d=\"M12.6 7.2V24c-5.2 0-10.8-4-10.8-9.3V0h3.6c3.8 0 7.2 3.4 7.2 7.2zm2.4 6V24h7.2V13.2z\"/></svg>\n </figure>\n </td>\n <td>logstash.svg</td>\n <td><code>_includes/icons/simple-icons/logstash.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"logstash\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Loop icon</title><path d=\"M12,0C5.371,0,0,5.371,0,12s5.371,12,12,12s12-5.371,12-12C24.011,5.371,18.629,0,12,0z M12.7,22.611 C6.837,22.611,2.089,17.863,2.089,12S6.837,1.389,12.7,1.389S23.311,6.137,23.311,12S18.563,22.611,12.7,22.611z M7.045,3.413 c-4.747,2.735-6.366,8.795-3.632,13.542c2.735,4.737,8.806,6.366,13.542,3.632c4.747-2.735,6.366-8.806,3.632-13.542 C17.852,2.297,11.792,0.678,7.045,3.413z M16.868,19.034c-4.08,2.352-9.287,0.952-11.639-3.118 c-2.352-4.08-0.952-9.287,3.118-11.639c4.08-2.352,9.287-0.952,11.639,3.118C22.337,11.464,20.948,16.682,16.868,19.034z M5.229,8.084c-2.166,3.741-0.875,8.532,2.866,10.687c3.741,2.166,8.532,0.875,10.698-2.866s0.875-8.532-2.866-10.687 C12.175,3.063,7.384,4.343,5.229,8.084z M18.071,14.702c-1.827,3.161-5.863,4.244-9.025,2.417 c-3.161-1.827-4.244-5.863-2.418-9.025s5.863-4.244,9.025-2.418C18.815,7.493,19.898,11.541,18.071,14.702z M6.093,12 c0,3.271,2.647,5.918,5.918,5.918s5.918-2.647,5.918-5.918s-2.647-5.918-5.918-5.918C8.74,6.082,6.093,8.729,6.093,12z M16.704,11.3c0,2.593-2.1,4.693-4.693,4.693s-4.693-2.1-4.693-4.693s2.1-4.693,4.693-4.693C14.593,6.607,16.704,8.707,16.704,11.3 z\"/></svg>\n </figure>\n </td>\n <td>loop.svg</td>\n <td><code>_includes/icons/simple-icons/loop.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"loop\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Lua icon</title><path d=\"M.38 10.377l-.272-.037c-.048.344-.082.695-.101 1.041l.275.016c.018-.34.051-.682.098-1.02zM4.136 3.289l-.184-.205c-.258.232-.509.48-.746.734l.202.188c.231-.248.476-.49.728-.717zM5.769 2.059l-.146-.235c-.296.186-.586.385-.863.594l.166.219c.27-.203.554-.399.843-.578zM1.824 18.369c.185.297.384.586.593.863l.22-.164c-.205-.271-.399-.555-.58-.844l-.233.145zM1.127 16.402l-.255.104c.129.318.274.635.431.943l.005.01.245-.125-.005-.01c-.153-.301-.295-.611-.421-.922zM.298 9.309l.269.063c.076-.332.168-.664.272-.986l-.261-.087c-.108.332-.202.672-.28 1.01zM.274 12.42l-.275.01c.012.348.04.699.083 1.043l.273-.033c-.042-.336-.069-.68-.081-1.02zM.256 14.506c.073.34.162.682.264 1.014l.263-.08c-.1-.326-.187-.658-.258-.99l-.269.056zM11.573.275L11.563 0c-.348.012-.699.039-1.044.082l.034.273c.338-.041.68-.068 1.02-.08zM23.221 8.566c.1.326.186.66.256.992l.27-.059c-.072-.34-.16-.682-.262-1.014l-.264.081zM17.621 1.389c-.309-.164-.627-.314-.947-.449l-.107.252c.314.133.625.281.926.439l.128-.242zM15.693.572c-.332-.105-.67-.199-1.01-.277l-.063.268c.332.076.664.168.988.273l.085-.264zM6.674 1.545c.298-.15.606-.291.916-.418L7.486.873c-.317.127-.632.272-.937.428l-.015.008.125.244.015-.008zM23.727 11.588l.275-.01a11.797 11.797 0 0 0-.082-1.045l-.273.033c.041.338.068.682.08 1.022zM13.654.105c-.346-.047-.696-.08-1.043-.098l-.014.273c.339.018.683.051 1.019.098l.038-.273zM9.544.527l-.058-.27c-.34.072-.681.16-1.014.264l.081.262c.325-.099.659-.185.991-.256zM1.921 5.469l.231.15c.185-.285.384-.566.592-.834l-.217-.17c-.213.276-.417.563-.606.854zM.943 7.318l.253.107c.132-.313.28-.625.439-.924l-.243-.128c-.163.307-.314.625-.449.945zM18.223 21.943l.145.234c.295-.186.586-.385.863-.594l-.164-.219c-.272.204-.557.4-.844.579zM21.248 19.219l.217.17c.215-.273.418-.561.607-.854l-.23-.148c-.186.285-.385.564-.594.832zM19.855 20.715l.184.203c.258-.23.51-.479.746-.732l-.201-.188c-.23.248-.477.488-.729.717zM22.359 17.504l.244.129c.162-.307.314-.625.449-.945l-.254-.107a11.27 11.27 0 0 1-.439.923zM23.617 13.629l.273.039c.049-.346.082-.695.102-1.043l-.275-.014c-.018.338-.051.682-.1 1.018zM23.156 15.621l.264.086c.107-.332.201-.67.279-1.01l-.268-.063c-.077.333-.169.665-.275.987zM22.453 6.672c.154.303.297.617.424.932l.256-.104c-.131-.322-.277-.643-.436-.953l-.244.125zM8.296 23.418c.331.107.67.201 1.009.279l.062-.268c-.331-.076-.663-.168-.986-.273l-.085.262zM10.335 23.889c.345.049.696.082 1.043.102l.014-.275c-.339-.018-.682-.051-1.019-.098l-.038.271zM17.326 22.449c-.303.154-.613.297-.926.424l.104.256c.318-.131.639-.275.947-.434l.004-.002-.123-.246-.006.002zM4.613 21.467c.274.213.562.418.854.605l.149-.23c-.285-.184-.565-.385-.833-.592l-.17.217zM12.417 23.725l.009.275c.348-.014.699-.041 1.045-.084l-.035-.271c-.336.041-.68.068-1.019.08zM6.37 22.604c.307.162.625.314.946.449l.107-.254c-.313-.133-.624-.279-.924-.439l-.129.244zM3.083 20.041c.233.258.48.51.734.746l.188-.201c-.249-.23-.49-.477-.717-.729l-.205.184zM14.445 23.475l.059.27c.34-.074.68-.162 1.014-.266l-.082-.262c-.325.099-.659.185-.991.258zM21.18.129A2.689 2.689 0 1 0 21.18 5.507 2.689 2.689 0 1 0 21.18.129zM15.324 15.447c0 .471.314.66.852.66.67 0 1.297-.396 1.297-1.016v-.645c-.23.107-.379.141-1.107.24-.735.109-1.042.306-1.042.761zM12 2.818c-5.07 0-9.18 4.109-9.18 9.18 0 5.068 4.11 9.18 9.18 9.18 5.07 0 9.18-4.111 9.18-9.18 0-5.07-4.11-9.18-9.18-9.18zm-2.487 13.77H5.771v-6.023h.769v5.346h2.974v.677zm4.13 0h-.619v-.67c-.405.57-.811.793-1.446.793-.843 0-1.38-.463-1.38-1.182v-3.271h.686v3c0 .52.347.85.893.85.719 0 1.181-.578 1.181-1.461v-2.389h.686v4.33zm-.53-8.393c0-1.484 1.205-2.689 2.689-2.689s2.688 1.205 2.688 2.689-1.203 2.688-2.688 2.688-2.689-1.203-2.689-2.688zm5.567 7.856v.52c-.223.059-.33.074-.471.074-.34 0-.637-.238-.711-.57-.381.406-.918.637-1.471.637-.877 0-1.422-.463-1.422-1.248 0-.527.256-.916.76-1.123.266-.107.414-.141 1.389-.264.545-.066.719-.191.719-.48v-.182c0-.412-.348-.645-.967-.645-.645 0-.957.24-1.016.77h-.693c.041-1 .686-1.404 1.734-1.404 1.066 0 1.627.412 1.627 1.182v2.412c0 .215.133.338.373.338.041-.002.074-.002.149-.017z\"/></svg>\n </figure>\n </td>\n <td>lua.svg</td>\n <td><code>_includes/icons/simple-icons/lua.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"lua\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Lufthansa icon</title><path d=\"M24,12c0-6.648-5.352-12-12-12C5.376,0,0,5.352,0,12c0,6.624,5.376,12,12,12C18.648,24,24,18.624,24,12z M23.136,12c0,6.12-4.992,11.136-11.136,11.136C5.88,23.136,0.864,18.121,0.864,12C0.864,5.856,5.88,0.864,12,0.864 C18.144,0.864,23.136,5.856,23.136,12z M16.248,11.28c-0.264,0-0.6,0-1.032,0.024l0.312-0.528h0.504c1.8,0,3.144,0.096,4.368,0.312 l0.552-0.528c-1.368-0.24-3.024-0.384-4.704-0.384H15.84l0.264-0.504h0.456c1.752,0,3.336,0.144,4.872,0.432l0.576-0.552 c-1.728-0.336-3.576-0.503-5.568-0.503c-0.849,0.003-1.698,0.043-2.544,0.12c-0.96,2.063-2.496,3.264-4.224,3.24 C9,12.384,8.159,12.097,7.08,11.52l-1.008-0.576l0.312-0.288l2.328,1.008l0.504-0.384L4.512,9.144l-0.72,0.552L2.112,9l0.024,0.696 c2.256,1.032,3.192,1.608,5.568,3.312c3.096,2.208,5.856,3.408,9.696,4.176l1.008-0.96h-0.24c-2.544,0-4.824-0.84-6.144-2.256 c1.104-0.672,2.471-0.983,4.368-0.983c0.504,0,1.224,0.047,1.896,0.119l0.576-0.552c-0.9-0.11-1.805-0.166-2.712-0.168 c-0.609-0.001-1.217,0.023-1.824,0.072l0.432-0.528c0.511-0.03,1.024-0.046,1.536-0.048c1.272,0,2.112,0.048,3.072,0.192 l0.552-0.528C18.912,11.377,17.52,11.28,16.248,11.28z\"/></svg>\n </figure>\n </td>\n <td>lufthansa.svg</td>\n <td><code>_includes/icons/simple-icons/lufthansa.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"lufthansa\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Lumen icon</title><path d=\"M11.652 0a.75.75 0 0 0-.342.072l-4.878 2.23a.75.75 0 1 0 .624 1.366l4.878-2.23A.75.75 0 0 0 11.652 0zm5.624.354a.75.75 0 0 0-.341.074L6.428 5.306a.75.75 0 0 0 .632 1.362L17.566 1.79a.75.75 0 0 0-.29-1.436zm0 3.002a.75.75 0 0 0-.341.074L6.428 8.308A.75.75 0 0 0 7.06 9.67l10.506-4.88a.75.75 0 0 0-.29-1.435zm0 3.002a.75.75 0 0 0-.341.074L6.428 11.31a.75.75 0 0 0 .632 1.361l10.506-4.878a.75.75 0 0 0-.29-1.435zm.009 3.002a.75.75 0 0 0-.342.07l-3.753 1.688a.75.75 0 0 0-.442.685v3.518a.75.75 0 0 0 .001.047h-1.503a.75.75 0 0 0 0-.047v-2.58a.75.75 0 0 0-.761-.761.75.75 0 0 0-.74.761v2.58a.75.75 0 0 0 .002.047h-.94a.461.461 0 0 0-.47.555l.19 1.14a.687.687 0 0 0 .656.556h2.28l-2.537.476a.375.375 0 1 0 .139.737l6.003-1.126a.375.375 0 0 0 .307-.41.625.625 0 0 0 .092-.232l.19-1.141a.461.461 0 0 0-.47-.555h-.94a.75.75 0 0 0 .002-.047v-3.033l3.31-1.49a.75.75 0 0 0-.274-1.438zm-2.292 9.384a.375.375 0 0 0-.063.007l-6.004 1.126a.375.375 0 1 0 .139.737l6.003-1.125a.375.375 0 0 0-.075-.745zm0 1.876a.375.375 0 0 0-.063.008l-6.004 1.125a.375.375 0 1 0 .139.737l6.003-1.125a.375.375 0 0 0-.075-.745zm-.743 1.876a.375.375 0 0 0-.064.006l-4.471.751a.375.375 0 1 0 .124.74l4.472-.75a.375.375 0 0 0-.061-.747z\"/></svg>\n </figure>\n </td>\n <td>lumen.svg</td>\n <td><code>_includes/icons/simple-icons/lumen.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"lumen\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Lyft icon</title><path d=\"M24 11.122v-3.512h-1.253c-0.524-2.76-3.424-4.575-6.34-3.483-1.624 0.606-2.944 2.546-2.944 4.282v7.981h0.14c0.003 0 0.003 0 0.006 0s0.003 0 0.006 0c0.904-0.038 1.75-0.421 2.38-1.077 0.632-0.659 0.981-1.522 0.981-2.432h1.463v-3.515h-1.463v-0.966c0-0.375 0.199-0.726 0.527-0.907 0.899-0.501 1.815 0.143 1.815 0.995v3.22c0 1.273 0.48 2.456 1.352 3.331 0.834 0.834 1.964 1.314 3.179 1.352 0 0 0.003 0 0.003 0s0 0 0.003 0v0h0.143v-3.512c0 0 0 0 0 0-0.656-0.003-1.171-0.53-1.171-1.171v-0.585zM3.512 13.463v-9.366h-3.512v8.78c0 2.412 1.592 3.512 3.073 3.512v0c0.442 0 0.884-0.102 1.279-0.287 0.059-0.026 0.152-0.085 0.152-0.085s-0.088-0.094-0.126-0.135c-0.562-0.641-0.866-1.472-0.866-2.42zM9.073 12.375c0 0.146-0.070 0.287-0.19 0.369-0.471 0.331-0.981-0.003-0.981-0.451v-4.683h-3.512v5.854c0 1.613 1.314 2.927 2.927 2.927 0.697 0 1.373-0.249 1.902-0.702-0.056 0.433-0.293 0.79-0.691 1.039-0.372 0.234-0.858 0.357-1.402 0.357-0.562 0-1.133-0.132-1.651-0.38 0 0-0.094-0.044-0.211-0.111v3.12c0.781 0.316 1.639 0.483 2.467 0.483 1.311 0 2.508-0.41 3.372-1.156 0.969-0.834 1.481-2.055 1.481-3.527v-7.902h-3.512z\"/></svg>\n </figure>\n </td>\n <td>lyft.svg</td>\n <td><code>_includes/icons/simple-icons/lyft.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"lyft\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>MAAS icon</title><path d=\"M12 0C5.383 0 0 5.384 0 12s5.383 12 12 12 12-5.384 12-12S18.617 0 12 0zM6.343 6.257h11.314c.284 0 .514.23.514.515v.685c0 .285-.23.515-.514.515H6.343a.515.515 0 0 1-.515-.515v-.685c0-.284.23-.515.515-.515zm0 3.257h11.314c.284 0 .514.23.514.515v.685c0 .285-.23.515-.514.515H6.343a.515.515 0 0 1-.515-.515v-.685c0-.284.23-.515.515-.515zm0 3.257h11.314c.284 0 .514.23.514.515v.685c0 .285-.23.515-.514.515H6.343a.515.515 0 0 1-.514-.515v-.685c0-.284.23-.515.514-.515zm0 3.258h11.314c.284 0 .514.23.514.513v.687c0 .284-.23.515-.514.515H6.343a.515.515 0 0 1-.514-.515v-.687c0-.284.23-.513.514-.513z\"/></svg>\n </figure>\n </td>\n <td>maas.svg</td>\n <td><code>_includes/icons/simple-icons/maas.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"maas\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Macy’s icon</title><path d=\"M12.015.624L9.19 9.293H0l7.445 5.384-2.819 8.673L12 17.986l7.422 5.393-2.835-8.713L24 9.292h-9.162L12.015.622v.002z\"/></svg>\n </figure>\n </td>\n <td>macys.svg</td>\n <td><code>_includes/icons/simple-icons/macys.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"macys\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Magento icon</title><path d=\"M12 24l-4.455-2.572v-12l2.97-1.715v12.001l1.485.902 1.485-.902V7.713l2.971 1.715v12L12 24zM22.391 6v12l-2.969 1.714V7.713L12 3.43 4.574 7.713v12.001L1.609 18V6L12 0l10.391 6z\"/></svg>\n </figure>\n </td>\n <td>magento.svg</td>\n <td><code>_includes/icons/simple-icons/magento.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"magento\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>Magisk icon</title><path d=\"M10.857 14.458s.155.921-.034 2.952c-.236 2.546.97 6.59.97 6.59s1.645-4.052 1.358-6.67c-.236-2.152.107-2.904.034-2.803-1.264 1.746-2.328-.069-2.328-.069zM13.939 16.643c.206 1.591-.023 2.462-.32 4.164-.15.861 3.068-2.589 4.302-4.645.206-.343-1.18 1.337-2.551.137-.951-.832-1.114-1.085-1.853-1.808-.249-.244.277 1.014.423 2.151zM10.427 14.618c-.739.723-.903.976-1.853 1.808-1.371 1.2-2.757-.48-2.551-.137 1.234 2.057 4.452 5.506 4.302 4.645-.297-1.703-.526-2.574-.32-4.164.147-1.137.673-2.395.423-2.151zM13.593 11.779c1.504.434 2.088 2.523 3.606 2.781.314.053.667.148 1.079.128.77-.037 1.744-.472 3.045-2.318.385-.546-.955 3.514-4.313 3.563-2.46.036-2.747-2.408-4.387-2.482-.592-.027-.629-1.156-.629-1.156s.706-.774 1.598-.517zM10.407 11.767c-1.504.434-2.088 2.523-3.606 2.781-.314.053-.667.148-1.079.128-.77-.037-1.744-.472-3.045-2.318-.385-.546.955 3.514 4.313 3.563 2.46.036 2.747-2.408 4.387-2.482.592-.027.629-1.156.629-1.156s-.706-.774-1.598-.517zM16.033 11.747c1.513 1.146 1.062 2.408 1.911 2.048 2.859-1.212 2.359-7.434 2.128-6.682-1.303 4.242-4.143 4.48-6.876 2.528-.534-.381 1.985 1.459 2.837 2.105zM10.793 9.641C8.06 11.592 5.22 11.355 3.917 7.113c-.231-.752-.731 5.469 2.128 6.682.849.36.398-.902 1.911-2.048.852-.646 3.371-2.486 2.837-2.105zM16.319 10.225c3.3-.136 3.909-5.545 3.65-4.885-1.165 2.963-5.574 1.848-5.995 3.718-.083.367.747 1.233 2.345 1.167zM10.015 9.058c-.421-1.87-4.831-.755-5.995-3.718-.259-.66.35 4.749 3.65 4.885 1.599.066 2.428-.8 2.345-1.167zM13.768 8.234s1.794-.964 3.33-1.384c1.435-.393 2.512-1.359 2.631-2.38.089-.76-1.11-2.197-1.11-2.197s-.841 2.334-1.945 3.501c-1.201 1.27-.745 1.099-2.906 2.46zM7.315 5.774C6.211 4.607 5.37 2.273 5.37 2.273S4.171 3.709 4.26 4.47c.12 1.021 1.196 1.987 2.631 2.38 1.536.421 3.33 1.384 3.33 1.384-2.162-1.361-1.705-1.19-2.906-2.46zM13.55 8.086c1.943-1.594 2.976-3.673 4.657-5.949.317-.429-1.419-1.465-2.105-1.533S14.84 3.057 14.775 4.54c-.059 1.354-1.486 3.761-1.224 3.547zM9.214 4.539C9.149 3.056 8.573.535 7.887.603S5.465 1.707 5.782 2.136c1.681 2.276 2.713 4.356 4.657 5.949.261.214-1.165-2.193-1.224-3.547zM13.745 2.937c.137-1.098.631-1.9 1.613-2.574-.868-.29-1.591-.526-1.968-.217s-1.403 1.342-1.266 3.023.007 7.962.305 7.846c.16-4.302 1.522-5.538 1.316-8.077zM11.559 11.014c.297.116.167-6.165.305-7.846S10.976.454 10.598.145C10.221-.164 9.499.072 8.63.362c.983.674 1.476 1.476 1.613 2.574-.206 2.539 1.156 3.775 1.316 8.077z\"/></svg>\n </figure>\n </td>\n <td>magisk.svg</td>\n <td><code>_includes/icons/simple-icons/magisk.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"magisk\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Mail.Ru icon</title><path d=\"M11.585 5.267c1.834 0 3.558.811 4.824 2.08v.004c0-.609.41-1.068.979-1.068h.145c.891 0 1.073.842 1.073 1.109l.005 9.475c-.063.621.64.941 1.029.543 1.521-1.564 3.342-8.038-.946-11.79-3.996-3.497-9.357-2.921-12.209-.955-3.031 2.091-4.971 6.718-3.086 11.064 2.054 4.74 7.931 6.152 11.424 4.744 1.769-.715 2.586 1.676.749 2.457-2.776 1.184-10.502 1.064-14.11-5.188C-.977 13.521-.847 6.093 5.62 2.245 10.567-.698 17.09.117 21.022 4.224c4.111 4.294 3.872 12.334-.139 15.461-1.816 1.42-4.516.037-4.498-2.031l-.019-.678c-1.265 1.256-2.948 1.988-4.782 1.988-3.625 0-6.813-3.189-6.813-6.812 0-3.659 3.189-6.885 6.814-6.885zm4.561 6.623c-.137-2.653-2.106-4.249-4.484-4.249h-.09c-2.745 0-4.268 2.159-4.268 4.61 0 2.747 1.842 4.481 4.256 4.481 2.693 0 4.464-1.973 4.592-4.306l-.006-.536z\"/></svg>\n </figure>\n </td>\n <td>mail-dot-ru.svg</td>\n <td><code>_includes/icons/simple-icons/mail-dot-ru.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mail-dot-ru\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>MailChimp icon</title><path d=\"M17.98 11.341c.165-.021.332-.021.497 0 .089-.205.104-.558.024-.942-.12-.571-.28-.917-.613-.863-.333.054-.346.468-.226 1.039.067.321.186.596.319.766zM15.12 11.793c.239.105.385.174.442.114.037-.038.026-.11-.03-.203-.118-.193-.36-.388-.617-.497a1.677 1.677 0 0 0-1.634.196c-.16.117-.31.28-.29.378.008.032.031.056.087.064.132.015.591-.217 1.12-.25.374-.023.684.094.922.199zm-.48.274c-.31.05-.481.152-.591.247-.094.082-.152.173-.152.237l.024.057.051.02c.07 0 .228-.064.228-.064a1.975 1.975 0 0 1 1-.104c.155.018.23.028.263-.026.01-.015.023-.049-.008-.1-.073-.118-.387-.317-.814-.266zM17.015 13.073c.21.104.442.063.518-.09.076-.155-.034-.364-.245-.467-.21-.104-.442-.063-.518.09-.076.155.034.364.245.467zm1.355-1.186c-.171-.003-.314.185-.317.421-.004.235.131.428.302.431.171.003.314-.185.318-.42.003-.235-.132-.428-.303-.432zM6.866 16.13c-.042-.053-.112-.037-.18-.021a.646.646 0 0 1-.16.022.347.347 0 0 1-.292-.148c-.078-.12-.073-.299.012-.504l.04-.092c.138-.308.368-.825.11-1.317-.194-.37-.511-.602-.892-.65a1.145 1.145 0 0 0-.983.355c-.379.418-.438.988-.364 1.19.027.073.069.094.099.098.065.009.16-.038.22-.2l.017-.052c.026-.085.076-.243.157-.37a.688.688 0 0 1 .953-.2c.266.175.368.5.255.811-.059.161-.154.468-.133.72.043.512.357.717.638.74.274.01.466-.145.514-.258.03-.066.005-.107-.01-.125v.001zM22.691 15.194c-.01-.037-.078-.286-.172-.586l-.19-.51c.375-.563.381-1.066.332-1.35-.054-.353-.2-.654-.496-.964-.295-.312-.9-.63-1.75-.868l-.445-.124c-.002-.018-.023-1.053-.043-1.497-.013-.32-.041-.822-.196-1.315-.185-.669-.507-1.253-.91-1.627 1.11-1.152 1.803-2.422 1.801-3.511-.003-2.095-2.571-2.73-5.736-1.416l-.67.285a666.1 666.1 0 0 0-1.23-1.207C9.376-2.65-1.905 9.912 1.701 12.964l.789.668a3.885 3.885 0 0 0-.22 1.793c.085.84.517 1.644 1.218 2.266.665.59 1.54.965 2.389.964 1.403 3.24 4.61 5.228 8.37 5.34 4.034.12 7.42-1.776 8.84-5.182.093-.24.486-1.317.486-2.267 0-.956-.539-1.352-.882-1.352zm-16.503 2.55a1.94 1.94 0 0 1-.374.027c-1.218-.033-2.534-1.131-2.665-2.435-.145-1.44.59-2.548 1.89-2.81a2.22 2.22 0 0 1 .547-.04c.729.04 1.803.6 2.048 2.191.217 1.408-.128 2.843-1.446 3.068zm-1.36-6.08c-.81.157-1.524.617-1.96 1.252-.261-.218-.747-.64-.833-.804-.697-1.325.76-3.902 1.778-5.357C6.33 3.159 10.268.437 12.093.931c.296.084 1.278 1.224 1.278 1.224s-1.823 1.013-3.514 2.426c-2.278 1.757-3.999 4.311-5.03 7.083zm12.787 5.542a.072.072 0 0 0 .042-.071.067.067 0 0 0-.074-.06s-1.908.283-3.711-.379c.196-.639.718-.408 1.508-.344a11.01 11.01 0 0 0 3.64-.394c.816-.235 1.888-.698 2.722-1.356.28.618.38 1.298.38 1.298s.217-.039.399.073c.171.106.297.326.211.895-.175 1.063-.626 1.926-1.384 2.72a5.698 5.698 0 0 1-1.663 1.244 7.018 7.018 0 0 1-1.085.46c-2.858.935-5.784-.093-6.727-2.3a3.582 3.582 0 0 1-.19-.522c-.401-1.455-.06-3.2 1.007-4.299.065-.07.132-.153.132-.256 0-.087-.055-.178-.102-.243-.373-.542-1.666-1.466-1.406-3.254.186-1.285 1.308-2.189 2.353-2.135l.265.015c.453.027.848.085 1.222.101.624.027 1.185-.064 1.85-.619.224-.187.404-.35.708-.401.032-.005.111-.034.27-.026a.892.892 0 0 1 .456.146c.533.355.608 1.215.636 1.845.016.36.059 1.228.074 1.478.034.57.183.65.486.75.17.057.329.099.562.164.705.199 1.123.4 1.387.659.158.161.23.333.253.497.084.608-.47 1.359-1.938 2.041-1.605.746-3.55.935-4.895.785l-.471-.053c-1.076-.145-1.689 1.247-1.044 2.201.416.615 1.55 1.015 2.683 1.015 2.6 0 4.598-1.111 5.341-2.072l.06-.085c.036-.055.006-.085-.04-.054-.607.416-3.304 2.069-6.19 1.571 0 0-.35-.057-.67-.182-.254-.099-.786-.344-.85-.891 2.328.721 3.793.039 3.793.039zm-3.688-.436l.001.001v-.002zM9.473 6.74c.895-1.036 1.996-1.936 2.982-2.441.034-.017.07.02.052.053-.079.142-.23.447-.277.677a.04.04 0 0 0 .061.042c.614-.419 1.681-.868 2.618-.925.04-.003.06.049.027.074-.154.119-.293.258-.411.413a.04.04 0 0 0 .031.064c.657.005 1.584.235 2.188.575.04.023.012.102-.034.092-.914-.21-2.41-.37-3.964.01-1.387.339-2.446.862-3.218 1.425-.04.029-.086-.023-.055-.06z\"/></svg>\n </figure>\n </td>\n <td>mailchimp.svg</td>\n <td><code>_includes/icons/simple-icons/mailchimp.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mailchimp\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>MakerBot icon</title><path d=\"M23.055 7.328c-.604-1.428-1.47-2.714-2.569-3.813C19.382 2.414 18.1 1.551 16.672.944 15.189.315 13.619 0 12 0c-1.62 0-3.19.318-4.672.945-1.428.604-2.711 1.47-3.813 2.57C2.414 4.615 1.551 5.9.943 7.328.315 8.81 0 10.38 0 12c0 1.619.318 3.189.945 4.671.604 1.429 1.47 2.714 2.569 3.814 1.103 1.1 2.386 1.964 3.813 2.57C8.81 23.686 10.38 24 12 24c1.619 0 3.189-.314 4.671-.944 1.429-.601 2.711-1.471 3.814-2.564 1.1-1.095 1.964-2.386 2.57-3.811.63-1.47.944-3.045.944-4.665 0-1.619-.314-3.18-.944-4.664v-.024zM12 22.335C6.293 22.335 1.665 17.707 1.665 12S6.293 1.665 12 1.665 22.335 6.293 22.335 12 17.707 22.335 12 22.335zm3.242-18.214H8.757c-.922 0-1.7.324-2.333.975-.635.644-.953 1.425-.953 2.334v10.182c0 .449.135.81.4 1.095.267.269.615.42 1.051.42.445 0 .805-.135 1.079-.405.272-.271.409-.63.409-1.08V7.08h2.141v10.529c0 .445.131.806.391 1.08.259.273.611.411 1.059.411.446 0 .799-.138 1.059-.411.26-.274.39-.635.39-1.08V7.08h2.142v10.529c0 .445.135.806.408 1.08.275.273.635.411 1.08.411.435 0 .783-.141 1.05-.423.268-.28.401-.638.401-1.069V7.426c0-.91-.318-1.688-.953-2.336-.633-.648-1.41-.975-2.334-.975v.006z\"/></svg>\n </figure>\n </td>\n <td>makerbot.svg</td>\n <td><code>_includes/icons/simple-icons/makerbot.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"makerbot\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>ManageIQ icon</title><path d=\"M12.096.1l-.001.001A11.547 11.547 0 00.538 11.658c0 2.069.548 4.005 1.496 5.683l2.869-2.867a7.676 7.676 0 01-.54-2.816c0-4.261 3.47-7.73 7.732-7.73 4.261 0 7.732 3.469 7.732 7.73 0 4.262-3.47 7.732-7.732 7.732a7.67 7.67 0 01-2.6-.459L6.597 21.83a11.514 11.514 0 005.499 1.388c2.316 0 4.468-.686 6.275-1.856l2.393 2.392L24 20.512l-2.349-2.349a11.51 11.51 0 002-6.505C23.651 5.368 18.644.26 12.393.1c-.08-.003-.18 0-.297 0zm-.001 9.34c-1.226 0-2.215.991-2.215 2.217 0 1.225.99 2.216 2.215 2.216a2.215 2.215 0 100-4.432zm-4.241 3.368l-.214.214L0 20.662l3.239 3.24 7.855-7.856z\"/></svg>\n </figure>\n </td>\n <td>manageiq.svg</td>\n <td><code>_includes/icons/simple-icons/manageiq.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"manageiq\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Manjaro icon</title><path d=\"M0 0v24h6.75V6.75h8.625V0H0zm8.625 8.625V24h6.75V8.625h-6.75zM17.25 0v24H24V0h-6.75z\"/></svg>\n </figure>\n </td>\n <td>manjaro.svg</td>\n <td><code>_includes/icons/simple-icons/manjaro.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"manjaro\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Mapbox icon</title><path d=\"M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0zm5.696 14.943c-4.103 4.103-11.433 2.794-11.433 2.794S4.94 10.421 9.057 6.304c2.281-2.281 6.061-2.187 8.45.189s2.471 6.168.189 8.45zm-4.319-7.91l-1.174 2.416-2.416 1.174 2.416 1.174 1.174 2.416 1.174-2.416 2.416-1.174-2.416-1.174-1.174-2.416z\"/></svg>\n </figure>\n </td>\n <td>mapbox.svg</td>\n <td><code>_includes/icons/simple-icons/mapbox.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mapbox\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>MariaDB icon</title><path d=\"M23.157 4.412c-.676.284-.79.31-1.673.372-.65.045-.757.057-1.212.209-.75.246-1.395.75-2.02 1.59-.296.398-1.249 1.913-1.249 1.988 0 .057-.65.998-.915 1.32-.574.713-1.08 1.079-2.14 1.59-.77.36-1.224.524-4.102 1.477-1.073.353-2.133.738-2.367.864-.852.449-1.515 1.036-2.203 1.938-1.003 1.32-.972 1.313-3.042.947a12.264 12.264 0 00-.675-.063c-.644-.05-1.023.044-1.332.334L0 17.193l.177.088c.094.05.353.234.561.398.215.17.461.347.55.391.088.044.17.088.183.101.012.013-.089.17-.228.353-.435.581-.593.871-.574 1.048.019.164.032.17.43.17.517-.006.826-.056 1.261-.208.65-.233 2.058-.94 2.784-1.4.776-.5 1.717-.998 1.956-1.042.082-.02.354-.07.594-.114.58-.107 1.464-.095 2.587.05.108.013.373.045.6.064.227.025.43.057.454.076.026.012.474.037.998.056.934.026 1.104.007 1.3-.189.126-.133.385-.631.498-.985.209-.643.417-.921.366-.492-.113.966-.322 1.692-.713 2.411-.259.499-.663 1.092-.934 1.395-.322.347-.315.36.088.315.619-.063 1.471-.397 2.096-.82.827-.562 1.647-1.691 2.19-3.03.107-.27.22-.22.183.083-.013.094-.038.315-.057.498l-.031.328.353-.202c.833-.48 1.414-1.262 2.127-2.884.227-.518.877-2.922 1.073-3.976a9.64 9.64 0 01.271-1.042c.127-.429.196-.555.48-.858.183-.19.625-.555.978-.808.72-.505.953-.75 1.187-1.205.208-.417.284-1.13.132-1.357-.132-.202-.284-.196-.763.006Z\"/></svg>\n\n </figure>\n </td>\n <td>mariadb.svg</td>\n <td><code>_includes/icons/simple-icons/mariadb.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mariadb\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>MariaDB Foundation icon</title><path d=\"M23.475 4.031c-.369.013-.262.179-1.06.376-.805.198-1.78.077-2.646.441-2.267.95-2.634 4.624-5.335 6.045-1.77 1-3.576 1.229-5.19 1.735-1.295.52-2.101.864-3.051 1.683-.737.635-.917 1.252-1.687 2.05-.782 1.062-3.744.118-4.506 1.45.402.26.634.332 1.34.24-.146.276-1.074.64-.906 1.048 0 0 2.245.409 4.137-.733.882-.359 1.71-1.119 3.08-1.301 1.777-.236 3.778.373 5.925.544-.444.877-.902 1.395-1.391 2.119-.152.163.13.307.65.209.937-.232 1.615-.483 2.289-.949.878-.606 1.256-1.16 1.997-2.039.644 1.032 2.914 1.26 3.38.367-.867-.367-1.052-2.277-.755-3.101.35-.786.603-1.896.886-2.928.256-.93.413-2.349.718-3.075.365-.903 1.073-1.185 1.605-1.664.532-.479 1.06-.878 1.045-1.974-.006-.356-.19-.553-.525-.543zm-.573.445c.09.307.231.448.841.504-.089.774-.606 1.196-1.183 1.602-.509.356-1.066.7-1.424 1.258-.367.57-.951 2.23-1.52 4.159-.492 1.668-1.065 2.807-2.276 3.807-.15-.36.17-.568.03-.897-.175.496-.558 1.218-.789 1.66-.76 1.454-2.019 2.63-3.901 2.962.893-1.21 1.787-2.543 1.896-4.627-.4.087-.432 1.164-1.078 1.56-.415.045-.995-.05-1.573-.12-1.726-.203-3.465-.282-5.087.24-1.105.353-2.356 1.447-3.292 1.853-1.1.478-1.477.515-2.869.473-.174-.234 1.002-.536.936-1.047-.536-.058-.848.071-1.314-.14a.707.707 0 01.223-.24c.854-.59 3.278-.14 3.927-.777.401-.392.663-.804.935-1.204.265-.388.538-.765.953-1.105.154-.125.394-.341.571-.463.709-.484 1.51-.831 2.373-1.133 1.174-.413 2.361-.552 3.613-1.03.774-.296 1.508-.576 2.193-1.088.162-.121.407-.326.55-.465 2.22-2.192 2.361-5.177 5.415-5.49.37-.038.672-.026.948-.034.317-.01.597-.047.902-.218zm-.15.197c-.017 0-.049.015-.093.056-.265.272-.79.884-.98 1.454-.05.155.048.11.082.01.189-.584.788-1.226.971-1.42.045-.052.051-.099.02-.1zm.08.133c-.017.002-.046.022-.084.069-.224.306-.657.77-.766 1.36-.027.16.064.103.082-.001.106-.605.608-1.11.763-1.327.037-.058.036-.105.006-.101zm.098.12c-.017.004-.044.026-.077.076-.199.325-.46.699-.519 1.295-.013.162.073.097.083-.008.052-.612.379-1.032.515-1.262.032-.06.028-.107-.002-.1zm.107.091c-.018.005-.042.03-.071.082-.169.34-.328.6-.334 1.2.002.163.08.09.081-.015 0-.614.22-.925.335-1.166.026-.063.018-.11-.011-.1zm-2.064.294c-.526.013-.837.242-.938.68.432.375 1.338.074 1.177-.672a2.218 2.218 0 00-.24-.008Z\"/></svg>\n\n </figure>\n </td>\n <td>mariadbfoundation.svg</td>\n <td><code>_includes/icons/simple-icons/mariadbfoundation.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mariadbfoundation\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Markdown icon</title><path d=\"M22.269 19.385H1.731a1.73 1.73 0 0 1-1.73-1.73V6.345a1.73 1.73 0 0 1 1.73-1.73h20.538a1.73 1.73 0 0 1 1.73 1.73v11.308a1.73 1.73 0 0 1-1.73 1.731zm-16.5-3.462v-4.5l2.308 2.885 2.307-2.885v4.5h2.308V8.078h-2.308l-2.307 2.885-2.308-2.885H3.461v7.847zM21.231 12h-2.308V8.077h-2.307V12h-2.308l3.461 4.039z\"/></svg>\n </figure>\n </td>\n <td>markdown.svg</td>\n <td><code>_includes/icons/simple-icons/markdown.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"markdown\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Marketo icon</title><path d=\"M16.146 0v24l6.134-4.886V3.334zM13.293 18.758l-4.939 2.157V2.086l4.939 1.462zM1.721 18.205l3.78-.999V5.188l-3.762-.606z\"/></svg>\n </figure>\n </td>\n <td>marketo.svg</td>\n <td><code>_includes/icons/simple-icons/marketo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"marketo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>MasterCard icon</title><path d=\"M11.343 18.031c.058.049.12.098.181.146-1.177.783-2.59 1.238-4.107 1.238C3.32 19.416 0 16.096 0 12c0-4.095 3.32-7.416 7.416-7.416 1.518 0 2.931.456 4.105 1.238-.06.051-.12.098-.165.15C9.6 7.489 8.595 9.688 8.595 12c0 2.311 1.001 4.51 2.748 6.031zm5.241-13.447c-1.52 0-2.931.456-4.105 1.238.06.051.12.098.165.15C14.4 7.489 15.405 9.688 15.405 12c0 2.31-1.001 4.507-2.748 6.031-.058.049-.12.098-.181.146 1.177.783 2.588 1.238 4.107 1.238C20.68 19.416 24 16.096 24 12c0-4.094-3.32-7.416-7.416-7.416zM12 6.174c-.096.075-.189.15-.28.231C10.156 7.764 9.169 9.765 9.169 12c0 2.236.987 4.236 2.551 5.595.09.08.185.158.28.232.096-.074.189-.152.28-.232 1.563-1.359 2.551-3.359 2.551-5.595 0-2.235-.987-4.236-2.551-5.595-.09-.08-.184-.156-.28-.231z\"/></svg>\n </figure>\n </td>\n <td>mastercard.svg</td>\n <td><code>_includes/icons/simple-icons/mastercard.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mastercard\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Mastodon icon</title><path d=\"M23.193 7.879c0-5.206-3.411-6.732-3.411-6.732C18.062.357 15.108.025 12.041 0h-.076c-3.068.025-6.02.357-7.74 1.147 0 0-3.411 1.526-3.411 6.732 0 1.192-.023 2.618.015 4.129.124 5.092.934 10.109 5.641 11.355 2.17.574 4.034.695 5.535.612 2.722-.15 4.25-.972 4.25-.972l-.09-1.975s-1.945.613-4.129.539c-2.165-.074-4.449-.233-4.799-2.891a5.499 5.499 0 0 1-.048-.745s2.125.52 4.817.643c1.646.075 3.19-.097 4.758-.283 3.007-.359 5.625-2.212 5.954-3.905.517-2.665.475-6.507.475-6.507zm-4.024 6.709h-2.497V8.469c0-1.29-.543-1.944-1.628-1.944-1.2 0-1.802.776-1.802 2.312v3.349h-2.483v-3.35c0-1.536-.602-2.312-1.802-2.312-1.085 0-1.628.655-1.628 1.944v6.119H4.832V8.284c0-1.289.328-2.313.987-3.07.68-.758 1.569-1.146 2.674-1.146 1.278 0 2.246.491 2.886 1.474L12 6.585l.622-1.043c.64-.983 1.608-1.474 2.886-1.474 1.104 0 1.994.388 2.674 1.146.658.757.986 1.781.986 3.07v6.304z\"/></svg>\n </figure>\n </td>\n <td>mastodon.svg</td>\n <td><code>_includes/icons/simple-icons/mastodon.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mastodon\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Material-UI icon</title><path d=\"M0 2.475v10.39l3 1.733V7.67l6 3.465 6-3.465v3.465l-6 3.463v3.464l6 3.463 9-5.195V9.402l-3 1.733v3.463l-6 3.464-3-1.732 6-3.465V2.475L9 7.67 0 2.475zm24 0l-3 1.73V7.67l3-1.732V2.474Z\"/></svg>\n\n </figure>\n </td>\n <td>material-ui.svg</td>\n <td><code>_includes/icons/simple-icons/material-ui.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"material-ui\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Material Design icon</title><path d=\"M12 0C5.377 0 0 5.377 0 12s5.377 12 12 12 12-5.377 12-12S18.623 0 12 0zm0 .75c2.871 0 5.482 1.082 7.469 2.85H4.53A11.197 11.197 0 0 1 12 .75zm-7.186 3.6h14.372L12 18.723 4.814 4.35zM3.6 4.53V19.47A11.197 11.197 0 0 1 .75 12c0-2.87 1.082-5.481 2.85-7.468zm16.8 0A11.197 11.197 0 0 1 23.25 12c0 2.871-1.082 5.482-2.85 7.469V4.53zM4.35 5.1l7.275 14.55H4.35V5.1zm15.3 0v14.55h-7.275L19.651 5.1zM4.533 20.4H19.469A11.197 11.197 0 0 1 12 23.25a11.197 11.197 0 0 1-7.468-2.85z\"/></svg>\n </figure>\n </td>\n <td>materialdesign.svg</td>\n <td><code>_includes/icons/simple-icons/materialdesign.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"materialdesign\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Material Design Icons icon</title><path d=\"M0 0h7.2v2.4h9.6V0H24v7.2h-2.4v9.6H24V24h-7.2v-2.4H7.2V24H0v-7.2h2.4V7.2H0V0m16.8 7.2V4.8H7.2v2.4H4.8v9.6h2.4v2.4h9.6v-2.4h2.4V7.2h-2.4M2.4 2.4v2.4h2.4V2.4H2.4m16.8 0v2.4h2.4V2.4h-2.4M2.4 19.2v2.4h2.4v-2.4H2.4m16.8 0v2.4h2.4v-2.4z\"/></svg>\n </figure>\n </td>\n <td>materialdesignicons.svg</td>\n <td><code>_includes/icons/simple-icons/materialdesignicons.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"materialdesignicons\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>Mathworks icon</title><path d=\"M4.323 16.248C3.13 15.354 1.64 14.31 0 13.118l5.814-2.236 2.385 1.789c-1.789 2.087-2.981 2.832-3.876 3.578zm15.95-6.26c-.447-1.193-.745-2.385-1.193-3.578-.447-1.342-.894-2.534-1.64-3.578-.298-.447-.894-1.491-1.64-1.491-.149 0-.298.149-.447.149-.447.149-1.043 1.043-1.193 1.64-.447.745-1.342 1.938-1.938 2.683-.149.298-.447.596-.596.745-.447.298-.894.745-1.491 1.043-.149 0-.298.149-.447.149-.447 0-.745.298-1.043.447-.447.447-.894 1.043-1.342 1.491 0 .149-.149.298-.298.447l2.236 1.64c1.64-1.938 3.578-3.876 4.919-7.602 0 0-.447 4.025-4.025 8.348-2.236 2.534-4.025 3.876-4.323 4.174 0 0 .596-.149 1.193.149 1.193.447 1.789 2.087 2.236 3.279.298.894.745 1.64 1.043 2.534 1.193-.298 1.938-.745 2.683-1.491s1.491-1.64 2.236-2.385c1.342-1.64 2.981-3.727 5.068-2.683.298.149.745.447.894.596.447.298.745.596 1.193 1.043.745.596 1.043 1.043 1.64 1.342-1.491-2.981-2.534-5.963-3.727-9.093z\"/></svg>\n </figure>\n </td>\n <td>mathworks.svg</td>\n <td><code>_includes/icons/simple-icons/mathworks.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mathworks\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Matrix icon</title><path d=\"M.632.55v22.9H2.28V24H0V0h2.28v.55zm7.043 7.26v1.157h.033c.309-.443.683-.784 1.117-1.024.433-.245.936-.365 1.5-.365.54 0 1.033.107 1.481.314.448.208.785.582 1.02 1.108.254-.374.6-.706 1.034-.992.434-.287.95-.43 1.546-.43.453 0 .872.056 1.26.167.388.11.716.286.993.53.276.245.489.559.646.951.152.392.23.863.23 1.417v5.728h-2.349V11.52c0-.286-.01-.559-.032-.812a1.755 1.755 0 0 0-.18-.66 1.106 1.106 0 0 0-.438-.448c-.194-.11-.457-.166-.785-.166-.332 0-.6.064-.803.189a1.38 1.38 0 0 0-.48.499 1.946 1.946 0 0 0-.231.696 5.56 5.56 0 0 0-.06.785v4.768h-2.35v-4.8c0-.254-.004-.503-.018-.752a2.074 2.074 0 0 0-.143-.688 1.052 1.052 0 0 0-.415-.503c-.194-.125-.476-.19-.854-.19-.111 0-.259.024-.439.074-.18.051-.36.143-.53.282-.171.138-.319.337-.439.595-.12.259-.18.6-.18 1.02v4.966H5.46V7.81zm15.693 15.64V.55H21.72V0H24v24h-2.28v-.55z\"/></svg>\n </figure>\n </td>\n <td>matrix.svg</td>\n <td><code>_includes/icons/simple-icons/matrix.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"matrix\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Mattermost icon</title><path d=\"M12.081 0C7.048-.034 2.339 3.125.637 8.153c-2.125 6.276 1.24 13.086 7.516 15.21 6.276 2.125 13.086-1.24 15.21-7.516 1.727-5.1-.172-10.552-4.311-13.557l.126 2.547c2.065 2.282 2.88 5.512 1.852 8.549-1.534 4.532-6.594 6.915-11.3 5.321-4.708-1.593-7.28-6.559-5.745-11.092 1.031-3.046 3.655-5.121 6.694-5.67l1.642-1.94A4.87 4.87 0 0 0 12.08 0zm3.528 1.094a.284.284 0 0 0-.123.024l-.004.001a.33.33 0 0 0-.109.071c-.145.142-.657.828-.657.828L13.6 3.4l-1.3 1.585-2.232 2.776s-1.024 1.278-.798 2.851c.226 1.574 1.396 2.34 2.304 2.648.907.307 2.302.408 3.438-.704 1.135-1.112 1.098-2.75 1.098-2.75l-.087-3.56-.07-2.05-.047-1.775s.01-.856-.02-1.057a.33.33 0 0 0-.035-.107l-.006-.012-.007-.011a.277.277 0 0 0-.229-.14z\"/></svg>\n </figure>\n </td>\n <td>mattermost.svg</td>\n <td><code>_includes/icons/simple-icons/mattermost.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mattermost\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Matternet icon</title><path d=\"M19.229 4.18l-4.066 2.327V1.826L11.993 0 8.827 1.83v4.677L4.78 4.17 1.606 6v3.664L5.657 12l-4.054 2.343V18l3.165 1.831 4.044-2.338v4.681L11.983 24l3.174-1.831v-4.676l4.052 2.327 3.173-1.829v-3.646L18.339 12l4.058-2.336V6l-3.164-1.82h-.004zm.373 3.429V5.715l1.639.942v1.905l-1.636-.953h-.003zm1.638 9.286l-6.075-3.504 1.65-.945L21.239 15v1.896l.001-.001zm-6.827-3.95L12.763 12l6.452-3.726 1.641.944-6.446 3.727h.003zM3.134 9.219l1.641-.944L11.228 12l-1.639.945-6.455-3.726zm5.69 4.17l-6.075 3.508V15l4.435-2.555 1.641.945v-.001zM2.749 8.564V6.66l1.64-.945v1.898l-1.64.951zm9.627 0V1.55l1.641.937V7.61l-1.641.953v.001zm-2.402-.96V2.493l1.64-.944v7.004l-1.64-.949zm8.866-1.889v1.898l-6.456 3.734V9.442l6.456-3.727zm-7.228 3.724v1.897L5.153 7.609V5.715l6.46 3.721-.001.003zm-2.403 6.513l-4.435 2.555-1.64-.944 6.074-3.508v1.897zm.765-2.343l1.64-.945v7.453l-1.64.959v-7.467zm3.656 8.115l-1.639.954-1.64-.951 1.64-.946 1.639.946v-.003zm.394-.657l-1.648-.95v-7.441l1.648.944v7.458-.011zm6.831-3.504l-1.641.944-4.425-2.555v-1.897l6.075 3.508h-.009z\"/></svg>\n </figure>\n </td>\n <td>matternet.svg</td>\n <td><code>_includes/icons/simple-icons/matternet.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"matternet\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>McAfee icon</title><path d=\"M12 4.843L1.608.033v19.124L12 23.967l10.392-4.81V.033zm6.155 11.594l-6.126 2.835-6.127-2.835V6.704l6.127 2.834 6.126-2.834z\"/></svg>\n </figure>\n </td>\n <td>mcafee.svg</td>\n <td><code>_includes/icons/simple-icons/mcafee.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mcafee\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>MDN Web Docs icon</title><path d=\"M0 0v24h24V0zm10.564 4.969c.667-.047 1.001.066 1.59.242l.436.13.152.046.557.17c.365.099.748.105 1.115.017a2.033 2.033 0 011.48.174c.409.233.684.648.737 1.115.048.413.288.78.648.989.537.293 1.096.538 1.672.736.407.156.815.331 1.219.488.2.077.377.203.514.37a.87.87 0 01.197.49c.025.359.068.722.086 1.084h-.002c.028.5-.08.997-.317 1.439-.087.165-.183.321-.263.486a.616.616 0 01-.635.367.417.417 0 00-.277.09c-.246.161-.497.32-.75.471-.35.193-.77.216-1.141.06a5.36 5.36 0 00-1.908-.351 2.11 2.11 0 00-1.7.775 2.62 2.62 0 00-.38.77c-.223.55-.414 3.838-.414 4.676 0 0-3.161-.615-6.13-3.653l.774-2.03H5.4l1.754-1.856H4.14l1.752-1.858H3.029l3.188-3.383a7.349 7.349 0 013.549-1.95c.318-.055.576-.089.798-.104z\"/></svg>\n </figure>\n </td>\n <td>mdnwebdocs.svg</td>\n <td><code>_includes/icons/simple-icons/mdnwebdocs.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mdnwebdocs\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>MediaFire icon</title><path d=\"M11.13 7.171c-.496.42 2.943-.458 2.6 1.239-.332 1.633-3.62-.343-7.223-.176-1.594.073-3.054.53-3.985 1.668.973-1.108 2.901-.844 2.398-.081-1.172 1.776-3.376.497-4.92 3.975.185-.4.685-1.196 2.843-1.526 1.586-.242 4.214-.016 5.054 1.297.924 1.444-3.759 1.28-1.167 1.573 3.593.406 6.299 3.31 9.813 3.311 4.55 0 7.422-2.324 7.457-6.146.063-6.923-9.101-8.318-12.87-5.134zm6.768 7.554c-1.195-.033-2.404-.512-3.364-.98-2.365-1.155-3.338-1.553-3.338-1.608 0-.067 1.42.484 3.813-.789 1.383-.735 1.432-1.377 2.89-1.505 1.73-.152 2.962 1.13 2.962 2.478 0 1.349-1.222 2.453-2.963 2.404z\"/></svg>\n </figure>\n </td>\n <td>mediafire.svg</td>\n <td><code>_includes/icons/simple-icons/mediafire.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mediafire\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>MediaTemple icon</title><path d=\"M4.839 10.145v.57h.034c1.021-.615 2.07-.666 2.7-.666 1.695 0 2.28.479 2.49.66.39-.225 1.229-.676 2.685-.676 2.896 0 2.896 1.141 2.896 1.59v2.7H13.32v-2.384c0-.494 0-1.045-1.24-1.045-.612 0-1.242.187-1.463.46-.206.234-.291.446-.291.964v2.021H8.001v-2.303c0-.711.015-1.14-1.206-1.14-.615 0-1.242.162-1.48.405-.186.185-.307.379-.307.996v2.04H2.67v-4.2h2.16l.009.008zm16.431.929h-1.69v1.68c0 .593 0 .786.691.786.328 0 .618-.037.929-.096l.07-.009.22.854c-.817.15-1.711.166-1.966.166-.76 0-1.742-.111-2.105-.425-.309-.255-.346-.506-.346-1.141v-1.82h-1.145v-.877h1.144v-.827l2.52-.65v1.479h1.696v.877l-.018.003zM1.54 16.71C.615 15.313 0 13.65 0 11.979 0 10.005.775 8.4 1.561 7.27h.936c-.695 1.54-1.168 2.85-1.168 4.752 0 2.182.774 3.865 1.125 4.627.012 0 .034.045.034.061H1.54zm20.919-9.42C23.385 8.688 24 10.35 24 12.021c0 1.971-.776 3.58-1.561 4.709h-.936c.694-1.541 1.17-2.85 1.17-4.752 0-2.184-.777-3.863-1.129-4.629-.012-.01-.031-.049-.031-.06h.946z\"/></svg>\n </figure>\n </td>\n <td>mediatemple.svg</td>\n <td><code>_includes/icons/simple-icons/mediatemple.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mediatemple\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Medium icon</title><path d=\"M0 0v24h24V0H0zm19.938 5.686L18.651 6.92a.376.376 0 0 0-.143.362v9.067a.376.376 0 0 0 .143.361l1.257 1.234v.271h-6.322v-.27l1.302-1.265c.128-.128.128-.165.128-.36V8.99l-3.62 9.195h-.49L6.69 8.99v6.163a.85.85 0 0 0 .233.707l1.694 2.054v.271H3.815v-.27L5.51 15.86a.82.82 0 0 0 .218-.707V8.027a.624.624 0 0 0-.203-.527L4.019 5.686v-.27h4.674l3.613 7.923 3.176-7.924h4.456v.271z\"/></svg>\n </figure>\n </td>\n <td>medium.svg</td>\n <td><code>_includes/icons/simple-icons/medium.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"medium\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Meetup icon</title><path d=\"M6.9805.5547a.518.518 0 00-.1055.0117c-.2873.0619-.4704.3437-.4082.6309.0619.2868.344.47.6309.4082a.5327.5327 0 00.4082-.6328c-.0542-.251-.2782-.4206-.5254-.418zm6.455.6387a.9836.9836 0 00-.5136.1425c-.4698.2818-.6237.8898-.3418 1.3594.2822.4696.8919.6216 1.3613.3399.4698-.2821.6217-.8901.3399-1.3594a.9919.9919 0 00-.8458-.4824zm-3.0292 2.2363c-.9744.0047-1.9565.292-2.8204.8887-.8745.6041-1.4965 1.436-1.8476 2.3593-.5085.0689-1.0096.239-1.461.5508-1.4918 1.0307-1.886 3.0391-.9394 4.5625-1.2846 1.1762-1.5815 3.1356-.6055 4.6485.579.897 1.4882 1.437 2.4649 1.5976.018.732.238 1.466.6855 2.1133 1.224 1.7709 3.6526 2.2157 5.4238.9922.0677-.047.1198-.1061.1836-.1563.9872.8809 2.4708 1.0255 3.6075.2403.6065-.4189.9929-1.0292 1.162-1.6914.8895.0326 1.7956-.1935 2.584-.7383 1.8916-1.3067 2.3995-3.8615 1.1895-5.789.9713-.819 1.1798-2.2514.4336-3.3087-.3327-.4718-.8028-.7806-1.3164-.9336.0752-.984-.1704-1.9979-.7754-2.873-1.1792-1.7058-3.3327-2.3315-5.1953-1.6563a5.1058 5.1058 0 00-2.7735-.8066zm-5.6036.8164a.7589.7589 0 00-.4238.1348c-.3447.2383-.4317.7097-.1934 1.0546.2384.3447.7116.4317 1.0567.1934a.7574.7574 0 00.1933-1.0547.7581.7581 0 00-.6328-.3281zM20.797 6.617a.8419.8419 0 00-.4707.1505.8453.8453 0 101.1758.2148.8452.8452 0 00-.7051-.3652zm-8.1504 1.0274c.0629.0004.1244.0053.1816.0137.2286.0336.3655.119.4512.1875.1682.1342.2726.2412.4316.3926.2394.2275.4132.089.5332.0195.208-.1209.3692-.2181.9844-.207.6332.011 1.3626.2366 1.5137 1.3164.1682 1.1994-1.9656 4.2891-1.8164 5.7226.1054 1.0103 1.8146.2987 1.959 1.2207.1872 1.197-2.1353.752-2.666.4922-.832-.4077-1.337-1.3399-1.1211-2.2597.1612-.6882 1.7-3.4979 1.7578-3.9297.0587-.4404-.1773-.477-.3242-.4844-.1895-.0098-.3394.0808-.5254.3613-.1692.2558-2.082 4.0856-2.248 4.3985-.2969.5594-.6698.6938-1.045.6738-.5472-.0285-.7978-.3206-.7188-.8477.0467-.31 1.2594-3.0491 1.3223-3.4765.0387-.2643-.0132-.5452-.2754-.6797-.2625-.1346-.5713.0704-.664.2266-.128.2154-1.8482 4.7065-2.0313 5.039-.3168.576-.6508.7594-1.1523.7832-1.1862.0562-2.0656-.919-1.6778-2.1152.173-.5328 1.3159-4.5716 1.8946-5.5996C7.799 8.2015 8.8782 7.676 9.627 8c.3878.1679.9252.4377 1.084.5078.366.1622.7594-.2776.914-.4121.1549-.1345.3017-.2765.4902-.3574.1412-.0605.3426-.0947.5313-.0938zm10.8808 2.0567a.4683.4683 0 00-.0937.0117.4671.4671 0 00-.3594.5547.4696.4696 0 00.5567.3594c.2523-.0546.414-.3044.3593-.5567a.4696.4696 0 00-.4629-.3691zm-22.5195.8105a.9972.9972 0 00-.832.4336c-.3123.4553-.1977 1.0784.2578 1.3906.4555.3123 1.0783.1956 1.3906-.2597s.1977-1.0765-.2578-1.3887a.9992.9992 0 00-.5586-.1758zm21.295 2.0938a.635.635 0 00-.127.0136.6268.6268 0 00-.4805.7461.6278.6278 0 00.7461.4825c.3393-.0733.5558-.407.4824-.7461a.6295.6295 0 00-.621-.4961zM4.0624 18.703a.453.453 0 00-.0918.0117c-.2507.0543-.4117.3018-.3574.5528.054.251.302.4097.5527.3554a.4644.4644 0 00.3555-.5527.4655.4655 0 00-.459-.3672zm13.6758 1.5508a1.0444 1.0444 0 00-.584.1856c-.4758.3287-.5945.9813-.2656 1.457.3288.4756.9809.5943 1.457.2656.4758-.3287.5945-.9814.2656-1.457a1.0444 1.0444 0 00-.873-.4512zm-6.338 1.9004a.6427.6427 0 00-.3593.1152.6456.6456 0 00-.164.8985.6457.6457 0 00.8984.164.6456.6456 0 00.164-.8984.646.646 0 00-.539-.2793Z\"/></svg>\n\n </figure>\n </td>\n <td>meetup.svg</td>\n <td><code>_includes/icons/simple-icons/meetup.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"meetup\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>MEGA icon</title><path d=\"M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0zm6.23 16.244a.371.371 0 0 1-.373.372H16.29a.371.371 0 0 1-.372-.372v-4.828c0-.04-.046-.06-.08-.033l-3.32 3.32a.742.742 0 0 1-1.043 0l-3.32-3.32c-.027-.027-.08-.007-.08.033v4.828a.371.371 0 0 1-.372.372H6.136a.371.371 0 0 1-.372-.372V7.757c0-.206.166-.372.372-.372h1.076a.75.75 0 0 1 .525.22l4.13 4.13a.18.18 0 0 0 .26 0l4.13-4.13c.14-.14.325-.22.525-.22h1.075c.206 0 .372.166.372.372z\"/></svg>\n </figure>\n </td>\n <td>mega.svg</td>\n <td><code>_includes/icons/simple-icons/mega.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mega\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Mendeley icon</title><path d=\"M11.973 9.191h.019a2.349 2.349 0 011.5 4.155 1.803 1.803 0 01-.854.451 2.342 2.342 0 01-.647.092h-.019c-.224 0-.441-.033-.647-.092a1.808 1.808 0 01-.854-.451 2.34 2.34 0 01-.849-1.806 2.352 2.352 0 012.351-2.349m-9.948 9.45c1.262.158 2.382-.76 2.501-2.052a2.438 2.438 0 00-.213-1.233c-1.768-3.879 6.955-3.968 5.481-.307l-.01.016c-.697 1.115-.319 2.563.839 3.232.426.248.898.35 1.359.33.461.02.933-.082 1.359-.33 1.158-.67 1.536-2.117.839-3.232l-.01-.016c-1.474-3.661 7.25-3.572 5.48.307a2.44 2.44 0 00-.212 1.233c.12 1.292 1.239 2.21 2.502 2.052a2.339 2.339 0 001.421-.735s.587-.487.578-1.729c-.008-1.013-.578-1.574-.578-1.574a2.206 2.206 0 00-1.81-.644c-1.619-.036-1.859-1.304-1.402-3.694.168-.424.241-.878.226-1.332a3.408 3.408 0 00-2.125-3.287c-.039-.017-.078-.03-.118-.046a1.51 1.51 0 00-.134-.046 3.407 3.407 0 00-3.994 1.449c-.815.895-1.184 1.438-2.022 1.438-.797 0-1.208-.543-2.022-1.438a3.404 3.404 0 00-4.127-1.404c-.04.016-.079.029-.119.046A3.407 3.407 0 003.59 8.932c-.016.454.058.908.225 1.332.457 2.391.217 3.658-1.401 3.694-.793-.085-1.385.242-1.983.841-.6.598-.55 2.2 0 2.899.399.509.94.861 1.594.943\"/></svg>\n </figure>\n </td>\n <td>mendeley.svg</td>\n <td><code>_includes/icons/simple-icons/mendeley.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mendeley\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Mercedes icon</title><path d=\"M12.005 0c6.623 0 12 5.377 12 12s-5.377 12-12 12-12-5.377-12-12 5.377-12 12-12zM3.25 17.539a10.357 10.357 0 0 0 8.755 4.821c3.681 0 6.917-1.924 8.755-4.821l-8.755-3.336-8.755 3.336zm10.663-6.641l7.267 5.915A10.306 10.306 0 0 0 22.365 12c0-5.577-4.417-10.131-9.94-10.352l1.488 9.25zm-2.328-9.25C6.062 1.869 1.645 6.423 1.645 12c0 1.737.428 3.374 1.185 4.813l7.267-5.915 1.488-9.25z\"/></svg>\n </figure>\n </td>\n <td>mercedes.svg</td>\n <td><code>_includes/icons/simple-icons/mercedes.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mercedes\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Messenger icon</title><path d=\"M0 11.64C0 4.95 5.24 0 12 0s12 4.95 12 11.64-5.24 11.64-12 11.64c-1.21 0-2.38-.16-3.47-.46a.96.96 0 0 0-.64.05L5.5 23.92a.96.96 0 0 1-1.35-.85l-.07-2.14a.97.97 0 0 0-.32-.68A11.39 11.39 0 0 1 0 11.64zm8.32-2.19l-3.52 5.6c-.35.53.32 1.14.82.75l3.79-2.87c.26-.2.6-.2.87 0l2.8 2.1c.84.63 2.04.4 2.6-.48l3.52-5.6c.35-.53-.32-1.13-.82-.75l-3.79 2.87c-.25.2-.6.2-.86 0l-2.8-2.1a1.8 1.8 0 0 0-2.61.48z\"/></svg>\n </figure>\n </td>\n <td>messenger.svg</td>\n <td><code>_includes/icons/simple-icons/messenger.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"messenger\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Meteor icon</title><path d=\"M0 .234l21.912 20.537s.412.575-.124 1.151c-.535.576-1.236.083-1.236.083L0 .234zm6.508 2.058l17.01 15.638s.413.576-.123 1.152c-.534.576-1.235.083-1.235.083L6.508 2.292zM1.936 6.696l17.01 15.638s.412.576-.123 1.152-1.235.082-1.235.082L1.936 6.696zm10.073-2.635l11.886 10.927s.287.401-.087.805-.863.058-.863.058L12.009 4.061zm-8.567 7.737l11.886 10.926s.285.4-.088.803c-.375.403-.863.059-.863.059L3.442 11.798zm14.187-5.185l5.426 4.955s.142.188-.044.377c-.185.188-.428.027-.428.027l-4.954-5.358v-.001zM6.178 17.231l5.425 4.956s.144.188-.042.377-.427.026-.427.026l-4.956-5.359z\"/></svg>\n </figure>\n </td>\n <td>meteor.svg</td>\n <td><code>_includes/icons/simple-icons/meteor.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"meteor\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Micro.blog icon</title><path d=\"M21.4 17.7c-2 2.6-1 4.8-.3 5.9.3.4-.1.4-.3.4a6 6 0 0 1-4-2.7c-.2-.1-.3-.2-.5-.1-1.4.4-2.8.7-4.3.6C5.4 21.8 0 17 0 11 0 5 5.4 0 12 0s12 4.9 12 11c0 2.5-1 4.8-2.6 6.7zM12 14l3.2 2.2a.4.4 0 0 0 .6-.4L14.6 12l3.1-2.4a.4.4 0 0 0-.2-.6h-3.9l-1.3-3.8a.4.4 0 0 0-.6 0L10.4 9h-4a.4.4 0 0 0-.1.7l3 2.4-1 3.7a.4.4 0 0 0 .5.4L12 14z\"/></svg>\n </figure>\n </td>\n <td>micro-dot-blog.svg</td>\n <td><code>_includes/icons/simple-icons/micro-dot-blog.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"micro-dot-blog\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>micro:bit icon</title><path d=\"M6.857 5.143A6.865 6.865 0 000 12a6.864 6.864 0 006.857 6.857h10.287A6.863 6.863 0 0024 12c0-3.781-3.075-6.857-6.856-6.857zm0 2.744h10.287A4.117 4.117 0 0121.257 12a4.119 4.119 0 01-4.113 4.116H6.857A4.12 4.12 0 012.743 12a4.118 4.118 0 014.114-4.113zm10.168 2.729a1.385 1.385 0 10.003 2.77 1.385 1.385 0 00-.003-2.77zm-10.166 0a1.385 1.385 0 10-.003 2.771 1.385 1.385 0 00.003-2.77Z\"/></svg>\n </figure>\n </td>\n <td>microbit.svg</td>\n <td><code>_includes/icons/simple-icons/microbit.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"microbit\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Microgenetics icon</title><path d=\"M12.008 6c2.595 0 4.31 1.263 5.583 2.726l.248.293c.082.101.164.2.242.3.434.569.809 1.146 1.17 1.674.24.356.465.693.689 1.008l.227.32c.074.105.148.211.24.31.928 1.171 1.889 1.9 3.283 1.991.195-.845.301-1.721.301-2.621s-.105-1.776-.301-2.621c-1.395.091-2.355.819-3.301 1.991-.18-.246-.357-.51-.555-.796-.375-.566-.809-1.208-1.32-1.845 1.006-1.169 2.25-2.175 3.932-2.557C20.453 2.49 16.523 0 12.008 0c-4.5 0-8.44 2.49-10.49 6.173 1.681.384 2.923 1.388 3.931 2.556.086.09.168.18.249.285l.237.3c.479.615.914 1.245 1.305 1.845l.555.826.24.329c.074.104.165.21.239.315 1.051 1.439 2.115 2.43 3.75 2.43 1.65 0 2.701-.99 3.765-2.43l.375.555c.451.66.932 1.38 1.455 2.055-1.273 1.471-3 2.73-5.595 2.73-2.594 0-4.304-1.275-5.579-2.73l-.24-.3-.24-.3c-.435-.57-.81-1.154-1.17-1.68-.239-.36-.465-.69-.689-1.006l-.226-.33c-.074-.104-.149-.21-.24-.314C2.664 10.2 1.703 9.465.309 9.375c-.195.849-.3 1.725-.3 2.625s.102 1.776.29 2.621c1.398-.091 2.355-.819 3.295-1.991.172.246.354.51.544.796.375.566.806 1.208 1.313 1.845-1.009 1.169-2.253 2.175-3.93 2.557C3.566 21.51 7.494 24 12.008 24c4.515 0 8.441-2.49 10.49-6.173-1.68-.384-2.922-1.388-3.93-2.556-.086-.09-.17-.18-.25-.285l-.236-.3c-.48-.615-.916-1.245-1.305-1.845L16.223 12c-.074-.111-.154-.225-.23-.33-.078-.111-.154-.219-.232-.325-1.051-1.44-2.1-2.431-3.75-2.431s-2.699.99-3.75 2.431l-.375-.56c-.436-.669-.916-1.38-1.456-2.059C7.703 7.263 9.383 6 12.008 6\"/></svg>\n </figure>\n </td>\n <td>microgenetics.svg</td>\n <td><code>_includes/icons/simple-icons/microgenetics.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"microgenetics\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Microsoft icon</title><path d=\"M11.4 24H0V12.6h11.4V24zM24 24H12.6V12.6H24V24zM11.4 11.4H0V0h11.4v11.4zm12.6 0H12.6V0H24v11.4z\"/></svg>\n </figure>\n </td>\n <td>microsoft.svg</td>\n <td><code>_includes/icons/simple-icons/microsoft.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"microsoft\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Microsoft Access icon</title><path d=\"M15 .75q1.605 0 3.21.176.282.035.815.111.534.076 1.178.211.645.135 1.318.328.674.194 1.225.457.55.264.902.598.352.334.352.744v17.25q0 .41-.352.744-.351.334-.902.598-.55.263-1.225.457-.673.193-1.318.328-.644.135-1.178.217-.533.082-.814.105-1.606.176-3.211.176-1.617 0-3.21-.176-.282-.023-.815-.105-.534-.082-1.178-.217-.645-.135-1.318-.328-.674-.194-1.225-.457-.55-.264-.902-.598Q6 21.035 6 20.625V18H.996q-.41 0-.703-.293T0 17.004V6.996q0-.41.293-.703T.996 6H6V3.375q0-.41.352-.744.351-.334.902-.598.55-.263 1.225-.457.673-.193 1.318-.328.644-.135 1.178-.21.533-.077.814-.112Q13.383.75 15 .75zm0 1.5q-.762 0-1.7.053-.937.052-1.904.181-.966.13-1.88.346-.914.217-1.618.545.727.34 1.635.557.908.216 1.863.34.956.123 1.887.175.932.053 1.717.053t1.717-.053q.931-.052 1.887-.176.955-.123 1.863-.34.908-.216 1.635-.556-.704-.328-1.618-.545-.914-.217-1.88-.346-.967-.129-1.905-.181Q15.762 2.25 15 2.25zM4.723 14.145h2.543l.597 1.793h2.004l-2.87-7.876H5.038l-2.906 7.876h1.992zM22.5 20.379v-3.55q-.773.339-1.729.562-.955.222-1.962.357-1.008.135-1.993.193Q15.832 18 15 18q-.855 0-1.705-.053-.85-.052-1.693-.146-.27.199-.598.199H7.5v2.379q.34.27.914.48.574.211 1.272.364.697.152 1.459.252.761.1 1.482.164.72.064 1.342.088.62.023 1.031.023.41 0 1.031-.023.621-.024 1.342-.088.72-.065 1.482-.164.762-.1 1.46-.252.697-.153 1.27-.364.575-.21.915-.48zm0-5.227v-4.324q-.773.34-1.729.563-.955.222-1.962.357-1.008.135-1.993.193Q15.832 12 15 12q-.75 0-1.5-.041t-1.5-.111v4.5q.75.082 1.5.117t1.5.035q.434 0 1.055-.023.62-.024 1.33-.088.709-.065 1.459-.164.75-.1 1.441-.252.692-.153 1.272-.352.58-.2.943-.469zm0-6V4.828q-.773.34-1.729.563-.955.222-1.962.357-1.008.135-1.993.193Q15.832 6 15 6q-.832 0-1.816-.059-.985-.058-1.993-.193-1.007-.135-1.962-.357-.956-.223-1.729-.563V6h3.504q.41 0 .703.293t.293.703v3.352q.75.082 1.5.117t1.5.035q.434 0 1.055-.023.62-.024 1.33-.088.709-.065 1.459-.164.75-.1 1.441-.252.692-.153 1.266-.352.574-.2.949-.469zm-17.32 3.47l.808-2.45.785 2.45Z\"/></svg>\n\n </figure>\n </td>\n <td>microsoftaccess.svg</td>\n <td><code>_includes/icons/simple-icons/microsoftaccess.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"microsoftaccess\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Microsoft Azure icon</title><path d=\"M5.483 21.3H24L14.025 4.013l-3.038 8.347 5.836 6.938L5.483 21.3zM13.23 2.7L6.105 8.677 0 19.253h5.505v.014L13.23 2.7z\"/></svg>\n </figure>\n </td>\n <td>microsoftazure.svg</td>\n <td><code>_includes/icons/simple-icons/microsoftazure.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"microsoftazure\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Microsoft Edge icon</title><path d=\"M21.86 17.86q.14 0 .25.12.1.13.1.25t-.11.33l-.32.46-.43.53-.44.5q-.21.25-.38.42l-.22.23q-.58.53-1.34 1.04-.76.51-1.6.91-.86.4-1.74.64t-1.67.24q-.9 0-1.69-.28-.8-.28-1.48-.78-.68-.5-1.22-1.17-.53-.66-.92-1.44-.38-.77-.58-1.6-.2-.83-.2-1.67 0-1 .32-1.96.33-.97.87-1.8.14.95.55 1.77.41.82 1.02 1.5.6.68 1.38 1.21.78.54 1.64.9.86.36 1.77.56.92.2 1.8.2 1.12 0 2.18-.24 1.06-.23 2.06-.72l.2-.1.2-.05zm-15.5-1.27q0 1.1.27 2.15.27 1.06.78 2.03.51.96 1.24 1.77.74.82 1.66 1.4-1.47-.2-2.8-.74-1.33-.55-2.48-1.37-1.15-.83-2.08-1.9-.92-1.07-1.58-2.33T.36 14.94Q0 13.54 0 12.06q0-.81.32-1.49.31-.68.83-1.23.53-.55 1.2-.96.66-.4 1.35-.66.74-.27 1.5-.39.78-.12 1.55-.12.7 0 1.42.1.72.12 1.4.35.68.23 1.32.57.63.35 1.16.83-.35 0-.7.07-.33.07-.65.23v-.02q-.63.28-1.2.74-.57.46-1.05 1.04-.48.58-.87 1.26-.38.67-.65 1.39-.27.71-.42 1.44-.15.72-.15 1.38zM11.96.06q1.7 0 3.33.39 1.63.38 3.07 1.15 1.43.77 2.62 1.93 1.18 1.16 1.98 2.7.49.94.76 1.96.28 1 .28 2.08 0 .89-.23 1.7-.24.8-.69 1.48-.45.68-1.1 1.22-.64.53-1.45.88-.54.24-1.11.36-.58.13-1.16.13-.42 0-.97-.03-.54-.03-1.1-.12-.55-.1-1.05-.28-.5-.19-.84-.5-.12-.09-.23-.24-.1-.16-.1-.33 0-.15.16-.35.16-.2.35-.5.2-.28.36-.68.16-.4.16-.95 0-1.06-.4-1.96-.4-.91-1.06-1.64-.66-.74-1.52-1.28-.86-.55-1.79-.89-.84-.3-1.72-.44-.87-.14-1.76-.14-1.55 0-3.06.45T.94 7.55q.71-1.74 1.81-3.13 1.1-1.38 2.52-2.35Q6.68 1.1 8.37.58q1.7-.52 3.58-.52Z\"/></svg>\n\n </figure>\n </td>\n <td>microsoftedge.svg</td>\n <td><code>_includes/icons/simple-icons/microsoftedge.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"microsoftedge\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Microsoft Excel icon</title><path d=\"M23 1.5q.41 0 .7.3.3.29.3.7v19q0 .41-.3.7-.29.3-.7.3H7q-.41 0-.7-.3-.3-.29-.3-.7V18H1q-.41 0-.7-.3-.3-.29-.3-.7V7q0-.41.3-.7Q.58 6 1 6h5V2.5q0-.41.3-.7.29-.3.7-.3zM6 13.28l1.42 2.66h2.14l-2.38-3.87 2.34-3.8H7.46l-1.3 2.4-.05.08-.04.09-.64-1.28-.66-1.29H2.59l2.27 3.82-2.48 3.85h2.16zM14.25 21v-3H7.5v3zm0-4.5v-3.75H12v3.75zm0-5.25V7.5H12v3.75zm0-5.25V3H7.5v3zm8.25 15v-3h-6.75v3zm0-4.5v-3.75h-6.75v3.75zm0-5.25V7.5h-6.75v3.75zm0-5.25V3h-6.75v3Z\"/></svg>\n\n </figure>\n </td>\n <td>microsoftexcel.svg</td>\n <td><code>_includes/icons/simple-icons/microsoftexcel.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"microsoftexcel\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Microsoft Office icon</title><path d=\"M21.53 4.306V19.67q0 .807-.471 1.433-.472.627-1.253.85l-6.888 1.974q-.136.037-.291.055-.155.019-.292.019-.397 0-.72-.105-.322-.106-.657-.292l-4.505-2.544q-.248-.137-.391-.366-.143-.23-.143-.515 0-.434.304-.738.304-.305.739-.305h5.832V4.964l-4.38 1.563q-.534.187-.857.658-.322.472-.322 1.03v8.079q0 .496-.248.912-.249.416-.683.651l-2.072 1.13q-.286.148-.571.148-.497 0-.844-.347-.348-.347-.348-.844V6.564q0-.62.33-1.19.328-.572.874-.882L11.07.285q.248-.136.534-.21.285-.075.57-.075.212 0 .38.031.167.031.365.093l6.888 1.899q.384.111.7.329.317.217.547.52.23.305.353.67.125.367.125.764zM19.943 19.67V4.306q0-.273-.161-.478-.162-.204-.422-.279l-3.388-.93q-.397-.112-.794-.23-.397-.118-.794-.217v19.681l4.976-1.427q.26-.074.422-.28.161-.204.161-.477Z\"/></svg>\n\n </figure>\n </td>\n <td>microsoftoffice.svg</td>\n <td><code>_includes/icons/simple-icons/microsoftoffice.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"microsoftoffice\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Microsoft OneDrive icon</title><path d=\"M19.453 9.95q.961.058 1.787.468.826.41 1.442 1.066.615.657.966 1.512.352.856.352 1.816 0 1.008-.387 1.893-.386.885-1.049 1.547-.662.662-1.546 1.049-.885.387-1.893.387H6q-1.242 0-2.332-.475-1.09-.475-1.904-1.29-.815-.814-1.29-1.903Q0 14.93 0 13.688q0-.985.31-1.887.311-.903.862-1.658.55-.756 1.324-1.325.774-.568 1.711-.861.434-.129.85-.187.416-.06.861-.082h.012q.515-.786 1.207-1.413.691-.627 1.5-1.066.808-.44 1.705-.668.896-.229 1.845-.229 1.278 0 2.456.417 1.177.416 2.144 1.16.967.744 1.658 1.78.692 1.038 1.008 2.28zm-7.265-4.137q-1.325 0-2.52.544-1.195.545-2.04 1.565.446.117.85.299.405.181.792.416l4.78 2.86 2.731-1.15q.27-.117.545-.204.276-.088.58-.147-.293-.937-.855-1.705-.563-.768-1.319-1.318-.755-.551-1.658-.856-.902-.304-1.886-.304zM2.414 16.395l9.914-4.184-3.832-2.297q-.586-.351-1.23-.539-.645-.188-1.325-.188-.914 0-1.722.364-.809.363-1.412.978-.604.616-.955 1.436-.352.82-.352 1.723 0 .703.234 1.423.235.721.68 1.284zm16.711 1.793q.563 0 1.078-.176.516-.176.961-.516l-7.23-4.324-10.301 4.336q.527.328 1.13.504.604.175 1.237.175zm3.012-1.852q.363-.727.363-1.523 0-.774-.293-1.407t-.791-1.072q-.498-.44-1.166-.68-.668-.24-1.406-.24-.422 0-.838.1t-.815.252q-.398.152-.785.334-.386.181-.761.345Z\"/></svg>\n\n </figure>\n </td>\n <td>microsoftonedrive.svg</td>\n <td><code>_includes/icons/simple-icons/microsoftonedrive.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"microsoftonedrive\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Microsoft OneNote icon</title><path d=\"M23 1.5Q23.41 1.5 23.7 1.8 24 2.09 24 2.5V21.5Q24 21.91 23.7 22.2 23.41 22.5 23 22.5H7Q6.59 22.5 6.3 22.2 6 21.91 6 21.5V18H1Q0.59 18 0.3 17.7 0 17.41 0 17V7Q0 6.59 0.3 6.3 0.58 6 1 6H6V2.5Q6 2.09 6.3 1.8 6.59 1.5 7 1.5ZM4.56 11 7.39 15.93H9.18V8.07H7.44V13.1L4.71 8.07H2.82V15.93H4.56ZM22.5 21V18H19.5V21ZM22.5 16.5V13.5H19.5V16.5ZM22.5 12V9H19.5V12ZM22.5 7.5V3H7.5V6H11Q11.41 6 11.7 6.3 12 6.59 12 7V17Q12 17.41 11.7 17.7 11.41 18 11 18H7.5V21H18V7.5Z\"/></svg>\n\n </figure>\n </td>\n <td>microsoftonenote.svg</td>\n <td><code>_includes/icons/simple-icons/microsoftonenote.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"microsoftonenote\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Microsoft Outlook icon</title><path d=\"M7.88 12.04q0 .45-.11.87-.1.41-.33.74-.22.33-.58.52-.37.2-.87.2t-.85-.2q-.35-.21-.57-.55-.22-.33-.33-.75-.1-.42-.1-.86t.1-.87q.1-.43.34-.76.22-.34.59-.54.36-.2.87-.2t.86.2q.35.21.57.55.22.34.31.77.1.43.1.88zM24 12v9.38q0 .46-.33.8-.33.32-.8.32H7.13q-.46 0-.8-.33-.32-.33-.32-.8V18H1q-.41 0-.7-.3-.3-.29-.3-.7V7q0-.41.3-.7Q.58 6 1 6h6.5V2.55q0-.44.3-.75.3-.3.75-.3h12.9q.44 0 .75.3.3.3.3.75V10.85l1.24.72h.01q.1.07.18.18.07.12.07.25zm-6-8.25v3h3v-3zm0 4.5v3h3v-3zm0 4.5v1.83l3.05-1.83zm-5.25-9v3h3.75v-3zm0 4.5v3h3.75v-3zm0 4.5v2.03l2.41 1.5 1.34-.8v-2.73zM9 3.75V6h2l.13.01.12.04v-2.3zM5.98 15.98q.9 0 1.6-.3.7-.32 1.19-.86.48-.55.73-1.28.25-.74.25-1.61 0-.83-.25-1.55-.24-.71-.71-1.24t-1.15-.83q-.68-.3-1.55-.3-.92 0-1.64.3-.71.3-1.2.85-.5.54-.75 1.3-.25.74-.25 1.63 0 .85.26 1.56.26.72.74 1.23.48.52 1.17.81.69.3 1.56.3zM7.5 21h12.39L12 16.08V17q0 .41-.3.7-.29.3-.7.3H7.5zm15-.13v-7.24l-5.9 3.54Z\"/></svg>\n\n </figure>\n </td>\n <td>microsoftoutlook.svg</td>\n <td><code>_includes/icons/simple-icons/microsoftoutlook.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"microsoftoutlook\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Microsoft PowerPoint icon</title><path d=\"M13.5 1.5q1.453 0 2.795.375 1.342.375 2.508 1.06 1.166.686 2.12 1.641.956.955 1.641 2.121.686 1.166 1.061 2.508Q24 10.547 24 12q0 1.453-.375 2.795-.375 1.342-1.06 2.508-.686 1.166-1.641 2.12-.955.956-2.121 1.641-1.166.686-2.508 1.061-1.342.375-2.795.375-1.29 0-2.52-.305-1.23-.304-2.337-.884-1.108-.58-2.063-1.418-.955-.838-1.693-1.893H.997q-.411 0-.704-.293T0 17.004V6.996q0-.41.293-.703T.996 6h3.89q.739-1.055 1.694-1.893.955-.837 2.063-1.418 1.107-.58 2.337-.884Q12.21 1.5 13.5 1.5zm.75 1.535v8.215h8.215q-.14-1.64-.826-3.076-.686-1.436-1.782-2.531-1.095-1.096-2.537-1.782-1.441-.685-3.07-.826zm-5.262 7.57q0-.68-.228-1.166-.229-.486-.627-.79-.399-.305-.938-.446-.539-.14-1.172-.14H2.848v7.863h1.84v-2.742H5.93q.574 0 1.119-.17t.978-.493q.434-.322.698-.802.263-.48.263-1.114zM13.5 21q1.172 0 2.262-.287t2.056-.82q.967-.534 1.776-1.278.808-.744 1.418-1.664.61-.92.984-1.986.375-1.067.469-2.227h-9.703V3.035q-1.735.14-3.27.908T6.797 6h4.207q.41 0 .703.293t.293.703v10.008q0 .41-.293.703t-.703.293H6.797q.644.715 1.412 1.271.768.557 1.623.944.855.387 1.781.586Q12.54 21 13.5 21zM5.812 9.598q.575 0 .915.228.34.229.34.838 0 .27-.124.44-.123.17-.31.275-.188.105-.422.146-.234.041-.445.041H4.687V9.598Z\"/></svg>\n\n </figure>\n </td>\n <td>microsoftpowerpoint.svg</td>\n <td><code>_includes/icons/simple-icons/microsoftpowerpoint.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"microsoftpowerpoint\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Microsoft SQL Server icon</title><path d=\"M4.724 2.505s-.08.127-.004.315c.046.116.186.256.34.404 0 0 1.615 1.576 1.813 1.804.895 1.033 1.284 2.05 1.32 3.453.022.9-.151 1.692-.573 2.613-.756 1.649-2.35 3.468-4.81 5.49l.36-.12c.233-.173.548-.359 1.292-.766 1.713-.936 3.636-1.798 5.999-2.686 3.399-1.277 8.99-2.776 12.172-3.263l.331-.051-.05-.08c-.292-.452-.49-.731-.73-1.027-.697-.863-1.542-1.567-2.577-2.146-1.422-.797-3.267-1.416-5.6-1.88a67.93 67.93 0 00-2.191-.375 209.29 209.29 0 01-3.924-.64c-.425-.075-1.06-.181-1.481-.272a9.404 9.404 0 01-.961-.258c-.268-.105-.645-.207-.726-.515zm.936.909c.003-.002.063.017.137.042.136.046.316.1.526.159.146.04.307.084.479.127.218.056.399.104.401.107.024.027.391 1.198.516 1.647.048.172.084.315.081.318a.789.789 0 01-.09-.14c-.424-.746-1.097-1.505-1.874-2.116a3.104 3.104 0 01-.176-.144zm1.79.494c.018-.001.099.012.195.034.619.136 1.725.35 2.435.47.119.02.216.04.216.047a.348.348 0 01-.098.062c-.119.06-.602.349-.763.457-.403.27-.766.559-1.03.821a5.4 5.4 0 01-.197.192c-.003 0-.022-.062-.041-.137a12.09 12.09 0 00-.65-1.779 1.801 1.801 0 01-.071-.165c0-.001 0-.002.004-.002zm3.147.598c.02.007.06.13.129.404a6.05 6.05 0 01.153 1.977l-.012.038-.187-.06c-.388-.124-1.02-.31-1.562-.46a6.625 6.625 0 01-.56-.17c0-.022.449-.471.642-.642.369-.326 1.362-1.098 1.397-1.087zm.25.036c.011-.01 1.504.248 2.182.378.506.097 1.237.25 1.281.269.022.008-.054.05-.297.16-.96.432-1.672.82-2.38 1.293-.186.124-.341.226-.344.226-.004 0-.006-.104-.006-.23 0-.69-.139-1.387-.391-1.976a.688.688 0 01-.045-.12zm3.86.764c.011.011-.038.306-.08.48-.132.54-.482 1.344-.914 2.099a2.26 2.26 0 01-.152.246 1.499 1.499 0 01-.219-.115c-.422-.247-.9-.48-1.425-.697a4.588 4.588 0 01-.278-.12c-.024-.022 1.143-.795 1.762-1.166.495-.297 1.292-.741 1.306-.727zm.276.043c.033 0 .695.18 1.037.283.853.255 1.837.614 2.475.904l.265.12-.187.043c-1.561.36-2.9.773-4.188 1.296-.107.044-.2.08-.207.08a.911.911 0 01.075-.185c.388-.823.638-1.687.703-2.42.006-.067.018-.121.027-.121zm-6.58 1.512c.01-.01.514.108.789.185.413.116 1.292.41 1.292.433 0 .004-.097.089-.215.188-.475.397-.934.813-1.483 1.343a5.27 5.27 0 01-.308.285c-.007 0-.01-.023-.006-.05.083-.611.065-1.395-.05-2.193a1.29 1.29 0 01-.02-.19zm10.61.01c.007.008-.234.385-.384.6-.22.314-.537.726-1.261 1.637l-.954 1.202a9.418 9.418 0 01-.269.333c-.003 0-.05-.066-.103-.146a7.584 7.584 0 00-1.47-1.625 9.59 9.59 0 00-.27-.218.427.427 0 01-.074-.063c0-.01.617-.274 1.088-.466a37.02 37.02 0 012.778-.99c.442-.135.912-.27.919-.264zm.278.073a.93.93 0 01.207.1 12.274 12.274 0 012.428 1.824c.194.19.667.683.66.687l-.363.029c-1.53.115-3.486.44-5.37.893-.128.03-.238.056-.246.056-.007 0 .133-.14.311-.312 1.107-1.063 1.611-1.734 2.205-2.934.088-.178.163-.333.166-.342h.002zm-8.088.83c.051.01.523.23.879.408.325.163.818.426.843.449.003.003-.17.093-.386.201-.683.342-1.268.664-1.878 1.037-.175.107-.32.194-.325.194-.015 0-.01-.013.088-.191a7.702 7.702 0 00.738-2.002c.014-.062.03-.1.041-.097zm-.475.084c.01.01-.112.46-.19.7a9.092 9.092 0 01-.835 1.808l-.09.147-.203-.197a2.671 2.671 0 00-.676-.5 1.009 1.009 0 01-.176-.102c0-.03.62-.593 1.098-.998.343-.29 1.064-.867 1.072-.858zm2.888 1.188l.177.115c.407.264.888.619 1.255.924.206.172.605.53.687.616l.044.047-.294.082a53.8 53.8 0 00-4.45 1.424c-.167.061-.31.112-.32.112-.021 0-.042.019.333-.326.96-.883 1.807-1.856 2.44-2.802zm-.759.19c.009.009-.492.71-.789 1.106-.356.473-.99 1.265-1.426 1.78a8.769 8.769 0 01-.346.397c-.01.003-.015-.05-.016-.133 0-.44-.112-.91-.308-1.308-.083-.168-.097-.208-.08-.224.068-.062 1.127-.666 1.794-1.023.459-.246 1.163-.604 1.171-.595zm-4.59 1.125a3.988 3.988 0 01.812.518c.008.005-.087.083-.21.172-.345.249-.87.644-1.173.886-.32.255-.331.263-.295.207.24-.367.36-.574.486-.84.113-.236.224-.516.304-.76a.675.675 0 01.077-.183zm1.223.96c.017-.003.04.028.139.175.207.31.366.722.407 1.058l.008.073-.497.192c-.89.346-1.711.687-2.266.94-.155.072-.428.202-.607.292-.179.09-.325.16-.325.156 0-.004.112-.089.25-.188 1.087-.79 2.025-1.654 2.732-2.519.075-.092.144-.172.153-.178a.016.016 0 01.006-.002zm-.564.14c.015.014-.401.484-.681.77-.7.715-1.396 1.275-2.256 1.821-.108.069-.206.13-.22.138-.023.014.008-.022.386-.434.238-.259.42-.474.628-.743.136-.177.162-.202.362-.346.537-.388 1.767-1.221 1.781-1.207zM9.925 0c-.08-.01-1.371.455-2.2.791-1.123.457-1.996.894-2.534 1.272-.2.14-.452.393-.488.49a.356.356 0 00-.021.123l.488.46 1.158.37L9.087 4l3.153.542.032-.27-.028-.005-.415-.066-.085-.148a27.702 27.702 0 01-1.177-2.325 12.264 12.264 0 01-.53-1.465C9.969.02 9.962.005 9.925 0zm-.061.186h.005c.003.003.017.105.032.225.062.508.176 1 .354 1.53.134.4.136.377-.024.332-.37-.103-2.032-.388-3.234-.555a8.796 8.796 0 01-.357-.053c-.015-.015.867-.477 1.258-.66.501-.232 1.867-.8 1.966-.819zM6.362 1.814l.141.048c.772.262 2.706.632 3.775.72.12.01.222.021.225.024.003.003-.1.058-.228.122-.515.258-1.083.573-1.476.819-.115.072-.22.13-.235.129a4.868 4.868 0 01-.17-.027l-.144-.023-.365-.355c-.641-.62-1.141-1.1-1.335-1.28zm-.143.114l.511.638c.282.35.564.699.626.774.063.075.111.138.108.14-.014.011-.74-.13-1.125-.219a8.532 8.532 0 01-.803-.212l-.2-.064.001-.049c.003-.245.312-.607.836-.976zm4.352.869c.015.001.032.032.077.131.124.272.51 1.008.603 1.15.03.047.08.05-.433-.033-1.23-.198-1.629-.265-1.629-.273a.36.36 0 01.083-.054 7.13 7.13 0 001.107-.767l.175-.147c.006-.005.012-.008.017-.007zm4.309 8.408l-4.808 1.568-4.18 1.846-1.17.31c-.298.282-.613.568-.948.86-.37.321-.716.612-.98.822a7.46 7.46 0 00-.953.945c-.332.414-.592.854-.704 1.193-.2.61-.103 1.228.285 1.798.495.728 1.48 1.468 2.625 1.972.585.256 1.57.588 2.31.774 1.233.312 3.614.65 4.926.7.266.01.62.01.637-.002.028-.019.233-.405.47-.89.806-1.646 1.389-3.19 1.703-4.508.19-.799.338-1.863.434-3.125.027-.354.037-1.533.016-1.934a13.564 13.564 0 00-.183-1.706.435.435 0 01-.012-.15c.014-.01.059-.025.65-.197zm-1.1.645c.045 0 .16 1.114.191 1.82.006.151.005.247-.004.247-.028 0-.615-.345-1.032-.606a28.716 28.716 0 01-1.162-.772c-.035-.028-.031-.029.266-.131.505-.174 1.704-.558 1.742-.558zm-2.448.803c.03 0 .115.047.315.172.75.47 1.766 1.035 2.2 1.225.136.06.151.036-.16.247-.662.45-1.486.892-2.497 1.342a7.59 7.59 0 01-.331.142.989.989 0 01.043-.2c.245-.905.383-1.82.387-2.554.002-.362.002-.364.037-.373h.006zm-.504.193c.021.022.006.834-.02 1.056a9.206 9.206 0 01-.418 1.837c-.014.017-.511-.468-.676-.66a4.918 4.918 0 01-.669-.973c-.082-.162-.214-.484-.202-.493.056-.04 1.971-.78 1.985-.767zm-2.375.936c.004 0 .008.001.01.004a.881.881 0 01.056.131c.116.315.376.782.602 1.08a6.247 6.247 0 001.017 1.06c.023.02.03.016-.562.24a48.53 48.53 0 01-2.294.8c-.327.106-.604.195-.615.2-.033.011-.023-.009.073-.158.427-.666 1.073-1.97 1.435-2.892.062-.16.122-.32.133-.356.015-.052.031-.07.08-.092a.149.149 0 01.065-.017zm-.728.3c.01.009-.174.398-.356.751-.351.686-.739 1.361-1.253 2.185l-.182.288c-.018.027-.026.018-.082-.094a3.307 3.307 0 01-.28-.842 3.39 3.39 0 01.02-1.083c.047-.227.045-.222.152-.276.462-.237 1.966-.942 1.981-.929zm6.268.255v.154a20.106 20.106 0 01-.255 2.992 9.362 9.362 0 01-1.898-.782c-.354-.194-.865-.507-.85-.522.003-.004.154-.083.334-.177.714-.37 1.395-.77 1.988-1.166.222-.148.555-.389.629-.454zM4.981 15.41c.015 0 .011.028-.012.161a4.137 4.137 0 00-.041.39c-.03.532.057.924.32 1.46.074.15.132.274.129.276-.027.023-2.43.726-3.186.933l-.435.12c-.027.008-.029.002-.02-.06.083-.533.49-1.232 1.058-1.82.378-.39.68-.622 1.195-.915a30.782 30.782 0 01.992-.545zm5.669 1.015c.002-.002.091.045.197.107.777.449 1.86.87 2.783 1.081l.084.02-.115.063c-.482.268-2.071.929-3.694 1.537a68.82 68.82 0 00-.513.194.314.314 0 01-.082.027c0-.004.067-.132.149-.286.456-.852.91-1.887 1.144-2.605.023-.073.044-.135.047-.138zm-.578.19a1.39 1.39 0 01-.063.169 23.534 23.534 0 01-1.261 2.54 9.009 9.009 0 01-.252.433c-.005 0-.114-.066-.244-.145-.77-.472-1.452-1.052-1.9-1.617l-.064-.08.332-.091a23.616 23.616 0 003.19-1.103c.142-.06.26-.109.262-.106zm3.59 1.253c.001 0 .002.001.002.003 0 .08-.183.828-.336 1.37-.128.453-.236.808-.435 1.437a8.533 8.533 0 01-.168.504 15.004 15.004 0 01-3-.841 7.964 7.964 0 01-.639-.283c-.006-.007.213-.11.486-.23 1.655-.721 3.369-1.543 3.955-1.896a.432.432 0 01.135-.064zm-8.287.283c.009.009-.454.671-1.1 1.576l-.587.823c-.097.139-.245.358-.329.488l-.153.236-.162-.137c-.191-.16-.525-.501-.677-.69-.312-.389-.523-.798-.607-1.174-.038-.174-.04-.262-.003-.273a176.26 176.26 0 011.934-.455l1.3-.305c.209-.05.382-.09.384-.089zm.465.178l.117.131a6.763 6.763 0 001.706 1.394c.115.066.202.124.195.128a281.967 281.967 0 01-4.33 1.53.858.858 0 01-.072-.048l-.067-.048.105-.152c.34-.493.768-1.035 1.705-2.162zm2.9 2.073c.003-.003.165.054.362.128.473.177.844.292 1.347.418.617.155 1.51.31 2.038.354.08.006.122.016.11.024-.025.016-.56.194-.953.318a258.526 258.526 0 01-4.636 1.363c-.035.007-.157-.025-.157-.04 0-.009.087-.119.193-.246a22.027 22.027 0 001.476-1.984 56.9 56.9 0 01.22-.335zm-.642.018c.005.005-.253.418-.706 1.132-.192.301-.409.645-.483.762-.075.118-.184.298-.242.4l-.107.185-.054-.014c-.13-.035-1.049-.36-1.291-.456-.301-.12-.615-.264-.846-.389-.289-.156-.655-.388-.627-.397l1.105-.302c1.592-.434 2.473-.683 3.05-.864.109-.033.199-.059.2-.057zm4.523 1.061h.006c.015.038-.575 1.67-.79 2.188-.049.116-.066.145-.092.143a55.54 55.54 0 01-1.433-.2c-.906-.138-2.423-.403-2.806-.49l-.089-.02.543-.122c1.164-.262 1.723-.403 2.29-.577a16.544 16.544 0 002.138-.824c.113-.052.21-.093.233-.098Z\"/></svg>\n\n </figure>\n </td>\n <td>microsoftsqlserver.svg</td>\n <td><code>_includes/icons/simple-icons/microsoftsqlserver.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"microsoftsqlserver\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Microsoft Teams icon</title><path d=\"M20.625 8.127q-.55 0-1.025-.205-.475-.205-.832-.563-.358-.357-.563-.832Q18 6.053 18 5.502q0-.54.205-1.02t.563-.837q.357-.358.832-.563.474-.205 1.025-.205.54 0 1.02.205t.837.563q.358.357.563.837.205.48.205 1.02 0 .55-.205 1.025-.205.475-.563.832-.357.358-.837.563-.48.205-1.02.205zm0-3.75q-.469 0-.797.328-.328.328-.328.797 0 .469.328.797.328.328.797.328.469 0 .797-.328.328-.328.328-.797 0-.469-.328-.797-.328-.328-.797-.328zM24 10.002v5.578q0 .774-.293 1.46-.293.685-.803 1.194-.51.51-1.195.803-.686.293-1.459.293-.445 0-.908-.105-.463-.106-.85-.329-.293.95-.855 1.729-.563.78-1.319 1.336-.756.557-1.67.861-.914.305-1.898.305-1.148 0-2.162-.398-1.014-.399-1.805-1.102-.79-.703-1.312-1.664t-.674-2.086h-5.8q-.411 0-.704-.293T0 16.881V6.873q0-.41.293-.703t.703-.293h8.59q-.34-.715-.34-1.5 0-.727.275-1.365.276-.639.75-1.114.475-.474 1.114-.75.638-.275 1.365-.275t1.365.275q.639.276 1.114.75.474.475.75 1.114.275.638.275 1.365t-.275 1.365q-.276.639-.75 1.113-.475.475-1.114.75-.638.276-1.365.276-.188 0-.375-.024-.188-.023-.375-.058v1.078h10.875q.469 0 .797.328.328.328.328.797zM12.75 2.373q-.41 0-.78.158-.368.158-.638.434-.27.275-.428.639-.158.363-.158.773 0 .41.158.78.159.368.428.638.27.27.639.428.369.158.779.158.41 0 .773-.158.364-.159.64-.428.274-.27.433-.639.158-.369.158-.779 0-.41-.158-.773-.159-.364-.434-.64-.275-.275-.639-.433-.363-.158-.773-.158zM6.937 9.814h2.25V7.94H2.814v1.875h2.25v6h1.875zm10.313 7.313v-6.75H12v6.504q0 .41-.293.703t-.703.293H8.309q.152.809.556 1.5.405.691.985 1.19.58.497 1.318.779.738.281 1.582.281.926 0 1.746-.352.82-.351 1.436-.966.615-.616.966-1.43.352-.815.352-1.752zm5.25-1.547v-5.203h-3.75v6.855q.305.305.691.452.387.146.809.146.469 0 .879-.176.41-.175.715-.48.304-.305.48-.715t.176-.879Z\"/></svg>\n\n </figure>\n </td>\n <td>microsoftteams.svg</td>\n <td><code>_includes/icons/simple-icons/microsoftteams.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"microsoftteams\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Microsoft Word icon</title><path d=\"M23.004 1.5q.41 0 .703.293t.293.703v19.008q0 .41-.293.703t-.703.293H6.996q-.41 0-.703-.293T6 21.504V18H.996q-.41 0-.703-.293T0 17.004V6.996q0-.41.293-.703T.996 6H6V2.496q0-.41.293-.703t.703-.293zM6.035 11.203l1.442 4.735h1.64l1.57-7.876H9.036l-.937 4.653-1.325-4.5H5.38l-1.406 4.523-.938-4.675H1.312l1.57 7.874h1.641zM22.5 21v-3h-15v3zm0-4.5v-3.75H12v3.75zm0-5.25V7.5H12v3.75zm0-5.25V3h-15v3Z\"/></svg>\n\n </figure>\n </td>\n <td>microsoftword.svg</td>\n <td><code>_includes/icons/simple-icons/microsoftword.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"microsoftword\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>MicroStrategy icon</title><path d=\"M9.103 2.596h5.811v18.808h-5.81zm-9.072 0h5.81v18.808H.032zm18.127 0v18.806h5.811V8.339z\"/></svg>\n </figure>\n </td>\n <td>microstrategy.svg</td>\n <td><code>_includes/icons/simple-icons/microstrategy.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"microstrategy\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>MIDI icon</title><path d=\"M21.775 7.517H24v8.966h-2.225zm-8.562 0h6.506c.66 0 1.045.57 1.045 1.247v6.607c0 .84-.35 1.112-1.112 1.112h-6.439v-5.696h2.225v3.505h3.135V9.54h-5.36zm-3.235 0h2.19v8.966h-2.19zM0 7.517h7.854c.66 0 1.045.57 1.045 1.247v7.72H6.708V9.774H5.427v6.708H3.438V9.775H2.191v6.708H0Z\"/></svg>\n\n </figure>\n </td>\n <td>midi.svg</td>\n <td><code>_includes/icons/simple-icons/midi.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"midi\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Minds icon</title><path d=\"M15.495 18.38a.052.052 0 00.03-.033l.693-2.217 3.192-4.79a.052.052 0 00.003-.004.052.052 0 00.001-.002.052.052 0 00.001-.002.052.052 0 00.002-.005.052.052 0 000-.003.052.052 0 00.002-.003.052.052 0 000-.004.052.052 0 000-.005.052.052 0 000-.003.052.052 0 000-.003l-.416-6.946a.052.052 0 000-.001.052.052 0 00-.001-.005.052.052 0 000-.002.052.052 0 00-.003-.008.052.052 0 00-.002-.005.052.052 0 00-.002-.004.052.052 0 00-.003-.005.052.052 0 00-.003-.003.052.052 0 000-.001L14.818.018l-.001-.002a.052.052 0 00-.004-.003.052.052 0 00-.003-.002.052.052 0 00-.003-.002.052.052 0 00-.002-.001.052.052 0 00-.002-.001.052.052 0 00-.002-.001.052.052 0 00-.001 0 .052.052 0 000-.001.052.052 0 00-.002 0 .052.052 0 00-.002-.001.052.052 0 00-.001 0 .052.052 0 00-.005-.002.052.052 0 00-.004 0 .052.052 0 00-.002 0 .052.052 0 00-.001 0 .052.052 0 00-.001 0 .052.052 0 00-.003 0 .052.052 0 00-.001 0 .052.052 0 00-.001 0H9.22a.052.052 0 00-.003 0 .052.052 0 00-.004 0 .052.052 0 00-.004 0 .052.052 0 00-.003.001.052.052 0 00-.003.001.052.052 0 00-.005.002.052.052 0 00-.004.003.052.052 0 00-.004.002.052.052 0 00-.001 0 .052.052 0 00-.003.004.052.052 0 00-.001 0 .052.052 0 00-.003.003l-4.17 4.31a.052.052 0 00-.003.004.052.052 0 00-.006.009.052.052 0 00-.002.005.052.052 0 00-.002.008.052.052 0 000 .002.052.052 0 00-.001.003.052.052 0 000 .003l-.417 6.95a.052.052 0 000 .001.052.052 0 000 .001.052.052 0 000 .004.052.052 0 000 .004.052.052 0 000 .002.052.052 0 000 .005.052.052 0 00.001 0 .052.052 0 000 .003.052.052 0 00.001.002.052.052 0 00.001.002.052.052 0 00.001.002.052.052 0 00.001.001.052.052 0 00.002.003.052.052 0 00.001.003l3.194 4.79.692 2.214v.002a.052.052 0 000 .001.052.052 0 00.001.002.052.052 0 00.002.003.052.052 0 000 .001.052.052 0 00.001.002.052.052 0 000 .001.052.052 0 00.002.001.052.052 0 00.001.003.052.052 0 00.001.001.052.052 0 00.001.001.052.052 0 00.002.002.052.052 0 00.003.004.052.052 0 00.002.001.052.052 0 00.002.002.052.052 0 00.001 0 .052.052 0 00.003.003.052.052 0 00.001 0 .052.052 0 00.002.001.052.052 0 00.002.002.052.052 0 00.001 0 .052.052 0 00.001 0 .052.052 0 00.001.001.052.052 0 00.002 0 .052.052 0 00.001.001.052.052 0 00.001 0 .052.052 0 00.003.001.052.052 0 00.002 0 .052.052 0 000 .001.052.052 0 00.003 0 .052.052 0 00.002 0 .052.052 0 00.003.001.052.052 0 00.001 0 .052.052 0 00.002 0h6.952a.052.052 0 00.02-.004zm-.058-.1H8.89l7.201-2.095zm.618-2.193L8.62 18.249l2.703-5.677zm.068-.08l-4.733-3.516 5.139-4.124zm.11-.087l.4-7.54 2.668 2.936zm-7.699 2.27l-.646-2.069 3.231-3.36zm-.697-2.166l-3.094-4.64 6.456 1.143zm11.47-4.857l-2.655-2.92 2.256-3.717zm-7.974 1.236L9.3 5.284l7.187 2.983zm-.102.024l-6.507-1.152L9.198 5.31zm5.284-4.26l-7.2-2.99L14.748.152zm.095-.052L14.87.219l4.015 4.149zM4.694 11.14l.403-6.718 4.03.806zm4.473-6.01l-4.014-.803L9.167.18zm.104-.056V.103h5.376zm-.747 13.357v4.143l1.671-1.403zm.057 4.232l1.53.612 1.808.723-1.67-2.737zm3.5 1.335l3.338-1.335-1.67-1.402zm3.394-1.424v-4.143l-1.67 2.74zm-6.858-4.191L12 23.93l3.382-5.547z\"/></svg>\n </figure>\n </td>\n <td>minds.svg</td>\n <td><code>_includes/icons/simple-icons/minds.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"minds\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Minetest icon</title><path d=\"M23.69 12.436l-.406.24-2.31 1.355v.558l-1.087.667v1.11l-1.087.664v2.857l4.89-2.872v-4.044zm-.543.96v3.298l-3.803 2.234v-1.583l1.087-.666v-1.11l1.086-.666v-.551zm-3.77-7.854l-1.128.792v4.746l.139.08 1.004.577 1.03-.603V6.152zm.026.654l.475.278v4.339l-.49.286-.597-.344v-4.13zM6.215 0l-4.24 2.491V7.03l.136.08 2.907 1.708v2.205l.134.08 1.061.637 1.196-.717V8.816l2.662-1.565V2.327zm-.003.643l3.316 2V6.93L6.213 8.878 2.52 6.708V2.812zm.654 8.492v1.57l-.653.39-.651-.39V9.135l.651.383zm8.947 2.074l-7.88 4.54v1.434l.869.5v1.107l3.208 1.881 6.79-4.102v-1.166l1.087-.666v-1.15zm-.002.638l3.533 2.061v.515l-1.086.665v1.164l-6.251 3.777-2.66-1.56v-1.11l-.87-.5v-.785zm-2.98-9.03a.258.258 0 00-.143.038l-2.616 1.543v.64l2.753-1.624 3.529 2.067-4.317 2.533a.28.28 0 00-.001.48l3.23 1.92-7.058 4.069-7.067-4.175 3.202-1.89-.544-.32-3.337 1.97a.28.28 0 000 .48l7.608 4.494c.083.049.185.05.27 0l7.606-4.382a.28.28 0 00.003-.482l-3.235-1.922 4.32-2.535a.28.28 0 000-.48L12.96 2.853a.312.312 0 00-.13-.038zm4.207 2.427zm.1.104zm.033.137a.275.275 0 01-.136.237l-.407.24v.468l-3.515 2.062.542.322 3.38-1.983a.279.279 0 00.136-.24zm-14.128 8.17v1.1l-1.086-.665v3.978l6.412 3.82v-1.752l-.924-.555V18.47l-1.141-.666v-2.218zm.544.963l2.173 1.286v2.22l1.141.667V19.9l.925.554v.467L2.5 17.75v-2.681l1.087.666v-.49zM11.88 3.33l-1.809 1.065v.003l1.81-1.067zM3.79 8.095L.309 10.147v6.979L11.99 24l11.681-7.042v-6.7l-3.25-1.909v.64l2.707 1.59v6.062l-11.141 6.716L.85 16.805v-6.027l-.389-.23a.28.28 0 010-.48L3.8 8.098zm19.9 4.34l-.406.24-2.31 1.356v.558l-1.087.666v1.11l-1.087.665v2.857l4.89-2.872v-4.044zm-.543.96v3.3l-3.803 2.233v-1.584l1.086-.665v-1.11l1.087-.666v-.551zm-3.77-7.853l-1.129.792v4.746l.14.08 1.003.577 1.031-.603V6.152zm.025.654l.476.278v4.338l-.49.287-.597-.344v-4.13zM6.216 0l-4.24 2.491V7.03l.136.08L5.02 8.817v2.205l.134.08 1.06.637 1.197-.717V8.815l2.662-1.564V2.327zm-.003.643l3.316 2V6.93L6.214 8.878 2.52 6.708V2.812zm.654 8.492v1.57l-.653.39-.651-.39V9.135l.651.383zm8.947 2.074l-7.88 4.54v1.434l.869.5v1.107l3.208 1.881 6.79-4.102v-1.166l1.087-.666v-1.15zm-.002.638l3.533 2.061v.515l-1.087.665v1.164l-6.25 3.777-2.661-1.56v-1.11l-.87-.5v-.786zm-2.98-9.03a.258.258 0 00-.143.038l-2.616 1.543v.64l2.753-1.624 3.529 2.067-4.318 2.533a.28.28 0 000 .48l3.23 1.92-7.059 4.068-7.067-4.174 3.203-1.89-.544-.32-3.337 1.97a.28.28 0 000 .48L8.07 15.04c.084.05.186.05.27.001l7.607-4.382a.28.28 0 00.003-.482l-3.235-1.922 4.32-2.535a.28.28 0 000-.481L12.96 2.854a.31.31 0 00-.13-.038zm4.207 2.427zm.1.104zm.033.137a.275.275 0 01-.136.236l-.407.24v.47l-3.515 2.061.542.322 3.38-1.983a.279.279 0 00.136-.24zm0 .968v.137c0 .1-.052.191-.136.24l-.156.092 1.37.8v-.64zm3.252 1.897v.64l2.725 1.59v.512l-1.984 1.195-1.764 1.03-3.316-1.949v-.95c0-.098-.05-.19-.135-.24l-2.295-1.363-.543.319 2.43 1.444v.95c0 .1.052.192.137.242l3.586 2.107c.083.05.186.05.27.001l1.901-1.11h.004l1.709-1.03v.902l.001.026c.002.02.007.038.011.054.003.007.007.02.011.027.005.007.007.015.012.026l.014.023c.023.03.048.055.079.075l.022.015.026.011a.08.08 0 00.026.007.264.264 0 00.16-.007l.026-.011c.015-.007.034-.019.047-.027.007-.007.015-.01.022-.019.007-.007.011-.015.018-.018l.019-.023c.004-.007.011-.015.015-.023a.139.139 0 00.022-.05c.003-.008.004-.02.007-.027l.004-.027a.239.239 0 00.001-.026v-2.222c0-.1-.051-.192-.136-.242zm-17.38 5.305v1.1l-1.086-.665v3.978l6.412 3.819v-1.751l-.925-.555v-1.112l-1.14-.666v-2.218zm.544.963l2.173 1.286v2.22l1.14.667v1.107l.925.555v.467l-5.325-3.17v-2.681l1.087.666v-.49zM11.88 3.33l-1.808 1.065v.003l1.81-1.067zM3.792 8.095L.308 10.147v6.978L11.992 24l11.681-7.043v-6.699l-3.25-1.909v.64l2.707 1.59v6.062l-11.141 6.716L.852 16.805v-6.028l-.389-.23a.28.28 0 010-.48L3.8 8.1z\"/></svg>\n </figure>\n </td>\n <td>minetest.svg</td>\n <td><code>_includes/icons/simple-icons/minetest.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"minetest\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Minutemailer icon</title><path d=\"M5.564 2.703l3.45 3.734-2.434 4.798 5.14-.921 2.34 5.646L24 2.926 5.564 2.703zm-.636 8.088l.957-.787-1.234.39-.126-.18.51-.495-.669.27C1.813 10.979 0 13.455 0 16.35c0 1.951.822 3.705 2.133 4.947-.563-.99-.885-2.134-.885-3.355 0-2.865 1.809-5.415 4.315-6.42l.315-.766-.75.331-.211-.285.011-.011zm4.364-1.97L10.89 6l9.398-2.201L9.292 8.821z\"/></svg>\n </figure>\n </td>\n <td>minutemailer.svg</td>\n <td><code>_includes/icons/simple-icons/minutemailer.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"minutemailer\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Mitsubishi icon</title><path d=\"M8 22.38H0l4-6.92h8zm8 0h8l-4-6.92h-8zm0-13.84l-4-6.92-4 6.92 4 6.92Z\"/></svg>\n </figure>\n </td>\n <td>mitsubishi.svg</td>\n <td><code>_includes/icons/simple-icons/mitsubishi.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mitsubishi\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Mix icon</title><path d=\"M4.8 6.1v15.15c0 1.35-1.05 2.35-2.4 2.35-1.35 0-2.4-1.05-2.4-2.35V0h24v13.35c0 1.3-1.1 2.35-2.4 2.35-1.35 0-2.45-1.05-2.45-2.35v-1.2c0-1.35-1.05-2.35-2.4-2.35-1.137 0-2.121.803-2.35 1.875V15.5c0 1.35-1.1 2.35-2.4 2.35-1.35 0-2.4-1.05-2.4-2.35V6.25c0-1.3-1.1-2.35-2.4-2.35a2.4 2.4 0 0 0-2.4 2.2z\"/></svg>\n </figure>\n </td>\n <td>mix.svg</td>\n <td><code>_includes/icons/simple-icons/mix.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mix\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Mixcloud icon</title><path d=\"M21.95 19.062c-.154 0-.31-.045-.445-.135-.369-.25-.465-.75-.225-1.11.738-1.094 1.125-2.381 1.125-3.719s-.387-2.625-1.125-3.721c-.249-.368-.145-.866.216-1.106.375-.249.87-.146 1.108.214.917 1.365 1.396 2.97 1.396 4.62 0 1.648-.479 3.254-1.396 4.619-.135.239-.39.359-.645.359l-.009-.021zM19.66 17.768c-.153 0-.308-.045-.445-.139-.369-.239-.463-.734-.215-1.094.489-.721.747-1.545.747-2.43 0-.855-.258-1.695-.747-2.431-.248-.36-.154-.854.215-1.095s.857-.15 1.106.225c.669.99 1.021 2.145 1.021 3.314 0 1.201-.352 2.34-1.021 3.315-.146.24-.406.36-.661.36v-.025zm-3.73-7.153c-.314-3.197-3.016-5.699-6.3-5.699-2.721 0-5.13 1.748-5.995 4.283C1.588 9.501 0 11.269 0 13.4c0 2.344 1.912 4.254 4.26 4.254h10.908c1.964 0 3.566-1.594 3.566-3.557 0-1.706-1.2-3.129-2.805-3.48v-.002zm-.762 5.446H4.263c-1.466 0-2.669-1.191-2.669-2.658 0-1.465 1.193-2.658 2.669-2.658.71 0 1.381.285 1.886.781.3.314.811.314 1.125 0 .3-.301.3-.811 0-1.125-.555-.542-1.231-.931-1.965-1.111.75-1.665 2.43-2.774 4.305-2.774 2.609 0 4.74 2.129 4.74 4.738 0 .512-.075 1.006-.24 1.486-.135.42.09.869.51 1.02.074.03.165.045.24.045.33 0 .645-.211.75-.54.105-.315.18-.63.225-.96.734.285 1.26 1.005 1.26 1.83 0 1.096-.885 1.979-1.965 1.979l.034-.053z\"/></svg>\n </figure>\n </td>\n <td>mixcloud.svg</td>\n <td><code>_includes/icons/simple-icons/mixcloud.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mixcloud\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Mixer icon</title><path d=\"M2.456 1.375a2.461 2.461 0 0 0-1.65.642C-.134 2.884-.21 4.348.553 5.38l4.917 6.59-4.946 6.65c-.762 1.032-.702 2.496.254 3.363a2.45 2.45 0 0 0 3.617-.344l6.904-9.28a.65.65 0 0 0 0-.763L4.423 2.361a2.432 2.432 0 0 0-1.967-.986zm19.089 0a2.432 2.432 0 0 0-1.968.986l-6.86 9.22a.65.65 0 0 0 0 .762l6.89 9.296a2.45 2.45 0 0 0 3.617.344c.956-.867 1.016-2.331.254-3.363l-4.947-6.65 4.917-6.59c.762-1.032.687-2.496-.254-3.363a2.459 2.459 0 0 0-1.65-.641z\"/></svg>\n </figure>\n </td>\n <td>mixer.svg</td>\n <td><code>_includes/icons/simple-icons/mixer.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mixer\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Mocha icon</title><path d=\"M13.325 0c-.907 1.116-2.442 2.302-.768 4.814.558.628.838 1.953.768 2.372 0 0 2.512-1.464.977-4.116-.907-1.395-1.326-2.582-.977-3.07zm-2.79 2.582c-.628.767-1.605 1.535-.489 3.279.35.349.489 1.256.489 1.535 0 0 1.673-.978.627-2.792-.628-.907-.906-1.743-.627-2.022zm-5.094 6a.699.699 0 0 0-.697.698c0 2.372.349 10.535 3.837 14.512.14.139.28.208.489.208h5.86c.21 0 .35-.069.489-.208 3.488-3.908 3.837-12.07 3.837-14.512a.7.7 0 0 0-.698-.699H12zm2.023 2.163h9.21c.349 0 .697.278.697.697 0 1.953-.348 7.465-2.72 10.326-.21.14-.35.208-.559.208H9.976a.633.633 0 0 1-.488-.208c-2.372-2.79-2.652-8.373-2.722-10.326 0-.35.28-.697.698-.697zm8.792 4.744s-.071.627-1.745 1.255c-2.303.837-6.348.28-6.348.28.349 1.465.906 2.86 1.743 3.907.07.14.28.209.419.209h3.489c.14 0 .279-.07.418-.209 1.186-1.395 1.745-3.558 2.024-5.442z\"/></svg>\n </figure>\n </td>\n <td>mocha.svg</td>\n <td><code>_includes/icons/simple-icons/mocha.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mocha\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Mojang icon</title><path d=\"M6.912 0A6.913 6.913 0 000 6.912V24h17.088A6.912 6.912 0 0024 17.088V0h-4.992zm10.111 2.594c.566 0 1.024 2.505 1.024 3.07a1.024 1.024 0 11-2.047 0c0-.565.459-3.07 1.023-3.07zM14.41 5.498c.69.19 2.082 3.77 3.637 2.215 1.448-1.448 2.049 7.164 2.049 7.164l-2.05-1.022s.002-2.048-3.07-4.095c-3.809-2.54-8.189-.867-8.189 3.07 0 8.033 13.309 5.12 13.309 5.12s-.002 2.046-2.05 2.046H5.765c-2.047 0-2.05-2.047-2.05-2.047V7.713c0-2.048 2.05-2.049 2.05-2.049h4.093c2.048 0 4.096 2.049 4.096 2.049 0-1.49.117-2.098.328-2.205a.175.175 0 01.13-.01z\"/></svg>\n\n </figure>\n </td>\n <td>mojang.svg</td>\n <td><code>_includes/icons/simple-icons/mojang.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mojang\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Monero icon</title><path d=\"M12 0C5.365 0 0 5.373 0 12.015c0 1.335.228 2.607.618 3.81h3.577V5.729L12 13.545l7.805-7.815v10.095h3.577c.389-1.203.618-2.475.618-3.81C24 5.375 18.635 0 12 0zm-1.788 15.307l-3.417-3.421v6.351H1.758C3.87 21.689 7.678 24 12 24s8.162-2.311 10.245-5.764h-5.04v-6.351l-3.386 3.421-1.788 1.79-1.814-1.79h-.005z\"/></svg>\n </figure>\n </td>\n <td>monero.svg</td>\n <td><code>_includes/icons/simple-icons/monero.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"monero\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>MongoDB icon</title><path d=\"M17.18 9.518c-1.263-5.56-4.242-7.387-4.562-8.086C12.266.939 11.885 0 11.885 0c-.002.019-.004.031-.005.049v.013h-.001c-.002.015-.003.025-.004.039v.015h-.002c0 .01-.002.018-.002.026v.026h-.003c-.001.008-.001.018-.003.025v.021h-.002c0 .007 0 .015-.002.021v.02h-.002c0 .01-.001.022-.002.032v.002c-.003.017-.006.034-.009.05v.008h-.002c-.001.004-.003.008-.003.012v.017h-.003v.022h-.005v.018h-.005v.021h-.004v.019h-.004v.017h-.006v.014h-.004v.018h-.004v.014h-.005v.013H11.8v.015h-.004c-.001.001-.001.003-.001.004v.01h-.003c-.001.002-.001.004-.001.006v.006h-.002c-.001.003-.002.008-.002.01-.003.007-.007.014-.01.021v.002c-.002.002-.004.005-.005.007v.008h-.004v.008h-.005v.008h-.003v.01h-.006v.014h-.004v.004h-.004v.008h-.004v.011h-.004v.008h-.006v.011h-.004v.008h-.005v.008h-.003v.01h-.005v.008h-.004v.006h-.004v.008h-.006V.76h-.004v.006h-.005v.008h-.004v.011h-.005v.004h-.003v.008h-.006v.004h-.004v.01h-.004v.004h-.004v.008h-.005v.006h-.003l-.002.004v.004h-.002c-.001.002-.002.002-.002.004v.001h-.001c-.001.003-.002.005-.004.007v.003h-.001c-.005.006-.008.012-.012.018v.001c-.002.002-.007.006-.009.01v.002h-.001c-.001.001-.003.002-.003.003v.003h-.002l-.003.003v.001h-.001c0 .001-.002.002-.003.004v.004h-.003l-.002.002v.002h-.002c0 .002-.002.002-.002.003v.003h-.004c0 .001-.001.002-.002.003V.92h-.003v.004h-.004V.93h-.004v.008h-.005V.93h-.005v.004h-.004V.94h-.005v.008h-.005v.004h-.004v.006h-.004v.004h-.004V.97h-.006v.004h-.004V.98h-.005v.004h-.004v.005h-.005v.01h-.002v.004h-.006v.005h-.004v.002h-.004v.004h-.005v.01h-.004v.004h-.005v.004h-.004v.006h-.005v.004h-.005v.004h-.004v.004h-.004v.01h-.004v.005h-.006v.004h-.004v.004h-.005v.006h-.004v.004h-.005v.007h-.004v.004h-.006V1.1h-.002v.004h-.004v.004h-.005v.004h-.004v.006h-.005v.004h-.003c-.001.001-.001.002-.001.002v.002h-.002l-.004.004s-.002.002-.004.003v.006h-.004v.005h-.004v.004h-.004v.004h-.003l-.003.003v.003h-.002l-.002.002v.003h-.002c-.005.006-.007.01-.014.016-.002.002-.008.007-.012.01-.012.008-.027.021-.039.032-.008.005-.016.012-.022.017v.001h-.001c-.016.013-.031.025-.049.039v.001c-.024.02-.047.039-.074.062V1.34h-.002c-.057.047-.117.1-.186.159V1.5h-.001c-.169.148-.37.338-.595.568l-.015.015-.004.004C9 3.494 6.857 6.426 6.631 11.164c-.02.392-.016.773.006 1.144v.009c.109 1.867.695 3.461 1.428 4.756v.001c.292.516.607.985.926 1.405v.001c1.102 1.455 2.227 2.317 2.514 2.526.441 1.023.4 2.779.4 2.779l.644.215s-.131-1.701.053-2.522c.057-.257.192-.476.349-.662.106-.075.42-.301.797-.645.018-.019.028-.036.044-.054 1.521-1.418 4.362-4.91 3.388-10.599z\"/></svg>\n </figure>\n </td>\n <td>mongodb.svg</td>\n <td><code>_includes/icons/simple-icons/mongodb.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mongodb\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Monkey tie icon</title><path d=\"M20.001 0h-16C1.791 0 0 1.791 0 4.001v15.998C0 22.209 1.791 24 4.001 24h16C22.209 24 24 22.209 24 19.999V4.001C24 1.791 22.209 0 20.001 0zm-7.666 16.295l-.866-6.759-2.579 4.638-2.583-4.623-.858 6.744h-1.93l1.4-10.086H6.43L8.888 10.8l2.454-4.591h1.514l1.397 10.086h-1.918zm6.529-5.736h-1.585v3.257c0 1.095.087 1.151 1.096 1.151h.49l-.171 1.472h-1.293c-1.354 0-1.93-.95-1.93-1.89v-3.997h-1.027l.156-1.47h.855V7.504l1.79-.188v1.775h1.588v1.467h.031zm1.677 5.88h-1.484l.159-1.485h1.487l-.172 1.479.01.006z\"/></svg>\n </figure>\n </td>\n <td>monkeytie.svg</td>\n <td><code>_includes/icons/simple-icons/monkeytie.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"monkeytie\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Monogram icon</title><path d=\"M23.158 0v23.503c0 .451-.533.668-.83.338L12 12.38 3.301 2.73.842 0h22.316zM11.029 13.46L1.672 23.841c-.297.33-.83.111-.83-.338V0l10.187 13.46z\"/></svg>\n </figure>\n </td>\n <td>monogram.svg</td>\n <td><code>_includes/icons/simple-icons/monogram.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"monogram\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Monster icon</title><path d=\"M0 0V24H5.42V12.39L12 18.19L18.58 12.39V24H24V0L12 11.23L0 0Z\"/></svg>\n\n </figure>\n </td>\n <td>monster.svg</td>\n <td><code>_includes/icons/simple-icons/monster.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"monster\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Monzo icon</title><path d=\"M11.99 17.26H12l5.93-5.92v11.04a.45.45-180 0 0 .76.31l4.98-4.97a1.11 1.11-180 0 0 .32-.8V5.29l.01-.01-3.98-3.97a.44.44-180 0 0-.63 0L12 8.69l-7.41-7.4a.44.44-180 0 0-.63 0L0 5.28h.01H0v11.66a1.11 1.11-180 0 0 .32.79l4.97 4.98a.45.45-180 0 0 .76-.32l.01-11.06 5.93 5.94z\"/></svg>\n </figure>\n </td>\n <td>monzo.svg</td>\n <td><code>_includes/icons/simple-icons/monzo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"monzo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Moo icon</title><path d=\"M11.964 24c-2.525 0-4.801-1.107-6.34-3.138-1.109-1.417-1.661-3.078-1.661-4.86 0-.555.06-1.109.185-1.602.299-1.785 1.59-4.678 3.93-8.678C9.805 2.767 11.215.554 11.289.554c.123-.246.308-.554.675-.554.372 0 .555.308.741.555 0 0 1.477 2.215 3.199 5.168 2.342 4 3.631 6.893 3.939 8.678.131.492.193 1.045.193 1.6 0 1.785-.555 3.445-1.65 4.861C16.766 22.834 14.424 24 11.964 24zm0-2.092c1.905 0 3.629-.861 4.801-2.341.799-1.044 1.229-2.337 1.229-3.69 0-.432-.059-.801-.123-1.229-.246-1.354-1.293-3.692-3.074-6.833-1.357-2.399-2.525-4.121-2.525-4.121l-.31-.433-.254.37s-1.171 1.785-2.521 4.125c-1.843 3.149-2.893 5.474-3.072 6.839-.061.431-.123.8-.123 1.229 0 1.355.429 2.587 1.229 3.693 1.11 1.538 2.831 2.399 4.74 2.399l.003-.008z\"/></svg>\n </figure>\n </td>\n <td>moo.svg</td>\n <td><code>_includes/icons/simple-icons/moo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"moo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Mozilla icon</title><path d=\"M0 24V0h24v24H0zM16.39 6.76l-.23.03-.22.04-.21.06-.2.07-.2.07-.19.09-.18.1-.17.11-.17.12-.16.13-.15.14-.14.15-.13.16-.13.17-.11.17-.11.19-.1.19-.09.21-.08-.22-.1-.21-.1-.2-.12-.19-.13-.17-.14-.16-.15-.15-.15-.14-.17-.13-.17-.11-.19-.11-.18-.09-.2-.08-.2-.07-.2-.06-.21-.05-.22-.04-.22-.02-.22-.02h-.43l-.21.02-.2.02-.2.03-.19.05-.18.05-.18.06-.18.07-.16.08-.17.08-.15.1-.15.1-.14.11-.14.12-.13.13-.12.13-.12.14-.11.15-.1.16L7 8.5V6.95H2.65v2.22h1.37v5.86H2.65v2.26h6.33v-2.26H7v-3.81l.01-.21.03-.2.03-.19.04-.18.05-.18.06-.16.07-.16.08-.14.09-.14.11-.12.11-.11.12-.1.14-.09.15-.08.15-.06.17-.05.19-.04.19-.02.21-.01h.17l.16.02.16.03.14.04.14.05.13.06.12.07.11.09.1.1.1.11.08.12.08.14.06.16.06.16.05.19.04.19.03.21.03.23.01.25v6.09h4.3v-2.26H13.7v-3.6l.01-.21.01-.21.02-.2.04-.19.04-.18.05-.18.06-.16.07-.16.08-.14.09-.14.1-.12.12-.11.12-.1.14-.09.14-.08.16-.06.17-.05.19-.04.19-.02.21-.01h.17l.16.02.16.03.14.04.14.05.13.06.12.07.11.09.1.1.09.11.09.12.08.14.06.16.06.16.05.19.04.19.03.21.03.23.01.25v6.09h4.3v-2.26h-1.37v-4.72l-.01-.36-.04-.33-.06-.32-.08-.3-.1-.28-.12-.26-.14-.24-.16-.23-.18-.2-.18-.19-.21-.16-.21-.15-.23-.13-.24-.12-.25-.09-.25-.08-.27-.06-.26-.04-.28-.03h-.52l-.23.02z\"/></svg>\n </figure>\n </td>\n <td>mozilla.svg</td>\n <td><code>_includes/icons/simple-icons/mozilla.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mozilla\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Mozilla Firefox icon</title><path d=\"M8.855 7.333c.008 0 .004 0 0 0zM6.082 5.947c.007 0 .004 0 0 0zm16.59 2.14c-.5-1.203-1.514-2.503-2.31-2.914.648 1.27 1.023 2.544 1.166 3.495l.002.02c-1.302-3.246-3.51-4.555-5.314-7.404-.09-.145-.182-.289-.27-.441a3.51 3.51 0 01-.128-.238 2.097 2.097 0 01-.171-.456.03.03 0 00-.027-.03.038.038 0 00-.021 0l-.006.002a.037.037 0 00-.009.005.038.038 0 01.005-.007c-2.56 1.5-3.622 4.126-3.894 5.797a6.136 6.136 0 00-2.282.582.294.294 0 00-.146.366.29.29 0 00.392.169 5.567 5.567 0 011.988-.519l.067-.005A5.636 5.636 0 0112 6.5a5.79 5.79 0 011.652.229l.094.03a5.757 5.757 0 01.265.088 5.839 5.839 0 01.191.075c.052.02.103.041.154.063a5.676 5.676 0 01.235.111l.106.054a5.776 5.776 0 01.224.123 5.165 5.165 0 01.141.086 5.895 5.895 0 012.014 2.083c-.615-.432-1.716-.859-2.776-.674 4.142 2.07 3.03 9.201-2.71 8.932a5.113 5.113 0 01-1.498-.29 6.347 6.347 0 01-.339-.137 4.37 4.37 0 01-.194-.093c-1.406-.727-2.567-2.1-2.712-3.768 0 0 .531-1.981 3.806-1.981.354 0 1.366-.988 1.385-1.274-.005-.094-2.009-.891-2.79-1.66-.418-.412-.616-.61-.791-.76a3.436 3.436 0 00-.299-.225 5.335 5.335 0 01-.032-2.814c-1.183.539-2.103 1.39-2.772 2.142h-.006c-.456-.578-.424-2.486-.398-2.884-.006-.025-.34.174-.385.204a8.395 8.395 0 00-1.125.964 10.086 10.086 0 00-1.075 1.29v0A9.72 9.72 0 00.819 9.9c-.003.013-.11.482-.188 1.062a12.736 12.736 0 00-.037.27 7.724 7.724 0 00-.068.66l-.002.034a28.326 28.326 0 00-.023.383l-.001.06c0 6.358 5.156 11.513 11.516 11.513 5.695 0 10.424-4.135 11.35-9.566.02-.147.035-.295.052-.444.23-1.974-.025-4.05-.746-5.786zm-7.862 3.455z\"/></svg>\n </figure>\n </td>\n <td>mozillafirefox.svg</td>\n <td><code>_includes/icons/simple-icons/mozillafirefox.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mozillafirefox\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>MuseScore icon</title><path d=\"M11.777 23.997a11.989 11.989 0 0 1-8.98-4.296 12.013 12.013 0 0 1-2.406-4.655A12.1 12.1 0 0 1 .273 9.44a11.926 11.926 0 0 1 1.72-4.064 12.056 12.056 0 0 1 4.056-3.799 11.94 11.94 0 0 1 4.13-1.44 12.211 12.211 0 0 1 3.693.007c1.708.27 3.302.89 4.751 1.848.873.577 1.692 1.29 2.385 2.08a11.966 11.966 0 0 1 2.68 5.196c.402 1.718.416 3.556.039 5.291a12.004 12.004 0 0 1-4.024 6.643 12.013 12.013 0 0 1-4.655 2.407c-.743.195-1.499.316-2.29.367a17.83 17.83 0 0 1-.809.026l-.172-.003zm-6.924-6.684a.488.488 0 0 0 .23-.133.548.548 0 0 0 .139-.232c.013-.043.014-.178.018-2.363.004-2.12.005-2.327.018-2.438.033-.298.076-.51.146-.72.101-.303.224-.516.406-.705.14-.144.26-.232.434-.315a1.76 1.76 0 0 1 .504-.148c.114-.017.382-.024.493-.012a1.803 1.803 0 0 1 1.308.807c.166.25.271.528.327.866l.017.106.004 2.438c.004 2.324.005 2.44.019 2.485a.555.555 0 0 0 .133.226.5.5 0 0 0 .201.128c.052.019.068.021.167.021a.462.462 0 0 0 .37-.145.507.507 0 0 0 .149-.3c.006-.042.008-.774.008-2.407 0-1.542.003-2.375.008-2.428.047-.48.222-.889.523-1.225.183-.204.464-.39.73-.482.21-.074.394-.101.626-.095.304.01.55.066.8.186.284.136.514.341.668.597.178.294.28.662.299 1.083.002.053.013.491.023.973.022 1.002.024 1.063.04 1.238.072.787.307 1.426.711 1.935.087.11.311.333.417.417.435.344.944.555 1.532.634.177.024.507.03.68.012.797-.082 1.53-.463 2.015-1.046.373-.45.606-.99.704-1.64.046-.302.043-.143.046-2.506.003-2.417.007-2.223-.054-2.346a.484.484 0 0 0-.332-.251.584.584 0 0 0-.416.06c-.1.06-.19.183-.22.304-.009.031-.012.478-.016 2.22-.005 2.415 0 2.23-.055 2.51-.18.917-.81 1.522-1.73 1.66a2.358 2.358 0 0 1-.512-.008c-.464-.07-.84-.256-1.13-.557-.332-.345-.53-.816-.601-1.432-.018-.151-.026-.387-.043-1.212-.018-.853-.026-1.05-.047-1.24-.129-1.123-.68-1.983-1.548-2.417a2.773 2.773 0 0 0-1.121-.294c-.55-.035-1.136.12-1.671.441a2.949 2.949 0 0 0-.813.707l-.038.049-.028-.038a2.542 2.542 0 0 0-.235-.261c-.457-.433-1.1-.722-1.78-.8a3.877 3.877 0 0 0-.65-.001c-.635.07-1.141.286-1.559.666-.48.437-.795 1.103-.912 1.926-.056.393-.057.436-.054 2.915l.002 2.184.022.064a.525.525 0 0 0 .359.339c.078.02.188.02.267 0zm11.99-8.863a.687.687 0 0 0 .546-.505.849.849 0 0 0 .008-.3.685.685 0 0 0-.455-.516.678.678 0 0 0-.895.649c0 .055.005.11.012.142a.684.684 0 0 0 .783.53zm-2.667-.138a.495.495 0 0 0 .32-.265c.046-.092.06-.158.067-.343a2.224 2.224 0 0 1 .617-1.49 1.934 1.934 0 0 1 1.146-.587c.145-.022.434-.024.581-.004.307.043.58.143.822.3.244.16.474.4.634.663.202.333.326.763.327 1.127 0 .1.012.184.036.26a.507.507 0 0 0 .94.068c.053-.111.06-.15.059-.35 0-.198-.01-.318-.043-.514-.217-1.298-1.165-2.294-2.426-2.545a2.47 2.47 0 0 0-.625-.055 3.031 3.031 0 0 0-2.738 1.638 3.3 3.3 0 0 0-.366 1.43c-.01.265.037.418.167.544a.509.509 0 0 0 .482.123z\"/></svg>\n </figure>\n </td>\n <td>musescore.svg</td>\n <td><code>_includes/icons/simple-icons/musescore.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"musescore\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>MX Linux icon</title><path d=\"M12.001 13.301l3.277 3.819-.75.9-2.133-2.521-1.131-1.338.737-.86zM24 2.41v19.182c0 .655-.531 1.186-1.186 1.186H1.186A1.186 1.186 0 0 1 0 21.591V2.409c0-.655.531-1.186 1.186-1.186h21.628c.655 0 1.186.53 1.186 1.186zm-2.241 17.09l-2.116-2.542-2.115-2.541-.586.704-3.25-3.788 4.913-5.73-1.175-1.008-4.76 5.549-4.743-5.527-1.947 1.67 5 5.827-.73.851-1.24-1.465-3.384 4-3.385 4h19.518z\"/></svg>\n </figure>\n </td>\n <td>mxlinux.svg</td>\n <td><code>_includes/icons/simple-icons/mxlinux.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mxlinux\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Myspace icon</title><path d=\"M19.803 12.274c2.108 0 3.818-1.703 3.818-3.804s-1.71-3.795-3.818-3.795c-2.109 0-3.818 1.71-3.818 3.81 0 2.101 1.709 3.811 3.818 3.811v-.022zm-8.603.705c1.897 0 3.436-1.533 3.436-3.424S13.098 6.13 11.2 6.13 7.764 7.676 7.764 9.566C7.764 11.457 9.299 13 11.2 13v-.021zm-7.8.635c1.71 0 3.093-1.38 3.093-3.081 0-1.704-1.395-3.084-3.105-3.084C1.681 7.449.3 8.829.3 10.539c0 1.7 1.387 3.078 3.095 3.078l.005-.003zm0 .705c-1.96 0-3.4 1.717-3.4 3.495v1.196c0 .17.138.31.31.31h6.18c.171 0 .309-.14.309-.31v-1.196c0-1.779-1.437-3.5-3.398-3.5l-.001.005zm7.8-.56c-2.179 0-3.78 1.915-3.78 3.891v1.331c0 .188.156.344.345.344h6.871c.188 0 .342-.155.342-.344V17.65c0-1.976-1.598-3.891-3.778-3.891zm8.603-.617c-2.422 0-4.197 2.126-4.197 4.323v1.477c0 .21.172.381.382.381h7.63c.21 0 .383-.171.383-.381v-1.477c-.001-2.197-1.776-4.323-4.198-4.323z\"/></svg>\n </figure>\n </td>\n <td>myspace.svg</td>\n <td><code>_includes/icons/simple-icons/myspace.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"myspace\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>MySQL icon</title><path d=\"M16.405 5.676c-.115 0-.193.014-.274.033v.013h.014c.054.104.146.18.214.273.054.107.1.214.154.32l.014-.015c.094-.066.14-.172.14-.333-.04-.047-.046-.094-.08-.14-.04-.067-.126-.1-.18-.153zM5.77 18.87h-.927c-.03-1.562-.123-3.03-.27-4.41h-.008l-1.41 4.41H2.45l-1.4-4.41h-.01c-.103 1.323-.168 2.793-.195 4.41H0c.055-1.966.192-3.81.41-5.53h1.15l1.335 4.064h.008L4.25 13.34h1.095c.242 2.015.384 3.86.428 5.53zm4.017-4.08c-.378 2.045-.876 3.533-1.492 4.46-.482.716-1.01 1.073-1.583 1.073-.153 0-.34-.046-.566-.138v-.494c.11.017.24.026.386.026.268 0 .483-.075.647-.222.197-.18.295-.382.295-.605 0-.155-.077-.47-.23-.944L6.23 14.79h.91l.727 2.36c.164.536.233.91.205 1.123.4-1.064.678-2.227.835-3.483h.88zM22.112 18.87h-2.63v-5.53h.885v4.85h1.745zM18.792 19.005l-1.016-.5c.09-.076.177-.158.255-.25.433-.506.648-1.258.648-2.253 0-1.83-.718-2.746-2.155-2.746-.704 0-1.254.232-1.65.697-.43.508-.646 1.256-.646 2.245 0 .972.19 1.686.574 2.14.35.41.877.615 1.583.615.264 0 .506-.033.725-.098l1.325.772.36-.622zM15.5 17.763c-.225-.36-.337-.94-.337-1.736 0-1.393.424-2.09 1.27-2.09.443 0 .77.167.977.5.224.362.336.936.336 1.723 0 1.404-.424 2.108-1.27 2.108-.445 0-.77-.167-.978-.5zM13.842 17.338c0 .47-.172.856-.516 1.156s-.803.45-1.384.45c-.543 0-1.064-.172-1.573-.515l.237-.476c.438.22.833.328 1.19.328.332 0 .593-.073.783-.22.188-.147.3-.354.3-.615 0-.33-.23-.61-.648-.845-.388-.213-1.163-.657-1.163-.657-.422-.307-.632-.636-.632-1.177 0-.45.157-.81.47-1.085.315-.278.72-.415 1.22-.415.512 0 .98.136 1.4.41l-.213.476c-.36-.152-.715-.23-1.064-.23-.283 0-.502.068-.654.206-.153.136-.248.31-.248.524 0 .328.234.61.666.85.393.215 1.187.67 1.187.67.433.305.648.63.648 1.168zM23.224 11.486c-.535-.014-.95.04-1.297.188-.1.04-.26.04-.274.167.055.053.063.14.11.214.08.134.218.313.346.407.14.11.28.216.427.31.26.16.555.255.81.416.145.094.293.213.44.313.073.05.12.14.214.172v-.02c-.046-.06-.06-.147-.105-.214-.067-.067-.134-.127-.2-.193-.194-.26-.435-.487-.695-.675-.214-.146-.682-.35-.77-.595l-.013-.014c.146-.013.32-.066.46-.106.227-.06.435-.047.67-.106.106-.027.213-.06.32-.094v-.06c-.12-.12-.21-.283-.334-.395-.34-.295-.717-.582-1.104-.823-.21-.134-.476-.22-.697-.334-.08-.04-.214-.06-.26-.127-.12-.146-.19-.34-.275-.514-.192-.368-.38-.775-.547-1.163-.12-.262-.193-.523-.34-.763-.69-1.137-1.437-1.826-2.586-2.5-.247-.14-.543-.2-.856-.274-.167-.008-.334-.02-.5-.027-.11-.047-.216-.174-.31-.235-.38-.24-1.364-.76-1.644-.072-.18.434.267.862.422 1.082.115.153.26.328.34.5.047.116.06.235.107.356.106.294.207.622.347.897.073.14.153.287.247.413.054.073.146.107.167.227-.094.136-.1.334-.154.5-.24.757-.146 1.693.194 2.25.107.166.362.534.703.393.3-.12.234-.5.32-.835.02-.08.007-.133.048-.187v.015c.094.188.188.367.274.555.206.328.566.668.867.895.16.12.287.328.487.402v-.02h-.015c-.043-.058-.1-.086-.154-.133-.12-.12-.255-.267-.35-.4-.28-.377-.527-.79-.747-1.218-.11-.21-.202-.436-.29-.643-.04-.08-.04-.2-.107-.24-.1.146-.247.273-.32.453-.127.288-.14.642-.188 1.01-.027.007-.014 0-.027.014-.214-.052-.287-.274-.367-.46-.2-.475-.233-1.238-.06-1.785.047-.14.247-.582.167-.716-.042-.127-.174-.2-.247-.303-.087-.124-.18-.285-.24-.427-.16-.374-.24-.788-.414-1.162-.08-.173-.22-.354-.334-.513-.127-.18-.267-.307-.368-.52-.033-.073-.08-.194-.027-.274.014-.054.042-.075.094-.09.088-.072.335.022.422.062.247.1.455.194.662.334.094.066.195.193.315.226h.14c.214.047.455.014.655.073.355.114.675.28.962.46.876.556 1.596 1.345 2.085 2.286.08.154.115.295.188.455.14.33.313.663.455.982.14.315.275.636.476.897.1.14.502.213.682.286.133.06.34.115.46.188.23.14.454.3.67.454.11.076.443.243.463.378z\"/></svg>\n </figure>\n </td>\n <td>mysql.svg</td>\n <td><code>_includes/icons/simple-icons/mysql.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"mysql\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>NativeScript icon</title><path d=\"M1.77 1.76A5.68 5.68 0 0 1 5.8 0h12.6c1.37 0 2.65.6 3.83 1.76A5.43 5.43 0 0 1 24 5.7v12.77c0 1.34-.56 2.58-1.68 3.73A5.77 5.77 0 0 1 18.25 24H5.87a6.3 6.3 0 0 1-4.1-1.57C.69 21.45.1 20.03 0 18.13V5.73a5.21 5.21 0 0 1 1.77-3.97zm6.25 8.3l7.93 10.06h2.12c.49-.06.88-.2 1.17-.43.3-.23.5-.56.64-1v-4.94c.08-.95.67-1.54 1.77-1.75-1.1-.4-1.69-1.02-1.77-1.86V5.42c-.12-.44-.33-.8-.64-1.07a1.83 1.83 0 0 0-1.09-.47H16v10.2L8.02 3.87H5.79c-.56.1-.97.3-1.25.6S4.08 5.25 4 5.9v4.85c-.35.69-.9 1.1-1.65 1.25.85.16 1.4.61 1.65 1.36v4.77c.02.55.2 1 .54 1.37.33.36.7.53 1.1.5H8l.02-9.94z\"/></svg>\n </figure>\n </td>\n <td>nativescript.svg</td>\n <td><code>_includes/icons/simple-icons/nativescript.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"nativescript\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>NDR icon</title><path d=\"M5.184 19.325l-3.137-5.648v5.649H0V9.64h2.149l3.267 6.025V9.641h2.047v9.684zm2.279-9.684V.537H8.61v9.104zm0 13.822v-4.138H8.61v4.138zM12.037 9.64c2.395 0 3.63 1.147 3.63 3.368v2.918c0 2.28-1.19 3.398-3.63 3.398H8.61V9.641zm-.19 7.855c1.163 0 1.728-.581 1.728-1.771v-2.498c0-1.176-.58-1.757-1.727-1.757h-1.03v6.026zm9.845 1.83l-1.728-3.718h-1.161v3.717h-2.15V9.641h3.384c2.381 0 3.513.944 3.513 2.962 0 1.335-.493 2.134-1.597 2.613L24 19.326zm-1.568-5.475c.857 0 1.365-.494 1.365-1.32 0-.858-.377-1.177-1.365-1.177H18.76v2.498h1.365z\"/></svg>\n\n </figure>\n </td>\n <td>ndr.svg</td>\n <td><code>_includes/icons/simple-icons/ndr.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ndr\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>NEC icon</title><path d=\"M.08 9.27H2c.44 0 .95.4 1.19.63l3.36 3.69V9.27H7.7v5.9h-2c-.36-.02-.71-.1-1.12-.49l-3.36-3.7v4.18H.08V9.27zM23.92 15.2c-1.37.19-2.75.2-4.14.09a6.21 6.21 0 01-2.34-.61c-.92-.48-1.22-1.54-1.2-2.5 0-.88.27-1.83 1.07-2.35A4.33 4.33 0 0119 9.27c1.62-.28 3.25-.22 4.84-.04v.84c-1.87-.36-3.85-.27-4.52.58a2.25 2.25 0 00-.48 1.5c0 .8.28 2 1.92 2.24 1.07.15 2.13.03 3.16-.15v.96zM12.2 14.28c.16 0 2.74.02 3.63 0v.88c-1.79.07-3.5.1-5.3.03-1.53-.06-1.8-.82-1.82-1.55V9.27h7.03v.84H11.2v1.5h4.15v.82h-4.15l.02 1.03c.02.57.3.78.99.82z\"/></svg>\n\n </figure>\n </td>\n <td>nec.svg</td>\n <td><code>_includes/icons/simple-icons/nec.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"nec\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Neo4j icon</title><path d=\"M22.717 8.417c-.014 2.959-2.412 5.321-5.391 5.309-2.946-.014-5.306-2.424-5.291-5.407.014-2.9 2.458-5.287 5.391-5.265 2.926.022 5.304 2.434 5.291 5.363zM9.813 24c-2.357.008-4.337-1.965-4.361-4.344-.024-2.33 1.955-4.33 4.295-4.34 2.438-.01 4.395 1.916 4.395 4.326.003 2.383-1.952 4.35-4.329 4.358zM8.923 2.84c0 1.562-1.286 2.847-2.841 2.839C4.533 5.672 3.221 4.35 3.246 2.82 3.271 1.268 4.588-.022 6.126 0c1.531.023 2.797 1.308 2.797 2.84zM21.9 11.948c-2.697 2.356-5 2.779-7.42 1.36-2.14-1.254-3.196-3.721-2.654-6.197.587-2.68 2.506-4.085 6.197-4.467C15.222.642 12.26.025 9.008.821c-.421.102-.241.261-.126.473.786 1.447.383 3.207-.942 4.151-1.325.943-3.126.755-4.218-.49-.322-.367-.427-.269-.654.063C.56 8.691.705 13.697 3.44 17.203c.492.631 1.027 1.219 1.691 1.71.75-3.208 3.394-4.251 5.519-3.888 2.593.442 4.002 2.602 3.758 5.787 3.516-.43 7.927-5.65 7.492-8.864zm-9.088-9.853c.462-.023.87.365.881.835.009.456-.347.827-.807.843-.506.017-.862-.32-.866-.818-.005-.476.328-.837.792-.86zM5.076 6.629c.48.009.853.401.832.876-.019.452-.398.804-.859.798-.46-.006-.821-.366-.828-.827-.007-.483.369-.855.855-.847zm-.721 3.099c.003-.451.374-.824.829-.835.461-.011.825.335.844.803.02.489-.337.878-.813.887-.473.007-.863-.381-.86-.855zm.515 2.371c.023-.46.396-.806.858-.797.479.01.822.391.802.891-.019.468-.384.813-.846.797-.478-.014-.838-.409-.814-.891zm1.992 3.034c-.5.007-.857-.345-.851-.838.006-.46.371-.832.818-.836.47-.004.873.391.869.853-.002.452-.371.813-.836.821zm3.831-12.11c-.469.012-.868-.38-.866-.849.002-.481.384-.84.876-.826.462.013.814.376.813.837-.001.449-.372.827-.823.838zm5.008 15.122c-.494-.004-.856-.375-.838-.858.018-.446.402-.81.855-.808.479.004.85.393.833.875-.015.462-.37.792-.85.791zm1.534-1.77c-.482.011-.872-.367-.866-.84.005-.462.363-.822.825-.833.485-.011.864.356.863.841.001.455-.362.821-.822.832z\"/></svg>\n </figure>\n </td>\n <td>neo4j.svg</td>\n <td><code>_includes/icons/simple-icons/neo4j.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"neo4j\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Neovim icon</title><path d=\"M2.902,4.998l3.864,5.754v12.151l-4.207-4.198V5.344L2.902,4.998 M2.97,4.287L2.107,5.158v13.734l5.112,5.101 v-13.38L2.97,4.287L2.97,4.287z M21.858,5.207L16.676,0v13.331l4.335,6.519c0,0,0.882-0.957,0.882-0.957L21.858,5.207z M7.215,0.001 l13.29,20.28L16.786,24L3.489,3.765L7.215,0.001z\"/></svg>\n </figure>\n </td>\n <td>neovim.svg</td>\n <td><code>_includes/icons/simple-icons/neovim.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"neovim\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>NetApp icon</title><path d=\"M0 2v20h9.33V10h5.34v12H24V2Z\"/></svg>\n\n </figure>\n </td>\n <td>netapp.svg</td>\n <td><code>_includes/icons/simple-icons/netapp.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"netapp\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Netflix icon</title><path d=\"M5.39.004l4.75 13.46v-.007l.376 1.06c2.088 5.908 3.21 9.075 3.216 9.082.004 0 .32.02.702.04 1.156.05 2.59.18 3.676.31.25.03.466.04.48.03l-4.71-13.36-.436-1.23-2.423-6.85c-.46-1.3-.85-2.408-.87-2.45L10.12 0H5.395zM13.898.012l-.01 5.306-.008 5.306-.437-1.232V9.39l-.565 11.81c.555 1.567.852 2.403.855 2.407.004.004.32.024.702.042 1.157.05 2.59.18 3.68.31.25.03.467.04.48.03s.02-5.42.017-12.01L18.604.01h-4.706zM5.39.002v11.99c0 6.594.007 11.995.015 12.003s.416-.03.907-.086c.49-.06 1.17-.13 1.51-.16.518-.05 2.068-.15 2.248-.15.052 0 .056-.27.063-5.08l.008-5.08.38 1.06.13.376.57-11.8-.19-.546-.88-2.44-.03-.087H5.39z\"/></svg>\n </figure>\n </td>\n <td>netflix.svg</td>\n <td><code>_includes/icons/simple-icons/netflix.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"netflix\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Netlify icon</title><path d=\"M16.934 8.519a1.044 1.044 0 0 1 .303.23l2.349-1.045-2.192-2.171-.491 2.954zM12.06 6.546a1.305 1.305 0 0 1 .209.574l3.497 1.482a1.044 1.044 0 0 1 .355-.177l.574-3.55-2.13-2.234-2.505 3.852v.053zm11.933 5.491l-3.748-3.748-2.548 1.044 6.264 2.662s.053.042.032.042zm-.627.606l-6.013-2.569a1.044 1.044 0 0 1-.7.407l-.647 3.957a1.044 1.044 0 0 1 .303.731l3.633.762 3.33-3.31v-.062zM15.4 9.25L12.132 7.86a1.2 1.2 0 0 1-1.044.543h-.199L8.185 12.58l7.225-3.132v.01a.887.887 0 0 1 0-.167.052.052 0 0 0-.01-.041zm3.967 7.308l-3.195-.658a1.096 1.096 0 0 1-.46.344l-.761 4.72 4.437-4.396s-.01.02-.021.02zm-4.469-.324a1.044 1.044 0 0 1-.616-.71l-5.95-1.222-.084.136 5.398 7.81.323-.324.919-5.67s.031.022.01.011zm-6.441-2.652l5.878 1.211a1.044 1.044 0 0 1 .824-.522l.637-3.894-.135-.115-7.308 3.132a1.817 1.817 0 0 1 .104.188zm-2.464.981l-.125-.125-2.537 1.044 1.232 1.222 1.399-2.172zm1.67.397a1.368 1.368 0 0 1-.563.125 1.389 1.389 0 0 1-.45-.073l-1.544 2.245 6.765 6.702 1.19-1.18zm-.95-2.641a1.702 1.702 0 0 1 .314 0 1.378 1.378 0 0 1 .344 0l2.735-4.25a1.19 1.19 0 0 1-.334-.824 1.242 1.242 0 0 1 0-.271l-3.32-1.535-2.672 2.6zm.303-7.402l3.237 1.378a1.242 1.242 0 0 1 .835-.282 1.357 1.357 0 0 1 .397.063l2.526-3.947L11.923.041 7.016 4.854s-.01.052 0 .063zm-1.21 8.164a1.566 1.566 0 0 1 .24-.334L3.278 8.613 0 11.797l5.804 1.284zm-.262.7L.533 12.735l2.203 2.235 2.777-1.18z\"/></svg>\n </figure>\n </td>\n <td>netlify.svg</td>\n <td><code>_includes/icons/simple-icons/netlify.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"netlify\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>New York Times icon</title><path d=\"M21.272,14.815h-0.098c-0.747,2.049-2.335,3.681-4.363,4.483v-4.483l2.444-2.182l-2.444-2.182V7.397 c2.138,0.006,3.885-1.703,3.927-3.84c0-2.629-2.509-3.556-3.927-3.556c-0.367-0.007-0.734,0.033-1.091,0.12v0.131h0.556 c0.801-0.141,1.565,0.394,1.706,1.195C17.99,1.491,17.996,1.537,18,1.583c-0.033,0.789-0.7,1.401-1.488,1.367 c-0.02-0.001-0.041-0.002-0.061-0.004c-2.444,0-5.323-1.985-8.454-1.985C5.547,0.83,3.448,2.692,3.284,5.139 C3.208,6.671,4.258,8.031,5.76,8.346v-0.12C5.301,7.931,5.041,7.407,5.084,6.862c0.074-1.015,0.957-1.779,1.973-1.705 C7.068,5.159,7.08,5.16,7.091,5.161c2.629,0,6.872,2.182,9.501,2.182h0.098v3.142l-2.444,2.182l2.444,2.182v4.549 c-0.978,0.322-2.003,0.481-3.033,0.469c-1.673,0.084-3.318-0.456-4.614-1.516l4.429-1.985V7.451l-6.196,2.727 c0.592-1.75,1.895-3.168,3.589-3.905V6.175c-4.516,1.004-8.138,4.243-8.138,8.705c0,5.193,4.025,9.12,9.818,9.12 c6.011,0,8.727-4.363,8.727-8.814V14.815z M8.858,18.186c-1.363-1.362-2.091-3.235-2.007-5.16c-0.016-0.88,0.109-1.756,0.371-2.596 l2.051-0.938v8.476L8.858,18.186z\"/></svg>\n </figure>\n </td>\n <td>newyorktimes.svg</td>\n <td><code>_includes/icons/simple-icons/newyorktimes.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"newyorktimes\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Next.js icon</title><path d=\"M17.813 22.502c-.089.047-.084.066.005.021a.228.228 0 0 0 .07-.047c0-.016-.002-.014-.075.026zm.178-.094c-.042.033-.042.035.009.009.028-.014.052-.03.052-.035 0-.019-.012-.014-.061.026zm.117-.071c-.042.033-.042.035.009.009.028-.014.052-.03.052-.035 0-.019-.012-.014-.061.026zm.117-.07c-.042.033-.042.035.009.009.028-.014.052-.03.052-.035 0-.019-.012-.014-.061.026zm.162-.105c-.082.052-.108.087-.035.047.052-.03.136-.094.122-.096a.466.466 0 0 0-.087.049zM11.214.006c-.052.005-.216.021-.364.033-3.408.307-6.601 2.146-8.623 4.973a11.876 11.876 0 0 0-2.118 5.243c-.096.659-.108.854-.108 1.748s.012 1.088.108 1.748c.652 4.506 3.859 8.292 8.208 9.695.779.251 1.6.422 2.533.525.364.04 1.935.04 2.299 0 1.611-.178 2.977-.577 4.323-1.264.206-.106.246-.134.218-.157a231.73 231.73 0 0 1-1.954-2.62l-1.919-2.592-2.404-3.558a332.01 332.01 0 0 0-2.421-3.556c-.009-.002-.019 1.579-.023 3.509-.007 3.38-.009 3.516-.052 3.596a.424.424 0 0 1-.206.213c-.075.038-.141.045-.495.045H7.81l-.108-.068a.442.442 0 0 1-.157-.171l-.049-.106.005-4.703.007-4.705.073-.091a.637.637 0 0 1 .174-.143c.096-.047.134-.052.54-.052.479 0 .558.019.683.155a466.83 466.83 0 0 1 2.895 4.361c1.558 2.362 3.687 5.587 4.734 7.171l1.9 2.878.096-.063a12.34 12.34 0 0 0 2.465-2.163 11.94 11.94 0 0 0 2.824-6.134c.096-.659.108-.854.108-1.748s-.012-1.088-.108-1.748c-.652-4.506-3.859-8.292-8.208-9.695a12.552 12.552 0 0 0-2.498-.523c-.225-.023-1.776-.049-1.97-.03zm4.912 7.258a.471.471 0 0 1 .237.277c.019.061.023 1.365.019 4.304l-.007 4.218-.744-1.14-.746-1.14v-3.066c0-1.982.009-3.096.023-3.15a.484.484 0 0 1 .232-.296c.096-.049.131-.054.5-.054.347 0 .408.005.486.047z\"/></svg>\n </figure>\n </td>\n <td>next-dot-js.svg</td>\n <td><code>_includes/icons/simple-icons/next-dot-js.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"next-dot-js\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Nextcloud icon</title><path d=\"M12.018 6.537c-2.5 0-4.6 1.712-5.241 4.015-.56-1.232-1.793-2.105-3.225-2.105A3.569 3.569 0 0 0 0 12a3.569 3.569 0 0 0 3.552 3.553c1.432 0 2.664-.874 3.224-2.106.641 2.304 2.742 4.016 5.242 4.016 2.487 0 4.576-1.693 5.231-3.977.569 1.21 1.783 2.067 3.198 2.067A3.568 3.568 0 0 0 24 12a3.569 3.569 0 0 0-3.553-3.553c-1.416 0-2.63.858-3.199 2.067-.654-2.284-2.743-3.978-5.23-3.977zm0 2.085c1.878 0 3.378 1.5 3.378 3.378 0 1.878-1.5 3.378-3.378 3.378A3.362 3.362 0 0 1 8.641 12c0-1.878 1.5-3.378 3.377-3.378zm-8.466 1.91c.822 0 1.467.645 1.467 1.468s-.644 1.467-1.467 1.468A1.452 1.452 0 0 1 2.085 12c0-.823.644-1.467 1.467-1.467zm16.895 0c.823 0 1.468.645 1.468 1.468s-.645 1.468-1.468 1.468A1.452 1.452 0 0 1 18.98 12c0-.823.644-1.467 1.467-1.467z\"/></svg>\n </figure>\n </td>\n <td>nextcloud.svg</td>\n <td><code>_includes/icons/simple-icons/nextcloud.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"nextcloud\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Nextdoor icon</title><path d=\"M23.993 9.816L12 2.473l-4.12 2.524V2.473H4.124v4.819L.004 9.816l1.961 3.202 2.16-1.315v9.826h15.749v-9.826l2.159 1.315 1.96-3.202\"/></svg>\n </figure>\n </td>\n <td>nextdoor.svg</td>\n <td><code>_includes/icons/simple-icons/nextdoor.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"nextdoor\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>NFC icon</title><path d=\"M23.96 1.98A1.89 1.89 0 0022.14.2c-1.1-.07-4.66-.12-5.69-.12 1.83 1.26 2.08 3.64 2.26 8.06.1 2.62 0 11.8 0 12.2l-.05 2.5-9.63-9.64v-3l7.66 7.65c.02-1.52.04-3.5.04-5.3 0-1.76-.03-3.35-.08-4.2-.29-4.81-.74-7.07-3.25-7.96a7.88 7.88 0 00-2.68-.35c-1 0-7.87 0-8.87.05A1.85 1.85 0 00.05 1.9c-.06.98-.07 19.17 0 20.17.05.98.8 1.72 1.8 1.78 1.1.06 4.67.07 5.7.07-1.83-1.26-2.08-3.64-2.26-8.06-.1-2.62 0-11.8 0-12.2l.05-2.5 9.63 9.64v3L7.3 6.16c-.02 1.52-.04 3.5-.04 5.3 0 1.76.03 3.35.08 4.2.29 4.81.74 7.07 3.25 7.95.77.28 1.49.34 2.68.36 1 0 7.87 0 8.86-.05a1.85 1.85 0 001.82-1.81c.05-.98.06-19.13 0-20.12Z\"/></svg>\n\n </figure>\n </td>\n <td>nfc.svg</td>\n <td><code>_includes/icons/simple-icons/nfc.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"nfc\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>NGINX icon</title><path d=\"M12 0L1.605 6v12L12 24l10.395-6V6L12 0zm6 16.59c0 .705-.646 1.29-1.529 1.29-.631 0-1.351-.255-1.801-.81l-6-7.141v6.66c0 .721-.57 1.29-1.274 1.29H7.32c-.721 0-1.29-.6-1.29-1.29V7.41c0-.705.63-1.29 1.5-1.29.646 0 1.38.255 1.83.81l5.97 7.141V7.41c0-.721.6-1.29 1.29-1.29h.075c.72 0 1.29.6 1.29 1.29v9.18H18z\"/></svg>\n </figure>\n </td>\n <td>nginx.svg</td>\n <td><code>_includes/icons/simple-icons/nginx.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"nginx\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Nim icon</title><path d=\"M12.095 2.9s-.92.778-1.857 1.55c-.964-.032-2.856.199-3.88.598C5.412 4.408 4.582 3.7 4.582 3.7s-.709 1.305-1.154 2.07c-.662.377-1.325.8-1.917 1.36C.824 6.84.026 6.482 0 6.471c.911 1.966 1.524 3.935 3.19 5.119 2.654-4.483 14.983-4.07 17.691-.025 1.75-.977 2.43-3.078 3.119-5.018-.075.026-1.012.362-1.619.61-.363-.423-1.217-1.072-1.702-1.385a96.008 96.008 0 00-1.131-2.122s-.794.632-1.715 1.322c-1.243-.246-2.747-.544-4.012-.47A52.988 52.988 0 0112.095 2.9z M.942 10.65l2.189 5.671c3.801 5.366 13.508 5.739 17.74.104 1.001-2.415 2.352-5.808 2.352-5.808-1.086 1.721-2.852 2.909-3.94 3.549-.774.453-2.558.727-2.558.727l-4.684-2.597-4.71 2.545s-1.761-.303-2.558-.701c-1.608-.919-2.69-2.004-3.83-3.49z\"/></svg>\n\n </figure>\n </td>\n <td>nim.svg</td>\n <td><code>_includes/icons/simple-icons/nim.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"nim\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Nintendo icon</title><path d=\"M0 .6h7.1l9.85 15.9V.6H24v22.8h-7.04L7.06 7.5v15.9H0V.6\"/></svg>\n </figure>\n </td>\n <td>nintendo.svg</td>\n <td><code>_includes/icons/simple-icons/nintendo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"nintendo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Nintendo 3DS icon</title><path d=\"M17.653 16.63a.712.712 0 1 0 1.424 0 .712.712 0 1 0-1.424 0m-9.45 4.238h7.575c.3 0 .524-.225.544-.524v-5.175c-.02-.282-.263-.525-.544-.507H8.203a.54.54 0 0 0-.544.525v5.156c0 .301.244.525.544.525zm13.051-3.525a.729.729 0 0 0 .73-.729.73.73 0 1 0-.73.729zm-1.443-.019a.714.714 0 1 0 .001 1.427.714.714 0 0 0-.001-1.427zm-.713-2.137a.712.712 0 1 0 1.424 0 .712.712 0 1 0-1.424 0M2.54 16.612a1.65 1.65 0 1 0 3.3 0 1.65 1.65 0 1 0-3.3 0M21.272 0H2.728A2.73 2.73 0 0 0-.01 2.72v18.542C.009 22.781 1.228 24 2.728 24h18.526a2.753 2.753 0 0 0 2.756-2.719V2.737C23.991 1.219 22.772 0 21.272 0zm1.913 21.281a1.92 1.92 0 0 1-1.912 1.912H2.728a1.92 1.92 0 0 1-1.913-1.912v-8.456h22.369v8.456zm0-9.694H.815v-8.85A1.92 1.92 0 0 1 2.728.824h18.544c1.049 0 1.912.863 1.912 1.913v8.85 M17.409 3.112H6.534c-.3 0-.544.263-.544.563V9.15c0 .3.226.563.544.563h10.875a.548.548 0 0 0 .544-.563V3.656a.543.543 0 0 0-.544-.544z\"/></svg>\n </figure>\n </td>\n <td>nintendo3ds.svg</td>\n <td><code>_includes/icons/simple-icons/nintendo3ds.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"nintendo3ds\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Nintendo GameCube icon</title><path d=\"M6.815 15.128l4.704 2.715V12.41L6.813 9.696v5.433zM4.79 16.296l6.73 3.883V24L1.48 18.207V6.617l3.31 1.91v7.77zM12 6.146L7.297 8.864 12 11.58l4.705-2.717L12 6.147zM12 3.813l5.66 3.275 3.31-1.91L12 0 1.973 5.79 5.28 7.697 12 3.813zm7.208 12.483v-3.948l-2.023 1.167v1.614l-4.704 2.715v.005-5.436L22.52 6.62v11.588l-10.04 5.795v-3.817l6.728-3.888z\"/></svg>\n </figure>\n </td>\n <td>nintendogamecube.svg</td>\n <td><code>_includes/icons/simple-icons/nintendogamecube.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"nintendogamecube\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Nintendo Switch icon</title><path d=\"M14.176 24h3.674c3.376 0 6.15-2.774 6.15-6.15V6.15C24 2.775 21.226 0 17.85 0H14.1c-.074 0-.15.074-.15.15v23.7c-.001.076.075.15.226.15zm4.574-13.199c1.351 0 2.399 1.125 2.399 2.398 0 1.352-1.125 2.4-2.399 2.4-1.35 0-2.4-1.049-2.4-2.4-.075-1.349 1.05-2.398 2.4-2.398zM11.4 0H6.15C2.775 0 0 2.775 0 6.15v11.7C0 21.226 2.775 24 6.15 24h5.25c.074 0 .15-.074.15-.149V.15c.001-.076-.075-.15-.15-.15zM9.676 22.051H6.15c-2.326 0-4.201-1.875-4.201-4.201V6.15c0-2.326 1.875-4.201 4.201-4.201H9.6l.076 20.102zM3.75 7.199c0 1.275.975 2.25 2.25 2.25s2.25-.975 2.25-2.25c0-1.273-.975-2.25-2.25-2.25s-2.25.977-2.25 2.25z\"/></svg>\n </figure>\n </td>\n <td>nintendoswitch.svg</td>\n <td><code>_includes/icons/simple-icons/nintendoswitch.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"nintendoswitch\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>NixOS icon</title><path d=\"M7.352 1.592l-1.364.002L5.32 2.75l1.557 2.713-3.137-.008-1.32 2.34H14.11l-1.353-2.332-3.192-.006-2.214-3.865zm6.175 0l-2.687.025 5.846 10.127 1.341-2.34-1.59-2.765 2.24-3.85-.683-1.182h-1.336l-1.57 2.705-1.56-2.72zm6.887 4.195l-5.846 10.125 2.696-.008 1.601-2.76 4.453.016.682-1.183-.666-1.157-3.13-.008L21.778 8.1l-1.365-2.313zM9.432 8.086l-2.696.008-1.601 2.76-4.453-.016L0 12.02l.666 1.157 3.13.008-1.575 2.71 1.365 2.315L9.432 8.086zM7.33 12.25l-.006.01-.002-.004-1.342 2.34 1.59 2.765-2.24 3.85.684 1.182H7.35l.004-.006h.001l1.567-2.698 1.558 2.72 2.688-.026-.004-.006h.01L7.33 12.25zm2.55 3.93l1.354 2.332 3.192.006 2.215 3.865 1.363-.002.668-1.156-1.557-2.713 3.137.008 1.32-2.34H9.881Z\"/></svg>\n\n </figure>\n </td>\n <td>nixos.svg</td>\n <td><code>_includes/icons/simple-icons/nixos.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"nixos\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Node.js icon</title><path d=\"M11.998,24c-0.321,0-0.641-0.084-0.922-0.247l-2.936-1.737c-0.438-0.245-0.224-0.332-0.08-0.383 c0.585-0.203,0.703-0.25,1.328-0.604c0.065-0.037,0.151-0.023,0.218,0.017l2.256,1.339c0.082,0.045,0.197,0.045,0.272,0l8.795-5.076 c0.082-0.047,0.134-0.141,0.134-0.238V6.921c0-0.099-0.053-0.192-0.137-0.242l-8.791-5.072c-0.081-0.047-0.189-0.047-0.271,0 L3.075,6.68C2.99,6.729,2.936,6.825,2.936,6.921v10.15c0,0.097,0.054,0.189,0.139,0.235l2.409,1.392 c1.307,0.654,2.108-0.116,2.108-0.89V7.787c0-0.142,0.114-0.253,0.256-0.253h1.115c0.139,0,0.255,0.112,0.255,0.253v10.021 c0,1.745-0.95,2.745-2.604,2.745c-0.508,0-0.909,0-2.026-0.551L2.28,18.675c-0.57-0.329-0.922-0.945-0.922-1.604V6.921 c0-0.659,0.353-1.275,0.922-1.603l8.795-5.082c0.557-0.315,1.296-0.315,1.848,0l8.794,5.082c0.57,0.329,0.924,0.944,0.924,1.603 v10.15c0,0.659-0.354,1.273-0.924,1.604l-8.794,5.078C12.643,23.916,12.324,24,11.998,24z M19.099,13.993 c0-1.9-1.284-2.406-3.987-2.763c-2.731-0.361-3.009-0.548-3.009-1.187c0-0.528,0.235-1.233,2.258-1.233 c1.807,0,2.473,0.389,2.747,1.607c0.024,0.115,0.129,0.199,0.247,0.199h1.141c0.071,0,0.138-0.031,0.186-0.081 c0.048-0.054,0.074-0.123,0.067-0.196c-0.177-2.098-1.571-3.076-4.388-3.076c-2.508,0-4.004,1.058-4.004,2.833 c0,1.925,1.488,2.457,3.895,2.695c2.88,0.282,3.103,0.703,3.103,1.269c0,0.983-0.789,1.402-2.642,1.402 c-2.327,0-2.839-0.584-3.011-1.742c-0.02-0.124-0.126-0.215-0.253-0.215h-1.137c-0.141,0-0.254,0.112-0.254,0.253 c0,1.482,0.806,3.248,4.655,3.248C17.501,17.007,19.099,15.91,19.099,13.993z\"/></svg>\n </figure>\n </td>\n <td>node-dot-js.svg</td>\n <td><code>_includes/icons/simple-icons/node-dot-js.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"node-dot-js\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Node-RED icon</title><path d=\"M3 0C1.338 0 0 1.338 0 3v6.107h2.858c1.092 0 1.97.868 1.964 1.96v.021c.812-.095 1.312-.352 1.674-.683.416-.382.69-.91 1.016-1.499.325-.59.71-1.244 1.408-1.723.575-.395 1.355-.644 2.384-.686v-.45c0-1.092.88-1.976 1.972-1.976h7.893c1.091 0 1.974.884 1.974 1.976v1.942c0 1.091-.883 2.029-1.974 2.029h-7.893c-1.092 0-1.972-.938-1.972-2.03v-.453c-.853.037-1.408.236-1.798.504-.48.33-.774.802-1.086 1.368-.312.565-.63 1.22-1.222 1.763l-.077.069c3.071.415 4.465 1.555 5.651 2.593 1.39 1.215 2.476 2.275 6.3 2.288v-.46c0-1.092.894-1.946 1.986-1.946H24V3c0-1.662-1.338-3-3-3zm10.276 5.41c-.369 0-.687.268-.687.637v1.942c0 .368.318.636.687.636h7.892a.614.614 0 0 0 .635-.636V6.047a.614.614 0 0 0-.635-.636zM0 10.448v3.267h2.858a.696.696 0 0 0 .678-.69v-1.942c0-.368-.31-.635-.678-.635zm4.821 1.67v.907A1.965 1.965 0 0 1 2.858 15H0v6c0 1.662 1.338 3 3 3h18c1.662 0 3-1.338 3-3v-1.393h-2.942c-1.092 0-1.986-.913-1.986-2.005v-.445c-4.046-.032-5.598-1.333-6.983-2.544-1.437-1.257-2.751-2.431-7.268-2.496zM21.058 15a.644.644 0 0 0-.647.66v1.942c0 .368.278.612.647.612H24V15z\"/></svg>\n </figure>\n </td>\n <td>node-red.svg</td>\n <td><code>_includes/icons/simple-icons/node-red.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"node-red\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg viewBox=\"0 0 24 24\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"><title>Nodemon icon</title><path d=\"M22.33 7.851l-.716-.398c1.101-1.569 1.758-3.927.934-7.453 0 0-1.857 5.029-5.59 4.863l-4.37-2.431a1.171 1.171 0 0 0-.536-.15h-.101a1.183 1.183 0 0 0-.538.15L7.042 4.863C3.309 5.03 1.452 0 1.452 0c-.825 3.526-.166 5.884.934 7.453l-.716.398a1.133 1.133 0 0 0-.589.988l.022 14.591c0 .203.109.392.294.491a.58.58 0 0 0 .584 0l5.79-3.204c.366-.211.589-.582.589-.987v-6.817c0-.406.223-.783.588-.984l2.465-1.372a1.19 1.19 0 0 1 .59-.154c.2 0 .407.05.585.154l2.465 1.372c.365.201.588.578.588.984v6.817c0 .405.226.779.59.987l5.788 3.204a.59.59 0 0 0 .589 0 .564.564 0 0 0 .292-.491l.019-14.591a1.129 1.129 0 0 0-.589-.988z\"/></svg>\n </figure>\n </td>\n <td>nodemon.svg</td>\n <td><code>_includes/icons/simple-icons/nodemon.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"nodemon\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Nokia icon</title><path d=\"M1.163 13.954H.008v-3.89h1.997l2.292 2.904v-2.904h1.155v3.89H3.495L1.163 11v2.954m9.814-1.203c0 .54-.097.727-.257.906-.244.266-.6.346-1.288.346H7.46c-.686 0-1.043-.08-1.288-.346-.16-.179-.256-.365-.256-.906v-1.5c0-.54.096-.726.256-.905.245-.266.602-.347 1.288-.347h1.972c.687 0 1.044.08 1.288.347.16.179.257.365.257.906v1.499m-1.593.267c.264 0 .356-.016.42-.073.059-.053.085-.121.085-.35v-1.187c0-.229-.026-.297-.085-.35-.064-.058-.156-.073-.42-.073H7.509c-.264 0-.357.015-.42.073-.06.053-.085.121-.085.35v1.187c0 .229.026.297.085.35.063.057.156.073.42.073h1.875m3.271-2.954v3.89h-1.207v-3.89h1.207m2.039 0h1.593l-2.15 1.82 2.425 2.07h-1.705l-2.202-2.029 2.039-1.86m2.09 0h1.207v3.889h-1.207m5.808 0l-.357-.678H19.9l-.353.678h-1.333l2.139-3.89h1.5l2.139 3.89h-1.4m-2.273-1.522h1.5l-.75-1.409-.75 1.409\"/></svg>\n </figure>\n </td>\n <td>nokia.svg</td>\n <td><code>_includes/icons/simple-icons/nokia.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"nokia\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Notion icon</title><path d=\"M4.459 4.208c.746.606 1.026.56 2.428.466l13.215-.793c.28 0 .047-.28-.046-.326L17.86 1.968c-.42-.326-.981-.7-2.055-.607L3.01 2.295c-.466.046-.56.28-.374.466zm.793 3.08v13.904c0 .747.373 1.027 1.214.98l14.523-.84c.841-.046.935-.56.935-1.167V6.354c0-.606-.233-.933-.748-.887l-15.177.887c-.56.047-.747.327-.747.933zm14.337.745c.093.42 0 .84-.42.888l-.7.14v10.264c-.608.327-1.168.514-1.635.514-.748 0-.935-.234-1.495-.933l-4.577-7.186v6.952L12.21 19s0 .84-1.168.84l-3.222.186c-.093-.186 0-.653.327-.746l.84-.233V9.854L7.822 9.76c-.094-.42.14-1.026.793-1.073l3.456-.233 4.764 7.279v-6.44l-1.215-.139c-.093-.514.28-.887.747-.933zM1.936 1.035l13.31-.98c1.634-.14 2.055-.047 3.082.7l4.249 2.986c.7.513.934.653.934 1.213v16.378c0 1.026-.373 1.634-1.68 1.726l-15.458.934c-.98.047-1.448-.093-1.962-.747l-3.129-4.06c-.56-.747-.793-1.306-.793-1.96V2.667c0-.839.374-1.54 1.447-1.632z\"/></svg>\n </figure>\n </td>\n <td>notion.svg</td>\n <td><code>_includes/icons/simple-icons/notion.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"notion\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Notist icon</title><path d=\"M5.934 3.801c-1.099.11-2.288.4-3.038.74-1.069.499-1.259.869-.909 1.868.36 1.04.19 2.308-1 7.505C.109 17.79-.04 18.6.01 19.32c.04.47.09.63.29.79.22.179.33.189 1.688.129 3.408-.17 4.057-.22 4.267-.34.24-.13.25-.2.44-1.758.32-2.868 1.788-7.155 3.027-8.894 1.06-1.479 2.359-2.128 3.098-1.549.78.62.76 1.559-.13 4.147-.68 1.999-.79 2.428-.909 3.617-.15 1.46.13 2.489.96 3.408.849.94 2.118 1.409 3.846 1.409 1.64 0 2.968-.41 4.377-1.339 1.29-.86 2.828-2.608 3.008-3.428.1-.41-.07-.859-.35-.969-.41-.15-.65-.04-1.389.63-.859.78-1.249.949-2.008.889-1.01-.08-1.45-.66-1.45-1.919 0-.899.09-1.349.65-3.317.79-2.728.93-3.967.58-5.027-.57-1.768-2.978-2.538-5.646-1.798-1.449.41-3.238 1.449-4.597 2.688-.38.34-.68.59-.68.56 0-.02.07-.35.16-.72.34-1.499.2-2.248-.479-2.598-.39-.2-1.599-.26-2.828-.13z\"/></svg>\n </figure>\n </td>\n <td>notist.svg</td>\n <td><code>_includes/icons/simple-icons/notist.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"notist\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>NPM icon</title><path d=\"M0 7.334v8h6.666v1.332H12v-1.332h12v-8H0zm6.666 6.664H5.334v-4H3.999v4H1.335V8.667h5.331v5.331zm4 0v1.336H8.001V8.667h5.334v5.332h-2.669v-.001zm12.001 0h-1.33v-4h-1.336v4h-1.335v-4h-1.33v4h-2.671V8.667h8.002v5.331zM10.665 10H12v2.667h-1.335V10z\"/></svg>\n </figure>\n </td>\n <td>npm.svg</td>\n <td><code>_includes/icons/simple-icons/npm.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"npm\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Nucleo icon</title><path d=\"M7.247 22.499c1.488.661 3.058 1.075 4.794 1.075 1.736 0 3.39-.414 4.795-1.075-1.57-1.075-3.224-2.397-4.795-3.803-1.57 1.406-3.224 2.728-4.794 3.803zm14.715-4.63A11.75 11.75 0 0 0 23.532 12c0-1.736-.413-3.39-1.074-4.795-1.736 2.563-4.216 5.456-7.027 8.267-.579.579-1.24 1.24-1.902 1.819-.248-.248-.496-.496-.826-.744a20.637 20.637 0 0 0 1.901-1.902c3.059-3.058 5.622-6.117 7.275-8.68 1.901-2.893 2.397-4.712 1.57-5.621-.082-.166-.495-.331-.909-.331-.992 0-2.645.744-4.63 2.067-1.735-.992-3.72-1.654-5.869-1.654-2.15 0-4.133.579-5.87 1.654C4.189.757 2.535.013 1.543.013 1.046.013.716.178.468.426-1.516 2.41 4.684 10.1 9.313 14.728c5.456 5.456 10.913 9.259 13.227 9.259.496 0 .827-.165 1.075-.413.827-.827.33-2.728-1.57-5.622l-.083-.083zm.578-16.781c.083 0 .248 0 .331.082.248.248.165 1.323-1.488 3.968-.661-.909-1.488-1.818-2.48-2.48 1.653-.992 2.893-1.57 3.637-1.57zM2.7 5.138C1.294 2.906.88 1.501 1.212 1.17c.082-.082.248-.082.33-.082.744 0 1.984.578 3.638 1.57a17.58 17.58 0 0 0-2.48 2.48zM22.87 22.83c-.083.082-.248.082-.33.082-.745 0-1.985-.578-3.638-1.57.91-.662 1.819-1.488 2.48-2.48 1.653 2.645 1.736 3.72 1.488 3.968zm-12.152-5.374c-.744-.661-1.488-1.323-2.15-2.067-2.728-2.728-5.373-5.786-7.027-8.266C.881 8.61.468 10.264.468 11.917c0 2.15.578 4.134 1.57 5.87l-.082.082C.054 20.763-.442 22.582.385 23.491c.248.248.661.413 1.075.413 1.818 0 5.539-2.314 9.672-5.952a3.13 3.13 0 0 1-.413-.496zm-9.177 5.456c-.082 0-.248 0-.33-.082-.248-.248-.166-1.323 1.488-3.968.661.909 1.488 1.736 2.48 2.48-1.654.992-2.894 1.57-3.638 1.57z\"/></svg>\n </figure>\n </td>\n <td>nucleo.svg</td>\n <td><code>_includes/icons/simple-icons/nucleo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"nucleo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>NuGet icon</title><path d=\"M17.67 21.633a3.995 3.995 0 1 1 0-7.99 3.995 3.995 0 0 1 0 7.99m-7.969-9.157a2.497 2.497 0 1 1 0-4.994 2.497 2.497 0 0 1 0 4.994m8.145-7.795h-6.667a6.156 6.156 0 0 0-6.154 6.155v6.667a6.154 6.154 0 0 0 6.154 6.154h6.667A6.154 6.154 0 0 0 24 17.503v-6.667a6.155 6.155 0 0 0-6.154-6.155M3.995 2.339a1.998 1.998 0 1 1-3.996 0 1.998 1.998 0 0 1 3.996 0\"/></svg>\n </figure>\n </td>\n <td>nuget.svg</td>\n <td><code>_includes/icons/simple-icons/nuget.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"nuget\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Nuke icon</title><path d=\"M12.293.004c6.625.162 11.865 5.664 11.703 12.29-.162 6.625-5.664 11.865-12.29 11.703C5.081 23.835-.159 18.333.003 11.707l.001-.025C.18 5.066 5.678-.158 12.293.004zm0 1.238c-5.941-.164-10.89 4.52-11.054 10.461s4.52 10.89 10.461 11.054c5.941.164 10.89-4.52 11.054-10.461l.001-.025c.15-5.932-4.53-10.866-10.462-11.029zm5.842 8.302h2.4c.976 0 .682-.873.682-.873a9.587 9.587 0 0 0-2.111-3.431l-.005.011a10.052 10.052 0 0 0-3.355-2.329.612.612 0 0 0-.894.622c-.044.802-.142 2.395-.142 2.395s.016.769-.627.769c-.813.011-1.489-.044-1.489-.044a2.314 2.314 0 0 1-1.255-.545L8.868 3.511a1.09 1.09 0 0 0-1.407-.196 9.758 9.758 0 0 0-4.713 5.384c-.256.714.333.806.731.806h6a2.086 2.086 0 0 1 1.68.627c.785.824 1.331 1.369 1.331 1.369s.48.54 1.26 1.358c.431.459.632 1.089.545 1.713 0 0-.295 5.744-.295 6-.027.398.038.993.769.775a9.756 9.756 0 0 0 5.618-4.424 1.091 1.091 0 0 0-.12-1.418l-2.471-2.607a2.303 2.303 0 0 1-.496-1.282s-.022-.682.033-1.489c.044-.643.802-.583.802-.583zm-2.362 1.374c-.475.469-1.484.229-2.22-.545-.736-.775-.924-1.801-.45-2.254.475-.453 1.502-.239 2.239.536.737.774.906 1.794.431 2.263z\"/></svg>\n </figure>\n </td>\n <td>nuke.svg</td>\n <td><code>_includes/icons/simple-icons/nuke.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"nuke\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Nutanix icon</title><path d=\"M.393 3.617A.395.395 0 000 4.012c0 .12.054.225.139.297l8.507 7.404a.39.39 0 01-.013.588l-8.52 7.412a.393.393 0 00.28.67h4.86c.103 0 .195-.04.265-.104l9.17-7.98a.396.396 0 00.001-.596L5.518 3.721a.386.386 0 00-.264-.104H.393zm18.359 0a.389.389 0 00-.273.113l-4.717 4.106a.392.392 0 00-.04.564l2.428 2.114a.393.393 0 00.291.129.394.394 0 00.278-.118l7.127-6.203a.389.389 0 00.154-.31.395.395 0 00-.393-.395h-4.855zm-2.31 9.742c-.116 0-.22.05-.292.13l-2.427 2.113a.392.392 0 00.039.564l4.717 4.104c.07.07.166.113.273.113h4.855a.393.393 0 00.239-.705l-7.127-6.203a.393.393 0 00-.278-.116Z\"/></svg>\n\n </figure>\n </td>\n <td>nutanix.svg</td>\n <td><code>_includes/icons/simple-icons/nutanix.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"nutanix\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Nuxt.js icon</title><path d=\"M19.724 20.272l.023-.045a.74.74 0 0 0 .053-.117l.002-.005a1.16 1.16 0 0 0 .054-.607l.001.007a1.795 1.795 0 0 0-.235-.623l.005.008-5.317-9.353-.812-1.42-.807 1.42-5.314 9.353a1.85 1.85 0 0 0-.204.604l-.001.011a1.257 1.257 0 0 0 .08.713l-.003-.008a.809.809 0 0 0 .05.102l-.002-.004c.16.275.5.602 1.25.602h9.898c.157 0 .925-.032 1.28-.637zm-6.227-9.316l4.859 8.548H8.64zm10.249 7.934L16.73 6.53c-.072-.13-.477-.787-1.182-.787-.317 0-.772.135-1.142.785l-.907 1.59.807 1.42 1.25-2.212 6.941 12.18h-2.64a1.187 1.187 0 0 1-.058.608l.003-.008a.772.772 0 0 1-.057.126l.002-.004-.023.045c-.355.605-1.122.637-1.272.637h4.129c.152 0 .917-.032 1.272-.637.157-.275.27-.737-.107-1.382zM7.304 20.307a.989.989 0 0 1-.045-.092l-.002-.006a1.228 1.228 0 0 1-.084-.712l-.001.007H1.501L9.93 4.672l2.767 4.864.802-1.42-2.412-4.249c-.067-.122-.475-.777-1.177-.777-.317 0-.772.137-1.142.787L.23 18.889c-.072.13-.425.812-.075 1.417.16.275.5.602 1.25.602h7.151c-.745 0-1.09-.322-1.25-.602z\"/></svg>\n </figure>\n </td>\n <td>nuxt-dot-js.svg</td>\n <td><code>_includes/icons/simple-icons/nuxt-dot-js.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"nuxt-dot-js\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>NVIDIA icon</title><path d=\"M8.948 8.798v-1.43a6.7 6.7 0 0 1 .424-.018c3.922-.124 6.493 3.374 6.493 3.374s-2.774 3.851-5.75 3.851c-.398 0-.787-.062-1.158-.185v-4.346c1.528.185 1.837.857 2.747 2.385l2.04-1.714s-1.492-1.952-4-1.952a6.016 6.016 0 0 0-.796.035m0-4.735v2.138l.424-.027c5.45-.185 9.01 4.47 9.01 4.47s-4.08 4.964-8.33 4.964c-.37 0-.733-.035-1.095-.097v1.325c.3.035.61.062.91.062 3.957 0 6.82-2.023 9.593-4.408.459.371 2.34 1.263 2.73 1.652-2.633 2.208-8.772 3.984-12.253 3.984-.335 0-.653-.018-.971-.053v1.864H24V4.063zm0 10.326v1.131c-3.657-.654-4.673-4.46-4.673-4.46s1.758-1.944 4.673-2.262v1.237H8.94c-1.528-.186-2.73 1.245-2.73 1.245s.68 2.412 2.739 3.11M2.456 10.9s2.164-3.197 6.5-3.533V6.201C4.153 6.59 0 10.653 0 10.653s2.35 6.802 8.948 7.42v-1.237c-4.84-.6-6.492-5.936-6.492-5.936z\"/></svg>\n </figure>\n </td>\n <td>nvidia.svg</td>\n <td><code>_includes/icons/simple-icons/nvidia.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"nvidia\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>OBS Studio icon</title><path d=\"M12,24C5.383,24,0,18.617,0,12S5.383,0,12,0s12,5.383,12,12S18.617,24,12,24z M12,1.109 C5.995,1.109,1.11,5.995,1.11,12C1.11,18.005,5.995,22.89,12,22.89S22.89,18.005,22.89,12C22.89,5.995,18.005,1.109,12,1.109z M6.182,5.99c0.352-1.698,1.503-3.229,3.05-3.996c-0.269,0.273-0.595,0.483-0.844,0.78c-1.02,1.1-1.48,2.692-1.199,4.156 c0.355,2.235,2.455,4.06,4.732,4.028c1.765,0.079,3.485-0.937,4.348-2.468c1.848,0.063,3.645,1.017,4.7,2.548 c0.54,0.799,0.962,1.736,0.991,2.711c-0.342-1.295-1.202-2.446-2.375-3.095c-1.135-0.639-2.529-0.802-3.772-0.425 c-1.56,0.448-2.849,1.723-3.293,3.293c-0.377,1.25-0.216,2.628,0.377,3.772c-0.825,1.429-2.315,2.449-3.932,2.756 c-1.244,0.261-2.551,0.059-3.709-0.464c1.036,0.302,2.161,0.355,3.191-0.011c1.381-0.457,2.522-1.567,3.024-2.935 c0.556-1.49,0.345-3.261-0.591-4.54c-0.7-1.007-1.803-1.717-3.002-1.969c-0.38-0.068-0.764-0.098-1.148-0.134 c-0.611-1.231-0.834-2.66-0.528-3.996L6.182,5.99z\"/></svg>\n </figure>\n </td>\n <td>obsstudio.svg</td>\n <td><code>_includes/icons/simple-icons/obsstudio.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"obsstudio\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>OCaml icon</title><path d=\"M12.186 21.63c-.085-.169-.186-.523-.254-.675-.067-.135-.27-.506-.37-.625-.22-.253-.27-.27-.338-.607-.119-.574-.405-1.587-.76-2.295-.186-.372-.49-.676-.76-.946-.236-.236-.776-.624-.877-.607-.895.169-1.165 1.046-1.586 1.738-.237.388-.473.709-.659 1.114-.168.371-.152.793-.439 1.114a2.95 2.95 0 0 0-.624 1.097c-.034.084-.101.928-.186 1.13l1.317-.084c1.232.085.877.557 2.785.456l3.02-.101a5.372 5.372 0 0 0-.27-.709zm8.776-20.084H3.038a3.018 3.018 0 0 0-3.021 3.02v6.583c.439-.152 1.046-1.08 1.249-1.3.337-.388.405-.894.574-1.198.388-.709.455-1.215 1.333-1.215.405 0 .574.101.844.473.186.253.523.742.675 1.063.186.371.473.86.608.962.1.067.185.135.27.169.135.05.253-.051.354-.119.118-.1.169-.286.287-.556.169-.389.338-.827.439-.996.169-.27.236-.608.422-.76.27-.236.641-.253.742-.27.557-.118.81.27 1.08.507.186.168.422.489.608.91.135.338.304.66.388.845.068.185.237.49.338.86.101.321.337.574.439.743 0 0 .152.405 1.03.777a7.5 7.5 0 0 0 .81.286c.388.135.759.119 1.231.068.338 0 .524-.49.676-.878.084-.236.185-.894.236-1.08.05-.185-.085-.32.034-.49.135-.185.219-.202.286-.438.17-.523 1.114-.54 1.654-.54.456 0 .389.439 1.148.287.439-.085.86.05 1.317.185.388.102.76.22.979.473.135.169.489.996.135 1.03.033.033.067.118.118.151-.085.321-.422.085-.625.051-.253-.05-.439 0-.692.118-.439.186-1.063.169-1.451.49-.32.27-.32.86-.473 1.198 0 0-.422 1.063-1.316 1.721-.237.17-.692.574-1.671.726-.439.068-.86.068-1.317.05-.219-.016-.438-.016-.658-.016-.135 0-.574-.017-.557.034l-.05.118a.6.6 0 0 0 .033.169c.017.1.017.185.034.27 0 .185-.017.388 0 .574.017.388.169.742.186 1.147.017.439.236.912.455 1.266.085.135.203.152.254.32.067.186 0 .406.033.608.118.794.355 1.637.71 2.363v.017c.438-.067.894-.236 1.468-.32 1.063-.153 2.531-.085 3.476-.17 2.397-.219 3.697.98 5.84.49V4.567a3.043 3.043 0 0 0-3.038-3.021zm-8.945 14.177c0-.034 0-.034 0 0zM5.553 18.49c.169-.371.27-.777.405-1.148.135-.354.337-.86.692-1.046-.05-.05-.743-.068-.928-.085-.203-.017-.406-.05-.608-.084a22.96 22.96 0 0 1-1.148-.236c-.22-.051-.979-.321-1.13-.389-.389-.168-.642-.658-.929-.607-.185.034-.371.101-.49.287-.1.152-.134.422-.202.607-.084.203-.22.405-.32.608-.237.354-.625.675-.794 1.03-.033.084-.05.168-.084.253v4.067c.202.034.405.068.624.135 1.688.456 2.093.49 3.747.304l.152-.017c.118-.27.22-1.164.304-1.434.067-.22.152-.389.186-.591.033-.203 0-.405-.017-.59-.034-.49.354-.66.54-1.064z\"/></svg>\n </figure>\n </td>\n <td>ocaml.svg</td>\n <td><code>_includes/icons/simple-icons/ocaml.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ocaml\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Octave icon</title><path d=\"M10.492.008C8.08-.082 5.837.723 4.21 2.492c-1.3 1.413-2.024 3.255-2.225 5.274h-.42C.702 7.766 0 8.468 0 9.33v4.74c0 .862.702 1.565 1.564 1.565h2.09a16.887 16.887 0 0 0 2.567 3.685c4.458 4.845 10.69 6.032 14.552 3.014h2.1c.577 0 1.05-.473 1.05-1.05V18.42a1.03 1.03 0 0 0-.257-.668c.857-3.431-.045-7.637-2.518-11.211.002-.017.01-.032.01-.049V4.48a.821.821 0 0 0-.816-.818H18.64C16.13 1.372 13.208.11 10.492.008zm1.748 2.178c1.78-.009 3.688.621 5.422 1.85a.796.796 0 0 0-.15.444v2.012c0 .448.368.819.816.819h2.014a.787.787 0 0 0 .392-.116c2.246 3.3 2.733 7.317 1.239 10.174H20.01c-.578 0-1.051.474-1.051 1.05v1.792c-2.989 1.3-7 .222-9.957-2.99a12.734 12.734 0 0 1-1.549-2.096c.256-.279.416-.647.416-1.055V9.33c0-.862-.702-1.564-1.564-1.564h-.409c.237-1.363.78-2.61 1.686-3.594 1.224-1.33 2.878-1.978 4.658-1.986zm6.088 2.01h2.014c.162 0 .283.122.283.284v2.012c0 .163-.12.285-.283.285h-2.014a.28.28 0 0 1-.285-.285V4.48a.28.28 0 0 1 .285-.285zM1.564 8.298h4.74c.577 0 1.032.455 1.032 1.031v4.74c0 .576-.455 1.032-1.031 1.032h-4.74A1.023 1.023 0 0 1 .532 14.07V9.33c0-.576.455-1.031 1.031-1.031zm18.446 9.603h2.863c.291 0 .52.226.52.518v2.863a.512.512 0 0 1-.52.518H20.01a.51.51 0 0 1-.518-.518V18.42a.51.51 0 0 1 .518-.518z\"/></svg>\n </figure>\n </td>\n <td>octave.svg</td>\n <td><code>_includes/icons/simple-icons/octave.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"octave\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Octopus Deploy icon</title><path d=\"M2.18 18.212c1.805-1.162 3.928-3.162 3.122-5.51-.437-1.282-1.046-2.379-1.127-3.762a8.478 8.478 0 0 1 .515-3.46C6.31 1.14 11.126-.917 15.481.389c4.03 1.216 6.808 5.893 5.119 9.973-.965 2.356-1.395 4.173.755 6.006.582.496 2 1.24 1.992 2.123 0 1.163-2.27-.244-2.522-.445.286.503 3.138 3.487 1.325 3.688-1.67.194-3.147-2.139-4.15-3.142-1.686-1.682-1.395 2.042-1.403 2.81 0 1.212-.868 3.676-2.41 2.072-1.27-1.321-.775-3.433-1.674-4.905-.968-1.612-2.58 1.612-2.983 2.2-.45.66-2.713 3.844-3.596 2.147-.725-1.38.434-3.538 1.007-4.785-.209.453-1.685 1.123-2.115 1.34a5.738 5.738 0 0 1-3.057.706c-2.267-.163-.527-1.368.387-1.96l.023-.005z\"/></svg>\n </figure>\n </td>\n <td>octopusdeploy.svg</td>\n <td><code>_includes/icons/simple-icons/octopusdeploy.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"octopusdeploy\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Oculus icon</title><path d=\"M18.135 13.949c-.319.221-.675.355-1.057.416s-.761.049-1.142.049H8.063c-.382 0-.762.014-1.145-.049-.381-.063-.734-.195-1.057-.416-.643-.451-1.027-1.17-1.027-1.951 0-.796.387-1.515 1.029-1.95.314-.225.674-.359 1.049-.42s.75-.061 1.141-.061h7.875c.375 0 .765-.014 1.14.046s.735.194 1.051.405c.645.434 1.02 1.17 1.02 1.949 0 .78-.391 1.5-1.035 1.95l.031.032zm3.174-7.555c-.845-.678-1.812-1.146-2.865-1.398-.6-.146-1.203-.211-1.822-.23-.449-.015-.899-.01-1.364-.01H8.76c-.457 0-.915-.005-1.372.01-.618.021-1.222.083-1.825.23-1.051.254-2.025.723-2.865 1.4C.99 7.761 0 9.82 0 12c0 2.182.99 4.241 2.689 5.606.846.678 1.815 1.146 2.865 1.4.603.146 1.206.211 1.823.229.45.016.9.012 1.365.012h6.496c.449 0 .914.004 1.364-.012.615-.018 1.215-.082 1.814-.229 1.05-.256 2.011-.723 2.866-1.402C23.01 16.24 24 14.18 24 12c0-2.181-.99-4.241-2.691-5.606z\"/></svg>\n </figure>\n </td>\n <td>oculus.svg</td>\n <td><code>_includes/icons/simple-icons/oculus.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"oculus\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Odnoklassniki icon</title><path d=\"M14.505 17.44c1.275-.29 2.493-.794 3.6-1.49.834-.558 1.058-1.686.5-2.52-.536-.802-1.604-1.044-2.435-.553-2.55 1.595-5.79 1.595-8.34 0-.847-.534-1.965-.28-2.5.565 0 .002 0 .004-.002.005-.534.847-.28 1.966.567 2.5l.002.002c1.105.695 2.322 1.2 3.596 1.488l-3.465 3.465c-.707.695-.72 1.83-.028 2.537l.03.03c.344.354.81.53 1.274.53.465 0 .93-.176 1.275-.53L12 20.065l3.404 3.406c.72.695 1.87.676 2.566-.045.678-.703.678-1.818 0-2.52l-3.465-3.466zM12 12.388c3.42-.004 6.19-2.774 6.195-6.193C18.195 2.78 15.415 0 12 0S5.805 2.78 5.805 6.197c.005 3.42 2.776 6.19 6.195 6.192zm0-8.757c1.416.002 2.563 1.15 2.564 2.565 0 1.416-1.148 2.563-2.564 2.565-1.415-.002-2.562-1.148-2.565-2.564C9.437 4.78 10.585 3.633 12 3.63z\"/></svg>\n </figure>\n </td>\n <td>odnoklassniki.svg</td>\n <td><code>_includes/icons/simple-icons/odnoklassniki.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"odnoklassniki\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>OnStar icon</title><path d=\"M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0zm-.049.763c6.233 0 11.304 5.066 11.304 11.294 0 6.229-5.07 11.295-11.304 11.295-6.233 0-11.304-5.066-11.304-11.295C.647 5.83 5.718.763 11.951.763zm0 .287C5.877 1.05.936 5.988.936 12.057c0 6.07 4.941 11.008 11.015 11.008 6.074 0 11.016-4.938 11.016-11.008 0-6.069-4.942-11.007-11.016-11.007zm4.73 3.25l.582 1.7 1.8.064-1.44 1.078.495 1.729-1.472-1.034-1.494 1.004.53-1.717-1.418-1.108 1.8-.028zM7.99 7.11c2.892 0 4.967 2.155 4.967 4.82v.027c0 2.664-2.102 4.847-4.994 4.847s-4.967-2.156-4.967-4.82v-.027c0-2.665 2.102-4.848 4.994-4.848zm-.027 1.9c-1.66 0-2.812 1.313-2.812 2.92v.027c0 1.606 1.179 2.945 2.839 2.945s2.812-1.312 2.812-2.918v-.027c0-1.607-1.178-2.946-2.839-2.946zm9.976.322c1.54 0 2.437 1.018 2.437 2.665v4.646h-2.035V12.64c0-.964-.455-1.46-1.232-1.46-.776 0-1.272.496-1.272 1.46v4.003h-2.035V9.466h2.035v1.018c.469-.603 1.071-1.152 2.102-1.152Z\"/></svg>\n </figure>\n </td>\n <td>onstar.svg</td>\n <td><code>_includes/icons/simple-icons/onstar.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"onstar\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Opel icon</title><path d=\"M23.82,12.921L23.82,12.921l-2.256-0.143c0.021-0.256,0.031-0.516,0.031-0.777c0-5.302-4.298-9.6-9.6-9.6 c-4.588,0-8.423,3.218-9.373,7.52H0.851c-0.116,0-0.22,0.055-0.285,0.141l-0.527,0.728C0.014,10.819,0,10.857,0,10.899 c0,0.1,0.08,0.18,0.18,0.18l2.247,0.14C2.406,11.477,2.395,11.737,2.395,12c0,5.302,4.298,9.6,9.6,9.6 c4.588,0,8.423-3.218,9.374-7.52h1.78c0.116,0,0.22-0.055,0.285-0.141l0.527-0.728C23.986,13.181,24,13.143,24,13.101 C24,13.001,23.919,12.921,23.82,12.921z M11.995,20.245L11.995,20.245c-4.507,0-8.245-3.738-8.245-8.245 c0-0.234,0.011-0.467,0.031-0.696l6.899,0.43l-2.984,2.061c-0.04,0.028-0.067,0.075-0.067,0.128c0,0.086,0.07,0.156,0.156,0.156 h12.183C19.031,17.601,15.785,20.245,11.995,20.245z M20.21,12.692l-6.892-0.438l2.991-2.049c0.041-0.028,0.067-0.075,0.067-0.128 c0-0.086-0.07-0.156-0.156-0.156H4.022c0.937-3.521,4.183-6.165,7.973-6.165c0,0,0,0,0,0h0c0,0,0,0,0,0 c4.507,0,8.245,3.738,8.245,8.245C20.24,12.233,20.23,12.463,20.21,12.692z\"/></svg>\n </figure>\n </td>\n <td>opel.svg</td>\n <td><code>_includes/icons/simple-icons/opel.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"opel\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Open Access icon</title><path d=\"M18.972 13.487a7.56 7.56 0 0 0-.54-1.043V6.416a6.376 6.376 0 0 0-1.88-4.536A6.375 6.375 0 0 0 12.016 0h-.002a6.375 6.375 0 0 0-4.536 1.878 6.376 6.376 0 0 0-1.88 4.538v.877h2.57v-.877c0-1.027.4-1.993 1.127-2.72a3.822 3.822 0 0 1 2.72-1.126 3.852 3.852 0 0 1 3.847 3.846v3.508A7.52 7.52 0 0 0 12 8.866a7.54 7.54 0 0 0-5.35 2.216 7.54 7.54 0 0 0-2.217 5.35 7.54 7.54 0 0 0 2.216 5.35A7.54 7.54 0 0 0 12 24.002a7.54 7.54 0 0 0 5.35-2.216 7.54 7.54 0 0 0 2.217-5.351c0-1.021-.2-2.012-.595-2.946zM12 21.43c-2.755 0-4.997-2.242-4.997-4.997S9.245 11.436 12 11.436s4.997 2.241 4.997 4.997S14.755 21.43 12 21.43zm2.145-4.974a2.12 2.12 0 1 1-4.24 0 2.12 2.12 0 0 1 4.24 0z\"/></svg>\n </figure>\n </td>\n <td>openaccess.svg</td>\n <td><code>_includes/icons/simple-icons/openaccess.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"openaccess\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>OpenAPI Initiative icon</title><path d=\"M21.039 0a2.959 2.959 0 00-2.65 4.274l-6.447 6.447a2.96 2.96 0 101.335 1.336l6.447-6.447A2.959 2.959 0 1021.04 0zM10.628 2.745c-.072 0-.143.003-.214.004-.072.002-.143.002-.215.005-.447.018-.893.064-1.335.138l-.03.005-.185.033-.105.02a7.718 7.718 0 00-.289.062l-.032.008a10.69 10.69 0 00-2.55.95l-.155.089c-.063.034-.125.07-.187.105-.046.027-.093.051-.14.079H5.19l-.01.005-.036.02v.002l.111.184 3.15 5.23a4.168 4.168 0 01.38-.202 4.294 4.294 0 011.628-.413c.071-.004.143-.008.214-.008zm.428.01v6.333c.325.034.647.103.96.209l4.66-4.66c-.173-.12-.348-.237-.528-.347l-.026-.015c-.056-.035-.112-.067-.168-.1l-.098-.056-.099-.055a12.735 12.735 0 00-.171-.092l-.027-.014a10.628 10.628 0 00-1.425-.617c-.69-.241-1.403-.41-2.128-.505l-.089-.012-.09-.01a6.56 6.56 0 00-.17-.019l-.049-.004-.204-.017a6.44 6.44 0 00-.255-.015c-.031-.003-.062-.003-.093-.004zM4.782 4.498a9.92 9.92 0 00-1.36 1.062l4.461 4.461.018.018c.049-.04.098-.078.149-.116l-.011-.018zm-1.67 1.36c-.05.05-.098.103-.147.154l-.149.155c-.33.357-.63.73-.902 1.118l-.039.056a10.588 10.588 0 00-.216.326 10.6 10.6 0 00-1.65 5.276l-.006.215-.003.214h6.317c0-.072.007-.143.01-.214.005-.072.006-.144.013-.215.081-.822.399-1.625.952-2.3.045-.055.096-.106.144-.16.048-.052.093-.107.144-.158zm16.255 1.464l-4.663 4.663c.106.312.175.634.21.959h6.332l-.004-.094a11.579 11.579 0 00-.032-.456l-.005-.052a13.044 13.044 0 00-.026-.241v-.009l-.033-.24v-.009a10.618 10.618 0 00-.327-1.493l-.003-.01a15.839 15.839 0 00-.07-.228l-.01-.03a14.111 14.111 0 00-.069-.204l-.02-.055a5.65 5.65 0 00-.153-.405 7.84 7.84 0 00-.093-.227 16.67 16.67 0 00-.063-.144l-.037-.081a13.776 13.776 0 00-.08-.171l-.024-.052-.096-.194-.014-.027a11.2 11.2 0 00-.112-.212l-.004-.008a10.615 10.615 0 00-.604-.98zm-4.43 6.05c0 .071-.006.142-.01.214-.003.072-.005.143-.012.214a4.29 4.29 0 01-.952 2.301c-.045.055-.096.107-.144.16-.048.053-.093.108-.144.159l4.467 4.467c.051-.051.099-.104.148-.155.05-.052.1-.103.148-.155.331-.358.633-.733.905-1.122l.032-.046.098-.144.085-.13.04-.063a10.597 10.597 0 001.647-5.272c.003-.071.004-.143.006-.214.001-.071.004-.143.004-.214zM.01 13.8l.004.093.01.179.005.076.017.206.005.046c.007.076.015.153.024.228l.003.022a9.605 9.605 0 00.033.248c.072.505.182 1.005.327 1.497l.002.006c.022.077.047.154.071.23l.004.014.005.014a15.737 15.737 0 00.153.439l.03.08.059.148a7.702 7.702 0 00.093.228l.062.14.038.084.078.169.027.054a10.677 10.677 0 00.225.441l.025.043 5.408-3.258.02-.012a4.314 4.314 0 01-.395-1.414h-.025zm.505 2.846l-.206.058.002.005zm6.425-1.052l-5.415 3.262c.083.139.17.273.259.406l.008.014.004.005.008.014h.001c.007.012.014.022.022.032l.001.002v.001a10.634 10.634 0 00.298.417l.006.008a9.963 9.963 0 00.29.368l.033.04c.043.052.086.103.13.153l.057.065.112.127.064.069.029.031.083.09.035.035c.049.051.098.103.149.153L7.58 16.42a3.86 3.86 0 01-.285-.321 4.422 4.422 0 01-.356-.505zm6.416 1.111c-.05.04-.1.079-.15.116l.011.018 3.257 5.407c.151-.099.3-.2.446-.307.315-.232.62-.484.914-.756l-4.46-4.46zm-5.457.003l-.015.015-4.46 4.46a8.966 8.966 0 00.195.176c.022.02.043.04.065.058l.152.13a10.622 10.622 0 00.215.174l.023.017.191.148.008.005c.268.2.547.389.834.564l.03.018.164.097.101.057a5.458 5.458 0 00.27.148c.008.004.016.01.025.013.162.085.327.164.493.24l.158-.385 2.243-5.448.009-.02a4.328 4.328 0 01-.701-.467zm4.951.353c-.061.037-.124.07-.187.104a4.318 4.318 0 01-3.271.336c-.069-.02-.135-.047-.203-.071-.067-.024-.136-.044-.202-.072l-2.242 5.444-.088.213-.075.183v.001l.017.007a.137.137 0 00.019.007l.005.003c.052.021.106.04.159.06.067.027.133.053.2.077l.102.04c.702.247 1.43.42 2.168.518l.087.012.09.01.172.019a7.173 7.173 0 00.252.022c.023.001.048.001.071.003l.184.011.112.005a7.06 7.06 0 00.358.007h.05a10.667 10.667 0 001.793-.15l.185-.034.105-.02.109-.023.18-.04.032-.008a10.684 10.684 0 002.55-.95c.052-.028.104-.06.156-.089.063-.034.125-.07.187-.105.043-.024.087-.047.13-.073h.001l.002-.002.002-.001.002-.001.007-.004.042-.025-.11-.183-.11-.184zm3.262 5.414l-.042.025.042-.024zm-.05.029h-.001.002zm-.005.004h-.002z\"/></svg>\n </figure>\n </td>\n <td>openapiinitiative.svg</td>\n <td><code>_includes/icons/simple-icons/openapiinitiative.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"openapiinitiative\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>OpenBSD icon</title><path d=\"M13.695 1.653c-.202.47-.146 1.02-.293 1.509-.034.112-.146.452-.308.429-.333-.048-.16-.688-.545-.7l.12.934c-.577.073-.498-.829-.733-1.195-.27-.423-.335.192-.317.38.011.122.036.242.05.363.026.21.032.393.005.603-.552-.007-.35-.733-.754-.844l.03.874c-.612-.005-.89-.557-1.159-1.025-.112-.196-.261-.574-.53-.453.126.544.423 1.064.454 1.63.007.145-.13.516-.333.448-.469-.158-.406-1.008-.796-1.231-.08-.045-.204-.006-.29-.002 0 .45.198.996.356 1.418.034.09.129.41-.069.403-.353-.01-.441-.695-.8-.615.044.185.153.335.215.513.037.109.106.219.126.332.044.247-.269.267-.432.22-.384-.114-.66-.428-.935-.703-.076-.076-.277-.344-.404-.222-.141.135.136.373.215.464.234.271.488.589.6.935.049.148.058.36-.09.462-.146.1-.384-.083-.502-.16-.362-.239-.721-.654-1.176-.664l-.107.271.29.392.752.845-.875-.362c.035.229.583.506.475.742-.064.14-.38.142-.505.124-.446-.064-.762-.396-1.177-.515-.366-.105-.298.18-.09.343.072.057.141.117.211.177.125.108.245.219.362.336.183.183.343.378.513.573l-.875-.03v.06l.845.392-.151.603c-.244 0-.442-.067-.664-.163-.151-.066-.31-.175-.482-.163-.206.014-.328.202-.19.377.206.263.62.412.883.617.1.078.247.212.133.345-.225.264-.832-.074-1.128.013v.06c.275.161.839.253 1 .549.128.231-.232.756-.487.736-.227-.019-.436-.275-.603-.41-.401-.322-.83-.7-1.298-.923-.801-.38-1.597.226-2.232.622.081.256.402-.017.603.029.271.061.477.313.651.513.84.968 1.543 2.064 1.857 3.319.083.33.224.725-.023 1.021-.066.08-.165.09-.238.155-.055.05-.052.118.023.141.138.043.34-.021.475-.054.443-.107.949-.346 1.15-.78.125-.271.169-.797.48-.905.068.29.394.673.363.965-.029.259-.302.56-.461.751-.057.068-.193.217-.112.315.082.097.25-.112.3-.16.229-.216.73-.558.865-.062.118.432-.261 1.13-.45 1.509-.054.105-.297.435-.202.553.11.135.338-.218.387-.282.19-.249.856-.987 1.21-.722.431.324.282.555.119.994-.046.123-.216.433-.1.55.111.114.258.01.315-.098.104-.197.383-.78.661-.631.175.093.441.251.543.425.158.272.02.815-.022 1.111-.024.17-.207.702-.055.825.14.113.254-.228.296-.312.149-.295.32-.597.54-.845.08-.089.192-.237.327-.212.7.131-.015.829.273 1.185.058.072.215.067.3.083l.362-.935c.184.07.455.095.591.248.114.128.137.344.17.506.092.454.142.896.084 1.357.057.042.148.138.225.088.097-.062.11-.315.143-.42.106-.332.269-.65.42-.965.099-.207.37-.427.565-.142.2.292.12.804.246 1.138.32-.158.355-.825.362-1.147l.415.061.25.513.45 1.297c.234-.09.16-.538.187-.754.035-.293.103-.882.318-1.1.086-.087.258-.095.37-.137.129.312.199.666.354.965.06.116.198.242.337.17.133-.068.128-.224.111-.35-.042-.313-.113-.62-.138-.936.598-.042.95.441 1.325.845.145.155.271.362.485.422l-.31-.905-.172-.845c.217-.09.676-.534.905-.47.34.097.6 1.046 1.023.823.18-.095.088-.257.003-.383-.126-.188-.506-.639-.465-.874.03-.175.324-.379.494-.377.391.006 1.071.304 1.297.618l.272-.03c-.04-.54-.85-.787-.966-1.328a.404.404 0 01.004-.172c.086-.347.294-.195.51-.102.067.029.213.103.269.02.06-.091-.048-.212-.087-.289-.082-.156-.156-.337-.122-.513.282.074.455.242.694.4.056.038.18.131.251.08.075-.056-.036-.167-.071-.208-.106-.123-.432-.42-.4-.6.022-.122.227-.252.31-.335.276-.276.59-.556.815-.875h.03c.532.621 2.203.186 1.99-.754-.132.019-.256.123-.392.077-.594-.205-.45-1.157-1.116-1.163-.049-.62-.298-1.24-.599-1.78-.138-.247-.424-.473-.525-.725-.055-.14-.046-.36-.052-.512.349-.054.177-.407.05-.603-.142-.218-.292-.477-.475-.66-.226-.227-.562-.374-.533-.758.027-.357.642-.311.747-.633-.183.008-.363.053-.543.083-.449.075-.527-.076-.317-.475.183-.349.474-.613.73-.905.083-.093.336-.306.205-.441-.107-.112-.286.058-.377.119-.333.22-.705.384-1.086.502-.113.035-.448.166-.486-.035-.051-.272.463-.322.395-.628-.205.049-.61.374-.807.223-.238-.18.111-.643.149-.856.038-.216-.136-.224-.258-.09-.043.048-.081.1-.12.15-.07.087-.126.17-.17.271-.494-.288.44-.623.265-.89-.063-.095-.179 0-.235.05-.117.102-.558.61-.654.237-.106-.412.108-.908.22-1.297.028-.102.159-.376.032-.449-.185-.106-.266.253-.31.359a2.333 2.333 0 01-.615.839c-.086.077-.232.225-.36.19-.187-.051-.188-.57-.182-.728.003-.075.045-.205-.028-.26-.096-.071-.147.072-.16.14-.048.222-.186.856-.515.44-.298-.376.163-1.157-.444-1.315l-.332 1.056c-.398-.087-.31-.656-.211-.966l-.181-.06a3.303 3.303 0 01-.112.362c-.16.451-.375.539-.541.03-.127-.388-.082-.807-.145-1.207-.025-.159-.04-.32-.198-.392zm.03.905c.153.364-.008.82.237 1.176.25.364.716.168 1.02.397.108.081.022.256-.007.358-.1.347-.278.604-.465.905.655-.335.875-1.29.965-1.96h.03c-.026.596-.007 1.182 0 1.779.003.27-.037.582.272.633V4.46c.323.093.808.502 1.159.381.179-.061.342-.277.467-.411.094-.102.175-.212.244-.332h.03l-.12.965-.302-.06.663.473.261.226-.2.294-.875.636c.637-.094.958-.564 1.418-.935-.15.63-.491 1.262-.332 1.93h.03l.362-1.448c.274.13.37.476.633.633.383.228.919-.204 1.267-.331-.227.322-.57.548-.633.965l-.272-.12c.236.606.519 1.19.62 1.84.093.594-.024 1.183.016 1.78.02.275.133.517.179.784-.563.191-.666.98-1.207 1.236.043-.188.11-.377.11-.573 0-.14-.066-.282-.03-.422.073-.277.314-.508.412-.784.152-.43.05-.835-.009-1.267l.301.03-.758-1.177-.376-.573.139-.392c-.762.586-1.867 1.188-1.87 2.293l.271-.091.09.664-.422.06v.06c.353.1.722.149 1.056.306.244.114.514.265.682.479.56.71.112 1.818-.31 2.473-.213.33-.594.634-.734.996.382-.092.577-.457.792-.754.091-.127.17-.303.325-.362.24-.09.32.354.371.512.065.2.218.546.18.755-.071.401-.415.662-.34 1.116.166-.202.217-.604.482-.702.17-.062.347.095.513.12.36.053.73-.082.996-.326.285-.263.48-.686.408-1.083-.043-.24-.177-.476-.16-.724.012-.2.148-.362.22-.543.173-.427.152-.912-.257-1.189a.86.86 0 00-.362-.138c.033-.222.264-.706.53-.418.188.202.29.558.396.81.389.918.392 2.006-.163 2.865-.394.61-1.02 1.11-1.548 1.6l-.21-.604h-.061c-.07.36.185.772.332 1.086-.33-.075-.645-.415-.996-.362.099.17.748.572.242.754.003.148-.11.25-.2.362-.201.248-.454.618-.766.724l-.573-1.508h-.03c.084.661.314 1.305.61 1.9.154.307.403.611.506.935-.187-.159-.306-.413-.466-.603a6.313 6.313 0 00-.952-.892c-.227-.177-.45-.376-.754-.345.345.31.868.475.835 1.056-.01.165-.193.237-.322.296-.339.155-.67.322-1.026.438-.098.032-.279.12-.382.087-.11-.037-.097-.277-.109-.369-.037-.285.121-1.028-.172-1.146-.128 1.01.132 1.929.21 2.926h-.03c-.17-.737-.439-1.558-.838-2.202-.11-.177-.343-.597-.579-.543l.62 1.086.013.46-.452.08-1.297.033c.047-.373.13-.746.2-1.116.014-.081.074-.326-.078-.326-.14 0-.169.408-.189.507-.108.542-.204 1.106-.205 1.66h-.03c0-.913-.41-1.73-.784-2.535-.104.155.041.377.086.543.099.371.113.737.065 1.116-.612-.118-1.275-.278-1.84-.543.149-.357.576-.889.573-1.267-.554.556-.804 1.335-1.086 2.052h-.03l.12-1.448-.21-1.237c-.132.133-.06.399-.04.573.033.275.015.688-.188.9-.112.117-.226.014-.346-.034-.335-.136-.582-.36-.875-.564-.104-.072-.293-.15-.28-.302.032-.433.656-.638.672-1.026-.72.31-1.062 1.088-1.629 1.57.186-.785.782-1.703.634-2.535-.152.084-.145.295-.185.453a4.324 4.324 0 01-.388.965c-.4-.231-.72-.623-.983-.996-.073-.102-.233-.26-.235-.392-.002-.128.145-.274.225-.362.244-.265.54-.465.872-.603-.237-.147-.706.2-.965.272.175-.37.65-.732.513-1.177-.393.307-.66.97-.935 1.388h-.03l-.574-1.267.754.271c.023-.27-.36-.373-.573-.422.126-.328.476-.578.392-.965h-.06c-.087.28-.269.759-.573.844l-.09-.482h-.03c-.119.253.029.447-.04.687-.037.125-.217.106-.28.222-.085.158-.092.37-.164.539-.172.407-.5.706-.904.874l-.037-.54.459-.515-.483.361c-.062-.161-.203-.465-.12-.633.073-.145.254-.24.362-.362l-.483.241c-.163-.422.135-.3.302-.603-.122.07-.325.2-.471.133-.187-.085-.384-.64-.464-.827l.512-.09v-.03c-.242.03-.626.12-.663-.211h.633v-.03l-.712-.08-.194-.252-.421-.543c.251-.075.683-.075.935 0-.368-.387-1.024.182-1.327-.453l.754-.15v-.03c-.234 0-.67.135-.874.028-.054-.028-.094-.075-.134-.12-.388-.438.48-.478.766-.44.55.076.975.452 1.358.833.194.193.473.538.754.595.278.055.51-.122.724-.263 0 .212-.022.422.15.573 0-.416.005-.857.07-1.267.023-.152.083-.352.263-.38.225-.034.531.309.693.44.002-.234-.175-.432-.319-.603-.396-.47-1.025-.914-1.58-1.177v-.03c.823.142 1.442.625 2.322.392v-.06l-1.026-.15c.043-.321.276-.734.203-1.057-.1-.44-.568-.644-.746-1.025.306.118.63.29.966.297.188.005.336-.098.512-.14.485-.113.766.123 1.086.446.088-.305-.15-.559-.334-.784-.186-.229-.35-.46-.57-.659-.267-.24-.662-.52-.815-.85.25.049.49.256.694.402.359.255.715.503 1.116.691.211.1.578.265.754.054l-.965-.362c.07-.101.17-.188.221-.302.138-.307-.104-.568-.191-.844.185.068.345.227.543.26.464.078.734-.47 1.086-.653L9.11 6.45c.201-.168.112-.494.078-.724-.099-.664-.493-1.251-.59-1.9h.03c.381.816.835 1.696 1.598 2.201l-.277-.363-.477-.723c.095-.037.188-.077.269-.142.528-.423.078-1.012.002-1.517h.03c.065.155.14.314.235.453.441.638 1.023.536 1.696.482l-.18 1.328h.03c.089-.283.258-.516.318-.815.11-.544-.006-1.084-.017-1.629h.03c.048.322.179.63.282.936.162.482.293 1.01.653 1.387l-.331-1.357c.958-.001 1.219-.647 1.236-1.509zm-.271 2.082l-.483 2.172c.372-.227.45-1.053.483-1.448h.03c.065.348.096.696.238 1.025.056.13.117.305.275.302l-.386-1.357zm-2.956.392c.006.771.387 1.473.24 2.262.146-.088.15-.295.152-.452.004-.365-.06-.723-.06-1.086h.03c.105.364.39 1.09.814 1.146-.05-.196-.211-.344-.319-.513-.238-.374-.472-1.13-.857-1.357zm6.184.332c-.336.526-.736 1.245-1.237 1.629v.03c.38-.068.791-.549.905-.905h.03c-.005.536-.251 1.105-.03 1.629h.03c.16-.543.077-1.184.215-1.75.043-.177.203-.473.087-.633zM14.69 6.57c-.178.402-.265.775-.634 1.056v.06c.265.07.45-.262.513-.482h.03c.026.203.05.624.272.694l-.149-.694zm-6.456.03c.065.743 1.063 1.244.935 2.052.16-.094.119-.269.065-.423-.112-.317-.298-.596-.427-.905.289.264.716.562 1.117.393l-.633-.263zm4.163.242c-.091.3-.347.886-.241 1.176h.06l.211-.724h.03c.075.273.153.687.483.724l-.483-1.176zm-2.021.754l.15 1.267h.061l-.03-.905c.197.137.463.474.724.362-.1-.11-.247-.129-.362-.222-.187-.151-.286-.482-.543-.502zm6.636.18c-.318.32-.584.539-1.025.664v.061c.261.075.514-.07.724-.211-.035.177-.26.64-.09.754l.289-.875zm1.539.624c.138.01.242.186.323.282.239.279.508.575.612.935-.697-.144-1.452-.045-2.142.12.154-.405.446-.834.785-1.1.115-.092.258-.25.422-.237zm-6.697.07l-.181.936c.151-.115.187-.481.211-.664l.272.302a1.058 1.058 0 00-.302-.573zm2.956.091l-.573.573.543-.392.09.543c.106-.154.05-.578-.06-.724zm-6.334.078a.252.252 0 00-.06.013v.03c.253.256.463.61.621.935.088.179.063.376.253.483-.015-.353-.166-.62-.302-.935.214.124.5.31.754.24v-.06c-.342-.152-.607-.281-.905-.518-.11-.088-.224-.2-.361-.188zm-2.082.284c.029.255.237.35.422.49a3.5 3.5 0 01.687.657c.127.166.205.452.37.573-.036-.444-.298-.966-.725-1.147v-.03c.434.084.867.246 1.297.06v-.06l-.513-.02zm14.027.09c.296.115.613.522.724.815l-.664-.09zm-7.3.03l-.271.514.301-.332.181.302zm5.95.712a.536.536 0 01.172.031c.365.143.267.9.19 1.188-.061.234-.17.495-.4.604-.167-.3-.415-.496-.724-.64-.154-.073-.41-.101-.517-.243-.103-.137-.208-.646-.068-.78.152-.147.57-.117.766-.117.163 0 .392-.051.581-.043zm-3.054.013l-.513.392.453-.241-.06.362c.128-.09.175-.371.12-.513zm4.404.18c.136.011.37-.002.47.1.331.34.145 1.25-.259 1.44l-.12-.695c.032.002.062 0 .09-.003v.003h.09l-.04-.013c.356-.085.295-.577-.051-.59l-.09-.03.049.032-.018.001v-.003h-.06l.01.011c-.023.005-.046.01-.071.02zm-1.538.122c-.062.063-.152.11-.198.187-.318.545.886.559.546-.03-.039-.068-.108-.111-.167-.157l-.121.06h-.06zm-6.335.12c0 .154-.03.31.12.392v-.301l.363.12zm-1.676.086c-.046.002-.092.005-.134.005.053.194.137.36.302.482l-.181-.392.362.03c-.07-.127-.211-.131-.349-.125zm3.685.011c-.09.01-.168.168-.169.325l.15-.271.182.12c-.05-.132-.109-.18-.163-.174zm-4.845.084l-.513.09.423.513-.241-.422.361-.06zm-2.655.42c-.307.013-.66.365-.904.515v.06l.875.302c-.018-.229-.315-.297-.513-.331l.603-.544a.386.386 0 00-.06-.002zm1.6.063l-1.237.332v.06l.663.238.393.275c-.043-.32-.383-.375-.604-.543.28-.053.66-.058.785-.362zm3.107.332c-.129.02-.23.12-.091.21zm.995.18l-.03.212c.094-.056.11-.105.09-.211zm1.357 0c-.117.035-.214.118-.09.212zm1.117.302l-.302.09v.121zm1.146.03v.362c.113-.11.113-.25 0-.362zm4.272.179c.425.004.846.395.75.847-.062.29-.242.605-.528.718-.149.06-.486.04-.498-.175-.01-.2.388-.478.468-.694-.558.427-.9.79-1.659.694v-.03c.447-.331.634-.895 1.059-1.224a.645.645 0 01.408-.136zm-9.943.032c-.146.076-.235.236-.272.393l.362.09-.2-.193zm-4.585.061l-1.147.603c.04.225.262.104.423.093.23-.015.657.06.784.27l.211-.03c-.054-.342-.546-.342-.814-.363.197-.2.48-.259.543-.573zm5.822.241l-.332.423.422.15-.302-.18c.063-.132.31-.247.212-.393zm-2.625.09l-.362.333c.142.047.468.233.573.09l-.392-.15zm7.813 0l.422.333v.06l-.392.211a.938.938 0 00.543-.211.883.883 0 00-.573-.392zm-9.683.121c-.183.41-.464.743-.784 1.056-.184.179-.471.346-.543.603L7.45 13.8l.694-.14c-.414-.296-1.14.033-1.539.21.275-.55.813-.769.935-1.418l-.03-.03zm5.701.03c-.13.043-.146.149-.18.272l.18.03zm1.237.212l.03.332a.503.503 0 00.272-.332l-.212.15zm-4.193.422c-.13.038-.2.131-.06.211zm5.34.181l-.031.422-.271-.18c.028.182.156.27.332.3l.03-.542zm-6.758.03c-.22.069-.596.692-.694.905.2-.008.895.018.996-.12l-.664-.091zm3.7.059c-.166.01-.327.105-.502.105-.507 0-1.34-.252-1.775.092-.396.314-.42.734-.669 1.132-.121.194-.336.325-.512.465-.065.052-.184.127-.159.227.03.122.238.187.34.233.228.105.477.187.724.238.131.027.328.022.44.103.204.148.135.653.163.876.227-.13.524-.52.633-.755-.241.073-.347.31-.513.483l-.09-.633c.705-.062 1.015-.833 1.43-1.296.253-.282.57-.405.893-.575-.19-.227-.455.013-.634.15-.479.37-.755.816-1.176 1.238l.241-.633h-.03c-.131.314-.288.65-.603.814l.12-.422h-.03c-.127.303-.27.452-.603.452l.301-.694h-.03l-.392.664-.12-.03.301-.573h-.03c-.152.244-.313.59-.633.512l.27-.512c-.15.118-.216.4-.394.471-.081.032-.235-.027-.202-.135.042-.14.272-.278.363-.397.31-.405.56-1.067 1.018-1.316.376-.205.947.054 1.358.05.235-.004.503-.084.573-.333a.427.427 0 00-.072-.001zm-7.591.092l-.03.181.12-.181zm14.875.029c.228.004.48.037.61.214.133.18.101.427.17.632.052-.216.046-1.024.477-.57.349.367.256 1.162-.087 1.502-.216.213-.735.343-.992.144-.393-.303-.494-.926-.608-1.378-.027-.109-.154-.36-.084-.461.058-.086.209-.08.3-.082.065 0 .138-.002.214-.001zm2.65.182c.569.103.615.907 1.117 1.147v.06c-.285.143-.38-.002-.573-.211l.211.392c-.233-.036-.283-.262-.422-.423l.21.453c-.346 0-.493-.057-.633-.392h-.03l.06.271-.214-.152.114-.39zm-4.735.03c-.123.036-.188.105-.09.212zm-4.163.242l.332.362.15-.362-.15.241zm3.047 0l-.03.452-.302-.18c-.017.198.288.424.453.512l-.06-.784zm-8.175.512c-.094.452-.417.859-.707 1.207-.138.166-.35.333-.41.543.5-.144 1.063-.652 1.6-.603-.138-.268-.783.103-1.026.15.196-.29.463-.542.59-.874.052-.14.086-.327-.047-.423zm6.998.272c-.23.036-.218.264-.271.452-.128-.127-.258-.303-.452-.271l.573.694zm-2.805.03l-.302.272-.03-.151h-.09l.03.392c.176-.03.358-.347.392-.513zm.815.483l-.151.392h-.03l-.242-.332.211.694h.03c.08-.202.365-.572.182-.754zm3.348.18l-.09.031.18.995c-.192-.168-.785-.942-1.025-.663.555.177.786.825 1.267 1.116l-.15-.573zm1.508.242c-.153.374.22.775.362 1.116-.392-.202-.74-.539-1.207-.543v.12c.672.06 1.03.747 1.569 1.057-.005-.563-.488-1.21-.664-1.75zm-6.123.453l-.212.03c.072.169.197.306.256.482.065.196.023.466.227.573.095-.212.327-.557.271-.784-.17.085-.252.268-.27.453h-.031zm-2.806.03c0 .592-.08 1.148-.241 1.72.21.007.32-.211.433-.363.225-.299.45-.628.804-.784v-.03c-.359-.047-.807.49-.935.784h-.03c.106-.41.2-.924.03-1.327zm5.31.03c-.244.093-.182.42-.182.633l-.693-.482c.038.123.136.16.228.245.18.167.337.557.586.6zm1.538.573c-.213.377.097 1.154.15 1.569h-.03c-.168-.355-.492-.649-.754-.935-.037-.04-.228-.301-.296-.192-.071.114.278.385.343.463.241.286.459.609.642.935.105.189.197.44.397.543-.15-.778-.39-1.586-.392-2.383zm-10.045.302c.223.066.35.219.362.452l-.694.483zm5.007.24l-.03.031c.147.405.293.742.364 1.177.034.202.013.465.179.603.17-.322.23-.695.385-1.026.09-.19.234-.356.188-.573-.29.143-.461.787-.543 1.086-.15-.399-.104-1.092-.543-1.297zm2.051.303c.341.677.594 1.314.785 2.05.212-.118.183-.329.18-.542-.005-.497.186-.99.152-1.478-.143.048-.168.194-.193.332-.06.329-.06.669-.14.995-.163-.38-.293-1.279-.784-1.357zm6.365.24l.453.665-.664-.302zM8.657 19.18c.647.057.205.652-.06.935zm8.296.724l.272.845c-.224-.157-.488-.414-.604-.664zm-5.502.455l.344.058-.272.965h-.03l-.06-.754zm2.85.174c.062 0 .121.013.169.053.163.138-.067.805-.141.977l-.332-.965c.086-.022.2-.063.304-.065Z\"/></svg>\n\n </figure>\n </td>\n <td>openbsd.svg</td>\n <td><code>_includes/icons/simple-icons/openbsd.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"openbsd\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Open Collective icon</title><path d=\"M21.86 5.17a11.94 11.94 0 0 1 0 13.66l-3.1-3.1a7.68 7.68 0 0 0 0-7.46l3.1-3.1zm-3.03-3.03l-3.1 3.1a7.71 7.71 0 1 0 0 13.51l3.1 3.11a12 12 0 1 1 0-19.73 M21.86 5.17a11.94 11.94 0 0 1 0 13.66l-3.1-3.1a7.68 7.68 0 0 0 0-7.46l3.1-3.1z\"/></svg>\n </figure>\n </td>\n <td>opencollective.svg</td>\n <td><code>_includes/icons/simple-icons/opencollective.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"opencollective\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Open Containers Initiative icon</title><path d=\"M0 0v24h24V0zm20.547 20.431H3.448V3.573h17.104V20.43zm-5.155-9.979h3.436v8.255h-3.436zm0-5.16h3.436v3.436h-3.436zm-6.789 9.976V8.732h5.074v-3.44H5.164v13.415h8.513v-3.44Z\"/></svg>\n\n </figure>\n </td>\n <td>opencontainersinitiative.svg</td>\n <td><code>_includes/icons/simple-icons/opencontainersinitiative.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"opencontainersinitiative\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>OpenGL icon</title><path d=\"M7.921 11.382v.376h.009a.696.696 0 0 1 .362-.336c.165-.07.346-.105.543-.105.219 0 .411.039.574.118.163.079.298.185.406.319a1.4 1.4 0 0 1 .244.464c.055.175.082.361.082.558 0 .197-.027.383-.08.558a1.325 1.325 0 0 1-.241.459 1.126 1.126 0 0 1-.406.308 1.345 1.345 0 0 1-.568.113 1.457 1.457 0 0 1-.488-.091.984.984 0 0 1-.239-.132.722.722 0 0 1-.189-.207h-.009v1.432H7.45v-3.835h.471zm1.671.986a1.01 1.01 0 0 0-.159-.33.78.78 0 0 0-.274-.231.849.849 0 0 0-.392-.086c-.157 0-.29.03-.4.091a.783.783 0 0 0-.268.239.992.992 0 0 0-.151.335 1.577 1.577 0 0 0 .003.775.966.966 0 0 0 .156.335.785.785 0 0 0 .276.233c.113.059.25.088.411.088.161 0 .295-.03.402-.091a.744.744 0 0 0 .26-.241c.066-.1.113-.214.142-.343.029-.129.044-.261.044-.397a1.343 1.343 0 0 0-.05-.377zm2.951 1.611c-.213.157-.48.236-.803.236a1.5 1.5 0 0 1-.591-.107 1.17 1.17 0 0 1-.421-.301 1.272 1.272 0 0 1-.256-.461 2.157 2.157 0 0 1-.096-.585c0-.211.033-.404.099-.579.066-.175.159-.327.278-.456a1.25 1.25 0 0 1 .424-.3c.163-.072.342-.107.537-.107.253 0 .463.051.63.153.167.102.301.232.402.39.101.158.171.33.209.516.039.186.054.364.047.532h-2.127c-.004.121.011.237.044.345a.779.779 0 0 0 .159.289.778.778 0 0 0 .28.201c.113.05.247.075.401.075a.826.826 0 0 0 .486-.134.654.654 0 0 0 .25-.408h.462c-.064.31-.201.544-.414.701zm-.114-1.78a.792.792 0 0 0-.743-.477.827.827 0 0 0-.326.062.737.737 0 0 0-.249.169.81.81 0 0 0-.164.249.926.926 0 0 0-.071.302h1.628a.93.93 0 0 0-.075-.305zm1.327-.817v.44h.009c.195-.337.504-.505.928-.505.188 0 .344.025.469.075.125.05.226.12.304.21.077.09.132.196.163.32s.047.261.047.411v1.827h-.471v-1.879a.546.546 0 0 0-.154-.408.582.582 0 0 0-.424-.15.978.978 0 0 0-.372.065.696.696 0 0 0-.262.183.785.785 0 0 0-.157.276 1.096 1.096 0 0 0-.052.346v1.568h-.471v-2.777h.443zm5.174 2.747a1.67 1.67 0 0 1-.644.131c-.342 0-.649-.058-.922-.174a1.976 1.976 0 0 1-.691-.48 2.112 2.112 0 0 1-.431-.719c-.1-.275-.15-.572-.15-.89 0-.326.05-.629.15-.909.1-.279.243-.523.43-.731.187-.208.417-.371.69-.49a2.3 2.3 0 0 1 .922-.177c.229 0 .451.034.665.101.215.068.408.167.581.297a1.6 1.6 0 0 1 .634 1.144h-.937c-.058-.244-.171-.427-.338-.55a1 1 0 0 0-.606-.183c-.221 0-.408.042-.563.125s-.279.196-.375.337a1.444 1.444 0 0 0-.209.48 2.327 2.327 0 0 0 0 1.092c.044.173.114.329.21.468.096.139.221.25.375.333.154.084.342.125.563.125.325 0 .577-.08.754-.241.177-.16.281-.393.31-.698h-.987v-.717h1.872v2.358h-.623l-.1-.495a1.44 1.44 0 0 1-.58.463zM21.825 9.8v3.55H24v.809h-3.154V9.8h.979zM3.801 13.98c.053.03.107.059.164.085.267.124.578.186.933.186.355 0 .666-.062.933-.186s.491-.292.67-.503c.179-.211.314-.454.404-.728.09-.274.135-.56.135-.856 0-.297-.045-.582-.135-.856a2.135 2.135 0 0 0-.404-.728 1.966 1.966 0 0 0-.67-.506 2.17 2.17 0 0 0-.933-.189c-.355 0-.666.063-.933.189l-.03.015c1.425-1.199 4.034-2.001 7.017-2.001 2.512 0 4.765.516 6.263 1.412-1.635-1.501-4.566-2.555-7.918-2.556C4.162 6.757 0 9.103 0 11.999c0 2.895 4.161 5.243 9.294 5.244 3.338.001 6.262-1.051 7.901-2.541-1.498.89-3.741 1.397-6.244 1.397-3.078-.001-5.759-.856-7.15-2.119zm.395-3.638c.196-.104.43-.156.702-.156.272 0 .506.052.702.156.196.104.357.241.483.412.125.171.217.363.276.577a2.43 2.43 0 0 1 0 1.3c-.059.214-.15.406-.276.576a1.393 1.393 0 0 1-.483.412c-.197.104-.43.155-.702.155a1.49 1.49 0 0 1-.702-.155 1.402 1.402 0 0 1-.483-.412 1.765 1.765 0 0 1-.276-.576 2.43 2.43 0 0 1 0-1.3 1.74 1.74 0 0 1 .276-.577c.125-.171.286-.308.483-.412z\"/></svg>\n </figure>\n </td>\n <td>opengl.svg</td>\n <td><code>_includes/icons/simple-icons/opengl.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"opengl\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>OpenID icon</title><path d=\"M14.54 .887L10.91 2.66V20.83C6.76 20.31 3.64 18.05 3.64 15.33C3.64 12.75 6.44 10.58 10.27 9.92V7.61C4.42 8.32 0 11.5 0 15.33C0 19.29 4.74 22.57 10.91 23.11L14.54 21.4V.886M15.18 7.61V9.92C16.61 10.17 17.89 10.62 18.94 11.23L16.97 12.34L24 13.87L23.5 8.66L21.63 9.72C19.89 8.66 17.67 7.91 15.18 7.61Z\"/></svg>\n\n </figure>\n </td>\n <td>openid.svg</td>\n <td><code>_includes/icons/simple-icons/openid.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"openid\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Open Source Initiative icon</title><path d=\"M-.102 12.53C.01 5.956 4.613 1.277 10.248.52c6.718-.9 12.371 3.67 13.456 9.735 1.03 5.75-2.13 11.133-7.339 13.263-.45.184-.697.082-.87-.373l-2.587-6.728c-.15-.392-.048-.64.34-.814 1.17-.532 1.901-1.423 2.095-2.7a3.46 3.46 0 0 0-3.122-3.98 3.463 3.463 0 0 0-3.75 2.89c-.253 1.598.536 3.084 2.027 3.76.464.214.556.418.377.892l-2.6 6.772c-.125.334-.4.45-.75.315a11.98 11.98 0 0 1-6.33-5.76c-1.206-2.383-1.22-4.247-1.297-5.263zm1.012-.092c.02.32.03.692.063 1.07.305 3.48 2.4 6.946 6.34 8.862.156.073.214.04.272-.11q1.082-2.84 2.178-5.68c.063-.16.03-.231-.116-.323-1.53-.963-2.29-2.348-2.207-4.163.048-1.045.45-1.96 1.152-2.725 1.452-1.583 3.727-1.927 5.59-.852a4.436 4.436 0 0 1 2.188 4.376c-.174 1.48-.934 2.609-2.212 3.378-.13.078-.17.14-.11.29q1.102 2.847 2.187 5.698c.058.15.116.184.27.11 1.72-.802 3.157-1.95 4.265-3.484 1.685-2.333 2.377-4.932 2.048-7.793-.663-5.687-5.78-10.397-12.368-9.584-5.135.63-9.453 4.96-9.54 10.93z\"/></svg>\n </figure>\n </td>\n <td>opensourceinitiative.svg</td>\n <td><code>_includes/icons/simple-icons/opensourceinitiative.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"opensourceinitiative\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>OpenSSL icon</title><path d=\"M1.961,13.532c-0.303,0-0.575-0.052-0.818-0.157c-0.243-0.105-0.448-0.25-0.616-0.437 c-0.168-0.187-0.298-0.408-0.389-0.664C0.046,12.018,0,11.741,0,11.442c0-0.299,0.046-0.576,0.137-0.832 c0.091-0.256,0.221-0.477,0.389-0.664C0.695,9.759,0.9,9.613,1.143,9.508c0.243-0.105,0.516-0.157,0.818-0.157 c0.303,0,0.575,0.052,0.818,0.157c0.243,0.105,0.448,0.25,0.616,0.437c0.168,0.187,0.298,0.408,0.389,0.664 c0.091,0.256,0.137,0.533,0.137,0.832c0,0.299-0.046,0.576-0.137,0.832c-0.092,0.256-0.221,0.477-0.389,0.664 c-0.168,0.187-0.374,0.333-0.616,0.437C2.536,13.479,2.264,13.532,1.961,13.532z M1.961,13.089c0.235,0,0.443-0.042,0.622-0.126 s0.331-0.199,0.454-0.345c0.123-0.146,0.216-0.319,0.277-0.521c0.062-0.202,0.092-0.42,0.092-0.656 c0-0.235-0.031-0.454-0.092-0.656c-0.062-0.202-0.154-0.376-0.277-0.524c-0.123-0.148-0.275-0.263-0.454-0.347 S2.197,9.789,1.961,9.789c-0.235,0-0.443,0.042-0.622,0.126c-0.179,0.084-0.331,0.2-0.454,0.347 c-0.123,0.148-0.216,0.322-0.277,0.524c-0.062,0.202-0.092,0.42-0.092,0.656c0,0.235,0.031,0.454,0.092,0.656 c0.062,0.202,0.154,0.375,0.277,0.521c0.123,0.146,0.275,0.261,0.454,0.345C1.519,13.047,1.726,13.089,1.961,13.089z M4.455,10.551 h0.454v0.409H4.92c0.108-0.149,0.237-0.266,0.387-0.35c0.149-0.084,0.331-0.126,0.544-0.126c0.183,0,0.351,0.035,0.504,0.104 c0.153,0.069,0.284,0.168,0.392,0.297c0.108,0.129,0.193,0.289,0.255,0.479c0.062,0.191,0.092,0.405,0.092,0.644 c0,0.232-0.029,0.442-0.087,0.63c-0.058,0.189-0.141,0.349-0.249,0.482c-0.108,0.133-0.241,0.234-0.398,0.305 c-0.157,0.071-0.333,0.106-0.527,0.106c-0.198,0-0.37-0.032-0.516-0.095c-0.146-0.063-0.278-0.174-0.398-0.331H4.909v1.557H4.455 V10.551z M5.8,13.151c0.138,0,0.26-0.029,0.364-0.087c0.105-0.058,0.191-0.137,0.261-0.238c0.069-0.101,0.12-0.22,0.154-0.359 c0.034-0.138,0.05-0.289,0.05-0.454c0-0.161-0.017-0.311-0.05-0.451c-0.034-0.14-0.085-0.261-0.154-0.364 c-0.069-0.103-0.155-0.183-0.258-0.241c-0.103-0.058-0.223-0.087-0.361-0.087c-0.157,0-0.294,0.03-0.412,0.09 c-0.118,0.06-0.214,0.142-0.289,0.247c-0.075,0.105-0.131,0.226-0.168,0.364c-0.037,0.138-0.056,0.286-0.056,0.443 c0,0.157,0.017,0.305,0.05,0.443c0.034,0.138,0.087,0.259,0.16,0.361c0.073,0.103,0.167,0.184,0.283,0.244 C5.49,13.121,5.632,13.151,5.8,13.151z M8.837,13.526c-0.22,0-0.417-0.04-0.591-0.12c-0.174-0.08-0.32-0.19-0.44-0.328 c-0.12-0.138-0.211-0.3-0.275-0.485c-0.064-0.185-0.095-0.382-0.095-0.591c0-0.209,0.033-0.406,0.098-0.591 c0.065-0.185,0.159-0.346,0.28-0.485c0.121-0.138,0.266-0.247,0.434-0.328c0.168-0.08,0.355-0.12,0.56-0.12 c0.217,0,0.408,0.04,0.574,0.12c0.166,0.08,0.305,0.192,0.417,0.336c0.112,0.144,0.197,0.316,0.255,0.516 c0.058,0.2,0.087,0.419,0.087,0.658H7.901c0.007,0.146,0.034,0.282,0.078,0.409c0.045,0.127,0.106,0.237,0.185,0.331 c0.078,0.093,0.174,0.166,0.286,0.219c0.112,0.052,0.241,0.078,0.387,0.078c0.213,0,0.387-0.049,0.521-0.148 c0.134-0.099,0.228-0.247,0.28-0.445h0.443c-0.067,0.314-0.209,0.555-0.426,0.723C9.438,13.442,9.165,13.526,8.837,13.526z M8.809,10.837c-0.134,0-0.254,0.023-0.359,0.07c-0.105,0.047-0.193,0.112-0.266,0.196c-0.073,0.084-0.133,0.183-0.179,0.297 c-0.047,0.114-0.078,0.236-0.092,0.367h1.743c-0.015-0.291-0.094-0.519-0.238-0.684C9.273,10.919,9.07,10.837,8.809,10.837z M11.12,10.932h0.011c0.105-0.138,0.231-0.247,0.378-0.328c0.148-0.08,0.328-0.12,0.541-0.12c0.303,0,0.541,0.079,0.714,0.238 c0.174,0.159,0.261,0.389,0.261,0.692v2.034h-0.454v-1.995c0-0.191-0.058-0.336-0.174-0.437c-0.116-0.101-0.276-0.151-0.482-0.151 c-0.116,0-0.222,0.02-0.319,0.059c-0.097,0.039-0.181,0.093-0.252,0.163c-0.071,0.069-0.126,0.153-0.165,0.252 c-0.039,0.099-0.059,0.208-0.059,0.328v1.782h-0.454v-2.897h0.454V10.932z M15.409,13.53c-0.549,0-0.972-0.116-1.271-0.347 c-0.299-0.231-0.456-0.561-0.47-0.989h0.8c0.03,0.244,0.116,0.418,0.259,0.521c0.143,0.103,0.359,0.155,0.648,0.155 c0.105,0,0.205-0.009,0.299-0.028c0.094-0.019,0.177-0.049,0.248-0.09c0.071-0.041,0.129-0.095,0.172-0.161 c0.043-0.066,0.065-0.146,0.065-0.24c0-0.098-0.024-0.178-0.07-0.242c-0.047-0.064-0.114-0.117-0.2-0.161 c-0.086-0.043-0.191-0.081-0.313-0.113c-0.122-0.032-0.26-0.065-0.414-0.099c-0.18-0.041-0.354-0.087-0.521-0.138 c-0.167-0.051-0.314-0.119-0.44-0.206c-0.126-0.086-0.227-0.197-0.304-0.332c-0.077-0.135-0.116-0.308-0.116-0.518 c0-0.199,0.038-0.374,0.116-0.524c0.077-0.15,0.184-0.276,0.321-0.378c0.137-0.101,0.3-0.178,0.487-0.228 c0.188-0.051,0.394-0.076,0.62-0.076c0.454,0,0.82,0.107,1.096,0.321c0.276,0.214,0.429,0.526,0.459,0.935h-0.783 c-0.023-0.203-0.105-0.355-0.248-0.456c-0.143-0.101-0.319-0.152-0.53-0.152c-0.222,0-0.398,0.043-0.53,0.13 c-0.132,0.086-0.197,0.201-0.197,0.344c0,0.083,0.018,0.151,0.054,0.206c0.036,0.055,0.09,0.102,0.163,0.144 c0.073,0.041,0.164,0.077,0.273,0.107c0.109,0.03,0.238,0.062,0.389,0.096c0.207,0.045,0.401,0.095,0.583,0.149 c0.182,0.055,0.342,0.127,0.479,0.217c0.137,0.09,0.245,0.205,0.324,0.344c0.079,0.139,0.118,0.318,0.118,0.535 c0,0.203-0.039,0.384-0.118,0.544c-0.079,0.16-0.188,0.293-0.327,0.4c-0.139,0.107-0.304,0.189-0.496,0.245 C15.843,13.501,15.635,13.53,15.409,13.53z M19.168,13.53c-0.549,0-0.972-0.116-1.271-0.347s-0.456-0.561-0.47-0.989h0.8 c0.03,0.244,0.116,0.418,0.259,0.521c0.143,0.103,0.359,0.155,0.648,0.155c0.105,0,0.205-0.009,0.299-0.028 c0.094-0.019,0.177-0.049,0.248-0.09c0.071-0.041,0.129-0.095,0.172-0.161c0.043-0.066,0.065-0.146,0.065-0.24 c0-0.098-0.024-0.178-0.07-0.242c-0.047-0.064-0.114-0.117-0.2-0.161c-0.086-0.043-0.191-0.081-0.313-0.113 c-0.122-0.032-0.26-0.065-0.414-0.099c-0.18-0.041-0.354-0.087-0.521-0.138c-0.167-0.051-0.314-0.119-0.44-0.206 c-0.126-0.086-0.227-0.197-0.304-0.332c-0.077-0.135-0.116-0.308-0.116-0.518c0-0.199,0.038-0.374,0.116-0.524 c0.077-0.15,0.184-0.276,0.321-0.378c0.137-0.101,0.3-0.178,0.487-0.228c0.188-0.051,0.394-0.076,0.62-0.076 c0.454,0,0.82,0.107,1.096,0.321c0.276,0.214,0.429,0.526,0.459,0.935h-0.783c-0.023-0.203-0.105-0.355-0.248-0.456 c-0.143-0.101-0.319-0.152-0.53-0.152c-0.222,0-0.398,0.043-0.53,0.13c-0.132,0.086-0.197,0.201-0.197,0.344 c0,0.083,0.018,0.151,0.054,0.206c0.036,0.055,0.09,0.102,0.163,0.144c0.073,0.041,0.164,0.077,0.273,0.107 c0.109,0.03,0.238,0.062,0.389,0.096c0.207,0.045,0.401,0.095,0.583,0.149c0.182,0.055,0.342,0.127,0.479,0.217 c0.137,0.09,0.245,0.205,0.324,0.344c0.079,0.139,0.118,0.318,0.118,0.535c0,0.203-0.039,0.384-0.118,0.544 c-0.079,0.16-0.188,0.293-0.327,0.4c-0.139,0.107-0.304,0.189-0.496,0.245C19.602,13.501,19.393,13.53,19.168,13.53z M21.29,9.41 h0.817v3.347H24v0.682h-2.71V9.41z\"/></svg>\n </figure>\n </td>\n <td>openssl.svg</td>\n <td><code>_includes/icons/simple-icons/openssl.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"openssl\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>OpenStreetMap icon</title><path d=\"M2.672 23.969c-.352-.089-.534-.234-1.471-1.168C.085 21.688.014 21.579.018 20.999c0-.645-.196-.414 3.368-3.986 3.6-3.608 3.415-3.451 4.064-3.449.302 0 .378.016.62.14l.277.14 1.744-1.744-.218-.343c-.425-.662-.825-1.629-1.006-2.429a7.657 7.657 0 0 1 1.479-6.44c2.49-3.12 6.959-3.812 10.26-1.588 1.812 1.218 2.99 3.099 3.328 5.314.07.467.07 1.579 0 2.074a7.554 7.554 0 0 1-2.205 4.402 6.712 6.712 0 0 1-1.943 1.401c-.959.483-1.775.71-2.881.803-1.573.131-3.32-.305-4.656-1.163l-.343-.218-1.744 1.744.14.28c.125.241.14.316.14.617.003.651.156.467-3.426 4.049-2.761 2.756-3.186 3.164-3.398 3.261-.271.125-.69.171-.945.106zM17.485 13.95a6.425 6.425 0 0 0 4.603-3.51c1.391-2.899.455-6.306-2.227-8.108-.638-.43-1.529-.794-2.367-.962-.581-.117-1.809-.104-2.414.025a6.593 6.593 0 0 0-2.452 1.064c-.444.315-1.177 1.048-1.487 1.487a6.384 6.384 0 0 0 .38 7.907 6.406 6.406 0 0 0 3.901 2.136c.509.078 1.542.058 2.065-.037zm-3.738 7.376a80.97 80.97 0 0 1-2.196-.651c-.025-.028 1.207-4.396 1.257-4.449.023-.026 4.242 1.152 4.414 1.236.062.026-.003.288-.525 2.102a398.513 398.513 0 0 0-.635 2.236c-.025.087-.069.156-.097.156-.028-.003-1.028-.287-2.219-.631zm2.912.524c0-.053 1.227-4.333 1.246-4.347.047-.034 4.324-1.23 4.341-1.211.019.019-1.199 4.337-1.23 4.36-.02.019-4.126 1.191-4.259 1.218-.054.011-.098 0-.098-.019zm-7.105-1.911c.846-.852 1.599-1.627 1.674-1.728.171-.218.405-.732.472-1.015.026-.118.053-.352.058-.522l.011-.307.182-.051c.103-.028.193-.044.202-.034.023.025-1.207 4.321-1.246 4.36-.02.016-.677.213-1.464.436l-1.425.405 1.537-1.542zm8.289-3.06a1.371 1.371 0 0 1-.059-.187l-.044-.156.156-.028c1.339-.227 2.776-.856 3.908-1.713.16-.125.252-.171.265-.134.054.165.272.95.265.959-.034.034-4.48 1.282-4.492 1.261zm-15.083-1.3c-.05-.039-1.179-3.866-1.264-4.29-.016-.084.146-.044 2.174.536 2.121.604 2.192.629 2.222.74.028.098.011.129-.125.223-.084.059-.769.724-1.523 1.479a63.877 63.877 0 0 1-1.39 1.367c-.016 0-.056-.025-.093-.054zm.821-4.378c-1.188-.343-2.164-.623-2.167-.626-.016-.012 1.261-4.433 1.285-4.46.022-.022 4.422 1.211 4.469 1.252.009.009-.269 1.017-.618 2.239-.576 2.02-.643 2.224-.723 2.22-.05-.003-1.059-.285-2.247-.626zm2.959.538c.012-.031.212-.723.444-1.534l.42-1.476.056.321c.093.556.265 1.188.464 1.741.106.296.187.539.181.545-.008.006-.332.101-.719.212-.389.109-.741.21-.786.224-.058.016-.075.006-.059-.034zM4.905 6.112c-1.187-.339-2.167-.635-2.18-.654-.04-.062-1.246-4.321-1.23-4.338.026-.025 4.31 1.204 4.351 1.246.047.051 1.28 4.379 1.246 4.376L4.91 6.113zm2.148-1.713l-.519-1.806-.078-.28 1.693-.483c.934-.265 1.724-.495 1.76-.508.034-.016-.083.14-.26.336A8.729 8.729 0 0 0 7.69 5.23a4.348 4.348 0 0 0-.132.561c0 .293-.115-.025-.505-1.39z\"/></svg>\n </figure>\n </td>\n <td>openstreetmap.svg</td>\n <td><code>_includes/icons/simple-icons/openstreetmap.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"openstreetmap\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>openSUSE icon</title><path d=\"M21.51 8.107a.976.976 0 0 0-.708.264.993.993 0 0 0 .64 1.714.991.991 0 0 0 1.024-.954.992.992 0 0 0-.955-1.024zm.162 1.082c-.242 0-.438-.131-.438-.292 0-.163.196-.293.438-.293.243 0 .44.13.44.293 0 .16-.197.292-.44.292zm2.306 1.18c.007-.006.024-.02.022-.034-.055-.343-.565-2.004-.952-2.404-.106-.109-.191-.216-.364-.317-1.398-.814-4.713-1.306-4.869-1.328 0 0-.015-.004-.026.007-.009.008-.01.024-.01.024l-.015.764c-.339-.114-2.8-.91-5.108-.99C10.7 6.024 7.85 5.77 4.072 8.093l-.111.07C2.184 9.27.957 10.637.316 12.224c-.201.5-.472 1.628-.204 2.688.116.464.331.93.621 1.347.656.943 1.757 1.568 2.943 1.674 1.674.15 2.941-.602 3.392-2.01.31-.971 0-2.397-1.188-3.124-.967-.591-2.006-.457-2.609-.058-.523.347-.819.886-.814 1.477.012 1.05.917 1.608 1.567 1.61.189 0 .378-.033.592-.103a.921.921 0 0 0 .227-.1l.025-.015.015-.01-.005.003a.535.535 0 0 0 .217-.587.533.533 0 0 0-.612-.377l-.036.008-.05.015-.072.025c-.15.037-.262.04-.286.041-.076-.005-.45-.117-.45-.527v-.005c0-.151.06-.257.093-.314.117-.183.435-.362.866-.325.565.05.973.34 1.243.886.25.508.185 1.134-.17 1.592-.35.454-.976.647-1.809.557a2.48 2.48 0 0 1-1.946-1.327c-.389-.735-.41-1.607-.055-2.276.85-1.604 2.455-1.587 3.334-1.435 1.302.226 2.784 1.427 3.309 2.814.085.22.128.396.166.556l.057.24 1.47.718c.032.015.043.02.055.011.016-.011.007-.042.007-.042-.01-.033-.03-.063-.065-.475-.027-.365-.084-1.365.42-1.86.195-.195.492-.367.728-.423.964-.235 2.094-.073 3.163 1.164.553.64.823.93.959 1.061 0 0 .03.03.047.043.018.015.03.027.055.041.045.025 1.838.85 1.838.85s.022.011.037-.008c.016-.02.001-.038.001-.038-.012-.014-1.137-1.468-.937-2.665.158-.954.917-.867 1.967-.749.343.04.733.085 1.137.094 1.127.007 2.342-.201 3.09-.529.485-.21.794-.35.988-.526.07-.058.106-.152.143-.253l.027-.066c.031-.082.077-.254.097-.348.009-.042.018-.083-.016-.11-.032-.024-.104.02-.104.02-.329.198-1.15.573-1.919.589-.954.019-2.887-.966-3.087-1.07-.134-.32-.268-.639-.404-.957 1.383.911 2.53 1.415 3.408 1.492.977.088 1.74-.446 2.07-.668.043-.028.086-.06.126-.092zm-3.923-1.311c.014-.379.173-.73.45-.988a1.414 1.414 0 0 1 1.017-.38 1.423 1.423 0 0 1 1.37 1.468c-.015.379-.174.73-.45.987-.277.26-.638.394-1.019.381a1.424 1.424 0 0 1-1.368-1.468z\"/></svg>\n </figure>\n </td>\n <td>opensuse.svg</td>\n <td><code>_includes/icons/simple-icons/opensuse.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"opensuse\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>OpenVPN icon</title><path d=\"M12 .365C5.385.365 0 5.697 0 12.26c0 4.36 2.358 8.154 5.896 10.205l.77-5.076A7.046 7.046 0 0 1 4.82 12.67c0-3.897 3.18-7.076 7.13-7.076 3.948 0 7.126 3.179 7.126 7.076 0 1.847-.717 3.488-1.846 4.77l.77 5.078c3.59-2.051 6-5.899 6-10.258C24 5.697 18.615.365 12 .365zm-.05 8.156a3.786 3.786 0 0 0-3.796 3.795 3.738 3.738 0 0 0 2.461 3.54L9.13 23.65h5.64l-1.435-7.795c1.385-.564 2.41-1.898 2.41-3.539a3.786 3.786 0 0 0-3.795-3.795z\"/></svg>\n </figure>\n </td>\n <td>openvpn.svg</td>\n <td><code>_includes/icons/simple-icons/openvpn.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"openvpn\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Opera icon</title><path d=\"M8.051 5.238c-1.328 1.566-2.186 3.883-2.246 6.48v.564c.061 2.598.918 4.912 2.246 6.479 1.721 2.236 4.279 3.654 7.139 3.654 1.756 0 3.4-.537 4.807-1.471C17.879 22.846 15.074 24 12 24c-.192 0-.383-.004-.57-.014C5.064 23.689 0 18.436 0 12 0 5.371 5.373 0 12 0h.045c3.055.012 5.84 1.166 7.953 3.055-1.408-.93-3.051-1.471-4.81-1.471-2.858 0-5.417 1.42-7.14 3.654h.003zM24 12c0 3.556-1.545 6.748-4.002 8.945-3.078 1.5-5.946.451-6.896-.205 3.023-.664 5.307-4.32 5.307-8.74 0-4.422-2.283-8.075-5.307-8.74.949-.654 3.818-1.703 6.896-.205C22.455 5.25 24 8.445 24 12z\"/></svg>\n </figure>\n </td>\n <td>opera.svg</td>\n <td><code>_includes/icons/simple-icons/opera.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"opera\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Opsgenie icon</title><path d=\"M12.002 0a5.988 5.988 0 1 1 0 11.975 5.988 5.988 0 0 1 0-11.975zm9.723 13.026h-.03l-4.527-2.242a.671.671 0 0 0-.876.268 22.408 22.408 0 0 1-4.306 5.217 22.407 22.407 0 0 1-4.286-5.2.671.671 0 0 0-.876-.269l-4.535 2.226h-.03a.671.671 0 0 0-.248.902 28.85 28.85 0 0 0 4.55 5.933l-.002.001c.024.025.05.048.075.072.335.335.676.664 1.027.981.081.074.165.144.247.217.315.278.632.555.96.82.144.117.295.227.441.341.277.216.552.434.837.639.44.318.888.625 1.346.917a.963.963 0 0 0 1.007.017c.487-.312.962-.64 1.428-.98.068-.05.132-.103.2-.153.358-.266.713-.537 1.06-.82.234-.19.46-.39.688-.588.17-.147.34-.291.506-.442.295-.268.58-.545.864-.825.061-.06.127-.118.188-.179l-.004-.002a28.852 28.852 0 0 0 4.565-5.949.671.671 0 0 0-.269-.902z\"/></svg>\n </figure>\n </td>\n <td>opsgenie.svg</td>\n <td><code>_includes/icons/simple-icons/opsgenie.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"opsgenie\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>OpsLevel icon</title><path d=\"M11.998 0L7.3027 2.7168v2.045l-4.875 2.7929v5.0098L.338 13.7735v5.4355l4.6973 2.7187 1.662-.9629L12 24l5.3008-3.0352 1.664.963 4.6973-2.7188v-5.4356l-2.0898-1.207V7.5547l-4.877-2.793V2.7168L11.998 0zm0 1.1953l3.127 1.8125L12 4.8028l-3.125-1.797 3.123-1.8105zM8.3398 3.8945l3.1426 1.8067V9.377L8.3398 7.5547V3.8945zm7.3184 0v3.6602L12.5195 9.373V5.6992l3.1387-1.8047zm1.0371 2.0625l3.8418 2.1973v3.8125l-1.5723-.9102-4.6972 2.7168v5.4356l1.998 1.1562L12 22.8047l-4.2637-2.4395 1.9961-1.1562v-5.4356l-4.6972-2.7168-1.5704.9082V8.1543l3.838-2.1953v2.1953h.0019L12 10.8711l4.6953-2.7168V5.957zM5.0352 12.254l3.125 1.8085-3.125 1.7969-3.125-1.7969.5175-.3008 2.6075-1.5078zm13.9296 0l2.6075 1.5097.5156.2988-3.123 1.7969-3.125-1.7969 3.125-1.8086zM1.377 14.9491l3.1425 1.8086v3.6758L1.377 18.6113v-3.662zm7.3183 0v3.6621l-3.0371 1.7578-.1016.0606v-3.6738l3.1387-1.8067zm6.6094 0l3.1445 1.8086v3.6758l-.1074-.0645-3.0371-1.7578v-3.662zm7.3183 0v3.6621l-3.1386 1.8184v-3.6719l3.1386-1.8086z\"/></svg>\n\n </figure>\n </td>\n <td>opslevel.svg</td>\n <td><code>_includes/icons/simple-icons/opslevel.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"opslevel\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Oracle icon</title><path d=\"M16.412 4.412h-8.82a7.588 7.588 0 0 0-.008 15.176h8.828a7.588 7.588 0 0 0 0-15.176zm-.193 12.502H7.786a4.915 4.915 0 0 1 0-9.828h8.433a4.914 4.914 0 1 1 0 9.828z\"/></svg>\n </figure>\n </td>\n <td>oracle.svg</td>\n <td><code>_includes/icons/simple-icons/oracle.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"oracle\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>ORCID icon</title><path d=\"M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0zM7.369 4.378c.525 0 .947.431.947.947s-.422.947-.947.947a.95.95 0 0 1-.947-.947c0-.525.422-.947.947-.947zm-.722 3.038h1.444v10.041H6.647V7.416zm3.562 0h3.9c3.712 0 5.344 2.653 5.344 5.025 0 2.578-2.016 5.025-5.325 5.025h-3.919V7.416zm1.444 1.303v7.444h2.297c3.272 0 4.022-2.484 4.022-3.722 0-2.016-1.284-3.722-4.097-3.722h-2.222z\"/></svg>\n </figure>\n </td>\n <td>orcid.svg</td>\n <td><code>_includes/icons/simple-icons/orcid.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"orcid\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Origin icon</title><path d=\"M12.588 3.11c1.189.071 2.352.384 3.417.919 1.031.514 1.95 1.225 2.706 2.094.751.865 1.322 1.853 1.715 2.963.391 1.109.548 2.278.464 3.502-.033.636-.135 1.252-.306 1.848-.167.588-.393 1.159-.674 1.703-.439.849-.929 1.652-1.47 2.412-.538.759-1.125 1.465-1.762 2.118-.638.653-1.313 1.254-2.032 1.802-.719.544-1.471 1.038-2.254 1.479l-.037.026c-.033.018-.071.026-.109.023-.063-.015-.118-.048-.159-.097-.041-.05-.063-.111-.062-.173 0-.029.004-.059.012-.085.008-.023.021-.044.037-.062.277-.393.506-.806.686-1.235.181-.434.303-.885.368-1.359 0-.032-.015-.064-.038-.085-.021-.025-.053-.038-.085-.038-.264.032-.528.053-.795.062-.266.009-.532-.003-.796-.037-1.189-.071-2.353-.385-3.418-.918-1.031-.515-1.949-1.226-2.705-2.095-.754-.87-1.336-1.875-1.715-2.963-.394-1.123-.552-2.314-.465-3.502.033-.636.135-1.252.306-1.848.171-.598.396-1.155.675-1.68.439-.864.931-1.676 1.469-2.436.539-.757 1.125-1.464 1.761-2.118.639-.652 1.314-1.252 2.033-1.8.72-.546 1.47-1.039 2.253-1.479l.038-.025c.033-.02.07-.027.109-.025.065.016.119.051.158.098.043.051.062.106.062.174.001.027-.003.057-.012.084-.007.023-.02.043-.036.061-.273.386-.505.801-.687 1.237-.181.433-.3.885-.366 1.358 0 .033.012.063.036.086.022.024.054.037.085.037.262-.033.527-.053.795-.061.272-.009.536.003.798.035zm-.807 12.367c.922.079 1.838-.231 2.521-.855.72-.639 1.109-1.438 1.176-2.4.078-.928-.232-1.846-.856-2.535-.601-.708-1.472-1.131-2.4-1.162-.927-.078-1.845.232-2.534.855-.709.602-1.132 1.473-1.164 2.4-.078.926.228 1.842.846 2.535.628.725 1.432 1.115 2.411 1.162z\"/></svg>\n </figure>\n </td>\n <td>origin.svg</td>\n <td><code>_includes/icons/simple-icons/origin.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"origin\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>OSMC icon</title><path d=\"M22.768 12.002c0 5.935-4.829 10.768-10.768 10.768-5.935-.005-10.763-4.833-10.763-10.768 0-5.94 4.828-10.767 10.768-10.767 5.934 0 10.763 4.828 10.763 10.767m.292-4.673a11.913 11.913 0 0 0-2.57-3.813 11.963 11.963 0 0 0-3.813-2.57A11.857 11.857 0 0 0 12.005 0a11.926 11.926 0 0 0-8.486 3.516A11.963 11.963 0 0 0 .948 7.33C.318 8.811.002 10.38.002 12.002s.316 3.192.942 4.673a11.913 11.913 0 0 0 2.57 3.813A11.963 11.963 0 0 0 12 24c1.619 0 3.191-.32 4.673-.942a11.913 11.913 0 0 0 3.813-2.57 11.963 11.963 0 0 0 3.512-8.486c0-1.623-.311-3.191-.938-4.673M8.566 14.631V9.263l2.574 2.684-2.574 2.684zM7.327 6.296v11.422l8.116-8.455v6.767c0 .343.279.618.617.618a.622.622 0 0 0 .622-.622v-9.74l-4.677 4.77-4.678-4.76z\"/></svg>\n </figure>\n </td>\n <td>osmc.svg</td>\n <td><code>_includes/icons/simple-icons/osmc.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"osmc\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Overcast icon</title><path d=\"M12 24C5.389 24.018.017 18.671 0 12.061V12C0 5.35 5.351 0 12 0s12 5.35 12 12c0 6.649-5.351 12-12 12zm0-4.751l.9-.899-.9-3.45-.9 3.45.9.899zm-1.15-.05L10.4 20.9l1.05-1.052-.6-.649zm2.3 0l-.6.601 1.05 1.051-.45-1.652zm.85 3.102L12 20.3l-2 2.001c.65.1 1.3.199 2 .199s1.35-.05 2-.199zM12 1.5C6.201 1.5 1.5 6.201 1.5 12c-.008 4.468 2.825 8.446 7.051 9.899l2.25-8.35c-.511-.372-.809-.968-.801-1.6 0-1.101.9-2.001 2-2.001s2 .9 2 2.001c0 .649-.301 1.2-.801 1.6l2.25 8.35c4.227-1.453 7.06-5.432 7.051-9.899 0-5.799-4.701-10.5-10.5-10.5zm6.85 15.7c-.255.319-.714.385-1.049.15-.313-.207-.4-.628-.194-.941.014-.021.028-.04.044-.06 0 0 1.35-1.799 1.35-4.35s-1.35-4.35-1.35-4.35c-.239-.289-.198-.719.091-.957.02-.016.039-.031.06-.044.335-.235.794-.169 1.049.15.1.101 1.65 2.15 1.65 5.2S18.949 17.1 18.85 17.2zm-3.651-1.95c-.3-.3-.249-.85.051-1.15 0 0 .75-.799.75-2.1s-.75-2.051-.75-2.1c-.3-.301-.3-.801-.051-1.15.232-.303.666-.357.969-.125.029.022.056.047.082.074C16.301 8.75 17.5 10 17.5 12s-1.199 3.25-1.25 3.301c-.301.299-.75.25-1.051-.051zm-6.398 0c-.301.301-.75.35-1.051.051C7.699 15.199 6.5 14 6.5 12s1.199-3.199 1.25-3.301c.301-.299.801-.299 1.051.051.3.3.249.85-.051 1.15 0 .049-.75.799-.75 2.1s.75 2.1.75 2.1c.3.3.351.799.051 1.15zm-2.602 2.101c-.335.234-.794.169-1.05-.15C5.051 17.1 3.5 15.05 3.5 12s1.551-5.1 1.649-5.2c.256-.319.715-.386 1.05-.15.313.206.4.628.194.941-.013.02-.028.04-.043.059C6.35 7.65 5 9.449 5 12s1.35 4.35 1.35 4.35c.25.3.15.75-.151 1.001z\"/></svg>\n </figure>\n </td>\n <td>overcast.svg</td>\n <td><code>_includes/icons/simple-icons/overcast.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"overcast\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Overleaf icon</title><path d=\"M7.362 6.029a11.685 11.685 0 00-5.694 9.606 8.368 8.368 0 1011.355-7.823 7.724 7.724 0 00-2.97-.562 12.346 12.346 0 00-4.21 4.87 5.496 5.496 0 114.193 9.027 5.496 5.496 0 01-4.192-1.93 6.602 6.602 0 01-1.585-5.563c1.073-6.42 8.764-10.117 14.458-11.553a59.17 59.17 0 00-7.592 4.374c6.883 2.657 7.989-3.136 11.207-5.728C19.13-.507 7.379-.969 7.362 6.03z\"/></svg>\n </figure>\n </td>\n <td>overleaf.svg</td>\n <td><code>_includes/icons/simple-icons/overleaf.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"overleaf\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>OVH icon</title><path d=\"M19.881 10.095l2.563-4.45C23.434 7.389 24 9.404 24 11.555c0 2.88-1.017 5.523-2.71 7.594h-6.62l2.04-3.541h-2.696l3.176-5.513h2.691zm-2.32-5.243L9.333 19.14l.003.009H2.709C1.014 17.077 0 14.435 0 11.555c0-2.152.57-4.17 1.561-5.918L5.855 13.1 10.6 4.852h6.961z\"/></svg>\n </figure>\n </td>\n <td>ovh.svg</td>\n <td><code>_includes/icons/simple-icons/ovh.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ovh\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Pagekit icon</title><path d=\"M2.401 0v24h9.6v-3.527H5.929V3.526h12.146v13.421h-6.073v3.525H21.6V0H2.401z\"/></svg>\n </figure>\n </td>\n <td>pagekit.svg</td>\n <td><code>_includes/icons/simple-icons/pagekit.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pagekit\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Palantir icon</title><path d=\"M20.147 18L12 21.178 3.853 18 2.5 20.343 12 24l9.5-3.657L20.147 18zM12 0a9.5 9.5 0 1 0 0 19 9.5 9.5 0 0 0 0-19zm0 16.078a6.568 6.568 0 1 1 0-13.136 6.568 6.568 0 0 1 0 13.136z\"/></svg>\n </figure>\n </td>\n <td>palantir.svg</td>\n <td><code>_includes/icons/simple-icons/palantir.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"palantir\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Palo Alto Software icon</title><path d=\"M1.576 14.448l6.323-6.434 1.649-1.678a3.419 3.419 0 0 1 4.825 0l1.609 1.608 6.433 6.434.84-.84c.909-.839.909-2.237.07-3.146L13.603.742c-.91-.91-2.308-.91-3.217 0l-9.65 9.65c-.91.909-.91 2.307 0 3.216zm12.028-7.273c-.91-.91-2.308-.91-3.217 0l-8.042 8.042-1.608 1.608c-.91.91-.91 2.308 0 3.217l3.216 3.217c.91.909 2.308.909 3.217 0l4.825-4.826 4.826 4.826c.909.909 2.307.909 3.216 0l3.217-3.217c.91-.839.91-2.308.07-3.217z\"/></svg>\n </figure>\n </td>\n <td>paloaltosoftware.svg</td>\n <td><code>_includes/icons/simple-icons/paloaltosoftware.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"paloaltosoftware\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Pandora icon</title><path d=\"M1.882 0v24H8.32a1.085 1.085 0 001.085-1.085v-4.61h1.612c7.88 0 11.103-4.442 11.103-9.636C22.119 2.257 17.247 0 12.662 0H1.882Z\"/></svg>\n\n </figure>\n </td>\n <td>pandora.svg</td>\n <td><code>_includes/icons/simple-icons/pandora.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pandora\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Pantheon icon</title><path d=\"M7.258 0l2.205 5.171H6.656l.929 2.276h5.689L7.258-.001zm-.169 7.973c-.315 0-.487 0-.629.456C6.289 8.974 6.27 10 6.27 12s.02 3.027.19 3.571c.142.456.314.456.629.456h3.585l-1.775-4.203h1.589l-.891-2.1h.427l.892 2.101h1.894l-1.637-3.853H7.09zm3.398 3.851l.001.002.003-.002h-.003zm1.089-3.851l.743 1.752h3.175c.069 0 .23-.085.23-.877s-.16-.876-.23-.876h-3.919zm.892 2.1l.743 1.752h2.632c.07 0 .23-.085.23-.877s-.16-.876-.23-.876h-3.376zM9.47 12.175l1.858 4.377H8.021l6.115 7.449-2.205-5.172h2.806l-.939-2.276h-1.302l-1.86-4.377H9.469zm1.594 0l.743 1.752h4.038c.07 0 .23-.085.23-.876s-.161-.877-.231-.877h-4.78zm.89 2.101l.745 1.751h2.797c.069 0 .23-.085.23-.876s-.163-.876-.231-.876h-3.54zm5.046.509a.718.718 0 0 0-.286.06l.005-.002a.744.744 0 0 0-.386.383l-.002.005a.682.682 0 0 0-.058.279v.007c0 .101.021.197.06.284l-.002-.004a.744.744 0 0 0 .383.386l.005.002a.71.71 0 0 0 .571-.002l-.005.002a.744.744 0 0 0 .386-.383l.002-.005a.71.71 0 0 0-.002-.571l.002.005a.744.744 0 0 0-.383-.386l-.005-.002a.705.705 0 0 0-.283-.058H17zm.002.129c.084 0 .164.017.237.049l-.004-.002a.608.608 0 0 1 .318.315l.002.004a.587.587 0 0 1-.002.47l.002-.004a.605.605 0 0 1-.315.318l-.004.002a.587.587 0 0 1-.47-.002l.004.002a.605.605 0 0 1-.318-.315l-.002-.004a.573.573 0 0 1-.047-.23v-.004h.001v-.005c0-.082.017-.16.048-.231l-.001.004a.605.605 0 0 1 .315-.318l.004-.001a.587.587 0 0 1 .233-.047h.001zm.073.178h-.006l-.027.001h.001-.321l-.001.001v.832h.153v-.341h.112l.207.341h.16l-.215-.353a.234.234 0 0 0 .142-.065.222.222 0 0 0 .057-.148l-.001-.018V15.328a.241.241 0 0 0-.072-.171.325.325 0 0 0-.189-.066zm-.201.136h.183a.199.199 0 0 1 .065.014h-.001c.019.008.034.02.046.035a.126.126 0 0 1 0 .129v-.001a.12.12 0 0 1-.045.035h-.001a.187.187 0 0 1-.063.014h-.184v-.227z\"/></svg>\n </figure>\n </td>\n <td>pantheon.svg</td>\n <td><code>_includes/icons/simple-icons/pantheon.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pantheon\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Parity Substrate icon</title><path d=\"M12.254 0L1.795 6.038l-.254-.152-.008.008v.652l.576-.33-.254-.144L12.313.034zm1.677.965L3.472 7.004l-.212-.128-1.727 1v.601l2.252-1.296-.211-.118 10.458-6.038zm1.677.966L5.148 7.969l-.169-.102-3.446 1.99v.56l3.93-2.27-.17-.093 10.45-6.039zm1.668.957l-6.512 3.777-.33-.186L8.57 7.554v.381L6.826 8.943l-.127-.076-5.166 2.972v.517l5.606-3.244-.127-.076 1.558-.898v.398l1.152.66L8.51 9.9l-.085-.051-6.885 3.98v.458l7.283-4.2-.084-.052 1.21-.703 1.178.686-2.55 1.465v.271L1.542 15.82v.407L8.58 12.16v.313l1.092.627-8.13 4.7v.178l.161.093 8.282-4.776 1.127.652-2.532 1.448v.33l-5.471 3.16.27.151 5.2-3.006v.381l3.414-1.973 1.024.593-1.008.584v.102l-7.19 4.15.23.126L12 15.98v.102l1.414-.813 1.118.643-1.82 1.059.16.093-.864.5v.144l-5.47 3.159.186.11 5.284-3.049v.144l1.305-.754.254.153 1.82-1.05v-.305l7.08-4.082v-.517l-7.071 4.09v-.186l-1.118-.643 8.19-4.726v-.457l-8.58 4.954-1.024-.593 2.532-1.473v-.34l7.071-4.072v-.407l-7.071 4.082v-.254l-1.143-.66 8.214-4.743-.008-.203-.153-.085-8.375 4.827-1.084-.618 2.54-1.474v-.372l5.505-3.176-.271-.152-5.242 3.023v-.313L11.975 9.51l-1.178-.686 8.376-4.835-.229-.127-8.358 4.835-1.144-.66 1.855-1.076-.347-.203 6.512-3.76zM11.983 10.5l1.084.627-1.211.703-1.33.762-1.084-.618zm1.389.813l1.152.66-2.558 1.466-1.135-.652L12 12.11zm9.087 2.134L12 19.486v.195l-3.743 2.16.135.084L12 19.842v.195l10.459-6.03zm0 1.931L12 21.417v.246L9.968 22.84l.101.05L12 21.782v.237l10.459-6.03zm0 1.94L12 23.347v.296l-.313.187.059.025.254-.144V24l10.459-6.03Z\"/></svg>\n\n </figure>\n </td>\n <td>paritysubstrate.svg</td>\n <td><code>_includes/icons/simple-icons/paritysubstrate.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"paritysubstrate\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Parse.ly icon</title><path d=\"M9.623,19.131c0-0.064,0-0.123-0.023-0.191c-0.103-0.741-0.375-1.449-0.796-2.07c-0.268-0.34-0.577-0.646-0.92-0.912 c-0.101-0.078-0.189-0.041-0.193,0.082l-0.087,1.281c0,0.123-0.147,0.128-0.184,0L6.849,15.52c-0.026-0.065-0.066-0.125-0.115-0.175 c-0.05-0.05-0.109-0.09-0.175-0.117c-0.382-0.131-0.773-0.236-1.169-0.315c-0.525-0.091-1.284-0.141-1.284-0.141 c-0.129,0-0.17,0.077-0.097,0.178l0.782,1.409c0.074,0.105,0,0.205-0.11,0.123l-1.703-1.368c-0.159-0.103-0.337-0.172-0.524-0.203 c-0.187-0.031-0.378-0.024-0.562,0.021c-0.377,0.059-0.92,0.173-0.92,0.173c-0.059,0.013-0.112,0.047-0.147,0.096 c-0.037,0.047-0.055,0.105-0.051,0.164c0,0,0.041,0.547,0.087,0.912c0.005,0.186,0.049,0.369,0.128,0.537 c0.079,0.168,0.192,0.319,0.332,0.443l1.772,1.254c0.11,0.073,0.032,0.182-0.087,0.137l-1.578-0.351 c-0.12-0.046-0.189,0-0.152,0.137c0,0,0.262,0.711,0.492,1.181c0.195,0.368,0.416,0.721,0.663,1.058 c0.044,0.055,0.098,0.1,0.16,0.133c0.062,0.034,0.129,0.055,0.199,0.063l1.905,0.046c0.124,0,0.156,0.141,0.041,0.178l-1.219,0.456 c-0.12,0.036-0.129,0.128-0.028,0.205c0.357,0.252,0.743,0.461,1.15,0.62c0.72,0.231,1.483,0.295,2.232,0.187 c0.557-0.078,1.106-0.208,1.638-0.388c-0.02-0.151-0.031-0.303-0.032-0.456c0.002-0.488,0.106-0.97,0.307-1.416 c0.2-0.446,0.493-0.845,0.858-1.173 M23.217,15.388c0.002-0.059-0.016-0.117-0.051-0.164c-0.036-0.049-0.088-0.083-0.147-0.096 c0,0-0.543-0.114-0.92-0.169c-0.183-0.045-0.373-0.053-0.559-0.022c-0.186,0.031-0.364,0.099-0.522,0.2l-1.703,1.368 c-0.101,0.082-0.184,0-0.11-0.123l0.778-1.409c0.078-0.1,0.037-0.182-0.092-0.178c0,0-0.759,0.05-1.284,0.141 c-0.396,0.079-0.787,0.184-1.169,0.315c-0.065,0.027-0.125,0.067-0.175,0.117c-0.05,0.05-0.089,0.109-0.115,0.175l-0.571,1.796 c-0.037,0.119-0.179,0.114-0.184,0l-0.092-1.281c0-0.123-0.087-0.16-0.189-0.082c-0.343,0.266-0.652,0.572-0.92,0.912 c-0.42,0.615-0.693,1.316-0.796,2.052c0,0.068,0,0.128,0,0.191c0.365,0.327,0.657,0.727,0.857,1.173 c0.2,0.446,0.303,0.929,0.303,1.417c-0.001,0.152-0.012,0.305-0.032,0.456c0.534,0.179,1.084,0.309,1.643,0.388 c0.749,0.108,1.512,0.044,2.232-0.187c0.408-0.16,0.794-0.368,1.15-0.62c0.101-0.077,0.092-0.169-0.028-0.205l-1.219-0.456 c-0.115-0.036-0.083-0.173,0.041-0.178l1.901-0.046c0.071-0.006,0.14-0.027,0.203-0.06c0.063-0.034,0.117-0.08,0.161-0.136 c0.227-0.328,0.431-0.671,0.612-1.026c0.235-0.456,0.497-1.181,0.497-1.181c0.037-0.118-0.032-0.182-0.152-0.137l-1.578,0.351 c-0.124,0.046-0.198-0.064-0.092-0.137l1.785-1.254c0.14-0.124,0.253-0.275,0.332-0.443c0.079-0.169,0.123-0.351,0.128-0.537 c0.046-0.378,0.087-0.912,0.087-0.912 M18.229,9.429c0-0.196-0.129-0.269-0.304-0.16l-1.841,0.994c-0.17,0.109-0.207-0.1-0.083-0.26 l1.758-2.325c0.064-0.091,0.107-0.195,0.126-0.305c0.018-0.11,0.012-0.222-0.02-0.329c-0.23-0.627-0.505-1.236-0.824-1.824 c-0.321-0.516-0.678-1.01-1.068-1.477c-0.124-0.155-0.276-0.128-0.341,0.059l-0.86,2.129c-0.064,0.187-0.226,0.182-0.221,0 l0.101-3.342c-0.002-0.237-0.094-0.465-0.258-0.638c0,0-0.511-0.511-0.92-0.884c-0.409-0.374-1.173-0.966-1.173-0.966 C12.22,0.036,12.117,0,12.012,0c-0.106,0-0.208,0.036-0.29,0.102c0,0-0.722,0.561-1.192,0.966c-0.469,0.406-0.92,0.88-0.92,0.88 c-0.166,0.166-0.264,0.387-0.276,0.62L9.439,5.91c0,0.201-0.156,0.205-0.226,0l-0.86-2.106c-0.06-0.187-0.216-0.214-0.341-0.055 C7.601,4.245,7.227,4.771,6.895,5.322C6.592,5.877,6.33,6.453,6.112,7.045C6.083,7.15,6.076,7.261,6.094,7.368 c0.017,0.108,0.058,0.211,0.12,0.301l1.767,2.334c0.124,0.16,0.087,0.369-0.087,0.26L6.052,9.27C5.882,9.16,5.74,9.233,5.744,9.429 c0.015,0.645,0.12,1.285,0.313,1.901c0.435,1.115,1.13,2.111,2.029,2.909c1.182,1.209,2.14,2.615,2.83,4.153 c0.702-0.225,1.457-0.225,2.158,0c0.688-1.534,1.639-2.938,2.812-4.149c0.823-0.731,1.479-1.628,1.924-2.63 c0.253-0.701,0.394-1.436,0.419-2.179 M14.308,21.721c0,0.451-0.135,0.892-0.388,1.266c-0.253,0.375-0.612,0.667-1.033,0.84 c-0.42,0.173-0.883,0.218-1.329,0.13c-0.446-0.088-0.856-0.305-1.178-0.624c-0.322-0.319-0.541-0.725-0.63-1.167 c-0.089-0.442-0.043-0.9,0.131-1.317c0.174-0.417,0.469-0.773,0.847-1.023c0.378-0.25,0.823-0.384,1.278-0.384 c0.61,0,1.195,0.24,1.627,0.668C14.066,20.536,14.308,21.116,14.308,21.721z\"/></svg>\n </figure>\n </td>\n <td>parse-dot-ly.svg</td>\n <td><code>_includes/icons/simple-icons/parse-dot-ly.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"parse-dot-ly\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Pastebin icon</title><path d=\"M17.02 0a2.096 2.096 0 00-.723.123L2.623 5.003A2.101 2.101 0 001.35 7.69l5.324 14.916a2.101 2.101 0 002.685 1.272l7.746-2.765c.792-.307 1.345-.534 1.464-.608.543-.314.962-.817 1.964-2.334.904-1.362 1.859-3.323 2.097-4.28.24-.97.239-1.48-.502-3.675h.001l-3.147-8.82A2.102 2.102 0 0017.02 0zm-.084.414c.72-.031 1.4.403 1.657 1.12l3.147 8.82.008-.003c.271.763.497 1.415.526 1.54.102.433-.282 1.147-.737 1.35-.2.1-.71.293-1.142.429-1.397.464-2.05.879-2.458 1.548-.363.591-.315 1.18.16 2.377.462 1.142.533 1.864.225 2.4-.113.188-.301.322-1.354.733l-.002-.005-7.746 2.765a1.68 1.68 0 01-2.157-1.022L1.74 7.55a1.68 1.68 0 011.022-2.157L16.436.513c.165-.06.334-.092.5-.099zM15.9 2.25l-.708.515-.495.37.113.314.074.205.523-.316.4 1.112.403 1.123-.359.129-.337.12c.045.145.216.642.238.664l2.166-.779-.238-.663-.244.088-.443.16-.334-.93zm-3.29 1.182l-.709.515-.494.37.113.314.073.205.524-.316.4 1.112.403 1.123-.36.129-.337.121c.046.144.216.64.238.663l2.167-.778-.238-.663-.244.087-.443.16-.334-.93zM9.084 4.786a1.532 1.532 0 00-.8.223c-.732.448-.85 1.383-.332 2.558.337.776.873 1.218 1.462 1.215 1.345-.007 1.86-1.399 1.085-2.95-.307-.66-.837-1.036-1.415-1.046zm-.191.672c.168-.009.357.085.539.279.145.155.347.51.437.787.35.998.164 1.688-.414 1.546C8.854 7.93 8.21 6 8.62 5.585a.407.407 0 01.273-.127zm-3.765.75a1.532 1.532 0 00-.8.223c-.732.448-.85 1.382-.332 2.557.337.777.873 1.218 1.462 1.215 1.344-.007 1.86-1.398 1.085-2.95-.307-.66-.838-1.036-1.415-1.045zm-.192.672c.168-.01.358.085.54.278.145.155.347.51.437.787.35.999.164 1.689-.415 1.547-.6-.141-1.243-2.072-.834-2.485a.407.407 0 01.272-.127zm13.362.655a1.533 1.533 0 00-.8.223c-.732.448-.85 1.382-.332 2.558.337.776.873 1.218 1.462 1.215 1.345-.007 1.86-1.399 1.085-2.95-.307-.66-.837-1.036-1.415-1.046zm-.191.672c.168-.009.357.085.539.278.145.155.347.51.437.787.35.999.164 1.689-.414 1.547-.601-.141-1.244-2.072-.835-2.485a.407.407 0 01.273-.127zm-3.766.75a1.532 1.532 0 00-.8.222c-.73.448-.848 1.383-.331 2.558.337.776.873 1.218 1.462 1.215 1.344-.007 1.86-1.398 1.085-2.95-.307-.66-.838-1.036-1.416-1.045zm-.19.671c.167-.009.357.085.539.279.145.155.347.51.437.787.35.998.164 1.688-.415 1.547-.6-.142-1.244-2.072-.835-2.485a.408.408 0 01.273-.128zm-3.746.743a1.533 1.533 0 00-.8.223c-.732.448-.85 1.382-.332 2.557.337.777.873 1.219 1.462 1.216 1.345-.007 1.86-1.399 1.085-2.951-.307-.66-.838-1.036-1.415-1.045zm-.192.672c.169-.01.358.085.54.278.145.155.347.51.437.787.35.999.164 1.689-.414 1.547-.601-.141-1.244-2.072-.835-2.485a.407.407 0 01.272-.127zm-3.515.616l-.708.515-.495.369.113.314.074.206.524-.316.399 1.112.403 1.122-.359.13-.337.12c.045.145.216.641.238.663l2.166-.778-.238-.663-.244.088-.443.159-.334-.93zm15.664 1.33c.034 0 .049.047.064.135.023.11-.064.545-.195.957-.469 1.436-2.052 4.224-3.079 5.397l-.408.47.051-.667c.03-.567-.016-.812-.377-1.71-.496-1.263-.533-1.73-.158-2.31.341-.514 1.028-.907 2.448-1.371.72-.238 1.175-.463 1.385-.664.132-.145.207-.22.253-.235a.05.05 0 01.015-.003zm-6.429 1.477l-.708.515-.495.37.113.314.074.205.523-.316.4 1.112.403 1.123-.359.129-.337.12c.045.145.216.642.238.664l2.166-.779-.238-.662-.244.087-.443.16-.334-.93zm-3.579 1.33a1.532 1.532 0 00-.8.223c-.731.448-.849 1.382-.332 2.558.337.776.873 1.218 1.462 1.215 1.345-.007 1.86-1.399 1.086-2.95-.307-.66-.838-1.036-1.416-1.046zm-.191.672c.168-.009.358.085.54.279.144.154.346.51.437.787.35.998.164 1.688-.415 1.546-.6-.141-1.244-2.072-.835-2.485a.407.407 0 01.273-.127zm-3.515.616l-.71.515-.494.37.113.313.074.206.524-.316.4 1.112.403 1.122-.36.13-.337.12c.045.145.216.642.238.664l2.166-.779-.238-.663-.244.088-.443.16-.334-.93z\"/></svg>\n </figure>\n </td>\n <td>pastebin.svg</td>\n <td><code>_includes/icons/simple-icons/pastebin.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pastebin\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Patreon icon</title><path d=\"M15.386.524c-4.764 0-8.64 3.876-8.64 8.64 0 4.75 3.876 8.613 8.64 8.613 4.75 0 8.614-3.864 8.614-8.613C24 4.4 20.136.524 15.386.524M.003 23.537h4.22V.524H.003\"/></svg>\n </figure>\n </td>\n <td>patreon.svg</td>\n <td><code>_includes/icons/simple-icons/patreon.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"patreon\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>PayPal icon</title><path d=\"M6.908 24H3.804c-.664 0-1.086-.529-.936-1.18l.149-.674h2.071c.666 0 1.336-.533 1.482-1.182l1.064-4.592c.15-.648.816-1.18 1.48-1.18h.883c3.789 0 6.734-.779 8.84-2.34s3.16-3.6 3.16-6.135c0-1.125-.195-2.055-.588-2.789 0-.016-.016-.031-.016-.046l.135.075c.75.465 1.32 1.064 1.711 1.814.404.75.598 1.68.598 2.791 0 2.535-1.049 4.574-3.164 6.135-2.1 1.545-5.055 2.324-8.834 2.324h-.9c-.66 0-1.334.525-1.484 1.186L8.39 22.812c-.149.645-.81 1.17-1.47 1.17L6.908 24zm-2.677-2.695H1.126c-.663 0-1.084-.529-.936-1.18L4.563 1.182C4.714.529 5.378 0 6.044 0h6.465c1.395 0 2.609.098 3.648.289 1.035.189 1.92.519 2.684.99.736.465 1.322 1.072 1.697 1.818.389.748.584 1.68.584 2.797 0 2.535-1.051 4.574-3.164 6.119-2.1 1.561-5.056 2.326-8.836 2.326h-.883c-.66 0-1.328.524-1.478 1.169L5.7 20.097c-.149.646-.817 1.172-1.485 1.172l.016.036zm7.446-17.369h-1.014c-.666 0-1.332.529-1.48 1.178l-.93 4.02c-.15.648.27 1.179.93 1.179h.766c1.664 0 2.97-.343 3.9-1.021.929-.686 1.395-1.654 1.395-2.912 0-.83-.301-1.445-.9-1.84-.6-.404-1.5-.605-2.686-.605l.019.001z\"/></svg>\n </figure>\n </td>\n <td>paypal.svg</td>\n <td><code>_includes/icons/simple-icons/paypal.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"paypal\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>PeerTube icon</title><path d=\"M3,0v12l9-6L3,0z M3,12v12l9-6L3,12z M12,6v12l9-6L12,6z\"/></svg>\n </figure>\n </td>\n <td>peertube.svg</td>\n <td><code>_includes/icons/simple-icons/peertube.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"peertube\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Pepsi icon</title><path d=\"M12 0C8.93 0 5.86 1.17 3.517 3.514c-4.688 4.686-4.688 12.284 0 16.971 4.685 4.686 12.284 4.687 16.97 0 4.686-4.687 4.686-12.286-.002-16.97A11.958 11.958 0 0012.001 0zm0 .864c2.506 0 4.817.828 6.678 2.226a23.118 23.118 0 01-15.64 15.52A11.085 11.085 0 01.865 12C.865 5.85 5.85.864 12 .864zm9.342 5.08A11.082 11.082 0 0123.136 12c0 6.15-4.986 11.135-11.136 11.135a11.11 11.11 0 01-8.542-3.994c6.766-2.132 11.665-2.135 15.027-4.611 1.933-1.425 3.205-3.698 3.205-6.283 0-.802-.123-1.575-.348-2.303Z\"/></svg>\n </figure>\n </td>\n <td>pepsi.svg</td>\n <td><code>_includes/icons/simple-icons/pepsi.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pepsi\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Periscope icon</title><path d=\"M12.135 24c1.875 0 9.314-8.439 9.314-14.096C21.449 4.49 17.22 0 12.135 0 6.78 0 2.551 4.488 2.551 9.904 2.551 15.56 9.99 24 12.135 24zM10.639 3.846c.485-.12.995-.185 1.524-.185 3 0 5.581 2.551 5.581 5.865 0 2.985-2.581 5.535-5.596 5.535-3.345 0-5.925-2.55-5.925-5.535 0-1.396.45-2.64 1.229-3.63v.03c0 1.245 1.006 2.234 2.25 2.234C10.948 8.161 12 7.14 12 5.896c0-.919-.56-1.708-1.359-2.053l-.002.003z\"/></svg>\n </figure>\n </td>\n <td>periscope.svg</td>\n <td><code>_includes/icons/simple-icons/periscope.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"periscope\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Peugeot icon</title><path d=\"M23.444 22.188c-.45-1.321-2.252-4.655-3.664-6.547-.3-.42-.18-.631-.03-.751s.691-.601 1.321-1.291c.631-.721.781-1.532.33-2.703S19.51 6.962 19.21 6.061c-.36-1.051-.39-1.532-.18-2.102.24-.691.601-.721.901-.691.15 0 .27.15.27.24 0 .3.03.661.3 1.442.481 1.231 1.652 2.042 2.042 2.192.27.12.3-.09.3-.18-.03-.09-.42-1.622-.691-2.763-.3-1.201-.45-1.472-.721-1.712-.42-.42-1.081-.631-1.652-.601-1.231.06-1.802 1.231-1.862 1.351-.06.09-.09.18-.21.09-.36-.24-1.381-1.111-1.472-1.652-.06-.33-.12-.36-.42-.481C14.584.713 13.503.293 12.301.083c-.481-.09-.511-.12-1.051-.03-.961.18-1.532.39-2.252.781-.39.21-.45.36-.511.45-.12 0-.21.09-.33.15-.24.09-1.111.39-1.412.571-.18.12-.3.21-.18.45.18.36.661 1.141.901 1.351.12.12.481.21.541.21.09.03.15.03.18-.03s.03-.15.21-.27c.24-.18.661-.27.901-.3.18 0 .3-.03.39.06.09.06.3.3.39.511.06.24.03.3-.09.36s-.511.15-.961.18c-.45.03-.571-.09-.601-.12-.03-.03-.09-.06-.12 0-.06.09-.18.18-.36.27-.09.06-.15.15-.06.3.27.481.661 1.021.991 1.141.27.09.42 0 .721-.21.272-.208.452-.208.542-.148.09.06.24.21.21.33-.06.241-.57.812-.66.932-.09.12-.18.18-.33.09-.241-.12-3.755-1.952-4.235-2.132-.511-.21-.841-.24-1.351-.27-.42-.03-.961.03-1.291.09-.24.06-.39.15-.631.39-.33.3-.661.661-.691.991-.03.24.24.691.27.721.03.03.06.09.21.09.15-.03.481-.21.901-.12.39.06.42.36.42.601 0 .03.06.12.15.12.15 0 .39 0 .661.12.33.15.991.661 1.111.781.09.09.09.18-.09.18-.841.06-2.132.33-2.703.511-.42.15-.901.33-1.081.631-.21.33-.45.901-.511 1.291-.06.39.36.871.45.991.09.06.12.12.27.06.21-.12.691-.42 1.171-.45.3-.03.39.24.481.36.06.09.15.03.39-.03.45-.12 3.003-.09 3.904-.03.42.03.991.09 1.412.3.42.24 1.171.961 1.171.961s-1.021 1.682-1.562 2.703c-.511.931-.871 1.622-1.051 2.012-.18.36-.3.901-.27 1.291.06.601.06.901.06 1.171 0 .24-.24.27-.541.33-.45.12-1.321.18-2.012.36-.631.15-.871.3-.991.811-.09.39-.21 1.351-.24 1.802 0 .18 0 .27.21.21.12-.03.511-.09.991-.12.601-.06 1.231-.03 1.742-.03.931 0 3.634.15 3.814.18.24.03.27 0 .27-.18-.03-.21-.06-.901-.06-1.291 0-.42-.06-.811.3-1.231.36-.39 3.123-3.484 3.273-3.634.12-.12.21-.27.42-.09.21.18 2.493 1.832 2.943 2.162s.901.45 1.412.45c.39 0 .481.661.15.721-.33.06-.841.18-1.171.24-.541.12-.691.3-.871.661-.15.3-.3 1.802-.3 1.952 0 .09 0 .24.15.21.661-.12 1.712-.18 2.853-.15 1.291.03 2.553.15 2.733.15.18 0 .21 0 .3-.15.15-.27.661-.811 1.081-1.171.153-.12.153-.18.063-.45zm-4.985-9.1c-.33.12-.541 0-.691-.15-.15-.15-1.472-1.712-1.892-2.192-.21-.24-.36-.781.27-1.021.511-.18 1.472-.481 1.712-.631.27-.15.39-.27.42-.541.03-.27.03-.571.03-.661 0-.09.12-.18.21-.06.06.09.27.541.571 1.081.42.781.961 1.772 1.141 2.222.18.42.09.721-.18 1.021-.33.392-1.351.842-1.591.932z\"/></svg>\n </figure>\n </td>\n <td>peugeot.svg</td>\n <td><code>_includes/icons/simple-icons/peugeot.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"peugeot\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Pexels icon</title><path d=\"M1.5 0A1.5 1.5 0 000 1.5v21A1.5 1.5 0 001.5 24h21a1.5 1.5 0 001.5-1.5v-21A1.5 1.5 0 0022.5 0h-21zm6.75 6.75h5.2715a3.843 3.843 0 01.627 7.6348V17.25H8.25V6.75zm1.5 1.5v7.5h2.8984v-2.8145h.873a2.343 2.343 0 100-4.6855H9.75Z\"/></svg>\n\n </figure>\n </td>\n <td>pexels.svg</td>\n <td><code>_includes/icons/simple-icons/pexels.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pexels\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Photocrowd icon</title><path d=\"M2.182 0C.977 0 0 1.058 0 2.364v19.462C0 23.026.977 24 2.182 24h19.636A2.179 2.179 0 0 0 24 21.826V2.364C24 1.058 23.023 0 21.818 0zM12 3.49a1.022 1.022 0 1 1 0 2.045 1.022 1.022 0 0 1 0-2.044zM8.326 4.498a1.022 1.022 0 1 1-.142 2.039 1.022 1.022 0 0 1 .142-2.04zm7.347 0a1.02 1.02 0 0 1 .955 1.529 1.021 1.021 0 1 1-.955-1.53zm-10.23 2.74a1.02 1.02 0 1 1 .145 2.037 1.02 1.02 0 0 1-.145-2.036zm13.113 0a1.02 1.02 0 1 1-.142 2.036 1.02 1.02 0 0 1 .142-2.035zm-7.497.116a1.021 1.021 0 1 1 .119 2.039 1.021 1.021 0 0 1-.12-2.04zm3.687.88a1.021 1.021 0 1 1 .001 2.042 1.021 1.021 0 0 1 0-2.043zm-6.308 1.864a1.02 1.02 0 1 1-.119 2.04 1.02 1.02 0 0 1 .12-2.04zm3.561.88a1.023 1.023 0 1 1-.001 2.047 1.023 1.023 0 0 1 .001-2.047zm-7.488.002a1.022 1.022 0 1 1-.001 2.044 1.022 1.022 0 0 1 0-2.044zm14.977 0a1.02 1.02 0 1 1-.001 2.042 1.02 1.02 0 0 1 0-2.042zm-3.793.881a1.02 1.02 0 1 1-.119 2.038 1.02 1.02 0 0 1 .12-2.038zm-6.442 1.866a1.021 1.021 0 1 1-.001 2.042 1.021 1.021 0 0 1 0-2.042zm3.568.883a1.02 1.02 0 1 1 .12 2.038 1.02 1.02 0 0 1-.12-2.038zm-7.235.116a1.02 1.02 0 0 1 .44 1.904 1.022 1.022 0 1 1-.44-1.904zm12.827 0a1.022 1.022 0 1 1 .142 2.038 1.022 1.022 0 0 1-.142-2.038zm-10.229 2.74a1.021 1.021 0 1 1 .142 2.038 1.021 1.021 0 0 1-.142-2.038zm7.63 0a1.02 1.02 0 0 1 .44 1.904 1.022 1.022 0 1 1-.44-1.904zM12 18.463a1.022 1.022 0 1 1 0 2.045 1.022 1.022 0 0 1 0-2.045z\"/></svg>\n </figure>\n </td>\n <td>photocrowd.svg</td>\n <td><code>_includes/icons/simple-icons/photocrowd.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"photocrowd\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>PHP icon</title><path d=\"M7.01 10.207h-.944l-.515 2.648h.838c.556 0 .97-.105 1.242-.314.272-.21.455-.559.55-1.049.092-.47.05-.802-.124-.995-.175-.193-.523-.29-1.047-.29zM12 5.688C5.373 5.688 0 8.514 0 12s5.373 6.313 12 6.313S24 15.486 24 12c0-3.486-5.373-6.312-12-6.312zm-3.26 7.451c-.261.25-.575.438-.917.551-.336.108-.765.164-1.285.164H5.357l-.327 1.681H3.652l1.23-6.326h2.65c.797 0 1.378.209 1.744.628.366.418.476 1.002.33 1.752a2.836 2.836 0 0 1-.305.847c-.143.255-.33.49-.561.703zm4.024.715l.543-2.799c.063-.318.039-.536-.068-.651-.107-.116-.336-.174-.687-.174H11.46l-.704 3.625H9.388l1.23-6.327h1.367l-.327 1.682h1.218c.767 0 1.295.134 1.586.401s.378.7.263 1.299l-.572 2.944h-1.389zm7.597-2.265a2.782 2.782 0 0 1-.305.847c-.143.255-.33.49-.561.703a2.44 2.44 0 0 1-.917.551c-.336.108-.765.164-1.286.164h-1.18l-.327 1.682h-1.378l1.23-6.326h2.649c.797 0 1.378.209 1.744.628.366.417.477 1.001.331 1.751zM17.766 10.207h-.943l-.516 2.648h.838c.557 0 .971-.105 1.242-.314.272-.21.455-.559.551-1.049.092-.47.049-.802-.125-.995s-.524-.29-1.047-.29z\"/></svg>\n </figure>\n </td>\n <td>php.svg</td>\n <td><code>_includes/icons/simple-icons/php.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"php\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Pi-hole icon</title><path d=\"M9.375,8.782l-4.442,4.44c-1.451,1.45-1.451,3.803,0,5.253l4.442,4.439c1.45,1.449,3.799,1.449,5.249,0l4.442-4.439c1.451-1.45,1.452-3.803,0-5.253l-4.442-4.44C13.175,7.333,10.825,7.333,9.375,8.782z M10.595,7.38C7.597,7.06,4.577,4.794,4.338,0c4.652,0,7.14,2.754,7.38,7.118c0.88-5.234,5.003-4.621,5.003-4.621c0.196,2.966-2.24,4.765-5.003,4.914c-0.776-1.636-5.426-5.648-5.426-5.648C6.287,1.759,6.278,1.759,6.274,1.765C6.271,1.768,6.27,1.774,6.272,1.778C6.272,1.778,10.759,5.687,10.595,7.38 M11.994,17.684c-2.231,0.165-3.212,1.738-3.148,3.274c-0.003-0.036-0.007-0.07-0.009-0.107c-0.133-1.848,1.327-3.21,1.327-5.005c-0.172-2.322-1.869-3.287-3.462-3.133c0.101-0.012,0.204-0.022,0.313-0.028c1.848-0.133,3.212,1.327,5.005,1.327c2.082-0.157,3.074-1.537,3.146-2.969c0.022,1.75-1.331,3.079-1.331,4.81c0.165,2.23,1.736,3.21,3.271,3.148c-0.036,0.003-0.07,0.007-0.107,0.009C15.151,19.144,13.787,17.684,11.994,17.684z\"/></svg>\n </figure>\n </td>\n <td>pi-hole.svg</td>\n <td><code>_includes/icons/simple-icons/pi-hole.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pi-hole\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Picarto.TV icon</title><path d=\"M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12c6.628 0 12-5.373 12-12S18.628 0 12 0zM7.08 4.182h2.781c.233 0 .42.21.42.47v14.696c0 .26-.187.47-.42.47h-2.78c-.233 0-.42-.21-.42-.47V4.652c0-.26.187-.47.42-.47zm4.664 0a.624.624 0 0 1 .326.091c.355.209 7.451 4.42 8.057 4.78a.604.604 0 0 1 0 1.039c-.436.264-7.558 4.495-8.074 4.789a.577.577 0 0 1-.873-.512v-1.812c0-1.712 2.962-2.201 3.398-2.465a.604.604 0 0 0 0-1.04c-.605-.36-3.398-.746-3.398-2.452V4.79c0-.334.251-.605.564-.61z\"/></svg>\n </figure>\n </td>\n <td>picarto-dot-tv.svg</td>\n <td><code>_includes/icons/simple-icons/picarto-dot-tv.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"picarto-dot-tv\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Pinboard icon</title><path d=\"M13.352 14.585l-4.509 4.614.72-4.062L3.428 7.57 0 7.753 7.58 0v2.953l7.214 6.646 4.513-1.105-4.689 4.982L24 24l-10.648-9.415z\"/></svg>\n </figure>\n </td>\n <td>pinboard.svg</td>\n <td><code>_includes/icons/simple-icons/pinboard.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pinboard\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Pingdom icon</title><path d=\"M11.96 17.804l7.959-3.396-7.049 7.241c-.124-1.315-.432-2.61-.91-3.844v-.001zM24 11.118c-5.101-.236-10.208.414-15.087 1.92 1.024 1.073 1.881 2.292 2.535 3.621 4.042-2.25 9.646-5.123 12.552-5.531v-.015.005zm-12.574.275l.207-.06c1.538-.459 3.049-1.015 4.523-1.656 1.492-.585 2.896-1.38 4.159-2.367 1.345-1.069 2.355-2.499 2.915-4.122.12-.267.211-.549.267-.837-2.024 2.76-10.041 3.048-10.041 3.048l1.89-1.734C9.84 3.684 4.47 5.424 0 8.645c3.03.322 5.877 1.596 8.139 3.634 1.086-.336 2.196-.576 3.286-.879v-.006l.001-.001z\"/></svg>\n </figure>\n </td>\n <td>pingdom.svg</td>\n <td><code>_includes/icons/simple-icons/pingdom.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pingdom\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Pingup icon</title><path d=\"M13.667 0H1.721v24h7.536V9.717h-2.76c-.504 0-.65-.314-.32-.698l4.324-5.044c.327-.384.867-.384 1.195 0l4.324 5.044c.314.384.18.698-.33.698h-2.759v6.676h.73c6.225 0 8.617-4.309 8.617-8.481C22.291 3.906 19.666 0 13.667 0\"/></svg>\n </figure>\n </td>\n <td>pingup.svg</td>\n <td><code>_includes/icons/simple-icons/pingup.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pingup\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Pinterest icon</title><path d=\"M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z\"/></svg>\n </figure>\n </td>\n <td>pinterest.svg</td>\n <td><code>_includes/icons/simple-icons/pinterest.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pinterest\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>Pivotal Tracker icon</title><path d=\"M12.002 0c-6.617 0-12 5.382-12 11.998 0 6.618 5.384 12.002 12 12.002S24 18.616 24 11.998C24 5.382 18.619 0 12.002 0zm0 2.43a9.568 9.568 0 0 1 9.568 9.568c0 5.286-4.283 9.572-9.568 9.572-5.285 0-9.57-4.286-9.57-9.572 0-5.285 4.285-9.568 9.57-9.568zm-.135 1.31L8.822 5.498V5.5l2.68 4.64c.425-.113.888-.08 1.31.118l1.41-2.442-2.355-4.076zm4.17 2.256l-2.68 4.643c.325.324.52.749.557 1.195h2.816l2.356-4.076-3.049-1.762zM4.781 7.984v3.55h.002v-.03h5.36a1.904 1.904 0 0 1 .756-1.08L9.49 7.984H4.781zm2.487 4.182L4.912 16.24l3.049 1.762 2.682-4.645a1.929 1.929 0 0 1-.557-1.191H7.268zm6.59.33a1.904 1.904 0 0 1-.756 1.078l1.41 2.442h4.707v-3.52h-5.362zm-2.67 1.244l-1.41 2.442 2.353 4.076 3.049-1.76-2.68-4.64c-.425.114-.89.08-1.313-.118z\"/></svg>\n </figure>\n </td>\n <td>pivotaltracker.svg</td>\n <td><code>_includes/icons/simple-icons/pivotaltracker.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pivotaltracker\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Pixabay icon</title><path d=\"M5.627 10.234a.888.888 0 01-.887-.888H1.7c0 .49-.398.888-.888.888H0v9.447h15.56v-9.447H5.64zm-.886 2.796h-3.04v-1.323h3.04v1.323zm5.344 5.234a3.271 3.271 0 01-3.267-3.269c0-1.802 1.466-3.193 3.267-3.193s3.267 1.39 3.267 3.193a3.271 3.271 0 01-3.267 3.269zm1.756-3.269c0 .969-.788 1.757-1.756 1.757a1.759 1.759 0 01-1.756-1.757c0-.969.788-1.757 1.756-1.757s1.756.788 1.756 1.757zM24 9.501l-3.93 10.156-3.164-1.226V16.7l2.242.869 2.765-7.146L11.55 6.407l-.96 2.482h-1.73l1.769-4.57L24 9.501Z\"/></svg>\n\n </figure>\n </td>\n <td>pixabay.svg</td>\n <td><code>_includes/icons/simple-icons/pixabay.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pixabay\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>PJSIP icon</title><path d=\"M5.272 20.562H10.2l2.657 2.657c.873.874 2.114 1.039 2.782.371l7.951-7.951c.668-.668.503-1.909-.37-2.782L11.142.781C10.27-.093 9.029-.258 8.36.41L.41 8.36c-.668.668-.503 1.909.37 2.782l4.492 4.492zm2.142-2.142v-3.768l-.88-.88h.016l-2.507-2.507c-.873-.873-1.039-2.114-.371-2.782l4.811-4.811c.668-.668 1.909-.502 2.782.371l8.692 8.692c.873.873 1.039 2.114.371 2.782l-4.811 4.811c-.438.438-1.12.511-1.786.269a1.218 3.063 25.325 00.557-2.845 1.218 3.063 25.325 00-1.557.033 1.218 3.063 25.325 00-.931 1.252l-.618-.617zM5.172 11.24a1.628 1.628 0 002.302 0 1.628 1.628 0 000-2.302 1.628 1.628 0 00-2.303 0 1.628 1.628 0 000 2.302z\"/></svg>\n </figure>\n </td>\n <td>pjsip.svg</td>\n <td><code>_includes/icons/simple-icons/pjsip.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pjsip\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>PlanGrid icon</title><path d=\"M16.6 0c2.6 0 4.262.009 5.828 1.574C23.99 3.141 24 4.794 24 7.401v9.2c0 2.6-.01 4.261-1.574 5.828C20.859 23.991 19.207 24 16.598 24h-9.2c-2.599 0-4.26-.009-5.827-1.574C.01 20.861 0 19.207 0 16.599v-9.2C0 4.8.01 3.138 1.574 1.572 3.141.01 4.793 0 7.4 0h9.201-.001zm4.398 11.151C20.57 6.578 16.684 3.002 12 3.002c-4.971 0-9 4.027-9 8.998 0 4.801 3.752 8.734 8.485 9h7.136c1.313-.003 2.375-1.066 2.379-2.381v-7.47l-.002.002zm-2.285 8.589c-.564 0-1.023-.46-1.023-1.024 0-.566.459-1.024 1.023-1.024.566 0 1.025.458 1.025 1.024 0 .564-.459 1.024-1.025 1.024zM12 18.949C8.163 18.945 5.055 15.836 5.051 12 5.055 8.164 8.163 5.055 12 5.051c3.836.004 6.945 3.113 6.949 6.949-.004 3.836-3.113 6.945-6.949 6.949z\"/></svg>\n </figure>\n </td>\n <td>plangrid.svg</td>\n <td><code>_includes/icons/simple-icons/plangrid.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"plangrid\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Platzi icon</title><path d=\"M10.64 1.127L2.487 9.282a3.842 3.842 0 000 5.436l8.155 8.155a3.842 3.842 0 005.436 0l2.719-2.718-2.719-2.718-2.718 2.718L5.204 12l8.155-8.155 5.437 5.437-5.437 5.436 2.718 2.719L21.514 12a3.842 3.842 0 000-5.437l-5.448-5.436a3.828 3.828 0 00-5.425 0Z\"/></svg>\n </figure>\n </td>\n <td>platzi.svg</td>\n <td><code>_includes/icons/simple-icons/platzi.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"platzi\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Player.me icon</title><path d=\"M11.981 0a8.957 8.957 0 0 0-8.956 8.957v.363C3.283 15.828 10.082 24 10.082 24V13.205c-1.638-.747-2.756-2.369-2.756-4.253a4.66 4.66 0 1 1 6.152 4.416l-.033.01v4.427c4.296-.713 7.531-4.401 7.531-8.845A8.959 8.959 0 0 0 12.017.001h-.038.002z\"/></svg>\n </figure>\n </td>\n <td>player-dot-me.svg</td>\n <td><code>_includes/icons/simple-icons/player-dot-me.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"player-dot-me\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Player FM icon</title><path d=\"M11.976 0a12 12 0 00-.347.012c-.323.021-.771.063-1.129.11-3.29.448-6.096 2.1-7.993 4.56a12.027 12.027 0 00-1.22 1.94 12 12 0 00-.173.358c-.092.198-.179.4-.261.603a12 12 0 00-.288.788l-.045.143A12 12 0 000 11.986v.037A12 12 0 0012 24a12 12 0 0011.939-10.79l.003-.024A12 12 0 0024 12.018v-.048a12 12 0 00-.769-4.182c-.04-.105-.081-.21-.125-.313a12 12 0 00-.226-.507c-1.487-3.15-4.299-5.59-7.698-6.506-.76-.208-1.978-.39-2.813-.444A12 12 0 0012.024 0h-.048zm2.321 2.88c.166.001.377.056.675.159 1.782.611 3.773 2.157 4.856 3.764.752 1.118 1.337 2.428 1.337 2.987 0 .358-.35.681-.725.681-.35 0-.708-.305-.804-.68-.13-.525-.83-1.852-1.345-2.534-.917-1.205-2.332-2.262-3.72-2.777-.979-.367-1.232-.795-.778-1.336.152-.182.29-.267.504-.265zm-3.885 1.4c.26.001.495.056.7.165 1.31.664 1.24 2.568-.122 3.092-1.686.637-2.533 1.319-3.084 2.437-1.153 2.34-.21 5.1 2.123 6.218 1.712.821 3.668.533 5.03-.725.62-.576.961-1.074 1.267-1.878.428-1.126.917-1.545 1.79-1.545 1.119 0 1.887.943 1.66 2.026-.463 2.13-2.253 4.27-4.42 5.275-1.196.55-1.851.69-3.362.69-1.485 0-2.131-.131-3.284-.655-3.144-1.424-5.075-4.83-4.673-8.21a8.123 8.123 0 015.511-6.734c.315-.105.603-.157.864-.156zm3.463.96c.217.004.499.105.914.306 1.686.803 3.083 2.279 3.834 4.035.28.672.14 1.109-.41 1.283-.42.123-.7-.104-1.066-.864-.681-1.441-1.65-2.437-3.013-3.11-.795-.384-.891-.471-.97-.847-.035-.2 0-.314.184-.532.157-.184.31-.276.527-.271zm-.398 2.443c.23-.001.496.108.84.334.961.629 2.044 1.983 2.044 2.55 0 .289-.28.656-.559.725-.376.097-.646-.087-1.04-.707-.427-.655-.925-1.153-1.44-1.415-.446-.227-.577-.402-.577-.769a.58.58 0 01.245-.515.727.727 0 01.487-.203z\"/></svg>\n </figure>\n </td>\n <td>playerfm.svg</td>\n <td><code>_includes/icons/simple-icons/playerfm.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"playerfm\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>PlayStation icon</title><path d=\"M8.985 2.596v17.548l3.915 1.261V6.688c0-.69.304-1.151.794-.991.636.181.76.814.76 1.505v5.876c2.441 1.193 4.362-.002 4.362-3.153 0-3.237-1.126-4.675-4.438-5.827-1.307-.448-3.728-1.186-5.391-1.502h-.002zm4.656 16.242l6.296-2.275c.715-.258.826-.625.246-.818-.586-.192-1.637-.139-2.357.123l-4.205 1.499v-2.385l.24-.085s1.201-.42 2.913-.615c1.696-.18 3.785.029 5.437.661 1.848.601 2.041 1.472 1.576 2.072s-1.622 1.036-1.622 1.036l-8.544 3.107v-2.297l.02-.023zM1.808 18.6c-1.9-.545-2.214-1.668-1.352-2.321.801-.585 2.159-1.051 2.159-1.051l5.616-2.013v2.313L4.206 17c-.705.271-.825.632-.239.826.586.195 1.637.15 2.343-.12L8.248 17v2.074c-.121.029-.256.044-.391.073-1.938.331-3.995.196-6.037-.479l-.012-.068z\"/></svg>\n </figure>\n </td>\n <td>playstation.svg</td>\n <td><code>_includes/icons/simple-icons/playstation.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"playstation\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>PlayStation 2 icon</title><path d=\"M7.46 13.779v.292h4.142v-3.85h3.796V9.93h-4.115v3.85zm16.248-3.558v1.62h-7.195v2.23H24v-.292h-7.168v-1.646H24V9.929h-7.487v.292zm-16.513 0v1.62H0v2.23h.292v-1.938H7.46V9.929H0v.292Z\"/></svg>\n </figure>\n </td>\n <td>playstation2.svg</td>\n <td><code>_includes/icons/simple-icons/playstation2.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"playstation2\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>PlayStation 3 icon</title><path d=\"M15.363 9.438h-3.148c-.97 0-1.447.6-1.447 1.38v2.366c0 .483-.228.83-.71.83H7.304c-.02 0-.035.017-.035.035v.47c0 .02.01.032.03.032h3.11c.97 0 1.45-.597 1.45-1.377V10.81c0-.484.225-.832.71-.832h2.782c.02 0 .04-.014.04-.033V9.47c0-.02-.02-.035-.04-.035zm-9.267 0H.038c-.022 0-.038.017-.038.035v.477c0 .02.016.036.038.036h5.694c.48 0 .71.347.71.83s-.228.83-.71.83H1.228c-.7 0-1.227.587-1.227 1.366v1.513c0 .02.02.037.04.037h1.03c.02 0 .04-.016.04-.037v-1.513c0-.48.28-.82.68-.82H6.1c.97 0 1.444-.595 1.444-1.375 0-.778-.473-1.38-1.442-1.38zm17.454 2.498c-.015-.015-.015-.04 0-.056.3-.25.45-.627.45-1.062 0-.778-.474-1.38-1.446-1.38h-6.057c-.02 0-.036.018-.036.038v.475c0 .02.02.04.04.04h5.7c.48 0 .715.35.715.83s-.23.83-.712.83h-5.7c-.02 0-.036.02-.036.04v.48c0 .02.016.034.037.034h5.7c.63.007.71.62.71.93v.06c0 .485-.23.833-.71.833h-5.7c-.02 0-.036.015-.036.034v.477c0 .02.015.037.036.037h6.05c.973 0 1.446-.645 1.446-1.38v-.057c0-.47-.15-.916-.45-1.19z\"/></svg>\n </figure>\n </td>\n <td>playstation3.svg</td>\n <td><code>_includes/icons/simple-icons/playstation3.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"playstation3\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>PlayStation 4 icon</title><path d=\"M12.305 13.18v-2.387c0-.487.227-.835.712-.835h2.99c.017 0 .035-.018.035-.036v-.475c0-.004 0-.008-.003-.012h-3.66c-.792.1-1.18.653-1.18 1.358v2.386c0 .483-.233.832-.71.832H7.335c-.018 0-.036.012-.036.036v.475c0 .02.01.035.023.04h3.584c.933-.025 1.393-.62 1.393-1.386zM.025 14.565h1.05c.013-.005.025-.02.025-.04v-1.52c0-.488.275-.824.676-.824H6.1c.974 0 1.446-.6 1.446-1.384 0-.706-.387-1.258-1.18-1.358H.006c0 .003-.006.005-.006.01v.475c0 .024.013.036.037.036h5.698c.484 0 .712.35.712.834s-.227.836-.712.836H1.227c-.7 0-1.226.592-1.226 1.373v1.52c0 .02.01.036.028.04zm16-.55h5.74c.017 0 .03.012.03.024v.483c0 .024.017.036.035.036h1.035c.018 0 .036-.01.036-.036v-.475c0-.018.02-.036.04-.036h1.028c.024 0 .036-.018.036-.036v-.484c0-.018-.01-.036-.035-.036h-1.03c-.02 0-.037-.017-.037-.035V9.958c0-.283-.104-.463-.28-.523h-.3c-.093.024-.195.067-.303.132l-6.182 3.817c-.24.15-.323.318-.263.445.048.104.185.182.454.182zm.896-.637l4.79-2.963c.03-.024.09-.018.09.048v2.963c0 .018-.015.036-.033.036H16.95c-.04 0-.06-.012-.065-.024-.006-.024.005-.042.036-.06z\"/></svg>\n </figure>\n </td>\n <td>playstation4.svg</td>\n <td><code>_includes/icons/simple-icons/playstation4.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"playstation4\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Pleroma icon</title><path d=\"M6.36 0A1.868 1.868 0 004.49 1.868V24h5.964V0zm7.113 0v12h4.168a1.868 1.868 0 001.868-1.868V0zm0 18.036V24h4.168a1.868 1.868 0 001.868-1.868v-4.096Z\"/></svg>\n </figure>\n </td>\n <td>pleroma.svg</td>\n <td><code>_includes/icons/simple-icons/pleroma.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pleroma\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Plesk icon</title><path d=\"M6.102 7.021v7.353h.736V7.02zm13.655.01v7.343h.735V7.032zm.735 4.633l2.479 2.71h1.019l-2.574-2.731L24 9.122h-.987zm-4.008-2.636c-.536 0-.972.125-1.31.378-.337.252-.505.609-.505 1.07 0 .26.049.474.148.642.1.168.226.306.38.415.154.108.328.198.522.267.194.07.39.134.59.19.175.049.342.1.5.152.158.052.297.117.418.194.12.077.216.17.286.278.07.109.104.244.104.405 0 .21-.095.388-.286.535-.19.147-.484.221-.88.221-.609 0-1.104-.245-1.485-.735l-.572.504c.286.315.59.54.913.678.322.136.693.204 1.11.204.272 0 .527-.033.766-.1a1.89 1.89 0 00.621-.294c.176-.13.316-.288.419-.478.102-.189.153-.402.153-.64 0-.26-.051-.474-.153-.646a1.46 1.46 0 00-.402-.436 2.284 2.284 0 00-.545-.289 13.019 13.019 0 00-.594-.205c-.161-.049-.317-.1-.467-.152a2.013 2.013 0 01-.397-.184.923.923 0 01-.275-.252.598.598 0 01-.104-.357c0-.203.075-.371.225-.504.15-.133.413-.2.787-.2.293 0 .546.055.759.163.213.109.41.278.594.51l.011.01.54-.494c-.272-.315-.556-.535-.853-.661a2.586 2.586 0 00-1.018-.19zm-14.688.041c-.588 0-1.187.095-1.796.284v7.626h.725v-2.72c.182.048.364.087.546.115a3.539 3.539 0 001.586-.11c.336-.102.635-.261.898-.478.263-.217.474-.494.636-.83.16-.336.241-.739.241-1.208 0-.385-.067-.742-.2-1.071a2.42 2.42 0 00-.572-.851 2.636 2.636 0 00-.898-.557c-.35-.133-.739-.2-1.166-.2zm8.886 0c-.322 0-.627.055-.914.163-.287.11-.54.275-.756.5a2.391 2.391 0 00-.515.845c-.126.34-.189.74-.189 1.202 0 .35.052.683.157.998.106.315.263.596.473.84.21.246.473.44.788.583.315.144.683.216 1.103.216.455 0 .844-.068 1.166-.205.322-.137.605-.338.85-.604l-.44-.462c-.204.224-.431.387-.683.488a2.226 2.226 0 01-.84.153c-.554 0-.992-.175-1.314-.526-.322-.35-.493-.822-.514-1.417h3.939c.013-.904-.176-1.592-.568-2.064-.392-.473-.973-.71-1.743-.71zm.031.62c.26 0 .487.04.683.121.196.08.355.187.478.32.122.133.217.295.284.484.066.189.1.392.1.609H9.074a2.126 2.126 0 01.494-1.103c.111-.126.264-.23.456-.31.193-.08.422-.12.688-.12zM1.86 9.7c.616 0 1.094.188 1.434.563.34.374.51.866.51 1.475 0 .659-.185 1.165-.552 1.518-.368.354-.863.53-1.486.53-.168 0-.342-.018-.52-.057a4.836 4.836 0 01-.52-.142V9.868c.182-.063.367-.107.557-.132.189-.024.38-.036.577-.036zm2.377 6.588v.692H8.66v-.692z\"/></svg>\n </figure>\n </td>\n <td>plesk.svg</td>\n <td><code>_includes/icons/simple-icons/plesk.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"plesk\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Plex icon</title><path d=\"M11.643 0H4.68l7.679 12L4.68 24h6.963l7.677-12-7.677-12\"/></svg>\n </figure>\n </td>\n <td>plex.svg</td>\n <td><code>_includes/icons/simple-icons/plex.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"plex\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Pluralsight icon</title><path d=\"M15.72 1.755C10.08-.301 3.811 2.625 1.771 8.25c-2.071 5.699.854 11.956 6.494 14.01 5.655 2.055 11.956-.87 14.01-6.51 2.057-5.67-.87-11.939-6.524-13.995h-.031zM12 24C5.4 24 0 18.6 0 12S5.4 0 12 0s12 5.4 12 12-5.4 12-12 12M8.926 5.805v12.391L19.68 12 8.926 5.805zm1.049 1.769L17.625 12l-7.65 4.426V7.574M6.449 7.155v9.689L14.85 12 6.449 7.155zm1.051 1.8L12.811 12 7.5 15.061V8.939\"/></svg>\n </figure>\n </td>\n <td>pluralsight.svg</td>\n <td><code>_includes/icons/simple-icons/pluralsight.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pluralsight\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Plurk icon</title><path d=\"M12.902 1.906a10.065 10.065 0 0 0-7.88 3.707 10.18 10.18 0 0 0-.283.357l.004-.003c.232-.196.473-.345.717-.445l.058-.023c.299-.112.602-.147.9-.088 1.44.289 2.19 2.609 1.675 5.183-.515 2.574-2.1 4.427-3.54 4.139-1.01-.202-1.678-1.405-1.812-2.992v-.005.052c-.003.132-.003.266 0 .4v.073l.002.059c.005.149.013.296.024.443.005.067.012.134.019.2a10.032 10.032 0 0 0 .961 3.443c.06.126.03.276-.078.363l-.277.226a.906.906 0 0 0-.29.97c0 .006.003.01.006.017a.955.955 0 0 0 .059.142l.05-.039.23-.174a.261.261 0 1 1 .316.416l-.245.186-.037.028 1.177 1.448a.91.91 0 0 0 1.275.131l.258-.21a.298.298 0 0 1 .374 0 10.05 10.05 0 0 0 6.527 2.181 10.042 10.042 0 0 0 5.572-1.855.298.298 0 0 1 .38.025l.163.156a.909.909 0 0 0 1.179.059l-.004-.004-.21-.197a.262.262 0 0 1 .358-.382l.225.21 1.26-1.326a.91.91 0 0 0-.033-1.282l-.263-.25a.297.297 0 0 1-.054-.36 10.06 10.06 0 0 0 1.103-6.671c.301-.278.853-.824 1.069-1.292.231-.502.29-1.02-.323-.792-.476.177-.842.291-1.286.19-1.417-3.593-4.847-6.193-8.851-6.4a9.71 9.71 0 0 0-.473-.014zM2.265 6.247a1.228 1.228 0 0 0-1.082 1.764 1.23 1.23 0 1 0 .754 2.236c.177-.124.306-.289.395-.47.186.342.46.627.778.823a5.59 5.59 0 0 0 .017.6c.102 1.228.62 2.16 1.401 2.316 1.114.223 2.34-1.21 2.738-3.2.399-1.99-.181-3.784-1.295-4.007-.434-.087-.885.08-1.298.432-.45.383-.854.988-1.14 1.73-.01-.002-.02-.003-.03-.007-.14-.04-.215-.131-.312-.152a1.23 1.23 0 0 0-.926-2.065zm2.862 1.244c.054 0 .107.004.16.015.726.143 1.104 1.312.844 2.608-.259 1.298-1.058 2.23-1.783 2.085-.493-.098-.824-.67-.905-1.433.181.07.37.113.56.122.527.024.871-.154 1.14-.513.346-.465.084-1.753-.374-1.92-.356-.13-.567.027-.884.05.16-.298.351-.544.557-.72.219-.185.453-.292.686-.295z\"/></svg>\n </figure>\n </td>\n <td>plurk.svg</td>\n <td><code>_includes/icons/simple-icons/plurk.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"plurk\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Plus Codes icon</title><path d=\"M2.578 14.583A2.58 2.58 0 010 12a2.58 2.58 0 012.578-2.584A2.58 2.58 0 015.156 12a2.58 2.58 0 01-2.578 2.583zm9.486-9.377a2.58 2.58 0 01-2.579-2.584A2.58 2.58 0 0112.064.038a2.58 2.58 0 012.578 2.584 2.58 2.58 0 01-2.578 2.584zm9.358 9.377A2.58 2.58 0 0118.844 12a2.58 2.58 0 012.578-2.584A2.58 2.58 0 0124 12a2.58 2.58 0 01-2.578 2.583zm-6.78 6.795a2.58 2.58 0 01-2.578 2.584 2.58 2.58 0 01-2.579-2.584 2.58 2.58 0 012.579-2.584 2.58 2.58 0 012.578 2.584m-2.578-6.795A2.58 2.58 0 019.485 12a2.58 2.58 0 012.579-2.584A2.58 2.58 0 0114.642 12a2.58 2.58 0 01-2.578 2.583Z\"/></svg>\n </figure>\n </td>\n <td>pluscodes.svg</td>\n <td><code>_includes/icons/simple-icons/pluscodes.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pluscodes\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Pocket icon</title><path d=\"M18.813 10.259l-5.646 5.419c-.32.305-.73.458-1.141.458-.41 0-.821-.153-1.141-.458l-5.646-5.419c-.657-.628-.677-1.671-.049-2.326.63-.657 1.671-.679 2.325-.05l4.511 4.322 4.517-4.322c.66-.631 1.697-.607 2.326.049.631.645.615 1.695-.045 2.326l-.011.001zm5.083-7.546c-.299-.858-1.125-1.436-2.041-1.436H2.179c-.9 0-1.717.564-2.037 1.405-.094.25-.142.511-.142.774v7.245l.084 1.441c.348 3.277 2.047 6.142 4.682 8.139.045.036.094.07.143.105l.03.023c1.411 1.03 2.989 1.728 4.694 2.072.786.158 1.591.24 2.389.24.739 0 1.481-.067 2.209-.204.088-.029.176-.045.264-.06.023 0 .049-.015.074-.029 1.633-.36 3.148-1.036 4.508-2.025l.029-.031.135-.105c2.627-1.995 4.324-4.862 4.686-8.148L24 10.678V3.445c0-.251-.031-.5-.121-.742l.017.01z\"/></svg>\n </figure>\n </td>\n <td>pocket.svg</td>\n <td><code>_includes/icons/simple-icons/pocket.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pocket\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Pocket Casts icon</title><path d=\"M12,0C5.372,0,0,5.372,0,12c0,6.628,5.372,12,12,12c6.628,0,12-5.372,12-12 C24,5.372,18.628,0,12,0z M15.564,12c0-1.968-1.596-3.564-3.564-3.564c-1.968,0-3.564,1.595-3.564,3.564 c0,1.968,1.595,3.564,3.564,3.564V17.6c-3.093,0-5.6-2.507-5.6-5.6c0-3.093,2.507-5.6,5.6-5.6c3.093,0,5.6,2.507,5.6,5.6H15.564z M19,12c0-3.866-3.134-7-7-7c-3.866,0-7,3.134-7,7c0,3.866,3.134,7,7,7v2.333c-5.155,0-9.333-4.179-9.333-9.333 c0-5.155,4.179-9.333,9.333-9.333c5.155,0,9.333,4.179,9.333,9.333H19z\"/></svg>\n </figure>\n </td>\n <td>pocketcasts.svg</td>\n <td><code>_includes/icons/simple-icons/pocketcasts.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pocketcasts\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Pokémon icon</title><path d=\"M4.463 11.691c-.081-.436-.651-.676-1.217-.368l.146.498.23.737.104.335c.423-.272.85-.599.737-1.203zm-.562.67a56.82 56.82 0 0 0-.197-.636l-.059-.203a.54.54 0 0 1 .33.033c.053.026.146.084.166.196.047.25-.037.429-.24.608zm9.108-1.362a.774.774 0 1 0-.963 1.207l1.018-1.153a1.058 1.058 0 0 0-.055-.054zm-.961.812a.5.5 0 0 1 .618-.707zm7.551.225a.375.375 0 0 1 .013.105c-.01.215-.213.382-.454.37-.241-.008-.43-.191-.42-.405.007-.203.187-.362.409-.372a.712.712 0 0 0-.132-.017c-.405-.017-.735.27-.748.626-.017.38.289.692.686.709.406.015.735-.272.75-.651a.625.625 0 0 0-.103-.365m-12.255.436c0 .216-.197.39-.438.39-.242 0-.438-.173-.438-.39 0-.202.173-.368.394-.388a.736.736 0 0 0-.132-.012c-.404 0-.723.3-.723.656 0 .382.32.68.716.68.405 0 .723-.298.723-.68a.605.605 0 0 0-.119-.358c.01.03.017.065.017.102m14.768-2.185l-.18.739-.166-.82-2.218-.487.016 1.233.334.075-.024.223-.01-.007c-.414-.218-.927-.24-1.41-.058-.163.06-.314.143-.45.242l-.335-2.112h-1.475l-.04.244h-1.553l-.177 1.085-.13-.159a1.986 1.986 0 0 0-1.525-.73l1.318-.709-.918-1.37-1.663 1.913.287.35a2.19 2.19 0 0 0-.674.429L9.696 9.104l-.497.953.019-.916-2.226.712.057 1.196.379-.098.056.605c-.433-.193-.954-.19-1.436.014a2.12 2.12 0 0 0-.399.229 1.695 1.695 0 0 0-.077-1.058 1.904 1.904 0 0 0-.817-.9 1.958 1.958 0 0 0-.865-.308c-.77-.135-1.696.003-2.606.392a6.339 6.339 0 0 0-.928.483L0 10.634l.215.363.667 1.127s.204.346.205.345l.361-.177.05-.023 1.658 3.7.16.355.37-.118.896-.288.394-.125-.104-.4-.476-1.829c.137-.101.264-.209.383-.321-.027.219-.013.44.047.652.124.443.416.793.818.986.435.21.965.21 1.456.002.247-.104.467-.257.651-.439l.068.728 1.57-.231-.002-1.407 3.282 1.62v-1.57a3.335 3.335 0 0 0 1.347-.436l-.138.843 1.77.279.097-.637.461.854.283-.545.104.895 2.005.352-.106-.674a1.817 1.817 0 0 0 1.038-.198l-.08.718 1.336.189.01.547 1.39.438L24 10.745zm-7.839.81l.092-.097-.112.69-.289-.262zm-1.177-2.813l.487.661-1.39.689-.097-.146zm-9.202 5.091l.555 2.128-.898.287-1.841-4.112c-.1.053-.284.14-.455.223L.59 10.775c.266-.169.556-.319.865-.45.868-.369 1.697-.48 2.36-.362.233.027.481.095.7.24.298.168.525.406.657.711.32.74-.215 1.807-1.276 2.461zm4.126-.378c-.01.318-.127.634-.321.903a1.797 1.797 0 0 1-.749.605c-.779.33-1.557 0-1.764-.74-.203-.714.266-1.565 1.02-1.89.483-.202.966-.155 1.312.08.213.146.377.364.453.637a1.33 1.33 0 0 1 .049.406zm4.236 1.504l-3.254-1.629.006 1.707-.843.115-.059-.703c.26-.446.355-.972.22-1.454a1.526 1.526 0 0 0-.4-.68l-.121-1.433-.377.098-.017-.362 1.352-.404.083 1.396.997-1.4.974.927-1.362 1.436 1.28.507c.142.27.36.5.634.67.264.163.568.26.889.291v.918zm-1.69-2.36l-.454-.174.423-.41c-.019.188-.01.385.03.584zm3.542.427c-.312.259-.67.427-1.139.54a2.216 2.216 0 0 1-.302.051c-.747.073-1.374-.27-1.612-.826a1.191 1.191 0 0 1-.069-.209c-.11-.468-.016-.887.215-1.215a1.47 1.47 0 0 1 .235-.261 1.87 1.87 0 0 1 .812-.413c.712-.171 1.339.046 1.723.517l-1.355 1.444a.978.978 0 0 0 .345-.033c.323-.079.504-.25.663-.436l.542.486.164.15a3.016 3.016 0 0 1-.222.205zm2.877 1.927l-.294-1.954-.418 1.078-.625-1.348h-.007l-.246 1.56-1.041-.18.146-.87a4.17 4.17 0 0 0 .116-.114l.338-.348-.329-.294.35-2.073h1.05l.262 1.436.294-1.663h.752l.312 2.026c-.396.451-.59 1.06-.456 1.615a1.478 1.478 0 0 0 .865 1.035l.04.263zm2.595-.637a1.64 1.64 0 0 1-.377.2 1.397 1.397 0 0 1-.773.077 1.153 1.153 0 0 1-.448-.19 1.118 1.118 0 0 1-.43-.655c-.08-.336-.007-.696.174-1.012.091-.154.207-.298.344-.423.152-.137.33-.25.527-.325.459-.172.912-.112 1.23.116a1.08 1.08 0 0 1 .422.633c.098.406-.018.838-.274 1.187a1.75 1.75 0 0 1-.395.392zm2.343 1.841l-.77-.229-.066-2.838-.388 2.19-.84-.135.062-.63c.547-.464.838-1.195.679-1.856a1.457 1.457 0 0 0-.434-.744l.071-.743-.317-.085.02-.396 1.448.29.487 2.308.499-2.069 1.1.244z\"/></svg>\n </figure>\n </td>\n <td>pokemon.svg</td>\n <td><code>_includes/icons/simple-icons/pokemon.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pokemon\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Poly icon</title><path d=\"M8.569 16.102c-2.244 0-4.064-1.834-4.064-4.096s1.82-4.095 4.064-4.095c2.244 0 4.063 1.833 4.063 4.095 0 2.262-1.82 4.096-4.063 4.096zm11.019-5.671l-4.296 2.5.02-.118.012-.104.014-.173v-.013l.001-.012.009-.211.001-.232-.003-.168-.01-.24-.016-.22-.024-.239-.016-.13-.034-.233-.04-.228-.047-.223-.052-.219-.037-.135-.062-.211-.07-.207-.061-.168-.08-.2-.087-.195-.092-.19-.099-.189-.105-.185-.01-.015-.113-.183-.12-.18-.127-.176-.135-.175-.143-.172-.016-.02-.152-.17-.16-.168-.168-.167-.179-.166-.014-.013-.189-.165-.201-.166-.202-.158-.226-.167-.245-.172-.183-.124-.28-.181-.316-.197-.105-.063-.388-.23-.096-.057-.244-.142L1.705 0v3.175l4.296 2.5-.11.041-.096.042-.156.074-.012.006-.01.006-.186.098-.2.114-.142.087-.202.13-.181.124-.193.14-.106.08-.182.145-.175.149-.168.152-.162.155-.098.1-.15.16-.143.163-.114.14-.131.169-.125.172-.117.176-.112.18-.107.185-.01.017-.099.19-.094.194-.088.199-.082.204-.077.211-.009.025-.07.217-.065.223-.06.23-.053.24-.004.02-.047.246-.042.258-.034.256-.031.281-.026.299-.014.223-.016.334-.01.374-.003.125-.004.452V24l2.727-1.588v-5l.092.077.083.063.143.099.01.006.007.005.178.114.2.118.144.08.214.112.195.096.219.1.114.048.218.087.217.08.217.071.215.064.132.035.214.051.214.044.173.03.213.03.212.022.206.015.213.008h.227l.215-.008.216-.015.216-.022.22-.031.221-.039.02-.004.224-.047.226-.055.23-.065.233-.074.013-.004.238-.083.245-.093.233-.096.259-.115.272-.128.194-.097.298-.154.33-.18.102-.057.394-.225.094-.054.244-.142 8.697-5.06-2.728-1.588Z\"/></svg>\n </figure>\n </td>\n <td>poly.svg</td>\n <td><code>_includes/icons/simple-icons/poly.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"poly\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Polymer Project icon</title><path d=\"M14.4 3.686L7.2 16.16 4.8 12l4.8-8.314H4.8L0 12l2.4 4.159 2.4 4.155h4.8l7.2-12.469L19.2 12l-4.8 8.314h4.8l2.4-4.155L24 12l-2.4-4.155-2.4-4.159Z\"/></svg>\n\n </figure>\n </td>\n <td>polymerproject.svg</td>\n <td><code>_includes/icons/simple-icons/polymerproject.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"polymerproject\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Porsche icon</title><path d=\"M11.972 0A25.68 25.68 0 0 0 9.93.091a27.858 27.858 0 0 0-4.248.685 23.565 23.565 0 0 0-2.975.966l-.06.022s.118 7.243.21 10.831a9.934 9.934 0 0 0 .569 3.098 14.899 14.899 0 0 0 1.622 3.214A12.884 12.884 0 0 0 7.56 21.66a11.234 11.234 0 0 0 1.192.873 15.214 15.214 0 0 0 2.038 1.031c.233.098.436.192.62.255A4.58 4.58 0 0 0 12 24a4.58 4.58 0 0 0 .59-.182c.182-.063.387-.156.62-.255a15.22 15.22 0 0 0 2.037-1.031 11.25 11.25 0 0 0 1.194-.873 12.88 12.88 0 0 0 2.511-2.752 14.889 14.889 0 0 0 1.622-3.214 9.934 9.934 0 0 0 .57-3.098c.091-3.588.21-10.827.21-10.827a.635.635 0 0 0-.057-.026 23.564 23.564 0 0 0-2.976-.966 27.856 27.856 0 0 0-4.248-.684A26.068 26.068 0 0 0 12.031 0zm0 .361h.057c.679.008 1.288.03 1.963.09a26.585 26.585 0 0 1 4.084.663 22.53 22.53 0 0 1 2.861.937.619.619 0 0 1 .057.025l-.038 2.274a.113.113 0 0 0-.019-.01 22.55 22.55 0 0 0-2.86-.937 26.61 26.61 0 0 0-4.085-.662c-.675-.06-1.281-.1-1.96-.108h-.058c-.679.009-1.29.048-1.965.108a26.608 26.608 0 0 0-4.084.665 22.547 22.547 0 0 0-2.861.938.116.116 0 0 0-.02.01l-.038-2.281.058-.022a22.527 22.527 0 0 1 2.86-.937A26.581 26.581 0 0 1 10.01.45c.675-.06 1.284-.08 1.963-.089zm.288.216a16.633 16.633 0 0 0-.902.008c-.121.005-.288.109-.29.23l-.007.648c-.002.132.172.236.305.239.462.01.87.002 1.318.03.033.003.062.023.062.056l-.003.13a.042.042 0 0 1-.045.046c-.521 0-1.066-.025-1.593.017-.028.002-.027-.005-.028.023l-.024.384-.002.03a16.318 16.318 0 0 1 1.882 0 .32.32 0 0 0 .305-.262l.006-.627c0-.129-.158-.224-.261-.23-.442-.028-.945-.013-1.394-.025a.046.046 0 0 1-.044-.05l.009-.145c0-.028.019-.036.047-.037.444-.016 1.107.005 1.562.019a.072.072 0 0 0 .06-.07V.674c0-.017-.032-.067-.063-.068V.605a33.113 33.113 0 0 0-.9-.028zm-1.88.064c-.423.008-1.341.125-1.862.19L8.515 2.64v.023l.47-.06a.014.014 0 0 0 .01-.006.014.014 0 0 0 .003-.01v-.523l.947-.102c.083-.015.18.046.256.169a.88.88 0 0 1 .114.339l.467-.035c.01 0 .03 0 .028-.01a.988.988 0 0 0-.307-.663.316.316 0 0 0 .197-.31 4.34 4.34 0 0 0-.022-.564.32.32 0 0 0-.3-.247zm3.59.019a.404.404 0 0 0-.413.332l-.01 1.195a.312.312 0 0 0 .24.289c.61.057 1.21.112 1.89.215.011 0 .032-.007.032-.017v-.416c0-.009-.02-.028-.027-.03-.454-.057-1.053-.137-1.589-.193a.076.076 0 0 1-.058-.07v-.812c0-.034.05-.052.084-.05.529.044 1.056.14 1.584.197.014.002.036-.007.037-.021l.01-.382a.037.037 0 0 0-.029-.033 36.382 36.382 0 0 0-1.75-.204zm1.98.237c-.012 0-.022.014-.022.025-.006.274-.045 1.457-.053 1.772v.027c.155.027.326.048.453.074.014.002.035-.008.035-.022-.002-.207 0-.448-.004-.636 0-.013.006-.014.02-.012a31.392 31.392 0 0 1 1.102.22c.008 0 .052.007.052.03-.003.217-.007.4-.013.617a.041.041 0 0 0 .027.04c.145.033.283.067.42.1.037.008.043.001.044-.012.022-.451.03-1.174.036-1.784 0-.008-.003-.02-.01-.022-.153-.035-.297-.072-.453-.105-.014-.003-.022.02-.023.035-.015.223-.009.43-.026.652 0 .008 0 .012-.009.01-.37-.076-.765-.158-1.132-.227-.01-.002-.006-.02-.005-.031l.003-.653a.033.033 0 0 0-.026-.03 23.196 23.196 0 0 0-.417-.068zM7.934.92a.303.303 0 0 0-.037 0c-.543.086-1.089.201-1.64.32a.5.5 0 0 0-.23.143.322.322 0 0 0-.102.205l.004 1.118a.434.434 0 0 0 .106.266.24.24 0 0 0 .204.11 38.518 38.518 0 0 1 1.633-.323.497.497 0 0 0 .268-.166.362.362 0 0 0 .098-.23L8.236 1.2a.28.28 0 0 0-.11-.198.303.303 0 0 0-.191-.08zm2.157.197a.076.076 0 0 1 .08.069l.003.189a.172.172 0 0 1-.14.166l-1.062.104-.009-.008V1.23l.009-.004 1.111-.108a.076.076 0 0 1 .008 0zm-2.52.29a.167.167 0 0 1 .078.022.117.117 0 0 1 .054.106l-.009.704a.125.125 0 0 1-.049.105.291.291 0 0 1-.12.047 61.16 61.16 0 0 1-.997.19.106.106 0 0 1-.088-.017.133.133 0 0 1-.03-.1v-.726a.143.143 0 0 1 .04-.097.243.243 0 0 1 .12-.06c.29-.054.67-.129.968-.172a.167.167 0 0 1 .033-.002zm10.81 0l-.001.001c-.008 0-.008.012-.008.019-.014.606-.03 1.167-.035 1.773 0 .013.006.03.018.033a22.245 22.245 0 0 1 2.158.7c.032.011.031-.013.031-.022.003-.138.01-.278.003-.416a.041.041 0 0 0-.025-.033 16.602 16.602 0 0 0-1.66-.541.028.028 0 0 1-.019-.026l.008-.18c0-.008.014-.01.022-.008a21.848 21.848 0 0 1 1.67.542c.01.003.01-.01.01-.019a5.121 5.121 0 0 0 0-.468.029.029 0 0 0-.02-.026 21.457 21.457 0 0 0-1.638-.523c-.008-.002-.018-.01-.018-.018v-.192c0-.008.013-.013.021-.01.564.144 1.184.36 1.615.519.038.014.06.008.06-.027 0-.157.006-.168-.002-.324-.002-.02-.004-.04-.022-.047a21.383 21.383 0 0 0-2.169-.707zm-12.97.064a.365.365 0 0 0-.084.009c-.65.166-1.303.414-1.956.652a.063.063 0 0 0-.03.052V3.65l.003.33s.471-.177.573-.21c.013-.004.013-.017.013-.031l-.01-.52c0-.015.002-.037.016-.04l1.625-.502a.306.306 0 0 0 .138-.101.237.237 0 0 0 .052-.156l-.017-.683a.272.272 0 0 0-.119-.197.365.365 0 0 0-.204-.068zm-.286.496c.036-.01.07.031.072.063a1.86 1.86 0 0 1 .012.25c-.001.045-.066.097-.11.11l-1.184.386c-.011.004-.031 0-.031-.012l.002-.358c0-.017.02-.031.036-.036a10.796 10.796 0 0 1 1.203-.403zm6.967.981c.653.01 1.246.03 1.9.088a26.591 26.591 0 0 1 4.083.663 22.501 22.501 0 0 1 2.861.937.107.107 0 0 1 .014.007 89.441 89.441 0 0 0-.007.448h-8.851zm-.317.002l-.001 4.618H8.827c-.043-.004-.015-.023.015-.052a1.71 1.71 0 0 1 .715-.312c.022-.002.028-.014-.003-.054a.898.898 0 0 0-.93-.212.985.985 0 0 0-.624.603.04.04 0 0 1-.04.031 6.734 6.734 0 0 1-.47.013c-.025 0-.037-.032-.035-.056a.737.737 0 0 1 .343-.484 1.1 1.1 0 0 1 .519-.178.04.04 0 0 0 .02-.063.515.515 0 0 0-.105-.093.758.758 0 0 0-.504-.077 1.053 1.053 0 0 0-.948.964c-.01.06.006.074-.053.094-.112.038-.322.064-.434.088-.02.003-.05-.043-.045-.063a1.309 1.309 0 0 1 .244-.522 1.006 1.006 0 0 1 .342-.291c.026-.013.05-.044.026-.064-.253-.22-.771.012-.98.241a1.37 1.37 0 0 0-.275.91c0 .016.014.041 0 .047a4.942 4.942 0 0 1-.4.15c-.012.003-.014-.028-.016-.04a.93.93 0 0 1 .147-.677.661.661 0 0 1 .244-.241c.01-.006.008-.018 0-.028-.115-.149-.569-.042-.708.094-.32.312-.297.615-.312 1.097-.001.023-.03.111-.056.123a.57.57 0 0 1-.184.07c-.021.006-.023.014-.028-.007a.39.39 0 0 0-.57-.222.356.356 0 0 0-.077.532c.015.017.02.034-.003.041a.42.42 0 0 0-.275.534.336.336 0 0 0 .296.21.628.628 0 0 0 .37-.108.043.043 0 0 1 .06.01.386.386 0 0 0 .531.124c.162-.107.234-.273.114-.559-.007-.016.02-.046.034-.054a6.615 6.615 0 0 1 3.144-.88 1.78 1.78 0 0 1 .456.101.094.094 0 0 1 .023.008l.002.941a.19.19 0 0 1-.034.025 1.005 1.005 0 0 0-.432.55c-.004.017-.006.021-.035.024-.193.019-.399.047-.591.062-.011.002-.032-.019-.028-.03a1.87 1.87 0 0 1 .725-.908.057.057 0 0 0 .01-.067.375.375 0 0 0-.168-.093 1.087 1.087 0 0 0-.895.362 1.418 1.418 0 0 0-.312.875c-.001.022.003.058-.019.065-.124.039-.261.074-.39.11-.015.004-.035-.011-.038-.027a1.006 1.006 0 0 1 .486-1.03c.051-.04-.038-.102-.102-.102a.963.963 0 0 0-.913.53 1.301 1.301 0 0 0-.03.793c.003.023.019.063-.006.069-.079.019-.265.09-.323.108-.021.007-.035-.003-.047-.03a1.041 1.041 0 0 1-.021-.488 1.102 1.102 0 0 1 .268-.493c.008-.01.011-.032 0-.037a.54.54 0 0 0-.378-.025.74.74 0 0 0-.477.38c-.159.297-.118.583.051 1.005.008.02.018.058 0 .07l-.137.08c-.017.013-.032.002-.044-.015-.055-.078-.124-.202-.21-.24a.415.415 0 0 0-.428.035.406.406 0 0 0-.12.431.875.875 0 0 0 .1.152c.01.014-.001.036-.013.047-.059.052-.14.09-.188.14a.395.395 0 0 0-.01.471.365.365 0 0 0 .45.123 1.624 1.624 0 0 0 .232-.122c.027-.018.045-.051.07-.025a.546.546 0 0 0 .224.153.427.427 0 0 0 .354-.062.305.305 0 0 0 .168-.338.875.875 0 0 0-.143-.27c-.033-.035-.035-.033 0-.054a7.435 7.435 0 0 1 1.66-.724 5.024 5.024 0 0 1 1.69-.207h.046l.003 1.949H3.206c-.054-2.133-.116-5.51-.156-7.836a.113.113 0 0 1 .014-.007 22.499 22.499 0 0 1 2.86-.937 26.59 26.59 0 0 1 4.084-.663 23.38 23.38 0 0 1 1.768-.086zm-3.088.816a1.237 1.237 0 0 0-.693.232c-.286.188-.456.773-.49.982a.044.044 0 0 1-.04.036 5.998 5.998 0 0 0-.676.125c-.007.001-.012-.01-.012-.017a.983.983 0 0 1 .258-.59 3.506 3.506 0 0 1 .493-.396c.013-.011.004-.045-.012-.051a1.035 1.035 0 0 0-.797.012 1.129 1.129 0 0 0-.675.867 2.062 2.062 0 0 0-.029.41c.002.017-.03.018-.045.023-.246.077-.504.167-.71.236-.01.004-.039.002-.039-.01a1.168 1.168 0 0 1 .175-.655c.12-.195.343-.305.505-.469.011-.012.028-.044.011-.051-.41-.165-.797.004-1.124.375a1.395 1.395 0 0 0-.2 1.124c.009.036 0 .075-.019.083a1.805 1.805 0 0 1-.23.089.025.025 0 0 1-.033-.02c-.093-.296-.44-.238-.597-.148a.361.361 0 0 0-.139.489.031.031 0 0 1-.01.044.442.442 0 0 0-.205.596.352.352 0 0 0 .428.137 1.208 1.208 0 0 0 .246-.129.027.027 0 0 1 .03.004.393.393 0 0 0 .566.08c.115-.082.16-.096.204-.244a.39.39 0 0 0-.09-.3c-.012-.01-.001-.04.013-.047A9.692 9.692 0 0 1 8.947 5.51a2.35 2.35 0 0 1 1.446.553.072.072 0 0 0 .062.031.098.098 0 0 0 .054-.056.66.66 0 0 0-.204-.678 1.21 1.21 0 0 0-.612-.344c-.012-.003-.02-.029-.01-.037a.968.968 0 0 1 .335-.22 3.587 3.587 0 0 1 .605-.05c.014-.001.035-.015.03-.028a.606.606 0 0 0-.527-.4 1.325 1.325 0 0 0-.693.1 1.118 1.118 0 0 0-.5.553.036.036 0 0 1-.032.02 12.139 12.139 0 0 0-.594-.007c-.014 0-.035 0-.035-.014a.943.943 0 0 1 .255-.517 1.989 1.989 0 0 1 .68-.386c.019-.006.04-.036.029-.051a.549.549 0 0 0-.201-.17 1.237 1.237 0 0 0-.347-.041zm3.405 1.607h8.845c-.012.686-.025 1.433-.04 2.195h-8.805zM8.681 7.801l6.666.003a.016.016 0 0 1 .017.013l-.002 5.138a2.354 2.354 0 0 1-.143.764 3.327 3.327 0 0 1-1.44 1.725 3.468 3.468 0 0 1-1.74.491 3.512 3.512 0 0 1-2.26-.86 3.078 3.078 0 0 1-1.105-2.31L8.667 7.82c0-.013.001-.019.014-.019zm6.994.086h5.217c-.012.645-.025 1.296-.034 1.926h-5.183V8.318zm-6.839.071c-.013 0-.014.005-.014.018l.007 4.753a2.97 2.97 0 0 0 1.054 2.225 3.333 3.333 0 0 0 2.153.827 3.284 3.284 0 0 0 1.66-.473 3.193 3.193 0 0 0 1.374-1.66 2.28 2.28 0 0 0 .136-.734l.002-4.94a.015.015 0 0 0-.016-.014zm4.436.304a.101.101 0 0 1 .001 0 .11.11 0 0 1 .087.071l.242.715a.079.079 0 0 1-.003.07.066.066 0 0 1-.054.024.065.065 0 0 1-.063-.044l-.038-.125h-.33l-.036.128c-.01.04-.04.044-.071.044a.063.063 0 0 1-.044-.028.057.057 0 0 1-.01-.052l.232-.728a.101.101 0 0 1 .087-.075zm-.763.007a.226.226 0 0 1 .023 0 .232.232 0 0 1 .235.157.046.046 0 0 1-.031.059.053.053 0 0 1-.07-.02.166.166 0 0 0-.132-.09.151.151 0 0 0-.133.1.498.498 0 0 0-.055.222.524.524 0 0 0 .046.228.159.159 0 0 0 .154.102.233.233 0 0 0 .166-.243v-.039h-.135a.057.057 0 0 1-.059-.063c0-.023.007-.05.059-.05h.192c.064 0 .073.048.073.09a.792.792 0 0 1-.011.152.399.399 0 0 1-.15.236.301.301 0 0 1-.15.043.257.257 0 0 1-.227-.145.618.618 0 0 1-.073-.31.577.577 0 0 1 .08-.304.226.226 0 0 1 .198-.125zm-2.988.002a.318.318 0 0 1 .004 0c.183.002.243.111.243.15 0 .035-.061.08-.095.039a.2.2 0 0 0-.157-.068.143.143 0 0 0-.15.096.114.114 0 0 0 .094.135.61.61 0 0 1 .267.08h-.001a.202.202 0 0 1 .081.18.247.247 0 0 1-.067.175.327.327 0 0 1-.247.088.297.297 0 0 1-.263-.14c-.004-.01-.01-.063.034-.078a.084.084 0 0 1 .082.026.239.239 0 0 0 .156.063.223.223 0 0 0 .148-.05.105.105 0 0 0 .024-.116.219.219 0 0 0-.193-.098.25.25 0 0 1-.172-.07.25.25 0 0 1-.069-.196.219.219 0 0 1 .1-.163.318.318 0 0 1 .181-.053zm1.649 0a.06.06 0 0 1 .001 0 .06.06 0 0 1 .006 0h.355a.06.06 0 1 1 0 .12l-.114.002v.682a.063.063 0 0 1-.125 0v-.683h-.116a.06.06 0 0 1-.007-.12zm.56 0a.06.06 0 0 1 .001 0 .06.06 0 0 1 .006 0h.354a.06.06 0 1 1 0 .12l-.114.002v.682a.063.063 0 0 1-.125 0v-.683h-.115a.06.06 0 0 1-.007-.12zm2.74 0a.06.06 0 0 1 .002 0 .06.06 0 0 1 .006 0h.353a.06.06 0 1 1 0 .12l-.112.002v.682a.063.063 0 0 1-.125 0v-.683h-.116a.06.06 0 0 1-.007-.12zm-.677.004a.063.063 0 0 1 .012 0h.19a.364.364 0 0 1 .208.058.278.278 0 0 1 .108.206.235.235 0 0 1-.071.198.305.305 0 0 1-.117.075l-.02.007.158.2a.086.086 0 0 1 .023.056c-.002.032-.023.05-.06.05a.066.066 0 0 1-.056-.027l-.187-.258h-.117v.23a.059.059 0 0 1-.063.067.06.06 0 0 1-.062-.067v-.726a.073.073 0 0 1 .016-.05.063.063 0 0 1 .038-.019zm-3.87.002a.06.06 0 0 1 .003 0h.357a.06.06 0 0 1 0 .121h-.116v.684a.063.063 0 0 1-.125 0v-.684h-.116a.06.06 0 0 1-.003-.12zm.583 0a.063.063 0 0 1 .002 0 .063.063 0 0 1 .065.064v.471a.258.258 0 0 0 .037.151.146.146 0 0 0 .127.056.138.138 0 0 0 .125-.056.265.265 0 0 0 .035-.15V8.34h.001a.063.063 0 0 1 .125 0v.432a.474.474 0 0 1-.056.262.25.25 0 0 1-.228.104.26.26 0 0 1-.23-.104.456.456 0 0 1-.061-.262V8.34a.063.063 0 0 1 .058-.063zm3.354.115v.328h.13a.18.18 0 0 0 .2-.174.15.15 0 0 0-.051-.109.178.178 0 0 0-.13-.045zm-.584.015l-.136.469h.278zm-1.14 1.005c.011 0 .021.002.022.011.002.018-.016.029-.042.042a.206.206 0 0 0-.094.08.31.31 0 0 0-.039.163.115.115 0 0 0 .063.079.298.298 0 0 0 .142.028.502.502 0 0 0 .215-.063.581.581 0 0 1 .276-.02.341.341 0 0 1 .194.063c.024.017.02.038.011.04-.014.005-.029-.012-.044-.01a.674.674 0 0 0-.142.03c-.06.027-.087.037-.116.09a.099.099 0 0 0-.007.073c.01.024.035.04.04.057a.446.446 0 0 0 .064.125.205.205 0 0 0 .03.023 2.668 2.668 0 0 1 .282.243.26.26 0 0 1 .04.093c.003.012-.007.03-.018.025a.255.255 0 0 1-.036-.029.178.178 0 0 0-.053-.039.368.368 0 0 0-.176-.025c-.027 0-.081.024-.05.036a.357.357 0 0 1 .132.116.43.43 0 0 1 .107.31c0 .006-.012.01-.015.006a.359.359 0 0 0-.102-.109.324.324 0 0 0-.21-.062c-.015.001-.06 0-.055.014a1.19 1.19 0 0 1 .123.191.562.562 0 0 1 .039.276c-.001.005-.02.01-.023.005a.61.61 0 0 0-.077-.076.349.349 0 0 0-.094-.06.29.29 0 0 0-.204.028.325.325 0 0 0-.13.132.492.492 0 0 0-.062.205.46.46 0 0 0 .042.257.368.368 0 0 0 .19.164.955.955 0 0 0 .334.044c.139.005.278-.016.417-.02a1.943 1.943 0 0 1 .396.003.88.88 0 0 1 .3.12 2.64 2.64 0 0 1 .215.183c.008.006.026-.003.035-.009a.462.462 0 0 0 .131-.233.346.346 0 0 0-.056-.246c-.047-.085-.116-.18-.17-.27a2.962 2.962 0 0 1-.202-.296.305.305 0 0 1-.017-.221.238.238 0 0 1 .107-.128c.011-.007.022.006.017.021a.184.184 0 0 0-.008.112.32.32 0 0 0 .089.14c.013.01.047-.005.055-.021.018-.043.007-.11.023-.154a.619.619 0 0 1 .108-.226 1.47 1.47 0 0 1 .36-.196c.033-.019.054-.105.091-.091.037.013.017.1-.011.142-.04.062-.087.1-.131.156a1.536 1.536 0 0 0-.157.247.222.222 0 0 0-.029.137.14.14 0 0 0 .073.094c.022.01.05-.01.07-.025a.385.385 0 0 0 .097-.103c.023-.038.01-.089.032-.128.006-.009.03-.007.037 0a.139.139 0 0 1 .044.084.393.393 0 0 1-.01.113c-.003.008-.024.027-.031.045a.244.244 0 0 1-.02.04c-.036.063-.078.116-.125.126-.01.001-.017.021-.01.03a.391.391 0 0 0 .113.132.198.198 0 0 0 .152.01c.027-.008.048-.027.079-.037.013-.004.005.004.005.017a.27.27 0 0 1-.015.086.19.19 0 0 1-.075.083.395.395 0 0 1-.166.05c-.027.005-.068.025-.058.051a.256.256 0 0 0 .042.085.122.122 0 0 0 .08.039.205.205 0 0 0 .125-.036c.04-.026.061-.074.096-.108.007-.006.026 0 .026.01a.36.36 0 0 1-.041.158.497.497 0 0 1-.128.138c-.015.013-.033.029-.033.049a.2.2 0 0 0 .044.084.134.134 0 0 0 .083.054.269.269 0 0 0 .1 0c.013 0 .01.023-.001.031a.253.253 0 0 1-.117.068.25.25 0 0 1-.128.008c-.081-.02-.134-.05-.214-.073a.23.23 0 0 0-.135-.009.227.227 0 0 0-.106.083.133.133 0 0 0-.03.064c-.006.063.025.13.005.192a1.415 1.415 0 0 1-.081.234 1.314 1.314 0 0 1-.115.165c-.04.054-.093.074-.12.133a.638.638 0 0 1-.038.063.515.515 0 0 0-.058.229.452.452 0 0 0 .085.209l.153.237a.149.149 0 0 1 .009.083.088.088 0 0 1-.044.07.893.893 0 0 0-.419.527l-.002.013v.004a.106.106 0 0 1-.021.042.334.334 0 0 1-.19.096c-.055.015-.11.029-.165.046a.077.077 0 0 0-.044.031.08.08 0 0 0 .009.097.137.137 0 0 1 .03.071.063.063 0 0 1-.013.042.108.108 0 0 1-.028.022.865.865 0 0 1-.216.087c-.05.011-.086-.002-.07-.059a3.075 3.075 0 0 1 .098-.293.42.42 0 0 1 .133-.14 2.289 2.289 0 0 1 .212-.162.411.411 0 0 0 .119-.126 3.299 3.299 0 0 1 .19-.275.163.163 0 0 0 .029-.129.246.246 0 0 0-.142-.185 1.052 1.052 0 0 0-.085-.034.534.534 0 0 1-.246-.175.09.09 0 0 0-.062-.04c-.063.002-.081.09-.083.138a1.17 1.17 0 0 0 .004.212.18.18 0 0 1 .004.072.055.055 0 0 1-.039.034 2.74 2.74 0 0 0-.565.279.24.24 0 0 0-.063.07l-.017.029a.187.187 0 0 1-.223.08.5.5 0 0 0-.044-.011.094.094 0 0 0-.064.017.162.162 0 0 0-.041.036.06.06 0 0 0-.01.019v.006a.057.057 0 0 0 0 .008.07.07 0 0 0 .004.017l.022.06a.066.066 0 0 1-.038.096.881.881 0 0 1-.203.055c-.04.005-.075-.01-.065-.057a1.1 1.1 0 0 1 .07-.237.094.094 0 0 1 .057-.06.79.79 0 0 0 .179-.14.266.266 0 0 1 .169-.073.512.512 0 0 0 .262-.1 1.73 1.73 0 0 0 .225-.186.37.37 0 0 0-.006-.46l-.02-.035c-.019-.03-.03-.073-.046-.104a.24.24 0 0 1-.039-.104c0-.068.027-.133.031-.201a.024.024 0 0 0-.016-.025.488.488 0 0 0-.137-.03 2.677 2.677 0 0 1-.56.006 1.423 1.423 0 0 1-.39-.18c-.053-.033-.085-.07-.139-.101-.014-.008-.015-.005-.028.006a.672.672 0 0 1-.459.125h-.002a1.766 1.766 0 0 1-.294-.077c-.073-.027-.19-.074-.26-.015-.029.025-.022.06-.022.093a1.244 1.244 0 0 1-.01.305.038.038 0 0 0 .003.032.044.044 0 0 0 .006.006.136.136 0 0 0 .036.02l.01.004c.028.01.033.023.05.058a.196.196 0 0 1 .016.062.159.159 0 0 1-.003.062.544.544 0 0 1-.009.039.207.207 0 0 0 .008.135.115.115 0 0 0 .042.053.073.073 0 0 0 .01.004.063.063 0 0 0 .01.003.068.068 0 0 0 .01 0h.01a.074.074 0 0 0 .02-.008l.004-.002a.05.05 0 0 1 .035-.012.046.046 0 0 1 .01.003.08.08 0 0 1 .063.074.484.484 0 0 1-.046.221.058.058 0 0 1-.077.03l-.018-.007a.445.445 0 0 1-.14-.117.19.19 0 0 1-.049-.112.12.12 0 0 0-.028-.082.09.09 0 0 0-.032-.016.144.144 0 0 1-.07-.046.268.268 0 0 1-.052-.219 1.5 1.5 0 0 0-.046-.64.149.149 0 0 1 .002-.108l.016-.043a.148.148 0 0 1 .007-.016.06.06 0 0 1 .042-.032.167.167 0 0 1 .029-.003 1.516 1.516 0 0 0 .45-.07.152.152 0 0 1 .062-.01.89.89 0 0 0 .073.002c.03 0 .06-.027.024-.05a.847.847 0 0 1-.084-.087.046.046 0 0 0-.052-.022.072.072 0 0 0-.01.005l-.009.005a.098.098 0 0 1-.152-.029.824.824 0 0 1-.087-.202.555.555 0 0 0-.109-.238.235.235 0 0 0-.19-.063.216.216 0 0 0-.13.098l-.063.088a.144.144 0 0 0-.031.067.107.107 0 0 0 0 .016.14.14 0 0 0 .008.032.133.133 0 0 1-.039.154l-.094.075a.087.087 0 0 0-.03.06.527.527 0 0 1-.012.06.13.13 0 0 0-.003.045.088.088 0 0 0 .002.012.081.081 0 0 0 .031.04.156.156 0 0 1 .013.012.074.074 0 0 1 .012.017.06.06 0 0 1-.012.07.219.219 0 0 1-.024.021.753.753 0 0 1-.19.108.098.098 0 0 1-.026.006c-.038.003-.05-.026-.052-.06-.003-.044-.003-.089-.003-.134a.207.207 0 0 1 .057-.137.36.36 0 0 0 .072-.225.197.197 0 0 1 .04-.13.305.305 0 0 0 .057-.09.257.257 0 0 1 .039-.066 3.861 3.861 0 0 0 .281-.384c.054-.086.155-.192.237-.073a.357.357 0 0 0 .078.084 2.395 2.395 0 0 0 .259.164c.094.053.109-.042.125-.121v-.003a.331.331 0 0 1 .038-.092 1.26 1.26 0 0 1 .202-.247c.043-.038.105-.076.15-.113.018-.016.023-.018.03-.04.009-.022.024-.05.034-.078.01-.027.015-.055.024-.076a.344.344 0 0 0 .044-.098v-.003a.023.023 0 0 0 0-.005v-.007l-.003-.007a.05.05 0 0 0-.021-.024.18.18 0 0 0-.102-.026h-.003a.384.384 0 0 0-.148.031.106.106 0 0 0-.054.054.226.226 0 0 1-.042.063.098.098 0 0 1-.13.006c-.024-.016-.014-.043 0-.063a.414.414 0 0 0 .035-.05.042.042 0 0 0 .005-.025v-.004l-.002-.005a.031.031 0 0 0-.005-.006.046.046 0 0 0-.045-.007.98.98 0 0 0-.083.027.064.064 0 0 1-.094-.047.174.174 0 0 1-.003-.055.055.055 0 0 1 .04-.05c.02-.006.05-.017.046-.042a.079.079 0 0 1 0-.023.052.052 0 0 1 .012-.024.14.14 0 0 1 .03-.025 3.869 3.869 0 0 0 .32-.234.05.05 0 0 1 .064-.01l.01.006a.223.223 0 0 0 .151.02.046.046 0 0 0 .041-.03.025.025 0 0 0 0-.005v-.005l-.002-.006-.003-.004a.071.071 0 0 0-.035-.021l-.058-.021a.269.269 0 0 1-.052-.025.053.053 0 0 1-.025-.059c.023-.113.147-.114.241-.105h.004a.505.505 0 0 0 .14-.022c.06-.021.106-.067.163-.094.057-.027.117-.057.176-.08.018-.006.033-.002.049-.009a.091.091 0 0 0 .035-.025.965.965 0 0 1 .142-.163.822.822 0 0 1 .236-.092.107.107 0 0 1 .03-.006zm-.425.557a.219.219 0 0 0-.105.026c-.009.005-.015.016-.008.024.018.021.049.03.07.05a.16.16 0 0 1 .035.046c.009.019.024.04.033.06a1.296 1.296 0 0 1 .045.123 1.227 1.227 0 0 1 .05.209c.01.057.007.117.01.175v.081c-.001.023-.001.047-.003.07a1.143 1.143 0 0 0-.004.098v.08c.002.07.013.12.044.12a.18.18 0 0 0 .084-.019.175.175 0 0 0 .085-.148 2.026 2.026 0 0 0-.003-.576.51.51 0 0 0-.188-.362.219.219 0 0 0-.144-.057zm3.96.161h5.177c-.017.825-.034 1.6-.05 2.263h-5.13l.004-1.862zm-.006 2.544h5.123a9.697 9.697 0 0 1-.545 2.911 14.495 14.495 0 0 1-1.56 3.118 12.45 12.45 0 0 1-2.415 2.669 10.809 10.809 0 0 1-1.147.848 14.592 14.592 0 0 1-1.96.999c-.224.096-.418.186-.596.247-.193.065-.358.125-.474.156v-.115l.003-7.295a3.552 3.552 0 0 0 .316-.023c.005.015.016.057.031.1a.333.333 0 0 0 .219.166.317.317 0 0 0 .306-.107.373.373 0 0 0 .388.067.235.235 0 0 0 .175-.227.43.43 0 0 0-.033-.208l-.036-.066a3.925 3.925 0 0 0 .744-.41l.02-.006c.373-.094 1.872-.631 2.791-.643a3.28 3.28 0 0 1 1.627.39 2.792 2.792 0 0 1 .682.56c.006.009.013.028.037.032a.036.036 0 0 0 .034-.022 1.139 1.139 0 0 0 .079-.516c-.02-.282-.3-.486-.383-.57-.003-.003-.01-.021.02-.041a.674.674 0 0 1 .105-.085.983.983 0 0 1 .562-.212c.03.003.02-.04.012-.076-.058-.25-.415-.412-.79-.354a.963.963 0 0 0-.613.417c-.007.011-.042.027-.056.013a2.926 2.926 0 0 0-.369-.107c-.045-.01-.021-.044-.019-.05a1.003 1.003 0 0 1 .304-.337 1.125 1.125 0 0 1 .494-.224c.022 0 .022-.03.016-.04a.55.55 0 0 0-.375-.302.844.844 0 0 0-.78.14 1.397 1.397 0 0 0-.445.673c-.014.02-.018.036-.036.032-.099-.02-.345-.007-.367-.022-.015-.007-.012-.03-.009-.045a.91.91 0 0 1 .222-.38.882.882 0 0 1 .364-.286.055.055 0 0 0 .01-.094.98.98 0 0 0-1.22.263 2.192 2.192 0 0 0-.304.696c-.002.009-.017.036-.036.036l-.508.112-.083.019-.022.023a3.29 3.29 0 0 0 .497-1.65zm-12.45.085h5.19v.09a3.145 3.145 0 0 0 .837 2.098H3.556a9.74 9.74 0 0 1-.342-2.188zm.415 2.443h5.863a2.566 2.566 0 0 0 .112.1 3.897 3.897 0 0 0 2.17.898v1.21h-7.22a13.789 13.789 0 0 1-.8-1.827 10.401 10.401 0 0 1-.125-.38zm10.584.29l-.01.012h-.002l-.002-.002a3.29 3.29 0 0 0 .015-.01zm1.738.185a.911.911 0 0 0-.507.155.934.934 0 0 0-.392.41 2.65 2.65 0 0 0-.172.775.063.063 0 0 1-.038.035 2.897 2.897 0 0 0-.335.087.026.026 0 0 1-.023-.02 1.105 1.105 0 0 1 .15-.727.886.886 0 0 1 .218-.263.037.037 0 0 0-.017-.068.98.98 0 0 0-.648.114.888.888 0 0 0-.452.667 1.589 1.589 0 0 0 .042.594c0 .006.006.027-.016.031-.076.037-.282.145-.355.18-.005.002-.019.005-.022-.006a.58.58 0 0 0-.268-.358.526.526 0 0 0-.446.022.548.548 0 0 0-.216.224.375.375 0 0 0 .127.455c.006.006.017.02 0 .025-.09.049-.092.06-.16.161a.428.428 0 0 0 .052.45.465.465 0 0 0 .7.082c.004-.003.018.005.025.02a.548.548 0 0 0 .143.151.463.463 0 0 0 .455 0 .413.413 0 0 0 .21-.415.378.378 0 0 0-.111-.262c-.013-.016 0-.024.034-.046a5.404 5.404 0 0 1 1.96-.666 3.121 3.121 0 0 1 1.076.022 1.504 1.504 0 0 1 .629.312 2.841 2.841 0 0 1 .406.402.164.164 0 0 0 .117-.025.66.66 0 0 0 .014-.517 1.604 1.604 0 0 0-.384-.59c-.003-.002-.003-.013-.003-.02-.004-.03.015-.045.052-.079a1.211 1.211 0 0 1 .562-.297c.027-.002.038-.022.02-.053a.656.656 0 0 0-.808-.298h-.001a.916.916 0 0 0-.454.416c-.006.011-.022.05-.037.038-.09-.008-.242-.032-.331-.04-.041-.002-.025-.039-.024-.045a.744.744 0 0 1 .194-.316 1.176 1.176 0 0 1 .444-.318.021.021 0 0 0 .016-.031.627.627 0 0 0-.465-.229.81.81 0 0 0-.617.238 1.255 1.255 0 0 0-.337.74c-.009.023-.02.035-.037.035a2 2 0 0 1-.278.025c-.015-.004-.014-.02-.014-.036a.91.91 0 0 1 .101-.406 1.491 1.491 0 0 1 .55-.582c.036-.025.038-.076.026-.082a.911.911 0 0 0-.355-.071zM4.707 17.692h7.069v2.19H6.213a11.237 11.237 0 0 1-.898-1.181 16.446 16.446 0 0 1-.609-1.01zm10.076 1.176a.497.497 0 0 0-.273.069.982.982 0 0 0-.475.56 1.09 1.09 0 0 0 .012.571c.003.007.012.024-.002.03-.078.03-.136.065-.213.096-.004 0-.024.005-.028-.005a.631.631 0 0 1 .088-.736c.017-.015.027-.035-.008-.047a.588.588 0 0 0-.531.193.677.677 0 0 0-.117.659.922.922 0 0 0 .099.261c.003.005.03.021.014.028l-.15.115c-.003.003-.014.008-.019 0a.486.486 0 0 0-.29-.238.341.341 0 0 0-.317.088.361.361 0 0 0 .147.602c.007.003.017.012.005.02a.587.587 0 0 0-.19.212.377.377 0 0 0 .085.406.37.37 0 0 0 .29.089.605.605 0 0 0 .357-.313c.002-.003.021-.017.031-.006a.531.531 0 0 0 .264.2.324.324 0 0 0 .323-.065.35.35 0 0 0 .111-.4.61.61 0 0 0-.201-.216c-.013-.01-.003-.035.023-.055a2.972 2.972 0 0 1 1.402-.62 1.801 1.801 0 0 1 1.025.166 1.547 1.547 0 0 1 .337.267c.013.007.05.02.063.008a.397.397 0 0 0 .035-.548.654.654 0 0 0-.206-.165.043.043 0 0 1-.007-.015.906.906 0 0 1 .301-.393 1.382 1.382 0 0 1 .295-.143c.022-.006.018-.02.007-.047-.128-.293-.635-.304-.874-.15a1.088 1.088 0 0 0-.346.396c-.005.01-.012.04-.025.031l-.213-.064c-.004 0-.004-.024-.002-.028a1.115 1.115 0 0 1 .696-.565c.015-.006.01-.02.007-.028-.11-.268-.661-.245-.93-.074a1.167 1.167 0 0 0-.493.714c-.003.02.006.037-.007.04a1.239 1.239 0 0 1-.23.055.024.024 0 0 1-.022-.023.642.642 0 0 1 .067-.392 2 2 0 0 1 .324-.408.043.043 0 0 0-.003-.063.497.497 0 0 0-.236-.07zm-3.006 1.296v3.417c-.098-.032-.214-.074-.342-.117-.178-.06-.373-.151-.597-.247a14.587 14.587 0 0 1-1.96-1 10.816 10.816 0 0 1-1.147-.847 12.861 12.861 0 0 1-1.266-1.206h5.31z\"/></svg>\n\n </figure>\n </td>\n <td>porsche.svg</td>\n <td><code>_includes/icons/simple-icons/porsche.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"porsche\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>PostgreSQL icon</title><path d=\"M17.128 0a10.134 10.134 0 0 0-2.755.403l-.063.02A10.922 10.922 0 0 0 12.6.258C11.422.238 10.41.524 9.594 1 8.79.721 7.122.24 5.364.336 4.14.403 2.804.775 1.814 1.82.827 2.865.305 4.482.415 6.682c.03.607.203 1.597.49 2.879s.69 2.783 1.193 4.152c.503 1.37 1.054 2.6 1.915 3.436.43.419 1.022.771 1.72.742.49-.02.933-.235 1.315-.552.186.245.385.352.566.451.228.125.45.21.68.266.413.103 1.12.241 1.948.1.282-.047.579-.139.875-.27.011.33.024.653.037.98.041 1.036.067 1.993.378 2.832.05.137.187.843.727 1.466.54.624 1.598 1.013 2.803.755.85-.182 1.931-.51 2.649-1.532.71-1.01 1.03-2.459 1.093-4.809.016-.127.035-.235.055-.336l.169.015h.02c.907.041 1.891-.088 2.713-.47.728-.337 1.279-.678 1.68-1.283.1-.15.21-.331.24-.643s-.149-.8-.446-1.025c-.595-.452-.969-.28-1.37-.197a6.27 6.27 0 0 1-1.202.146c1.156-1.947 1.985-4.015 2.458-5.845.28-1.08.437-2.076.45-2.947.013-.871-.058-1.642-.58-2.309C21.36.6 19.067.024 17.293.004c-.055-.001-.11-.002-.165-.001zm-.047.64c1.678-.016 3.822.455 5.361 2.422.346.442.449 1.088.437 1.884-.013.795-.16 1.747-.429 2.79-.522 2.02-1.508 4.375-2.897 6.488a.756.756 0 0 0 .158.086c.29.12.951.223 2.27-.048.332-.07.575-.117.827.075a.52.52 0 0 1 .183.425.704.704 0 0 1-.13.336c-.255.383-.758.746-1.403 1.045-.571.266-1.39.405-2.116.413-.364.004-.7-.024-.985-.113l-.018-.007c-.11 1.06-.363 3.153-.528 4.108-.132.77-.363 1.382-.804 1.84-.44.458-1.063.734-1.901.914-1.038.223-1.795-.017-2.283-.428-.487-.41-.71-.954-.844-1.287-.092-.23-.14-.528-.186-.926-.046-.398-.08-.885-.103-1.434a51.426 51.426 0 0 1-.03-2.523 3.061 3.061 0 0 1-1.552.76c-.689.117-1.304.002-1.671-.09a2.276 2.276 0 0 1-.52-.201c-.17-.091-.332-.194-.44-.397a.56.56 0 0 1-.057-.381.61.61 0 0 1 .218-.331c.198-.161.46-.251.855-.333.719-.148.97-.249 1.123-.37.13-.104.277-.314.537-.622a1.16 1.16 0 0 1-.003-.041 2.96 2.96 0 0 1-1.33-.358c-.15.158-.916.968-1.85 2.092-.393.47-.827.74-1.285.759-.458.02-.872-.211-1.224-.552-.703-.683-1.264-1.858-1.753-3.186-.488-1.328-.885-2.807-1.167-4.067-.283-1.26-.45-2.276-.474-2.766-.105-2.082.382-3.485 1.217-4.37.836-.885 1.982-1.22 3.099-1.284 2.005-.115 3.909.584 4.294.734.742-.504 1.698-.818 2.892-.798a7.39 7.39 0 0 1 1.681.218l.02-.009a6.854 6.854 0 0 1 .739-.214A9.626 9.626 0 0 1 17.08.642zm.152.67h-.146a8.74 8.74 0 0 0-1.704.192c1.246.552 2.187 1.402 2.85 2.25a8.44 8.44 0 0 1 1.132 1.92c.11.264.184.487.226.66.021.087.035.16.04.236.002.038.004.077-.012.144 0 .003-.005.01-.006.013.03.876-.187 1.47-.213 2.306-.02.606.135 1.318.173 2.095.036.73-.052 1.532-.526 2.319.04.048.076.096.114.144 1.254-1.975 2.158-4.16 2.64-6.023.258-1.003.395-1.912.407-2.632.01-.72-.124-1.242-.295-1.46-1.342-1.716-3.158-2.153-4.68-2.165zm-4.79.256c-1.182.003-2.03.36-2.673.895-.663.553-1.108 1.31-1.4 2.085-.347.92-.466 1.81-.513 2.414l.013-.008c.357-.2.826-.4 1.328-.516.502-.115 1.043-.151 1.533.039s.895.637 1.042 1.315c.704 3.257-.219 4.468-.559 5.382a9.61 9.61 0 0 0-.331 1.013c.043-.01.086-.022.129-.026.24-.02.428.06.54.108.342.142.577.44.704.78.033.089.057.185.071.284a.336.336 0 0 1 .02.127 55.14 55.14 0 0 0 .013 3.738c.023.538.057 1.012.1 1.386.043.373.104.657.143.753.128.32.315.739.653 1.024.338.284.823.474 1.709.284.768-.165 1.242-.394 1.559-.723.316-.329.505-.787.626-1.488.181-1.05.545-4.095.589-4.668-.02-.432.044-.764.182-1.017.142-.26.362-.419.552-.505.095-.043.184-.072.257-.093a5.956 5.956 0 0 0-.243-.325 4.456 4.456 0 0 1-.666-1.099 8.296 8.296 0 0 0-.257-.483c-.133-.24-.301-.54-.477-.877-.352-.675-.735-1.493-.934-2.29-.198-.796-.227-1.62.281-2.201.45-.516 1.24-.73 2.426-.61-.035-.105-.056-.192-.115-.332a7.817 7.817 0 0 0-1.041-1.764c-1.005-1.285-2.632-2.559-5.146-2.6h-.115zm-6.642.052c-.127 0-.254.004-.38.011-1.01.058-1.965.351-2.648 1.075-.684.724-1.134 1.911-1.036 3.876.019.372.181 1.414.459 2.652.277 1.238.67 2.695 1.142 3.982.473 1.287 1.046 2.407 1.59 2.937.274.265.512.372.728.363.217-.01.478-.135.797-.518a43.244 43.244 0 0 1 1.81-2.048 3.497 3.497 0 0 1-1.167-3.15c.103-.739.117-1.43.105-1.976-.012-.532-.05-.886-.05-1.107a.336.336 0 0 1 0-.019v-.005l-.001-.006v-.001a9.893 9.893 0 0 1 .592-3.376c.28-.744.697-1.5 1.322-2.112-.614-.202-1.704-.51-2.884-.568a7.603 7.603 0 0 0-.38-.01zM18.199 6.9c-.679.009-1.06.184-1.26.413-.283.325-.31.895-.134 1.597.175.703.537 1.489.877 2.142.17.327.335.621.468.86.134.24.232.41.292.555.055.134.116.252.178.362.263-.555.31-1.1.283-1.668-.035-.703-.198-1.422-.174-2.15.027-.851.195-1.405.21-2.063a5.793 5.793 0 0 0-.74-.048zm-8.234.115a2.82 2.82 0 0 0-.616.074 4.665 4.665 0 0 0-1.153.449 2.417 2.417 0 0 0-.349.228l-.022.02c.006.146.035.5.047 1.021.012.57-.002 1.297-.112 2.084-.239 1.71 1.002 3.126 2.46 3.128.085-.351.225-.707.365-1.082.406-1.094 1.205-1.892.532-5.006-.11-.51-.328-.716-.628-.832a1.474 1.474 0 0 0-.524-.084zm7.917.204h.05c.066.002.127.009.18.022.054.012.1.03.138.055a.164.164 0 0 1 .075.11l-.001.008h.001-.001a.24.24 0 0 1-.035.135.668.668 0 0 1-.11.15.677.677 0 0 1-.386.212.59.59 0 0 1-.41-.103.608.608 0 0 1-.13-.118.26.26 0 0 1-.063-.127.17.17 0 0 1 .042-.128.384.384 0 0 1 .117-.09c.096-.054.226-.094.373-.116.055-.008.109-.012.16-.013zm-7.82.168c.053 0 .109.005.166.013.153.021.289.062.393.122a.446.446 0 0 1 .133.106.223.223 0 0 1 .054.17.302.302 0 0 1-.075.154.649.649 0 0 1-.143.13.64.64 0 0 1-.448.113.728.728 0 0 1-.42-.228.71.71 0 0 1-.118-.164.28.28 0 0 1-.041-.177c.015-.108.104-.164.191-.195a.866.866 0 0 1 .307-.04zm9.06 7.343l-.003.001c-.147.053-.268.075-.37.12a.452.452 0 0 0-.239.214c-.063.115-.117.319-.101.666a.51.51 0 0 0 .148.07c.171.052.458.086.778.081.638-.007 1.423-.156 1.84-.35a3.95 3.95 0 0 0 .943-.615h-.001c-1.393.288-2.18.211-2.663.012a1.315 1.315 0 0 1-.332-.2zm-8.031.094h-.021c-.053.005-.13.023-.279.188-.348.39-.47.635-.757.864-.287.228-.66.35-1.405.503-.236.048-.371.101-.461.144.029.024.026.03.07.053.109.06.249.113.362.142.32.08.846.173 1.395.08.549-.094 1.12-.357 1.607-1.04.084-.118.093-.292.024-.479-.07-.187-.223-.348-.331-.393a.653.653 0 0 0-.204-.06z\"/></svg>\n </figure>\n </td>\n <td>postgresql.svg</td>\n <td><code>_includes/icons/simple-icons/postgresql.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"postgresql\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Postman icon</title><path d=\"M13.527.099C6.955-.744.942 3.9.099 10.473c-.843 6.572 3.8 12.584 10.373 13.428 6.573.843 12.587-3.801 13.428-10.374C24.744 6.955 20.101.943 13.527.099zm2.471 7.485a.855.855 0 0 0-.593.25l-4.453 4.453-.307-.307-.643-.643c4.389-4.376 5.18-4.418 5.996-3.753zm-4.863 4.861l4.44-4.44a.62.62 0 1 1 .847.903l-4.699 4.125-.588-.588zm.33.694l-1.1.238a.06.06 0 0 1-.067-.032.06.06 0 0 1 .01-.073l.645-.645.512.512zm-2.803-.459l1.172-1.172.879.878-1.979.426a.074.074 0 0 1-.085-.039.072.072 0 0 1 .013-.093zm-3.646 6.058a.076.076 0 0 1-.069-.083.077.077 0 0 1 .022-.046h.002l.946-.946 1.222 1.222-2.123-.147zm2.425-1.256a.228.228 0 0 0-.117.256l.203.865a.125.125 0 0 1-.211.117h-.003l-.934-.934-.294-.295 3.762-3.758 1.82-.393.874.874c-1.255 1.102-2.971 2.201-5.1 3.268zm5.279-3.428h-.002l-.839-.839 4.699-4.125a.952.952 0 0 0 .119-.127c-.148 1.345-2.029 3.245-3.977 5.091zm3.657-6.46l-.003-.002a1.822 1.822 0 0 1 2.459-2.684l-1.61 1.613a.119.119 0 0 0 0 .169l1.247 1.247a1.817 1.817 0 0 1-2.093-.343zm2.578 0a1.714 1.714 0 0 1-.271.218h-.001l-1.207-1.207 1.533-1.533c.661.72.637 1.832-.054 2.522zM18.855 6.05a.143.143 0 0 0-.053.157.416.416 0 0 1-.053.45.14.14 0 0 0 .023.197.141.141 0 0 0 .084.03.14.14 0 0 0 .106-.05.691.691 0 0 0 .087-.751.138.138 0 0 0-.194-.033z\"/></svg>\n </figure>\n </td>\n <td>postman.svg</td>\n <td><code>_includes/icons/simple-icons/postman.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"postman\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Postwoman icon</title><path d=\"M2.534 9.287C2.534 15.46 7.56 24 12 24c4.18 0 9.466-8.539 9.466-14.713C21.467 3.113 17.228 0 12 0 6.772 0 2.534 3.113 2.534 9.287zm11.926 4.565a4.649 4.649 0 014.257-1.261 4.649 4.649 0 01-1.262 4.256 4.649 4.649 0 01-4.257 1.262 4.649 4.649 0 011.262-4.257zm-9.177-1.261a4.649 4.649 0 014.258 1.261 4.649 4.649 0 011.261 4.257 4.649 4.649 0 01-4.257-1.262 4.649 4.649 0 01-1.262-4.256z\"/></svg>\n\n </figure>\n </td>\n <td>postwoman.svg</td>\n <td><code>_includes/icons/simple-icons/postwoman.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"postwoman\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>PowerShell icon</title><path d=\"M23.181 3.077c.568 0 .923.463.792 1.035l-3.659 15.981c-.13.572-.697 1.035-1.265 1.035H.819c-.568 0-.923-.463-.792-1.035L3.686 4.112c.13-.572.697-1.035 1.265-1.035h18.23zm-8.375 9.345c.251-.394.227-.905-.09-1.243L9.122 5.228c-.38-.405-1.037-.407-1.466-.004-.429.403-.468 1.057-.088 1.461l4.662 4.96v.11l-7.42 5.373c-.45.327-.533.977-.187 1.453.346.476.991.597 1.44.27l8.229-5.909c.28-.197.438-.366.514-.52zm-2.796 4.399a.928.928 0 0 0-.934.923c0 .51.418.923.934.923h4.433a.928.928 0 0 0 .934-.923.928.928 0 0 0-.934-.923H12.01z\"/></svg>\n </figure>\n </td>\n <td>powershell.svg</td>\n <td><code>_includes/icons/simple-icons/powershell.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"powershell\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>pr.co icon</title><path d=\"M11.9998 4.67c1.876 0 3.7518.7157 5.1832 2.1468l.0167.0167.0053.0055.0014.0015.0016.0014c.9304.9393 1.5546 2.0673 1.873 3.2602l1.7906-1.7905c.7157-.7157 1.8761-.7157 2.5916 0 .7157.7155.7157 1.8758 0 2.5913l-6.2802 6.2803c-1.4314 1.4314-3.3073 2.1468-5.1832 2.1468-1.8758 0-3.7517-.7154-5.1831-2.1468-.9442-.9442-1.5768-2.0816-1.898-3.285L3.128 15.6887c-.7154.716-1.8758.716-2.5915 0-.7153-.7155-.7153-1.8758 0-2.5915l6.2478-6.2477a4.8688 4.8688 0 01.0324-.0326h.0002-.0002.0002C8.248 5.3857 10.1239 4.67 11.9999 4.67zm2.5918 9.9216c1.431-1.4312 1.431-3.752 0-5.1832-1.4314-1.4312-3.7521-1.4312-5.1833 0v.0002c-1.4314 1.431-1.4314 3.752 0 5.1832 1.4312 1.4312 3.7517 1.431 5.1831 0h.0002Z\"/></svg>\n\n </figure>\n </td>\n <td>pr-dot-co.svg</td>\n <td><code>_includes/icons/simple-icons/pr-dot-co.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pr-dot-co\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>pre-commit icon</title><path d=\"M23.355 10.444L13.556.645a2.2 2.2 0 0 0-3.112 0L.645 10.444a2.201 2.201 0 0 0 0 3.112l9.799 9.799a2.201 2.201 0 0 0 3.112 0l9.799-9.799a2.2 2.2 0 0 0 0-3.112zm-1.657 2.918l-8.337 8.337a1.922 1.922 0 0 1-1.362.563c-.493 0-.986-.188-1.362-.563L2.3 13.362A1.92 1.92 0 0 1 1.738 12c0-.514.2-.998.564-1.362l8.337-8.337c.363-.363.847-.563 1.361-.563s.998.2 1.362.564l8.337 8.337c.75.75.75 1.972-.001 2.723zM14.195 9.76c.094.173.142.399.142.678s-.047.505-.142.678c-.095.173-.22.306-.376.401a1.485 1.485 0 0 1-.542.191 4.033 4.033 0 0 1-.641.049h-1.504V9.119h1.504c.222 0 .435.017.641.049.205.033.386.097.542.191.156.095.281.228.376.401zm7.062 1.319L12.92 2.742c-.245-.245-.572-.381-.92-.381s-.675.135-.921.381l-8.337 8.337c-.245.246-.381.573-.381.921s.135.675.381.921l8.337 8.337a1.304 1.304 0 0 0 1.842 0l8.337-8.337a1.305 1.305 0 0 0-.001-1.842zm-5.213.4a2.437 2.437 0 0 1-.53.906 2.624 2.624 0 0 1-.943.635c-.386.16-.855.24-1.405.24h-2.034v3.155H9.197v-8.8h3.969c.55 0 1.019.08 1.405.24.386.16.7.372.943.635.242.263.419.563.53.9.111.337.166.686.166 1.048 0 .353-.055.7-.166 1.041z\"/></svg>\n </figure>\n </td>\n <td>pre-commit.svg</td>\n <td><code>_includes/icons/simple-icons/pre-commit.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pre-commit\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>PrestaShop icon</title><path d=\"M11.558 1.034C5.174 1.034 0 6.21 0 12.592c0 1.258.201 2.47.574 3.597l.002-.007a12.415 12.415 0 01.53-1.787l.011-.03c.085-.222.179-.442.277-.66l.084-.181c.08-.171.165-.34.253-.507.036-.068.07-.136.108-.203.02-.038.044-.073.064-.11.094-.166.19-.332.29-.493l.075-.114c.125-.195.256-.386.393-.573l.035-.05c.144-.193.295-.38.451-.563l.1-.118c.155-.177.315-.35.481-.517l.099-.097a10.321 10.321 0 01.546-.503c.74-2.48 3.005-4.285 5.686-4.285 1.079 0 2.152.31 3.071.873a6.017 6.017 0 012.211 2.407l.007.015.04.074v.003l.004.002a9.925 9.925 0 011.567 1.198c.04.037.081.071.12.109.002 0 .006.005.007.006l-.002-.006-.001-.004v-.003l.042-.084c.377-2.384 1.43-4.102 2.67-4.102.934 0 1.762.975 2.276 2.476l.005.016.001.002c.145.158.287.331.424.521l.007.01.021.067-.02-.078c-1.542-4.569-5.863-7.857-10.952-7.857zM9.927 5.477C7.586 5.52 5.34 7.132 4.574 9.365l-.012.034a10.14 10.14 0 011.315-.895c2.806-1.656 6.479-1.646 9.278.016-.895-1.653-2.631-2.819-4.5-3.004a5.14 5.14 0 00-.728-.039zm9.834.5a1.36 1.36 0 00-.39.067c-1.265.562-1.719 2.073-2.031 3.303l-.016.072c.365-.62.808-1.215 1.396-1.642.835-.687 2.105-.655 2.916.053.308.326.141.008.031-.22-.342-.75-1.025-1.653-1.906-1.634zM21.67 7.98zm-9.32.335l-1.07 3.27-.002.005-.006.002-4.498 1.112h-.009l4.456 1.087c.105.11.227.205.36.28h.002c.042.024.085.045.129.065l.01.005c.041.018.083.033.126.047l.021.008c.04.013.08.023.12.032l.033.008a1.677 1.677 0 00.318.033 1.546 1.546 0 001.43-.948c.08-.186.123-.39.123-.604v-.011l-.001-.012c-.001-.054-.004-.107-.01-.16l-.001-.002a1.506 1.506 0 00-.026-.153l-.001-.004a1.511 1.511 0 00-.096-.288v-.003a1.521 1.521 0 00-.348-.49v-.003zm3.148.626c.048 1.008.036 2.046-.1 3.057-.17 2.018-1.19 3.798-1.972 5.616l-.03.08-.035.086c1.51-1.522 3.17-3.04 3.969-5.082.383-.636.118-1.342-.115-1.976-.17-.877-1.069-1.278-1.717-1.781zm6.172.572l-.588 2.688a1.764 1.764 0 00-.047.2c-.002.02-.007.04-.01.06a1.76 1.76 0 00-.016.222l-.002.031h.003c0 .628.297 1.136.663 1.137a.41.41 0 00.182-.045l.027-.015a.537.537 0 00.07-.047c.013-.01.024-.022.036-.033a.752.752 0 00.137-.168l.03-.054a1.23 1.23 0 00.052-.108l.017-.04c.02-.053.038-.108.053-.166l.002-.002.001-.003.404-.451-.407-.456v.001l-.02-.063zm-4.381.856c.69 1.716.85 3.707.091 5.43-.49 1.368-1.587 2.463-1.874 3.905.73.115 1.468.176 2.21.186 2.166.029 4.332-.42 6.284-1.365-2.04-2.869-4.121-5.755-6.711-8.156zm-4.948.977a.583.583 0 110 1.166.583.583 0 010-1.166zm9.352.37c.138 0 .249.19.249.426s-.111.426-.249.426c-.137 0-.248-.19-.248-.426 0-.235.11-.426.248-.426zm-4.044.184c-.016.112-.033.209-.05.29l-.006.023c-.01.05-.022.094-.033.128-.48 1.417-1.275 2.52-2.36 3.697-.147.16-.301.32-.459.484a58.883 58.883 0 01-1.196 1.205c-.112.11-.259.261-.425.436-.103.287-.22.61-.318.95-.044-.016-.086-.031-.131-.049-2.108-.815-3.519-1.904-3.519-1.904s1.086 1.414 2.915 2.74c.177.129.351.24.522.339-.075 1.194.452 2.34 2.83 2.682a4.81 4.81 0 001.228.008l-.01-.029a.062.062 0 00-.004-.01s-.167-.133-.379-.377a3.842 3.842 0 01-.584-.897 3.382 3.382 0 01-.266-.862 3.176 3.176 0 01-.006-.972c.017-.12.04-.241.072-.366.093-.374.255-.772.507-1.192l.002-.003.241-.404c1.103-1.86 1.797-3.275 1.506-5.441a8.943 8.943 0 00-.078-.476zm4.668.576l.001.008-.001-.008zm.013.203l.003.036v.01c0 .013-.003.025-.003.038 0-.014.003-.028.003-.043 0-.014-.002-.026-.003-.04zm-.012.275v.001l-.002.01-.002.014.004-.025zm1.353 5.928c-2.553 1.138-5.44 1.44-8.192 1.007-.14 1.108.384 2.218 1.214 2.93l.012.01c2.703-.433 4.975-2.168 6.966-3.946z\"/></svg>\n </figure>\n </td>\n <td>prestashop.svg</td>\n <td><code>_includes/icons/simple-icons/prestashop.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"prestashop\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Prettier icon</title><path d=\"M8.571 23.429A.571.571 0 0 1 8 24H2.286a.571.571 0 0 1 0-1.143H8c.316 0 .571.256.571.572zM8 20.57H6.857a.571.571 0 0 0 0 1.143H8a.571.571 0 0 0 0-1.143zm-5.714 1.143H4.57a.571.571 0 0 0 0-1.143H2.286a.571.571 0 0 0 0 1.143zM8 18.286H2.286a.571.571 0 0 0 0 1.143H8a.571.571 0 0 0 0-1.143zM16 16H5.714a.571.571 0 0 0 0 1.143H16A.571.571 0 0 0 16 16zM2.286 17.143h1.143a.571.571 0 0 0 0-1.143H2.286a.571.571 0 0 0 0 1.143zm17.143-3.429H16a.571.571 0 0 0 0 1.143h3.429a.571.571 0 0 0 0-1.143zM9.143 14.857h4.571a.571.571 0 0 0 0-1.143H9.143a.571.571 0 0 0 0 1.143zm-6.857 0h4.571a.571.571 0 0 0 0-1.143H2.286a.571.571 0 0 0 0 1.143zM20.57 11.43H11.43a.571.571 0 0 0 0 1.142h9.142a.571.571 0 0 0 0-1.142zM9.714 12a.571.571 0 0 0-.571-.571H5.714a.571.571 0 0 0 0 1.142h3.429A.571.571 0 0 0 9.714 12zm-7.428.571h1.143a.571.571 0 0 0 0-1.142H2.286a.571.571 0 0 0 0 1.142zm19.428-3.428H16a.571.571 0 0 0 0 1.143h5.714a.571.571 0 0 0 0-1.143zM2.286 10.286H8a.571.571 0 0 0 0-1.143H2.286a.571.571 0 0 0 0 1.143zm13.143-2.857c0 .315.255.571.571.571h5.714a.571.571 0 0 0 0-1.143H16a.571.571 0 0 0-.571.572zm-8.572-.572a.571.571 0 0 0 0 1.143H8a.571.571 0 0 0 0-1.143H6.857zM2.286 8H4.57a.571.571 0 0 0 0-1.143H2.286a.571.571 0 0 0 0 1.143zm16.571-2.857c0 .315.256.571.572.571h1.142a.571.571 0 0 0 0-1.143H19.43a.571.571 0 0 0-.572.572zm-1.143 0a.571.571 0 0 0-.571-.572H12.57a.571.571 0 0 0 0 1.143h4.572a.571.571 0 0 0 .571-.571zm-15.428.571h8a.571.571 0 0 0 0-1.143h-8a.571.571 0 0 0 0 1.143zm5.143-2.857c0 .316.255.572.571.572h11.429a.571.571 0 0 0 0-1.143H8a.571.571 0 0 0-.571.571zm-5.143.572h3.428a.571.571 0 0 0 0-1.143H2.286a.571.571 0 0 0 0 1.143zm0-2.286H16A.571.571 0 0 0 16 0H2.286a.571.571 0 0 0 0 1.143z\"/></svg>\n </figure>\n </td>\n <td>prettier.svg</td>\n <td><code>_includes/icons/simple-icons/prettier.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"prettier\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Prezi icon</title><path d=\"M11.996 0c-.21 0-.42.005-.63.015l.134 2.547c.333-.02.66-.013.987 0L12.62.015A12.92 12.92 0 0011.996 0zm-1.89.148c-.413.067-.826.154-1.22.26l.667 2.467c.32-.086.64-.153.973-.206zm3.761 0l-.387 2.52c.334.054.66.12.974.207L15.1.408a12.652 12.652 0 00-1.233-.26zM7.699.795c-.393.154-.773.32-1.146.514l1.166 2.273c.294-.147.594-.28.894-.4zm8.608.007l-.92 2.38c.314.12.62.254.914.407l1.146-2.28c-.366-.187-.746-.36-1.14-.507zM5.46 1.935c-.353.227-.693.474-1.02.74l1.607 1.98c.26-.2.527-.4.807-.58zm13.062 0l-1.38 2.147c.28.18.547.374.8.58l1.62-1.973c-.333-.267-.68-.52-1.04-.754zm-6.528 1.56c-1.167 0-2.253.22-3.32.674a8.349 8.349 0 00-2.707 1.82 8.339 8.339 0 00-1.807 2.714c-.467 1.04-.674 2.14-.674 3.307 0 1.154.207 2.254.674 3.307a8.536 8.536 0 001.807 2.7 8.393 8.393 0 002.7 1.82 8.494 8.494 0 003.32.674 8.357 8.357 0 003.308-.673 8.748 8.748 0 002.714-1.82 8.462 8.462 0 001.806-2.7c.46-1.054.687-2.161.687-3.308a7.963 7.963 0 00-.68-3.307c-.413-1.04-1.04-1.934-1.807-2.714a8.633 8.633 0 00-2.713-1.82 8.358 8.358 0 00-3.308-.673zm8.495.027l-1.814 1.794c.234.24.46.487.674.753l1.98-1.62c-.26-.327-.547-.633-.84-.927zm-16.99.007c-.292.293-.566.6-.826.92l1.994 1.6c.2-.253.42-.493.653-.727zm8.489.667c1.066 0 2.073.193 3.033.606.947.4 1.76.96 2.474 1.68.72.72 1.28 1.548 1.68 2.474a7.7 7.7 0 01.627 3.054 7.67 7.67 0 01-.62 3.034c-.4.927-.96 1.76-1.68 2.48a7.748 7.748 0 01-2.474 1.68c-.96.4-1.967.607-3.034.607a7.848 7.848 0 01-3.033-.607c-.947-.4-1.76-.96-2.494-1.68a7.756 7.756 0 01-1.66-2.48 7.657 7.657 0 01-.607-3.034c0-1.073.193-2.08.607-3.054.386-.926.96-1.76 1.66-2.473a7.878 7.878 0 012.487-1.68 7.61 7.61 0 013.034-.607zm0 .686c-1.967 0-3.64.7-5.021 2.094-1.407 1.387-2.094 3.067-2.094 5.034 0 1.947.687 3.627 2.094 5 1.374 1.388 3.054 2.094 5.02 2.094 1.948 0 3.628-.706 5.021-2.093 1.394-1.374 2.074-3.054 2.074-5.001 0-1.967-.687-3.647-2.074-5.034-1.393-1.387-3.067-2.094-5.02-2.094zm10.074.587l-2.14 1.394c.187.273.347.56.494.853l2.273-1.167c-.187-.373-.4-.733-.627-1.08zm-20.136.007c-.226.353-.44.713-.633 1.093l2.274 1.16c.16-.306.326-.593.506-.873zm10.062.106c1.76 0 3.273.62 4.54 1.887 1.247 1.247 1.854 2.747 1.854 4.541 0 1.76-.607 3.274-1.854 4.52-1.26 1.248-2.78 1.868-4.54 1.868-1.774 0-3.294-.62-4.52-1.867-1.261-1.247-1.888-2.767-1.888-4.521 0-1.787.627-3.294 1.887-4.54 1.234-1.26 2.747-1.888 4.52-1.888zm0 .72c-1.567 0-2.927.547-4.04 1.66-1.121 1.121-1.661 2.461-1.661 4.041 0 1.567.54 2.907 1.66 4.028 1.12 1.12 2.474 1.68 4.04 1.68 1.58 0 2.908-.56 4.028-1.674 1.12-1.12 1.68-2.46 1.68-4.027 0-1.58-.56-2.927-1.68-4.04-1.12-1.12-2.44-1.667-4.027-1.667zM12 7.01c.086 0 .172.002.259.006 1.36.067 2.507.627 3.434 1.647.927 1.013 1.36 2.213 1.28 3.587-.047 1.387-.607 2.54-1.627 3.467-1.04.927-2.24 1.36-3.614 1.28-1.386-.08-2.54-.62-3.467-1.626-.913-1.04-1.34-2.234-1.28-3.628.08-1.373.62-2.527 1.66-3.447.944-.869 2.07-1.286 3.355-1.286zm11.2.68l-2.386.926c.12.3.22.614.306.934l2.467-.654c-.106-.413-.24-.813-.386-1.207zM.786 7.71c-.147.386-.28.78-.387 1.186l2.467.66c.087-.32.194-.633.307-.94zm11.222.133c-.16 0-.314.013-.467.026v8.262h.007c.14.033.3.033.46.033.16 0 .32 0 .46-.033h.006V7.869c-.153-.013-.306-.026-.466-.026zm-1.407.233a4.03 4.03 0 00-.927.467v6.907c.007.007.013.007.02.014.28.187.593.347.907.453zm2.814.007v7.841a3.978 3.978 0 00.926-.467v-6.9c-.293-.2-.6-.36-.926-.474zm-4.668 1.32a4.031 4.031 0 00-.907 2.594c0 .726.16 1.393.494 1.967.12.226.253.433.413.633zm6.521.013v5.174c.16-.193.294-.406.414-.613.32-.587.473-1.254.473-1.967 0-.987-.287-1.854-.887-2.594zm-15.129.707c-.06.414-.106.827-.126 1.247l2.547.133c.02-.333.053-.66.106-.987zm23.71 0l-2.52.4c.047.327.087.654.107.987v.007l2.547-.134v-.006c-.02-.427-.067-.84-.134-1.254zm-2.407 2.367c-.026.34-.06.674-.113 1l2.527.394c.067-.414.107-.834.133-1.26zm-18.876.013l-2.547.134c.02.42.067.827.127 1.227l2.52-.4a7.306 7.306 0 01-.1-.96zm18.563 1.947c-.087.32-.193.634-.307.94l2.387.914c.147-.393.28-.793.394-1.207zm-18.256.014l-2.467.653c.107.407.233.8.38 1.187l2.387-.9a12.78 12.78 0 01-.3-.94zm.7 1.827L1.3 17.458c.186.366.393.726.62 1.073l2.147-1.38c-.174-.274-.34-.56-.494-.86zm16.843.006a8.34 8.34 0 01-.494.854l2.14 1.393c.227-.353.44-.72.634-1.093zm-15.77 1.64l-1.98 1.614c.267.327.547.64.84.934l1.814-1.8a9.07 9.07 0 01-.673-.747zm14.683.014c-.2.26-.42.507-.654.733l1.8 1.807c.3-.3.58-.613.847-.94zm-13.276 1.4l-1.613 1.98c.327.267.667.514 1.02.74l1.4-2.133c-.28-.187-.546-.38-.807-.587zm11.882 0a8.39 8.39 0 01-.78.574l1.38 2.146c.354-.233.694-.48 1.02-.74zM7.706 20.425l-1.16 2.273c.373.187.76.36 1.153.514l.9-2.387a9.83 9.83 0 01-.893-.4zm8.588 0c-.293.146-.594.28-.9.393l.9 2.394c.4-.154.78-.327 1.16-.514zm-6.734.706l-.667 2.467c.4.107.807.194 1.22.26l.407-2.52a9.09 9.09 0 01-.96-.207zm4.887 0c-.32.087-.647.154-.973.207l.4 2.52a12.52 12.52 0 001.226-.26zm-2.94.307l-.147 2.547c.42.02.84.02 1.267 0l-.134-2.547c-.333.02-.66.02-.986 0Z\"/></svg>\n </figure>\n </td>\n <td>prezi.svg</td>\n <td><code>_includes/icons/simple-icons/prezi.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"prezi\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Prismic icon</title><path d=\"M7.83 3.866H6.785a2.915 2.915 0 0 0-2.92 2.92v8.553a7.912 7.912 0 0 0 3.13 1.043 1.965 1.965 0 0 1-.21-.835V8.663c-.104-.104-.104-2.607 1.044-4.797zM20.24 7.829V6.786a2.915 2.915 0 0 0-2.92-2.92H8.872A7.912 7.912 0 0 0 7.83 6.995c.21-.209.522-.209.835-.209h6.78c.104 0 2.607 0 4.797 1.043zm-4.067 12.412h1.043a2.915 2.915 0 0 0 2.92-2.92V8.871a7.912 7.912 0 0 0-3.13-1.043c.21.209.21.521.21.834v6.78c0 .104 0 2.607-1.043 4.798zM3.761 16.173v1.043a2.915 2.915 0 0 0 2.92 2.92h8.448a7.912 7.912 0 0 0 1.043-3.129c-.208.209-.521.209-.834.209H8.56c-.104 0-2.607 0-4.797-1.043zM13.253.007h-7.51C2.614.007.007 2.614.007 5.743c0 0 .209 5.528 2.399 8.135.104.209.313.313.521.522V6.682a3.85 3.85 0 0 1 3.86-3.86h1.668c.313-.417.626-.73.939-1.042.939-.73 2.399-1.356 3.86-1.773zM23.996 13.253v-7.51c0-3.129-2.607-5.736-5.736-5.736 0 0-5.528.208-8.136 2.398a1.257 1.257 0 0 0-.521.522h7.718a3.85 3.85 0 0 1 3.859 3.859v1.669c.417.313.73.626 1.043.939.73.938 1.356 2.398 1.773 3.859zM10.75 23.995h7.51c3.128 0 5.736-2.607 5.736-5.736 0 0-.209-5.528-2.399-8.135-.104-.209-.313-.313-.521-.522v7.718a3.85 3.85 0 0 1-3.86 3.86h-1.668c-.313.417-.626.73-.939 1.042-.939.73-2.399 1.356-3.86 1.773zM.007 10.75v7.509c0 3.129 2.607 5.736 5.736 5.736 0 0 5.528-.208 8.136-2.398.208-.105.313-.313.521-.522H6.786a3.85 3.85 0 0 1-3.859-3.859v-1.669c-.417-.313-.73-.626-1.043-.939C1.05 13.67.424 12.21.007 10.75z\"/></svg>\n </figure>\n </td>\n <td>prismic.svg</td>\n <td><code>_includes/icons/simple-icons/prismic.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"prismic\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Probot icon</title><path d=\"M12 .04a1.743 1.743 0 0 0-.537 3.401l-.631 2.579H2.456A2.456 2.456 0 0 0 0 8.476v13.029a2.456 2.456 0 0 0 2.456 2.456h19.088c1.356 0 2.456-1.1 2.456-2.456V8.476c0-1.356-1.1-2.456-2.456-2.456h-8.403l-.616-2.575A1.743 1.743 0 0 0 11.999.04zM3.933 7.881h16.136c1.101 0 1.994.893 1.994 1.994v10.117a1.994 1.994 0 0 1-1.994 1.994H3.933a1.994 1.994 0 0 1-1.994-1.994V9.875c0-1.101.893-1.994 1.994-1.994zm3.254 2.312a4.575 4.575 0 1 0 0 9.15 4.575 4.575 0 0 0 0-9.15zm9.743 0a4.575 4.575 0 1 0 0 9.15 4.575 4.575 0 0 0 0-9.15zm-9.743 1.07a3.506 3.506 0 1 1 0 7.011 3.506 3.506 0 0 1 0-7.011zm9.743 0a3.506 3.506 0 1 1 0 7.011 3.506 3.506 0 0 1 0-7.011zm-9.743 1.663a1.843 1.843 0 1 0 0 3.686 1.843 1.843 0 0 0 0-3.686zm9.743 0a1.843 1.843 0 1 0 0 3.686 1.843 1.843 0 0 0 0-3.686zm-6.927 6.5v2.159h.706v-2.159h-.706zm1.077 0v2.159h.705v-2.159h-.705zm1.076 0v2.159h.706v-2.159h-.706zm1.077 0v2.159h.706v-2.159h-.706zm1.077.03v2.1a1.08 1.08 0 0 0 .829-1.049v-.001c0-.51-.354-.937-.829-1.05zm-4.678.028a1.08 1.08 0 0 0-.731 1.021v.001c0 .474.306.876.731 1.021v-2.043z\"/></svg>\n </figure>\n </td>\n <td>probot.svg</td>\n <td><code>_includes/icons/simple-icons/probot.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"probot\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>ProcessWire icon</title><path d=\"M21.939 5.27C21.211 4.183 20 2.941 18.784 2.137 16.258.407 13.332-.207 10.744.061c-2.699.291-5.01 1.308-6.91 3.004C2.074 4.637.912 6.559.4 8.392c-.518 1.833-.449 3.53-.264 4.808.195 1.297.841 2.929.841 2.929.132.313.315.44.41.493.472.258 1.247.031 1.842-.637.03-.041.046-.098.03-.146-.166-.639-.226-1.12-.285-1.492-.135-.736-.195-1.969-.105-3.109.045-.617.165-1.277.375-1.969.406-1.367 1.262-2.794 2.6-3.98 1.441-1.277 3.289-2.066 5.046-2.27.616-.074 1.788-.145 3.199.203.301.075 1.593.412 2.975 1.348 1.006.684 1.816 1.528 2.374 2.363.568.797 1.185 2.141 1.366 3.125.256 1.12.256 2.307.074 3.463-.225 1.158-.631 2.284-1.262 3.275-.435.768-1.337 1.783-2.403 2.545-.961.676-2.058 1.164-3.184 1.434-.57.135-1.142.221-1.728.24-.521.016-1.212 0-1.697-.082-.721-.115-.871-.299-1.036-.549 0 0-.115-.18-.147-.662.011-4.405.009-3.229.009-5.516 0-.646-.021-1.232-.015-1.764.03-.873.104-1.473.728-2.123.451-.479 1.082-.768 1.777-.768.211 0 .938.01 1.577.541.685.572.8 1.354.827 1.563.156 1.223-.652 2.134-.962 2.365-.384.288-.729.428-.962.51-.496.166-1.041.214-1.531.182-.075-.005-.143.044-.158.119l-.165.856c-.161.65.2.888.41.972.671.207 1.266.293 1.971.24 1.081-.076 2.147-.502 3.052-1.346.77-.732 1.209-1.635 1.359-2.645.15-1.121-.045-2.328-.556-3.35-.562-1.127-1.532-2.068-2.81-2.583-1.291-.508-2.318-.526-3.642-.188l-.015.005c-.86.296-1.596.661-2.362 1.452-.525.546-.955 1.207-1.217 1.953-.26.752-.33 1.313-.342 2.185-.016.646.015 1.246.015 1.808v3.701c0 1.184-.04 1.389 0 1.998.022.404.078.861.255 1.352.182.541.564 1.096.826 1.352.367.391.834.705 1.293.9 1.051.467 2.478.541 3.635.496.766-.029 1.536-.135 2.291-.314 1.51-.359 2.96-1.012 4.235-1.918 1.367-.963 2.555-2.277 3.211-3.393.841-1.326 1.385-2.814 1.668-4.343.255-1.532.243-3.103-.099-4.612-.27-1.4-.991-2.936-1.823-4.176l.038.037z\"/></svg>\n </figure>\n </td>\n <td>processwire.svg</td>\n <td><code>_includes/icons/simple-icons/processwire.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"processwire\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Product Hunt icon</title><path d=\"M13.604 8.4h-3.405V12h3.405c.995 0 1.801-.806 1.801-1.801 0-.993-.805-1.799-1.801-1.799zM12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0zm1.604 14.4h-3.405V18H7.801V6h5.804c2.319 0 4.2 1.88 4.2 4.199 0 2.321-1.881 4.201-4.201 4.201z\"/></svg>\n </figure>\n </td>\n <td>producthunt.svg</td>\n <td><code>_includes/icons/simple-icons/producthunt.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"producthunt\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Prometheus icon</title><path d=\"M12 0C5.373 0 0 5.372 0 12c0 6.627 5.373 12 12 12s12-5.373 12-12c0-6.628-5.373-12-12-12zm0 22.46c-1.885 0-3.414-1.26-3.414-2.814h6.828c0 1.553-1.528 2.813-3.414 2.813zm5.64-3.745H6.36v-2.046h11.28v2.046zm-.04-3.098H6.391c-.037-.043-.075-.086-.111-.13-1.155-1.401-1.427-2.133-1.69-2.879-.005-.025 1.4.287 2.395.511 0 0 .513.119 1.262.255-.72-.843-1.147-1.915-1.147-3.01 0-2.406 1.845-4.508 1.18-6.207.648.053 1.34 1.367 1.387 3.422.689-.951.977-2.69.977-3.755 0-1.103.727-2.385 1.454-2.429-.648 1.069.168 1.984.894 4.256.272.854.237 2.29.447 3.201.07-1.892.395-4.652 1.595-5.605-.529 1.2.079 2.702.494 3.424.671 1.164 1.078 2.047 1.078 3.716a4.642 4.642 0 01-1.11 2.996c.792-.149 1.34-.283 1.34-.283l2.573-.502s-.374 1.538-1.81 3.019z\"/></svg>\n </figure>\n </td>\n <td>prometheus.svg</td>\n <td><code>_includes/icons/simple-icons/prometheus.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"prometheus\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Proto.io icon</title><path d=\"M12 11.997c-.728 0-1.316-.59-1.316-1.317S11.272 9.363 12 9.363s1.316.589 1.316 1.316-.588 1.318-1.316 1.318zm2.916-.021c0-2.828-1.109-5.397-2.916-7.298-1.807 1.9-2.916 4.47-2.916 7.298 0 1.297.234 2.535.66 3.683-.618.9-1.074 2.16-1.275 3.616.639-.767 1.422-1.306 2.292-1.591.363.555.78 1.096 1.239 1.574.461-.494.876-1.02 1.239-1.59.87.271 1.653.826 2.29 1.576-.199-1.456-.655-2.716-1.275-3.615.427-1.155.66-2.385.66-3.69l.002.037zM12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-22C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0z\"/></svg>\n </figure>\n </td>\n <td>proto-dot-io.svg</td>\n <td><code>_includes/icons/simple-icons/proto-dot-io.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"proto-dot-io\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>protocols.io icon</title><path d=\"M4.55.928c-.723.046-1.266.47-1.614 1.261a4.653 4.653 0 00-.215.6 11.006 11.006 0 00-.42 3.584c.052 1.007-.187 1.888-.6 2.797C.858 11.024.27 12.967.031 15.004c-.136 1.164.169 2.15 1.13 2.871.41.308.834.603 1.28.855 1.241.702 2.573 1.191 3.924 1.633a.825.825 0 01.297.162c1.12 1.033 2.423 1.75 3.846 2.276 1.011.373 2.005.364 3.015-.01 1.057-.391 2.089-.853 2.944-1.576.76-.642 1.612-1.011 2.527-1.334 1.307-.461 2.566-1.036 3.69-1.871.934-.695 1.413-1.596 1.298-2.778-.023-.238-.04-.476-.076-.712-.3-1.942-.888-3.802-1.705-5.58-.356-.776-.658-1.524-.441-2.403-.075-.856-.128-1.726-.233-2.588-.083-.687-.24-1.364-.574-1.982-.442-.821-1.126-1.164-2.037-1-.32.057-.642.144-.94.273-1.61.698-2.904 1.799-3.949 3.197-.101.137-.195.184-.369.182a190.37 190.37 0 00-3.328-.002c-.144.001-.241-.014-.334-.144-.623-.877-1.389-1.614-2.256-2.246-.735-.536-1.51-1-2.406-1.22a2.601 2.601 0 00-.783-.08zm.096 1.152c.087-.002.183.012.292.04.34.085.685.194.996.357 1.43.746 2.596 1.792 3.443 3.173.088.144.178.186.338.178.904-.042 1.806-.097 2.71-.103.62-.004 1.24.06 1.86.103.163.012.25-.04.336-.182.855-1.387 2.024-2.44 3.469-3.181.304-.156.64-.265.973-.348.431-.107.702.006.863.418.188.484.352.99.43 1.5.123.815.166 1.642.226 2.281-.037.648-.07 1.108-.086 1.569a.68.68 0 00.08.322 21.819 21.819 0 012.174 6.377c.073.416.077.85.064 1.273-.013.481-.324.812-.673 1.1-.873.72-1.888 1.188-2.926 1.602-.714.284-1.452.51-2.174.775-.15.055-.3.148-.418.258-1.224 1.13-2.625 1.94-4.26 2.285-.37.078-.804.014-1.174-.098-1.473-.445-2.788-1.18-3.892-2.27a.692.692 0 00-.272-.148c-1.35-.431-2.684-.905-3.931-1.588-.35-.19-.676-.42-1.014-.632-.81-.51-1.026-1.267-.893-2.166.355-2.387 1.131-4.632 2.235-6.772a.745.745 0 00.07-.375c-.106-1.522-.064-3.034.293-4.525.064-.265.162-.528.281-.774.146-.299.32-.442.58-.449zM13.867 8.8c-.354.04-.539.263-.719.72-.032.083-.06.167-.082.252-.196.782-.121 1.563-.025 2.352.108.89.498 1.492 1.367 1.832 1.379.54 2.11 1.645 2.442 3.047.08.343.148.688.228 1.068.39-.138.764-.265 1.135-.404.998-.373 1.972-.794 2.863-1.39.15-.1.224-.212.195-.393-.091-.586-.142-1.181-.273-1.758-.409-1.806-1.407-3.178-3.08-4.018-.61-.305-1.222-.614-1.861-.845a9.585 9.585 0 00-1.774-.444 1.586 1.586 0 00-.416-.02zM9.66 8.81a2.26 2.26 0 00-.264.035c-1.57.32-2.996.965-4.298 1.892-.489.348-.91.766-1.225 1.282-.727 1.193-1.073 2.5-1.152 3.886-.01.178.053.288.199.364.722.375 1.433.777 2.172 1.117.583.268 1.2.462 1.824.697.083-.39.15-.737.23-1.08.331-1.402 1.073-2.48 2.436-3.06.05-.021.093-.052.143-.069.723-.249 1.069-.77 1.185-1.516.143-.919.259-1.829-.03-2.736-.221-.7-.494-.872-1.22-.812zm2.594 7.502c-.96.045-1.653.137-2.274.505-.426.254-.559.555-.396.979.366.952.999 1.69 1.89 2.19.33.184.685.193 1.02.011.918-.499 1.554-1.252 1.928-2.22.14-.365.044-.626-.274-.864-.147-.11-.312-.219-.486-.266-.544-.146-1.096-.263-1.408-.335Z\"/></svg>\n\n </figure>\n </td>\n <td>protocols-dot-io.svg</td>\n <td><code>_includes/icons/simple-icons/protocols-dot-io.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"protocols-dot-io\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>ProtonMail icon</title><path d=\"M12 20.352s-1.096-.108-1.955-.705c-.86-.596-6.58-4.688-6.58-4.688v8.098S3.513 24 4.55 24h14.9c1.036 0 1.085-.942 1.085-.942v-8.1s-5.723 4.092-6.58 4.69c-.86.595-1.955.704-1.955.704zM12 .002S4.925-.23 3.465 7.624v5.35s.06.572 1.67 1.735c1.607 1.162 5.773 4.436 6.867 4.436 1.088 0 5.254-3.273 6.865-4.437 1.607-1.164 1.668-1.737 1.668-1.737v-5.35C19.075-.228 12 .004 12 .004zm4.846 10.536h-9.69V7.624C8.14 3.724 12 3.67 12 3.67s3.863.054 4.846 3.954v2.914z\"/></svg>\n </figure>\n </td>\n <td>protonmail.svg</td>\n <td><code>_includes/icons/simple-icons/protonmail.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"protonmail\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Proxmox icon</title><path d=\"M4.928 1.825c-1.09.553-1.09.64-.07 1.78 5.655 6.295 7.004 7.782 7.107 7.782.139.017 7.971-8.542 8.058-8.801.034-.07-.208-.312-.519-.536-.415-.312-.864-.433-1.712-.467-1.59-.104-2.144.242-4.115 2.455-.899 1.003-1.66 1.833-1.66 1.833-.017 0-.76-.813-1.642-1.798S8.473 2.1 8.127 1.91c-.796-.45-2.421-.484-3.2-.086zM1.297 4.367C.45 4.695 0 5.007 0 5.248c0 .121 1.331 1.678 2.94 3.459 1.625 1.78 2.939 3.268 2.939 3.302 0 .035-1.331 1.522-2.94 3.303C1.314 17.11.017 18.683.035 18.822c.086.467 1.504 1.055 2.541 1.055 1.678-.018 2.058-.312 5.603-4.202 1.78-1.954 3.233-3.614 3.233-3.666 0-.069-1.435-1.694-3.199-3.63-2.3-2.508-3.423-3.632-3.96-3.874-.812-.398-2.126-.467-2.956-.138zm18.467.12c-.502.26-1.764 1.505-3.943 3.891-1.763 1.937-3.199 3.562-3.199 3.631 0 .07 1.453 1.712 3.234 3.666 3.544 3.89 3.925 4.184 5.602 4.202 1.038 0 2.455-.588 2.542-1.055.017-.156-1.28-1.712-2.905-3.493-1.608-1.78-2.94-3.285-2.94-3.32 0-.034 1.332-1.539 2.94-3.32C22.72 6.91 24.017 5.352 24 5.214c-.087-.45-1.366-.968-2.473-1.038-.795-.034-1.21.035-1.763.312zM7.954 16.973c-2.144 2.369-3.908 4.374-3.943 4.46-.034.07.208.312.52.537.414.311.864.432 1.711.467 1.574.103 2.161-.26 4.15-2.508.864-.968 1.608-1.78 1.625-1.78s.761.812 1.643 1.798c2.023 2.248 2.559 2.576 4.132 2.49.848-.035 1.297-.156 1.712-.467.311-.225.553-.467.519-.536-.087-.26-7.92-8.819-8.058-8.801-.069 0-1.867 1.954-4.011 4.34z\"/></svg>\n </figure>\n </td>\n <td>proxmox.svg</td>\n <td><code>_includes/icons/simple-icons/proxmox.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"proxmox\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Publons icon</title><path d=\"M0 0v24h24V0zm10.34 5.1c.083.014.114.096.156.158.054.354.1.71.154 1.065.157-.162.31-.328.49-.464.867-.666 2.05-.94 3.11-.63.72.21 1.315.72 1.756 1.316.187.263.348.547.45.855.198.582.225 1.206.198 1.815-.053 1.12-.433 2.244-1.169 3.103a4.029 4.029 0 01-2.616 1.41 4.418 4.418 0 01-2.188-.317c.019 1.01.032 2.018.038 3.028.021.465-.021.938.087 1.396.031.14.123.292.28.308.302.036.608.013.912.02.057 0 .13.037.126.101.004.186.009.373-.004.56-.046.092-.17.07-.255.072a44.358 44.358 0 00-4.437 0l-.07-.056c-.004-.22-.063-.467.034-.671.3-.035.606.02.904-.032.191-.048.268-.26.295-.434.04-.32.027-.642.042-.963V8.348c0-.156.006-.31-.008-.465a.888.888 0 00-.34-.656c-.203-.158-.438-.265-.662-.388-.082-.052-.181-.097-.229-.187a.985.985 0 01.008-.337c.056-.066.144-.086.219-.122.73-.315 1.456-.636 2.185-.952.17-.068.346-.144.533-.144zm1.99 1.146c-.053 0-.104 0-.156.013a2.12 2.12 0 00-1.493.86c.005 1.44 0 2.88.003 4.32.005.327.073.676.302.924.524.512 1.302.692 2.014.593.577-.096 1.037-.538 1.279-1.054.344-.736.395-1.571.335-2.371-.053-.655-.181-1.312-.449-1.915-.184-.407-.442-.793-.811-1.054a1.717 1.717 0 00-1.024-.313z\"/></svg>\n </figure>\n </td>\n <td>publons.svg</td>\n <td><code>_includes/icons/simple-icons/publons.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"publons\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>PureScript icon</title><path d=\"M19.16 4.6l-1.24 1.24 3.97 3.97-3.97 3.97 1.24 1.24 4.58-4.6a.87.87 0 000-1.23L19.16 4.6zM6.95 6.74l1.87 1.75h8.23l-1.87-1.75H6.95zm-2.1 2.24l-4.6 4.6a.87.87 0 000 1.23l4.6 4.59 1.23-1.24-3.97-3.97 3.97-3.97-1.24-1.24zm3.97 2.14l-1.87 1.76h8.23l1.87-1.76H8.82zm-1.87 4.39l1.87 1.75h8.23l-1.87-1.75H6.95z\"/></svg>\n\n </figure>\n </td>\n <td>purescript.svg</td>\n <td><code>_includes/icons/simple-icons/purescript.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"purescript\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" role=\"img\"><title>PyPI icon</title><path d=\"M23.922 13.58v3.912L20.55 18.72l-.078.055.052.037 3.45-1.256.026-.036v-3.997l-.053-.036-.025.092z M23.621 5.618l-3.04 1.107v3.912l3.339-1.215V5.509zM23.92 13.457V9.544l-3.336 1.215v3.913zM20.47 14.71V10.8L17.17 12v3.913zM17.034 19.996v-3.912l-3.313 1.206v3.912zM17.17 16.057v3.868l3.314-1.206V14.85l-3.314 1.206zm2.093 1.882c-.367.134-.663-.074-.663-.463s.296-.814.663-.947c.365-.133.662.075.662.464s-.297.814-.662.946z M13.225 9.315l.365-.132-3.285-1.197-3.323 1.21.102.037 3.184 1.16zM20.507 10.664V6.751L17.17 7.965v3.913zM17.058 11.918V8.005l-3.302 1.202v3.912zM13.643 9.246l-3.336 1.215v3.913l3.336-1.215zM6.907 13.165l3.322 1.209v-3.913L6.907 9.252z M10.34 7.873l3.281 1.193V5.198l-3.28-1.193zM20.507 2.715L17.19 3.922v3.913l3.317-1.207zM16.95 3.903L13.724 2.73l-3.269 1.19 3.225 1.174zM15.365 4.606l-1.624.592v3.868l3.317-1.207V3.991l-1.693.615zm-.391 2.778c-.367.134-.662-.074-.662-.464s.295-.813.662-.946c.366-.133.663.074.663.464s-.297.813-.663.946z M10.229 18.41v-3.914l-3.322-1.209V17.2zM13.678 17.182v-3.913l-3.371 1.227v3.913z M13.756 17.154l3.3-1.2V12.04l-3.3 1.2zM13.678 21.217l-3.371 1.227v-3.912h-.078v3.912l-3.322-1.209v-3.913l-.053-.058-.025-.06-3.336-1.21v-3.948l.034.013 3.287 1.196.015-.078-3.261-1.187 3.26-1.187v-.109L3.876 9.62l-.307-.112 3.26-1.188v.877l.079-.055V6.769l3.257 1.185.058-.061L7.084 6.75l-.102-.037 3.24-1.179v-.083L6.854 6.677v.018l-.025.018v1.523L3.44 9.47v.02l-.025.017v4.007l-3.39 1.233v.019L0 14.784v3.995l.025.037 3.4 1.237.008-.006.007.01 3.4 1.238.008-.006.006.01 3.4 1.237.014-.009.012.01 3.45-1.256.026-.037-.078-.027zM3.493 9.563l3.257 1.185-3.257 1.187V9.562zM3.4 19.96L.078 18.752v-3.913l2.361.86.96.349v3.913zm.015-3.99L.335 14.85l-.182-.066 3.262-1.187v2.374zm3.399 5.231l-3.321-1.209v-3.912l3.321 1.209v3.912zM23.791 5.434l-3.21-1.17v2.338zM20.387 2.643l-3.24-1.18-3.27 1.19 3.247 1.182z\"/></svg>\n </figure>\n </td>\n <td>pypi.svg</td>\n <td><code>_includes/icons/simple-icons/pypi.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pypi\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\"><title>Python icon</title><path d=\"M14.31.18l.9.2.73.26.59.3.45.32.34.34.25.34.16.33.1.3.04.26.02.2-.01.13V8.5l-.05.63-.13.55-.21.46-.26.38-.3.31-.33.25-.35.19-.35.14-.33.1-.3.07-.26.04-.21.02H8.83l-.69.05-.59.14-.5.22-.41.27-.33.32-.27.35-.2.36-.15.37-.1.35-.07.32-.04.27-.02.21v3.06H3.23l-.21-.03-.28-.07-.32-.12-.35-.18-.36-.26-.36-.36-.35-.46-.32-.59-.28-.73-.21-.88-.14-1.05L0 11.97l.06-1.22.16-1.04.24-.87.32-.71.36-.57.4-.44.42-.33.42-.24.4-.16.36-.1.32-.05.24-.01h.16l.06.01h8.16v-.83H6.24l-.01-2.75-.02-.37.05-.34.11-.31.17-.28.25-.26.31-.23.38-.2.44-.18.51-.15.58-.12.64-.1.71-.06.77-.04.84-.02 1.27.05 1.07.13zm-6.3 1.98l-.23.33-.08.41.08.41.23.34.33.22.41.09.41-.09.33-.22.23-.34.08-.41-.08-.41-.23-.33-.33-.22-.41-.09-.41.09-.33.22zM21.1 6.11l.28.06.32.12.35.18.36.27.36.35.35.47.32.59.28.73.21.88.14 1.04.05 1.23-.06 1.23-.16 1.04-.24.86-.32.71-.36.57-.4.45-.42.33-.42.24-.4.16-.36.09-.32.05-.24.02-.16-.01h-8.22v.82h5.84l.01 2.76.02.36-.05.34-.11.31-.17.29-.25.25-.31.24-.38.2-.44.17-.51.15-.58.13-.64.09-.71.07-.77.04-.84.01-1.27-.04-1.07-.14-.9-.2-.73-.25-.59-.3-.45-.33-.34-.34-.25-.34-.16-.33-.1-.3-.04-.25-.02-.2.01-.13v-5.34l.05-.64.13-.54.21-.46.26-.38.3-.32.33-.24.35-.2.35-.14.33-.1.3-.06.26-.04.21-.02.13-.01h5.84l.69-.05.59-.14.5-.21.41-.28.33-.32.27-.35.2-.36.15-.36.1-.35.07-.32.04-.28.02-.21V6.07h2.09l.14.01.21.03zm-6.47 14.25l-.23.33-.08.41.08.41.23.33.33.23.41.08.41-.08.33-.23.23-.33.08-.41-.08-.41-.23-.33-.33-.23-.41-.08-.41.08-.33.23z\"/></svg>\n </figure>\n </td>\n <td>python.svg</td>\n <td><code>_includes/icons/simple-icons/python.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"python\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>PyTorch icon</title><path d=\"M12.005.04l-7.03 7.03a9.832 9.832 0 0 0 0 13.975 9.833 9.833 0 0 0 13.976 0c3.97-3.887 3.972-10.171.084-13.976l-1.738 1.737c2.895 2.895 2.895 7.608 0 10.503-2.894 2.894-7.608 2.894-10.503 0C3.9 16.414 3.9 11.7 6.794 8.806l4.632-4.631.58-.663zm3.556 3.886a1.323 1.323 0 0 0-1.323 1.323 1.323 1.323 0 0 0 1.323 1.323 1.323 1.323 0 0 0 1.323-1.323 1.323 1.323 0 0 0-1.323-1.323z\"/></svg>\n </figure>\n </td>\n <td>pytorch.svg</td>\n <td><code>_includes/icons/simple-icons/pytorch.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pytorch\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>PyUp icon</title><path d=\"M12 0L1.608 6v12l3.984 2.3v-12L12 4.6l6.408 3.7v7.4L12 19.4l-2.95-1.705v4.602L12 24l10.392-6V6zm0 8.593l-2.95 1.703v3.408L12 15.407l2.95-1.703v-3.408z\"/></svg>\n </figure>\n </td>\n <td>pyup.svg</td>\n <td><code>_includes/icons/simple-icons/pyup.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"pyup\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>QEMU icon</title><path d=\"M12.003.064C5.376.064 0 5.407 0 12s5.376 11.936 12.003 11.936c2.169 0 4.2-.57 5.955-1.57l.624 1.57h4.841l-1.893-4.679A11.845 11.845 0 0024 12C24 5.407 18.63.064 12.003.064zM8.818 2.03c.398.339.324.198.86.134.61-.397.893.942 1.147.195.748.097 1.542.34 2.25.584a3.447 3.447 0 011.859 1.128l-.014.007.35.463c.045.08.082.164.12.248.142 1.205 1.48 1.19 2.377 1.625.767.272 1.69.686 1.785 1.611-.193-.042-.941-.921-1.53-1.007a3.919 3.919 0 01-1.094-.255L14.86 6.38v-.007a3.035 3.035 0 01-.309-.053v.013l-2.927-.362c.048.033.1.077.148.12l3 .585v-.007l.209.053.839.188c.166.016.334.043.47.067.856.236 1.868.194 2.571.792-.184.352-1.21.153-1.719.108-.062-.012-.131-.023-.194-.034l-.034-.007c-.696-.113-1.411-.12-2.081.088h-.007a3.193 3.193 0 00-.671.302c-.968.563-2.164.767-2.967 1.577-.787.847-.739 2.012-.604 3.095h.033v.275c.013.095.028.19.04.282.41 2.19 1.5 4.2 1.84 6.412.065.843.203 1.932.309 2.618-.306-.091-.475-1.462-.544-1.007a38.196 38.196 0 00-3.565-5.25c-.853-1.004-1.697-2.06-2.712-2.894-.685-.528-.468-1.55-.537-2.302-.23-.926-.094-1.848.06-2.773.313-.963.418-1.968.846-2.893.653-.581.669-1.63 1.303-2.135.094.058.157.085.2.1l.068.008h.007c.09-.095-.888-1.116.02-.712.035-.537.854-.128.866-.597zm3.847 2.182c-.323.009-.574.13-.645.335-.114.33.273.755.866.96.594.205 1.168.109 1.282-.221.114-.33-.272-.762-.866-.967a1.842 1.842 0 00-.637-.107z\"/></svg>\n </figure>\n </td>\n <td>qemu.svg</td>\n <td><code>_includes/icons/simple-icons/qemu.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"qemu\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Qgis icon</title><path d=\"M12.879 13.006v3.65l-3.004-3.048v-3.495h3.582l2.852 2.893h-3.43zm10.886 7.606V24h-3.654l-5.73-5.9v-3.55h3.354l6.03 6.062zm-10.828-1.448l3.372 3.371c-1.309.442-2.557.726-4.325.726C5.136 23.26 0 18.243 0 11.565 0 4.92 5.136 0 11.984 0 18.864 0 24 4.952 24 11.565c0 2.12-.523 4.076-1.457 5.759l-3.625-3.725a8.393 8.393 0 0 0 .24-2.005c0-4.291-3.148-7.527-7.1-7.527-3.954 0-7.248 3.236-7.248 7.527s3.33 7.6 7.247 7.6c.548 0 .661.017.88-.03z\"/></svg>\n </figure>\n </td>\n <td>qgis.svg</td>\n <td><code>_includes/icons/simple-icons/qgis.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"qgis\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Qi icon</title><path d=\"M16.574 0a1.524 1.524 0 100 3.049 1.524 1.524 0 100-3.049zm-4.762 2.857a7.627 7.627 0 00-.01 15.246c.297 0 .296.293.296.293v2.65s.001 2.763 2.658 2.954c.295.01.295-.295.295-.295V3.785s0-.293-.295-.414a7.667 7.667 0 00-2.944-.514zM16.7 4.52c-.124-.02-.123.167-.123.386v11.147c0 .294-.002.528.293.297.01-.01.023-.019.033-.028a7.626 7.626 0 00-.03-11.709.41.41 0 00-.173-.093zm-4.765 1.386c.165 0 .164.164.164.164v8.82s0 .165-.164.165a4.577 4.577 0 010-9.148Z\"/></svg>\n\n </figure>\n </td>\n <td>qi.svg</td>\n <td><code>_includes/icons/simple-icons/qi.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"qi\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>Qiita icon</title><path d=\"M7.883 11.615c0-1.92-1.474-3.904-3.974-3.904C1.987 7.71 0 9.183 0 11.679c0 1.92 1.474 3.905 3.973 3.905.801 0 1.602-.256 2.275-.736L7.402 16l.513-.512-1.09-1.088c.673-.736 1.058-1.696 1.058-2.785zm-3.974-3.2c1.827 0 3.269 1.408 3.269 3.232 0 1.569-1.218 3.233-3.237 3.233-2.018 0-3.236-1.632-3.236-3.2 0-2.049 1.634-3.265 3.204-3.265zm5.864 1.568h.673v5.44h-.673zm.32-.736a.574.574 0 0 1-.576-.576c0-.32.256-.576.576-.576.32 0 .577.256.577.576 0 .32-.256.576-.577.576zm2.724 0a.574.574 0 0 1-.577-.576c0-.32.257-.576.577-.576.32 0 .577.256.577.576 0 .32-.256.576-.577.576zm-.32.736h.673v5.44h-.673zm4.71 5.537c-1.25 0-1.987-.96-1.987-1.92V8.479h.673v1.504h2.371v.672h-2.37v2.977c0 .608.48 1.248 1.313 1.248.224 0 .449-.064.64-.192l.065-.032.32.576-.064.032c-.288.16-.64.256-.961.256zm4.454.032c-1.827 0-2.916-1.44-2.916-2.848 0-1.825 1.442-2.913 2.852-2.913.737 0 1.314.256 1.73.736v-.544H24v5.44h-.673v-.607c-.384.48-.961.736-1.666.736zm-.064-5.089c-1.09 0-2.18.832-2.18 2.24 0 1.089.834 2.177 2.244 2.177.64 0 1.282-.288 1.698-.8v-2.817a2.29 2.29 0 0 0-1.762-.8z\"/></svg>\n </figure>\n </td>\n <td>qiita.svg</td>\n <td><code>_includes/icons/simple-icons/qiita.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"qiita\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>QIWI icon</title><path d=\"M11.064 0C5.17 0 .391 4.778.391 10.673c0 5.895 4.779 10.673 10.674 10.673 1.567 0 3.118-.293 5.398-.31 2.033 0 4.267.714 6.718 2.886.248.217.574-.062.357-.326-2.405-3.056-4.64-3.63-6.873-4.126-2.73-.606-4.126-2.126-5.104-3.817-.186-.341-.28-.279-.295.156-.018.639.03 1.278.14 1.908h-.326a7.066 7.066 0 01-7.06-7.06A7.065 7.065 0 0111.08 3.6a7.064 7.064 0 017.013 7.88c-.528-.093-1.537-.108-2.25-.046-.264.031-.233.155-.031.187 2.327.434 3.925 1.877 4.297 4.499.015.062.093.077.124.03a10.739 10.739 0 001.505-5.476C21.738 4.778 16.96 0 11.064 0zm7.644 15.077a.312.312 0 00-.306.157c-.124.218-.03.636.202 1.009.232.372.45.558.606.558.155 0 .294-.186.232-.667-.03-.264-.186-.868-.59-1.024-.047-.021-.101-.023-.144-.033zm-2.214 1.787c-.217 0-.388.076-.497.216-.279.341-.155.962.28 1.335.186.17.466.263.73.263a.816.816 0 00.635-.278c.249-.342.11-.808-.372-1.211-.248-.217-.527-.325-.776-.325Z\"/></svg>\n </figure>\n </td>\n <td>qiwi.svg</td>\n <td><code>_includes/icons/simple-icons/qiwi.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"qiwi\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>Qualcomm icon</title><path d=\"M12 0C6.22933 0 1.5761 4.48645 1.5761 10.47394c0 6.00417 4.65323 10.47394 10.4239 10.47394.98402 0 1.93468-.13343 2.8353-.3836l1.13412 2.9187c.11675.31688.35025.51702.7672.51702h1.80125c.43364 0 .75052-.28353.55038-.83391l-1.46768-3.81932c2.88534-1.81793 4.80333-5.03683 4.80333-8.8895C22.4239 4.48644 17.77067 0 12 0m4.53648 16.5615l-1.31758-3.41904c-.11675-.28353-.35024-.55038-.85059-.55038h-1.71786c-.43363 0-.7672.28353-.56706.83391l1.73454 4.48645c-.56706.1501-1.18416.21682-1.81793.21682-4.2196 0-7.22168-3.31897-7.22168-7.65532C4.77832 6.1376 7.7804 2.81862 12 2.81862s7.22168 3.31898 7.22168 7.65532c0 2.5351-1.01737 4.70327-2.6852 6.08756\"/></svg>\n </figure>\n </td>\n <td>qualcomm.svg</td>\n <td><code>_includes/icons/simple-icons/qualcomm.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"qualcomm\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Qualtrics icon</title><path d=\"M20.14 5.518l-2.695 9.538h-.034l-2.89-9.538H8.125l-2.19 3.893-2.318-3.893H.368l3.78 6.116L0 18.486h2.993l2.66-4.534 2.755 4.534h4.906v-8.99h.034q.102.564.195.966.093.402.175.744c.057.228.118.445.184.65.065.206.132.43.2.677l1.926 5.949h2.523l1.942-5.95q.213-.718.398-1.385a14.544 14.544 0 0 0 .32-1.506h.035v8.845H24V5.514zM7.373 11.651l3.383-5.616v11.118z\"/></svg>\n </figure>\n </td>\n <td>qualtrics.svg</td>\n <td><code>_includes/icons/simple-icons/qualtrics.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"qualtrics\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Quantcast icon</title><path d=\"M15.11 20.474A10.024 10.024 0 0 0 19.737 12c0-5.523-4.419-10-9.869-10S0 6.477 0 12s4.418 10 9.868 10H24v-1.526h-8.89z\"/></svg>\n </figure>\n </td>\n <td>quantcast.svg</td>\n <td><code>_includes/icons/simple-icons/quantcast.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"quantcast\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Quantopian icon</title><path d=\"M14.5 12c0 1.103-.897 2-2 2h-1c-1.103 0-2-.897-2-2V9.5c0-1.103.897-2 2-2h1c1.103 0 2 .897 2 2zm-2-5.5h-1c-1.654 0-3 1.346-3 3V12c0 1.654 1.346 3 3 3v.5c0 .603.4 1.5 1.5 1.5h1v-1h-1c-.403 0-.494-.275-.5-.5V15c1.654 0 3-1.346 3-3V9.5c0-1.654-1.346-3-3-3M1 21.5v-19C1 1.673 1.673 1 2.5 1h19c.827 0 1.5.673 1.5 1.5v19c0 .827-.673 1.5-1.5 1.5h-19c-.827 0-1.5-.673-1.5-1.5zm23 0v-19C24 1.121 22.878 0 21.5 0h-19A2.503 2.503 0 000 2.5v19C0 22.878 1.121 24 2.5 24h19c1.378 0 2.5-1.122 2.5-2.5Z\"/></svg>\n </figure>\n </td>\n <td>quantopian.svg</td>\n <td><code>_includes/icons/simple-icons/quantopian.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"quantopian\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Quarkus icon</title><path d=\"M12.788 15.963l3.872-2.236v-4.47l-3.872 2.235v4.471zm.37.214L16.66 18.2v-4.043l-3.502 2.021zm3.291-7.714V4.42L12.947 6.44l3.502 2.022zm-3.872-1.808L8.704 8.891l3.873 2.236 3.872-2.236-3.872-2.236zm-.371-.214L8.704 4.42v4.043l3.502-2.022zm4.825 3.03v4.042l3.501-2.021-3.501-2.022zm-4.665 6.492v-4.471L8.494 9.256v4.471l3.872 2.236zM8.123 9.47L4.62 11.492l3.502 2.021V9.47zm.37 4.686v4.043l3.502-2.022-3.501-2.021z M20.007.134H3.979C1.79.134 0 1.902 0 4.064v15.832c0 2.161 1.79 3.93 3.979 3.93h10.976l-2.962-7.108-2.15 4.488H3.98c-.72 0-1.327-.6-1.327-1.31V4.064c0-.71.608-1.31 1.327-1.31h16.028c.719 0 1.327.6 1.327 1.31v15.832c0 .71-.608 1.31-1.327 1.31h-3.478l1.092 2.62h2.386c2.188 0 3.979-1.769 3.979-3.93V4.064c0-2.162-1.79-3.93-3.979-3.93z\"/></svg>\n </figure>\n </td>\n <td>quarkus.svg</td>\n <td><code>_includes/icons/simple-icons/quarkus.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"quarkus\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Quest icon</title><path d=\"M3.12 8.76a3.241 3.241 0 00-3.117 3.355 3.241 3.241 0 003.354 3.115 3.201 3.201 0 001.791-.628l-.496-.362a.174.174 0 00-.187-.011c-.381.215-.821.335-1.293.324A2.522 2.522 0 01.727 12.16a2.51 2.51 0 015.011-.297 2.5 2.5 0 01-.43 1.59.179.179 0 00.042.246l.418.307c-.003.003-.09.123-.28.299-.192.178-.34.295-.34.295l.541.416c.068.052.161.052.227-.002a4.498 4.498 0 00.389-.371.183.183 0 00-.028-.272l-.506-.369c.48-.604.73-1.348.702-2.125A3.241 3.241 0 003.119 8.76zm18.112.687v1.293h-.271a.202.202 0 00-.203.201v.414h.474v2.28c0 1.087.553 1.6 1.485 1.6.53 0 .959-.184 1.283-.43l-.22-.358a.186.186 0 00-.25-.062 1.544 1.544 0 01-.759.209c-.502 0-.859-.297-.859-.973v-2.266h1.156a.173.173 0 00.174-.173v-.442h-1.33V9.63a.18.18 0 00-.182-.182h-.498zM7.438 10.74c-.1 0-.18.08-.18.18v2.432c0 1.283.917 1.89 1.963 1.89 1.04 0 1.965-.607 1.965-1.89v-2.436a.175.175 0 00-.176-.176h-.51v2.547c0 .895-.54 1.315-1.28 1.315s-1.283-.42-1.283-1.315V10.74h-.5zm6.605 0c-1.233 0-2.147.922-2.147 2.246 0 1.338.91 2.248 2.188 2.248.635 0 1.238-.16 1.777-.675l-.257-.329a.167.167 0 00-.235-.03c-.347.273-.769.435-1.244.435-.781 0-1.433-.479-1.53-1.41h3.288a.192.192 0 00.191-.188l.002-.068c-.01-1.316-.86-2.229-2.033-2.229zm4.414 0c-1.037 0-1.727.493-1.727 1.31 0 .645.457 1.077 1.43 1.196l.516.06c.612.074.904.283.904.63 0 .456-.462.699-1.193.699-.617 0-1.024-.152-1.334-.354a.196.196 0 00-.274.063l-.205.332c.548.415 1.248.553 1.805.553 1.165 0 1.904-.516 1.904-1.338 0-.708-.535-1.087-1.453-1.205l-.512-.065c-.566-.068-.88-.247-.88-.607 0-.42.406-.68 1.023-.68.492 0 .961.152 1.264.314a.18.18 0 00.242-.07l.123-.219a.18.18 0 00-.07-.244c-.408-.227-.962-.375-1.563-.375zm-4.428.602c.736 0 1.265.521 1.352 1.33h-2.776c.11-.781.625-1.33 1.424-1.33Z\"/></svg>\n\n </figure>\n </td>\n <td>quest.svg</td>\n <td><code>_includes/icons/simple-icons/quest.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"quest\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>QuickTime icon</title><path d=\"M12 0A12 12 0 1 0 18.63 22L20.61 23.97H23.75L24 23.72V20.57L22 18.59A11.94 11.94 0 0 0 24 12A12 12 0 0 0 12 0M12 4.2A7.8 7.8 0 0 1 18.95 15.53L13.7 10.27A2.4 2.4 0 1 0 10.3 13.67L15.57 18.93A7.76 7.76 0 0 1 12 19.8A7.8 7.8 0 0 1 12 4.2Z\"/></svg>\n\n </figure>\n </td>\n <td>quicktime.svg</td>\n <td><code>_includes/icons/simple-icons/quicktime.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"quicktime\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Quip icon</title><path d=\"M22.154 22.154H12a10.06 10.06 0 01-7.4-3.201C2.66 16.89 1.69 14.19 1.868 11.35c.315-5.091 4.39-9.168 9.482-9.484.22-.014.44-.02.657-.02A10.058 10.059 0 0118.952 4.6a10.058 10.059 0 013.202 7.4zm-1.938-18.9C17.778.963 14.59-.186 11.236.024 5.218.399.398 5.219.024 11.237c-.207 3.353.94 6.543 3.231 8.98A12.047 12.048 0 0012 24h11.077c.51 0 .923-.413.923-.922V12a12.047 12.048 0 00-3.784-8.745m-4.062 11.976H7.846a.923.923 0 000 1.846h8.308a.923.923 0 000-1.846M7.846 8.77h8.308a.923.923 0 000-1.847H7.846a.923.923 0 000 1.847m-2.769 2.308a.923.923 0 000 1.845h13.846a.923.923 0 000-1.846H5.077Z\"/></svg>\n\n </figure>\n </td>\n <td>quip.svg</td>\n <td><code>_includes/icons/simple-icons/quip.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"quip\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Quora icon</title><path d=\"M12.738 18.701c-.831-1.635-1.805-3.287-3.708-3.287-.362 0-.727.061-1.059.209l-.646-1.289c.786-.678 2.058-1.214 3.693-1.214 2.544 0 3.851 1.229 4.888 2.792.613-1.335.904-3.14.904-5.375 0-5.582-1.744-8.447-5.822-8.447-4.018 0-5.757 2.865-5.757 8.447 0 5.553 1.739 8.389 5.757 8.389.64 0 1.22-.069 1.75-.225zm.996 1.947c-.881.237-1.817.366-2.743.366-5.352 0-10.59-4.269-10.59-10.478C.402 4.271 5.639 0 10.991 0c5.441 0 10.628 4.238 10.628 10.537 0 3.504-1.635 6.351-4.01 8.191.764 1.148 1.543 1.914 2.652 1.914 1.199 0 1.68-.915 1.77-1.649h1.557c.092.974-.402 5.007-4.766 5.007-2.652 0-4.047-1.528-5.096-3.328l.008-.024z\"/></svg>\n </figure>\n </td>\n <td>quora.svg</td>\n <td><code>_includes/icons/simple-icons/quora.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"quora\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>Qwiklabs icon</title><path d=\"M14.346 18.205A6.464 6.464 0 0 0 12 5.72a6.462 6.462 0 0 0-2.346 12.485.69.69 0 0 0 .961-.623v-5.4a1.385 1.385 0 1 1 2.77 0v5.4a.692.692 0 0 0 .961.623zm.809 5.558C20.252 22.378 24 17.718 24 12.182c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.536 3.748 10.196 8.845 11.581a.7.7 0 0 0 .049.013l.059.016.001-.002a1.385 1.385 0 0 0 .635-2.695 9.231 9.231 0 1 1 4.824-.001 1.385 1.385 0 0 0 .635 2.695l.001.002.059-.016.049-.013z\"/></svg>\n </figure>\n </td>\n <td>qwiklabs.svg</td>\n <td><code>_includes/icons/simple-icons/qwiklabs.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"qwiklabs\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Qzone icon</title><path d=\"M23.985 9.202c-.032-.099-.127-.223-.334-.258-.207-.036-7.351-1.406-7.351-1.406s-.105-.022-.198-.07c-.092-.047-.127-.167-.127-.167S12.447.956 12.349.77C12.25.583 12.104.532 12 .532c-.104 0-.251.051-.349.238-.098.186-3.626 6.531-3.626 6.531s-.035.12-.128.167c-.092.047-.197.07-.197.07S.556 8.908.348 8.943c-.208.036-.302.16-.333.258a.477.477 0 0 0 .125.449l5.362 5.49s.072.08.119.172c.016.104.005.21.005.21s-1.189 7.242-1.22 7.45.075.369.159.43c.083.062.233.106.421.013.189-.093 6.812-3.261 6.812-3.261s.098-.044.201-.061c.103-.017.201.061.201.061s6.623 3.168 6.812 3.261c.188.094.338.049.421-.013a.463.463 0 0 0 .159-.43c-.021-.14-.93-5.677-.93-5.677.876-.54 1.425-1.039 1.849-1.747-2.594.969-6.006 1.717-9.415 1.866-.915.041-2.41.097-3.473-.015-.678-.071-1.17-.144-1.243-.438-.053-.215.054-.46.545-.831a2640.5 2640.5 0 0 1 2.861-2.155c1.285-.968 3.559-2.47 3.559-2.731 0-.285-2.144-.781-4.037-.781-1.945 0-2.275.132-2.811.168-.488.034-.769.005-.804-.138-.06-.248.183-.389.588-.568.709-.314 1.86-.594 1.984-.626.194-.052 3.082-.805 5.618-.535 1.318.14 3.244.668 3.244 1.276 0 .342-1.721 1.494-3.225 2.597-1.149.843-2.217 1.561-2.217 1.688 0 .342 3.533 1.241 6.689 1.01l.003-.022c.048-.092.119-.172.119-.172l5.362-5.49a.477.477 0 0 0 .127-.449z\"/></svg>\n </figure>\n </td>\n <td>qzone.svg</td>\n <td><code>_includes/icons/simple-icons/qzone.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"qzone\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>R icon</title><path d=\"M12 18.82c-6.627 0-12-3.598-12-8.037s5.373-8.037 12-8.037 12 3.599 12 8.037-5.373 8.037-12 8.037zm1.837-12.932c-5.038 0-9.121 2.46-9.121 5.495s4.083 5.494 9.12 5.494 8.756-1.682 8.756-5.494-3.718-5.495-8.755-5.495zM18.275 15.194a9.038 9.038 0 0 1 1.149.433 2.221 2.221 0 0 1 .582.416 1.573 1.573 0 0 1 .266.383l2.863 4.826-4.627.002-2.163-4.063a5.229 5.229 0 0 0-.716-.982.753.753 0 0 0-.549-.25h-1.099v5.292l-4.093.001V7.737h8.221s3.744.067 3.744 3.63a3.822 3.822 0 0 1-3.578 3.827zm-1.78-4.526l-2.479-.001v2.298h2.479a1.134 1.134 0 0 0 1.148-1.17 1.07 1.07 0 0 0-1.148-1.127z\"/></svg>\n </figure>\n </td>\n <td>r.svg</td>\n <td><code>_includes/icons/simple-icons/r.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"r\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>RabbitMQ icon</title><path d=\"M22.2,9.739h-7.09c-0.567-0.068-0.999-0.567-0.999-1.155v-7.44C14.112,0.51,13.597,0,12.968,0h-2.481 C9.852,0,9.342,0.515,9.342,1.145v7.518C9.311,9.23,8.843,9.687,8.281,9.739H6.424C5.878,9.672,5.456,9.214,5.42,8.662V1.145 C5.42,0.51,4.905,0,4.276,0H1.794C1.16,0,0.65,0.515,0.65,1.145v9.739v11.971C0.65,23.49,1.165,24,1.794,24h2.481h6.211h2.481 h9.238c0.635,0,1.144-0.515,1.144-1.145V10.884C23.345,10.249,22.835,9.739,22.2,9.739z M18.934,17.949 c0,0.635-0.515,1.145-1.144,1.145h-2.481c-0.635,0-1.144-0.515-1.144-1.145v-2.341c0-0.635,0.515-1.145,1.144-1.145h2.481 c0.635,0,1.144,0.515,1.144,1.145V17.949z\"/></svg>\n </figure>\n </td>\n <td>rabbitmq.svg</td>\n <td><code>_includes/icons/simple-icons/rabbitmq.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"rabbitmq\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>RadioPublic icon</title><path d=\"M13.938 4.073c3.256-.284 6.512-1.977 9.768-.536v19.889c-4.491-1.989-8.983 1.989-13.474 0v-3.151-.347c-3.313.27-6.625 1.987-9.938.539V.578c4.548 1.989 9.096-1.989 13.644 0zm2.48 10.797c.393-.086.784-.174 1.176-.259 1.735-.379 2.427-1.403 2.426-3.014V9c0-1.585-.447-2.59-2.556-2.135-1.176.257-2.35.543-3.527.645v12.968c.827-.072 1.654-.235 2.482-.414zm0-2.11V9.1l.467-.102c.58-.129.633.156.635.627v2.161c0 .401-.055.744-.635.872l-.466.102zm-9.887 4.35v-5.542l.522-.114c.504-.11.652.015.653.625v3.783c0 .575.094.834.224.946.828-.173 1.654-.323 2.481-.377v-.087c-.092-.15-.205-.385-.204-.944v-4.41c0-.962-.673-1.33-1.064-1.4.465-.272 1.101-.802 1.1-1.88V5.638c0-1.391-.764-2.126-2.276-1.805-1.305.272-2.612.606-3.918.718V17.52c.827-.072 1.654-.232 2.482-.409zm0-7.686V6.147c.186-.04.373-.08.56-.122.503-.11.615.041.615.599v1.76c0 .61-.185.824-.69.934l-.485.106z\"/></svg>\n </figure>\n </td>\n <td>radiopublic.svg</td>\n <td><code>_includes/icons/simple-icons/radiopublic.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"radiopublic\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Rails icon</title><path d=\"M20.8848485 15.8107143v1.1635714h1.9818182c.4060606 0 1.1030303-.315 1.1272727-1.19571427v-.45c0-.75214286-.5818182-1.1957143-1.1272727-1.1957143h-.9878788v-.54h1.9575757v-1.17h-1.8787878c-.4848485 0-1.1333334.42428573-1.1333334 1.215v.405c0 .7907143.6424243 1.1957143 1.1333334 1.1957143 1.3636363.00642857-.3272728 0 .9333333 0v.56571428l-2.0060606.0064286zm-10.6181818-.28285716s1.060606-.09642857 1.060606-1.5492857c0-1.45285715-1.2848485-1.58785715-1.2848485-1.58785715H7.72727273v4.5835714H8.8909091v-1.1057143l1.0060606 1.1057142h1.7212121l-1.3515151-1.4464286zm-.44848488-.93857143H8.8909091v-1.0478571h.93333332s.26060608.1028572.26060608.5207143c0 .4178572-.26666668.5271429-.26666668.5271429zM14.2 12.4228572h-1.1818182c-.8424242 0-1.1272727.81-1.1272727 1.1957143v3.35571427h1.1818182v-.8035714h1.1090909v.8035714h1.1454545V13.6185715c0-.97714286-.8363636-1.1957143-1.1272727-1.1957143zm-.0181818 2.44928572h-1.1151515V13.76s0-.2507143.3696969-.2507143h.4060606c.3272728 0 .3333334.2507143.3333334.2507143v1.11214286h.0060606zm1.6848485-2.44928573h1.230303v4.5514285h-1.230303v-4.5514285zm2.9575757 3.375v-3.375H17.6v4.5514285h2.8787879v-1.1764285h-1.6545455zM.42424242 16.9742857h4.7878788S4.2969697 12.545 7.3272727 10.75142858c.66060607-.34071428 2.76363638-1.61357143 6.20606058 1.08642857.1090909-.09642857.2121212-.17357143.2121212-.17357143s-3.1515151-3.33642856-6.66060602-2.9635714c-1.76363636.16714284-3.93333333 1.87071427-5.2060606 4.12071427-1.27272726 2.25-1.45454546 4.1528571-1.45454546 4.1528571zM.42424242 16.9742857h4.7878788S4.2969697 12.545 7.3272727 10.75142858c.66060607-.34071428 2.76363638-1.61357143 6.20606058 1.08642857.1090909-.09642857.2121212-.17357143.2121212-.17357143s-3.1515151-3.33642856-6.66060602-2.9635714c-1.76363636.16714284-3.93333333 1.87071427-5.2060606 4.12071427-1.27272726 2.25-1.45454546 4.1528571-1.45454546 4.1528571zM.42424242 16.9742857h4.7878788S4.2969697 12.545 7.3272727 10.75142858c.66060607-.34071428 2.76363638-1.61357143 6.20606058 1.08642857.1090909-.09642857.2121212-.17357143.2121212-.17357143s-3.1515151-3.33642856-6.66060602-2.9635714c-1.76969696.16714284-3.93939393 1.87071427-5.2121212 4.12071427C.6 15.0714285.4242424 16.9742857.4242424 16.9742857zM10.4 9.0607143L10.4242424 8.63c-.0545454-.03214286-.2060606-.1092857-.58787876-.225l-.02424243.4242857c.2.0707143.3939394.14785716.5878788.2314286zM9.82424242 10.42357143l-.02424242.405c.2.00642857.4.03214286.6.07714286l.0242424-.3985715c-.2060606-.045-.4060606-.0707143-.59999998-.0835715zm-2.24242424-2.0057143h.06060606l-.12121212-.39214284c-.1878788 0-.38181818.0128571-.58181818.0385714l.1151515.3792857c.1757576-.0192857.35151517-.0257143.52727274-.0257143zm.2909091 2.3657143l.13939393.44357143c.1757576-.09.3515152-.16714286.5272728-.225l-.1333333-.42428572c-.2060606.06428572-.3818182.135-.5333333.2057143zM5.1212121 9.09285713l-.27272727-.44357142c-.15151515.0835715-.3090909.1735715-.47272727.2764286l.27878787.45c.15757576-.1028571.3090909-.1992857.46666667-.2828571zm1.24242424 2.89285716l.2909091.4628571c.1030303-.1607143.22424242-.3085715.35757575-.4564286L6.7393939 11.555c-.13939394.135-.26666667.28285714-.37575758.4307143zm-.87878788 2.07l.4909091.4114285C6 14.2164285 6.04242424 13.9657143 6.1030303 13.715l-.43636363-.36642857c-.07878788.23785714-.13333334.47571428-.1818182.70714286zM2.830303 11.0021428L2.4 10.60357142c-.15757576.1607143-.3090909.32142858-.44848485.48214287L2.41818182 11.51c.12727273-.17357143.26666666-.34714286.4121212-.50785714zM1 13.8757143l-.6969697-.27c-.1151515.27642856-.24242424.59785713-.3030303.77142856l.6969697.27C.77575758 14.42857143.9030303 14.11357143 1 13.8757143zm4.3939394 1.81285713c.0121212.34071428.04242424.61714286.07272727.81L6.1939394 16.775c-.05454546-.2507143-.10909092-.53357143-.14545455-.8357143l-.65454546-.25071427z\"/></svg>\n </figure>\n </td>\n <td>rails.svg</td>\n <td><code>_includes/icons/simple-icons/rails.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"rails\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Raspberry Pi icon</title><path d=\"M16.111 17.338c-.857.989-1.334 2.79-.709 3.371.596.449 2.201.391 3.385-1.23.86-1.08.569-2.893.081-3.372-.73-.555-1.778.164-2.757 1.243v-.012zm-8.057.3c-.908-1.04-2.088-1.658-2.851-1.199-.51.382-.605 1.685.123 2.967 1.078 1.524 2.596 1.679 3.221 1.307.659-.488.3-2.137-.493-3.075zm4.105 3.145c-1.103-.026-2.798.439-2.776 1.032-.018.403 1.331 1.572 2.705 1.513 1.326.03 2.699-1.139 2.682-1.649-.004-.523-1.498-.927-2.607-.884l-.004-.012zm-.075-13.944c-1.275-.032-2.502.933-2.502 1.493-.004.68 1.008 1.376 2.51 1.394 1.543.01 2.518-.559 2.532-1.26.016-.794-1.394-1.639-2.518-1.627h-.022zm-3.071.532c-2.135-.345-3.913.9-3.842 3.192.07.884 4.63-3.041 3.843-3.177l-.001-.015zm9.749 3.251c.071-2.277-1.709-3.521-3.844-3.176-.787.135 3.772 4.061 3.844 3.176zm.364.824c-1.239-.329-.42 5.049.588 4.615 1.109-.869 1.466-3.446-.588-4.6v-.015zM4.228 16.121c1.007.45 1.827-4.929.589-4.6-2.053 1.153-1.698 3.73-.589 4.615v-.015zm9.415-5.948c-1.146.75-1.354 2.428-.461 3.746.891 1.318 2.543 1.813 3.691 1.078 1.146-.733 1.353-2.412.462-3.746-.892-1.333-2.545-1.813-3.692-1.063v-.015zm-3.096.135c-1.146-.734-2.799-.254-3.689 1.064-.892 1.334-.686 3.012.461 3.761s2.799.269 3.691-1.064c.885-1.318.675-2.997-.465-3.745l.002-.016zm4.369 7.162c-.009-1.393-1.252-2.518-2.781-2.502-1.527.016-2.761 1.139-2.754 2.532v.029c.01 1.394 1.254 2.517 2.783 2.502 1.527 0 2.756-1.138 2.742-2.517v-.029l.01-.015zm3.209-15.133c-2.307 1.184-3.652 2.128-4.389 2.938.377 1.498 2.344 1.558 3.063 1.512-.147-.06-.271-.149-.315-.269.18-.12.821-.016 1.268-.255-.171-.03-.252-.061-.329-.195.419-.135.875-.24 1.141-.465-.143 0-.278.03-.467-.09.377-.194.778-.359 1.095-.658-.196 0-.406 0-.466-.075.346-.21.635-.435.877-.704-.272.045-.39.016-.454-.03.261-.255.593-.479.749-.81-.203.076-.391.09-.522 0 .091-.194.47-.314.69-.779-.215.03-.441.046-.486 0 .098-.389.269-.613.435-.854-.457 0-1.15 0-1.117-.029l.283-.285c-.448-.12-.904.015-1.236.12-.149-.105 0-.255.185-.405-.39.061-.733.135-1.034.256-.164-.15.105-.285.24-.436-.599.12-.839.27-1.094.42-.18-.165-.015-.314.104-.449-.449.164-.674.374-.914.568-.09-.104-.209-.179-.06-.449-.314.18-.554.39-.734.629-.194-.134-.119-.299-.119-.449-.33.27-.54.54-.794.811-.061-.031-.105-.15-.135-.346-.779.75-1.889 2.623-.285 3.356 1.349-1.094 2.981-1.903 4.779-2.503l.041-.075zm-12.259 0c1.798.6 3.419 1.408 4.777 2.518 1.596-.75.493-2.623-.282-3.356-.041.194-.085.329-.135.359-.255-.27-.462-.54-.788-.81 0 .15.077.33-.117.45-.175-.239-.41-.45-.725-.63.149.256.025.33-.056.449-.24-.225-.465-.434-.899-.599.12.149.3.3.12.465-.239-.149-.494-.3-1.078-.42.135.149.404.3.238.45-.315-.122-.66-.212-1.035-.258.181.15.342.289.192.405-.345-.12-.806-.255-1.255-.135l.284.284c.03.037-.659.03-1.121.035.165.225.337.449.435.854-.045.045-.27.016-.483 0 .225.449.599.57.688.765-.135.096-.314.075-.523 0 .164.314.494.539.748.81-.074.044-.18.074-.464.037.239.26.524.494.869.704-.06.07-.271.069-.479.075.314.304.719.464 1.094.663-.195.136-.33.105-.465.105.255.225.72.329 1.139.464-.09.135-.164.165-.344.195.449.254 1.078.135 1.258.27-.045.119-.164.209-.314.27.719.045 2.697-.015 3.072-1.514-.736-.807-2.084-1.752-4.391-2.921l.04.016zM7.6.103c.236-.007.436.135.652.201.529-.17.65.063.91.159.577-.12.752.141 1.029.419l.322-.009c.869.507 1.305 1.536 1.457 2.065.152-.529.584-1.559 1.457-2.065l.321.007c.277-.283.453-.539 1.029-.418.261-.105.38-.33.911-.166.33-.104.62-.375 1.057-.045.368-.149.726-.195 1.045.09.495-.06.653.061.774.21.108 0 .809-.104 1.132.36.81-.09 1.064.464.774.988.165.255.337.494-.05.975.15.269.062.553-.27.913.091.374-.074.63-.374.839.06.51-.48.81-.629.914-.061.3-.181.584-.795.734-.089.449-.464.523-.824.614 1.185.675 2.188 1.558 2.188 3.731l.181.299c1.349.809 2.562 3.402.674 5.514-.119.659-.329 1.124-.511 1.648-.269 2.113-2.082 3.101-2.561 3.221-.689.525-1.438 1.02-2.442 1.363-.942.961-1.976 1.336-2.994 1.336h-.092c-1.033 0-2.063-.375-3.012-1.335-1.007-.344-1.754-.838-2.447-1.363-.479-.12-2.283-1.107-2.562-3.221-.187-.524-.394-1.004-.518-1.662-1.894-2.113-.681-4.705.666-5.515l.172-.3c0-2.172 1.005-3.057 2.188-3.73-.359-.09-.72-.165-.823-.615-.615-.15-.735-.434-.795-.734-.15-.105-.689-.404-.629-.928-.3-.211-.465-.465-.375-.854-.314-.346-.404-.645-.27-.915-.39-.479-.209-.733-.045-.974C3.236 1.329 3.491.76 4.3.85 4.614.385 5.32.491 5.423.491c.121-.15.285-.285.779-.225.314-.285.675-.24 1.049-.102.151-.12.286-.164.406-.164L7.6.103z\"/></svg>\n </figure>\n </td>\n <td>raspberrypi.svg</td>\n <td><code>_includes/icons/simple-icons/raspberrypi.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"raspberrypi\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>React icon</title><path d=\"M12 9.861A2.139 2.139 0 1 0 12 14.139 2.139 2.139 0 1 0 12 9.861zM6.008 16.255l-.472-.12C2.018 15.246 0 13.737 0 11.996s2.018-3.25 5.536-4.139l.472-.119.133.468a23.53 23.53 0 0 0 1.363 3.578l.101.213-.101.213a23.307 23.307 0 0 0-1.363 3.578l-.133.467zM5.317 8.95c-2.674.751-4.315 1.9-4.315 3.046 0 1.145 1.641 2.294 4.315 3.046a24.95 24.95 0 0 1 1.182-3.046A24.752 24.752 0 0 1 5.317 8.95zM17.992 16.255l-.133-.469a23.357 23.357 0 0 0-1.364-3.577l-.101-.213.101-.213a23.42 23.42 0 0 0 1.364-3.578l.133-.468.473.119c3.517.889 5.535 2.398 5.535 4.14s-2.018 3.25-5.535 4.139l-.473.12zm-.491-4.259c.48 1.039.877 2.06 1.182 3.046 2.675-.752 4.315-1.901 4.315-3.046 0-1.146-1.641-2.294-4.315-3.046a24.788 24.788 0 0 1-1.182 3.046zM5.31 8.945l-.133-.467C4.188 4.992 4.488 2.494 6 1.622c1.483-.856 3.864.155 6.359 2.716l.34.349-.34.349a23.552 23.552 0 0 0-2.422 2.967l-.135.193-.235.02a23.657 23.657 0 0 0-3.785.61l-.472.119zm1.896-6.63c-.268 0-.505.058-.705.173-.994.573-1.17 2.565-.485 5.253a25.122 25.122 0 0 1 3.233-.501 24.847 24.847 0 0 1 2.052-2.544c-1.56-1.519-3.037-2.381-4.095-2.381zM16.795 22.677c-.001 0-.001 0 0 0-1.425 0-3.255-1.073-5.154-3.023l-.34-.349.34-.349a23.53 23.53 0 0 0 2.421-2.968l.135-.193.234-.02a23.63 23.63 0 0 0 3.787-.609l.472-.119.134.468c.987 3.484.688 5.983-.824 6.854a2.38 2.38 0 0 1-1.205.308zm-4.096-3.381c1.56 1.519 3.037 2.381 4.095 2.381h.001c.267 0 .505-.058.704-.173.994-.573 1.171-2.566.485-5.254a25.02 25.02 0 0 1-3.234.501 24.674 24.674 0 0 1-2.051 2.545zM18.69 8.945l-.472-.119a23.479 23.479 0 0 0-3.787-.61l-.234-.02-.135-.193a23.414 23.414 0 0 0-2.421-2.967l-.34-.349.34-.349C14.135 1.778 16.515.767 18 1.622c1.512.872 1.812 3.37.824 6.855l-.134.468zM14.75 7.24c1.142.104 2.227.273 3.234.501.686-2.688.509-4.68-.485-5.253-.988-.571-2.845.304-4.8 2.208A24.849 24.849 0 0 1 14.75 7.24zM7.206 22.677A2.38 2.38 0 0 1 6 22.369c-1.512-.871-1.812-3.369-.823-6.854l.132-.468.472.119c1.155.291 2.429.496 3.785.609l.235.02.134.193a23.596 23.596 0 0 0 2.422 2.968l.34.349-.34.349c-1.898 1.95-3.728 3.023-5.151 3.023zm-1.19-6.427c-.686 2.688-.509 4.681.485 5.254.987.563 2.843-.305 4.8-2.208a24.998 24.998 0 0 1-2.052-2.545 24.976 24.976 0 0 1-3.233-.501zM12 16.878c-.823 0-1.669-.036-2.516-.106l-.235-.02-.135-.193a30.388 30.388 0 0 1-1.35-2.122 30.354 30.354 0 0 1-1.166-2.228l-.1-.213.1-.213a30.3 30.3 0 0 1 1.166-2.228c.414-.716.869-1.43 1.35-2.122l.135-.193.235-.02a29.785 29.785 0 0 1 5.033 0l.234.02.134.193a30.006 30.006 0 0 1 2.517 4.35l.101.213-.101.213a29.6 29.6 0 0 1-2.517 4.35l-.134.193-.234.02c-.847.07-1.694.106-2.517.106zm-2.197-1.084c1.48.111 2.914.111 4.395 0a29.006 29.006 0 0 0 2.196-3.798 28.585 28.585 0 0 0-2.197-3.798 29.031 29.031 0 0 0-4.394 0 28.477 28.477 0 0 0-2.197 3.798 29.114 29.114 0 0 0 2.197 3.798z\"/></svg>\n </figure>\n </td>\n <td>react.svg</td>\n <td><code>_includes/icons/simple-icons/react.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"react\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>ReactOS icon</title><path d=\"M20.21 24c-1.148-.007-2.477-.334-3.89-.915-2.823-1.163-6.04-3.372-9.036-6.367C4.289 13.723 2.075 10.505.913 7.68-.25 4.857-.383 2.36.988.989 2.358-.38 4.855-.248 7.679.915c.306.125.617.265.932.415-.331.113-.658.24-.974.383l-.141-.058C4.832.558 2.698.519 1.607 1.609.517 2.7.557 4.83 1.653 7.494c1.097 2.663 3.235 5.793 6.147 8.704 2.91 2.911 6.044 5.05 8.708 6.147 2.664 1.097 4.79 1.136 5.88.045 1.091-1.09 1.056-3.22-.041-5.884-.108-.263-.23-.531-.358-.803.134-.317.25-.642.354-.973.282.54.53 1.07.744 1.589 1.163 2.823 1.292 5.32-.079 6.691-.685.685-1.651.997-2.799.99zM3.79 24c-1.148.008-2.117-.305-2.802-.99-1.37-1.37-1.238-3.868-.075-6.691.235-.572.517-1.16.836-1.76.098.333.212.66.34.978a17.67 17.67 0 00-.436.969C.556 19.169.521 21.3 1.611 22.39c1.091 1.091 3.221 1.051 5.885-.045.922-.38 3.021-1.69 4.026-2.308.216.162.433.32.649.474-1.157.733-3.415 2.13-4.492 2.574-1.412.581-2.74.907-3.888.915zm9.753-4.458c-.214-.14-.429-.282-.645-.433a34.547 34.547 0 003.302-2.911c2.912-2.911 5.05-6.04 6.147-8.704 1.097-2.664 1.132-4.794.042-5.885-1.091-1.09-3.217-1.055-5.88.042l-.072.029a10.726 10.726 0 00-.99-.379c.295-.14.587-.272.874-.39 2.824-1.163 5.321-1.292 6.691.078s1.238 3.864.075 6.688c-1.162 2.823-3.376 6.046-6.37 9.04a35.747 35.747 0 01-3.174 2.825zm1.95 1.156c-.325-.17-1.798-1.073-2.135-1.273 1.002-.806 2.423-1.97 3.396-2.944 1.718-1.718 3.981-4.787 5.162-6.555-.008.111-.093 2.49-.105 2.6a9.802 9.802 0 01-6.318 8.172zm-6.928-.034c-3.407-1.308-6.043-4.71-6.287-8.198-.01-.151-.06-.399-.054-.984.007-.602.056-1.423.159-1.283 1.036 1.42 3.976 5.455 5.352 6.83.973.973 1.927 1.624 2.929 2.43a112.45 112.45 0 01-2.1 1.205zm3.43-2.208a33.27 33.27 0 01-3.443-3.01c-2.54-2.54-4.462-5.254-5.568-7.582 1.45-3.597 4.973-6.138 9.087-6.138 4.051 0 7.53 2.465 9.02 5.976-1.093 2.363-3.045 5.145-5.643 7.743a33.161 33.161 0 01-3.452 3.011z\"/></svg>\n </figure>\n </td>\n <td>reactos.svg</td>\n <td><code>_includes/icons/simple-icons/reactos.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"reactos\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>React Router icon</title><path d=\"M12.118 5.466a2.306 2.306 0 00-.623.08c-.278.067-.702.332-.953.583-.41.423-.49.609-.662 1.469-.08.423.41 1.43.847 1.734.45.317 1.085.502 2.065.608 1.429.16 1.84.636 1.84 2.197 0 1.377-.385 1.747-1.96 1.906-1.707.172-2.58.834-2.765 2.117-.106.781.41 1.76 1.125 2.091 1.627.768 3.15-.198 3.467-2.196.211-1.284.622-1.642 1.998-1.747 1.588-.133 2.409-.675 2.713-1.787.278-1.02-.304-2.157-1.297-2.554-.264-.106-.873-.238-1.35-.291-1.495-.16-1.879-.424-2.038-1.39-.225-1.337-.317-1.562-.794-2.09a2.174 2.174 0 00-1.613-.73zm-4.785 4.36a2.145 2.145 0 00-.497.048c-1.469.318-2.17 2.051-1.35 3.295 1.178 1.774 3.944.953 3.97-1.177.012-1.193-.98-2.143-2.123-2.166zM2.089 14.19a2.22 2.22 0 00-.427.052c-2.158.476-2.237 3.626-.106 4.182.53.145.582.145 1.111.013 1.191-.318 1.866-1.456 1.549-2.607-.278-1.02-1.144-1.664-2.127-1.64zm19.824.008c-.233.002-.477.058-.784.162-1.39.477-1.866 2.092-.98 3.336.557.794 1.96 1.058 2.82.516 1.416-.874 1.363-3.057-.093-3.746-.38-.186-.663-.271-.963-.268z\"/></svg>\n </figure>\n </td>\n <td>reactrouter.svg</td>\n <td><code>_includes/icons/simple-icons/reactrouter.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"reactrouter\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Read the Docs icon</title><path d=\"M2.759 24l.664-.144c.207-.044.412-.085.619-.126.318-.062.637-.123.955-.182.24-.046.48-.085.721-.129l.055-.015c.25-.044.498-.09.747-.12l1.214-.179V-.001h-.042c-.63.004-1.256.016-1.884.036-.689.018-1.394.06-2.084.105-.299.021-.6.046-.899.07H2.78v23.784L2.759 24zM8.911.015v22.942c.861-.1 1.72-.182 2.582-.246 2.121-.161 4.248-.211 6.373-.151 1.128.034 2.253.099 3.374.192V1.503c-1.004-.229-2.012-.432-3.028-.607-1.968-.342-3.955-.581-5.947-.731C11.151.084 10.032.033 8.913.016h-.002zm10.763 14.797l-.046-.004-.561-.061c-1.399-.146-2.805-.242-4.207-.291-1.407-.045-2.815-.03-4.223.016h-.044c-.045 0-.091 0-.135-.016-.101-.03-.195-.074-.267-.149-.127-.136-.186-.315-.156-.495.008-.061.029-.105.054-.166.027-.044.063-.104.104-.134.043-.045.09-.075.143-.104.061-.03.121-.046.18-.061h.09c.195 0 .391-.016.57-.016 1.395-.029 2.773-.029 4.169.03 1.439.06 2.864.165 4.288.33l.151.015c.044.016.089.016.135.03.105.046.194.105.255.181.044.044.074.104.105.164.029.061.044.12.044.18.015.165-.044.33-.164.45-.046.046-.091.075-.135.105-.047.03-.105.044-.166.06-.03.016-.045.016-.089.016h-.047l-.048-.08zm.035-2.711c-.044 0-.044 0-.09-.006l-.555-.071c-1.395-.179-2.804-.3-4.198-.359-1.395-.075-2.805-.09-4.214-.06l-.046-.016c-.045-.015-.09-.015-.135-.029-.09-.03-.194-.09-.254-.166-.03-.045-.076-.104-.09-.148-.075-.166-.075-.361.014-.525.031-.061.061-.105.105-.15s.09-.09.15-.104c.061-.03.119-.06.18-.06l.09-.016.585-.015c1.396-.016 2.774.015 4.153.09 1.439.075 2.865.21 4.289.39l.149.016.091.014c.105.031.194.075.27.166.12.119.18.284.165.449 0 .061-.016.121-.045.165-.029.06-.061.104-.09.15-.03.044-.074.075-.136.12-.044.029-.104.045-.164.061l-.091.014H19.8l-.091.09zm0-2.711c-.044 0-.044 0-.09-.006l-.555-.08c-1.395-.19-2.789-.334-4.198-.428-1.395-.092-2.805-.135-4.214-.129h-.046l-.09-.016c-.059-.016-.104-.036-.164-.068-.15-.092-.256-.254-.285-.438 0-.061 0-.12.016-.18.014-.061.029-.117.059-.17.031-.054.076-.102.121-.144.074-.075.18-.126.285-.15.045-.011.089-.015.135-.015h.569c1.439.009 2.879.064 4.304.172 1.395.105 2.774.26 4.153.457l.15.021c.046.007.061.007.09.019.06.02.12.046.165.08.061.033.104.075.135.123.031.048.061.101.09.158.062.156.045.334-.029.479-.029.055-.061.105-.105.146-.075.074-.164.127-.27.15-.029.012-.046.012-.091.014l-.044.005h-.091zm0-2.712c-.044 0-.044 0-.09-.007l-.555-.09c-1.395-.225-2.789-.391-4.198-.496-1.395-.119-2.805-.179-4.214-.209h-.046l-.105-.014c-.061-.015-.115-.045-.165-.074-.053-.031-.099-.076-.14-.121-.036-.045-.068-.104-.094-.149-.02-.06-.037-.12-.044-.181-.016-.18.053-.371.181-.494.074-.075.176-.125.279-.15.045-.015.09-.015.135-.015.189 0 .38.005.57.008 1.437.034 2.871.113 4.304.246 1.387.119 2.77.3 4.145.524l.135.016c.04 0 .052 0 .09.014.062.016.112.046.165.076.046.029.09.074.125.119.091.135.135.301.105.465-.015.061-.031.105-.061.166-.03.045-.074.104-.12.135-.074.074-.165.119-.271.149h-.135l.004.082zm-15.67-.509c-.09 0-.181-.021-.271-.063-.194-.095-.314-.293-.329-.505 0-.057.015-.111.03-.165.014-.068.045-.133.09-.19.045-.065.104-.12.164-.162.077-.05.167-.076.241-.092l.48-.044c.659-.058 1.305-.105 1.949-.144h.06c.105.004.195.024.271.071.194.103.314.305.314.519 0 .055-.015.109-.029.161-.016.067-.045.132-.091.189-.044.075-.104.12-.165.165-.074.045-.15.074-.24.09-.104.015-.209.015-.314.03-.136.015-.286.015-.436.031l-1.168.088-.285.031c-.061.015-.122.015-.196.015l-.075-.025zm15.655-2.201l-.091-.01-.554-.1c-1.395-.234-2.805-.425-4.214-.564-1.395-.138-2.804-.225-4.214-.271h-.045l-.09-.018c-.061-.015-.105-.038-.165-.071-.045-.03-.091-.072-.135-.121-.12-.138-.165-.33-.12-.506.016-.061.045-.12.074-.18.031-.061.076-.105.121-.15.074-.076.18-.121.285-.15.045-.015.089-.015.135-.015l.584.015c1.395.061 2.774.15 4.154.301 1.439.148 2.864.359 4.288.6l.15.014c.046 0 .061 0 .09.016.06.015.12.045.165.074.135.105.225.256.239.421.016.06 0 .12-.015.181 0 .059-.029.119-.059.164-.031.045-.062.09-.105.135-.076.076-.181.12-.286.135l-.086.014h-.046l-.06.086zM4.022 3.199c-.086 0-.171-.019-.25-.056-.07-.033-.134-.079-.187-.137-.045-.053-.086-.112-.111-.181-.02-.049-.034-.101-.039-.156-.022-.214.078-.427.255-.546.078-.054.167-.086.26-.099.158-.014.314-.014.473-.029.65-.045 1.301-.075 1.949-.105h.048c.091.016.181.03.256.075.179.105.3.315.3.524 0 .061-.016.121-.03.166-.03.074-.06.135-.104.195-.047.06-.107.12-.182.15-.075.045-.165.075-.255.075-.104.014-.21.014-.33.014l-.449.031c-.405.029-.795.045-1.186.074l-.3.016c-.075.015-.134.015-.194.015l.076-.026z\"/></svg>\n </figure>\n </td>\n <td>readthedocs.svg</td>\n <td><code>_includes/icons/simple-icons/readthedocs.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"readthedocs\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Realm icon</title><path d=\"M12.004.059A12.122 12.122 0 0 0 3.52 3.564v.002C1.295 5.79.004 8.887.004 12.03c0 3.142 1.285 6.244 3.516 8.465l.001.002A12.168 12.168 0 0 0 12 24.002h.004c3.148 0 6.255-1.283 8.482-3.508l.002-.002a12.08 12.08 0 0 0 3.516-8.457v-.004c0-3.141-1.287-6.243-3.518-8.465A12.116 12.116 0 0 0 12.004.06zm0 1.336c.48 0 .96.046 1.435.113-2.03.566-3.765 1.622-5.554 1.949a7.352 7.352 0 0 1-2.225.045c1.826-1.338 4.084-2.107 6.344-2.107zm4.135 1.072c.173 0 .348.011.521.023a10.59 10.59 0 0 1 2.883 2.022c.092.091.173.194.262.289a10.278 10.278 0 0 1-4.442 1.178c-2.43.06-4.958-.794-7.69-.823a12.662 12.662 0 0 0-4.362.744c.32-.457.672-.893 1.062-1.293 1.223.322 2.5.39 3.748.164h.002c2.264-.412 4.133-1.625 6.049-2.08a8.342 8.342 0 0 1 1.967-.224zm4.535 3.404a10.87 10.87 0 0 1 1.433 2.824c-.435-.243-.884-.46-1.35-.644h-.001a11.305 11.305 0 0 0-6.62-.492h-.003c-1.489.344-2.841.967-4.154 1.523-.468.198-.933.383-1.399.553a10.83 10.83 0 0 0-1.445-.256h-.002a9.578 9.578 0 0 0-4.194.549 8.125 8.125 0 0 1-1.244-.535 10.9 10.9 0 0 1 .53-1.557c1.671-.877 3.552-1.364 5.433-1.344 2.445.026 4.992.89 7.738.822h.004a11.626 11.626 0 0 0 5.274-1.443zm-4.031 2.742c1.233 0 2.463.229 3.625.682a9.895 9.895 0 0 1 2.283 1.281c.036.252.064.504.082.758-.734-.187-1.488-.3-2.244-.328a10.28 10.28 0 0 0-3.201.38c-.697.198-1.353.463-1.989.759-1.087-.371-2.166-.86-3.277-1.336a35.107 35.107 0 0 0-1.324-.538c1.3-.552 2.554-1.113 3.834-1.41a9.968 9.968 0 0 1 2.21-.248zM5.877 10.676c.374-.016.75-.005 1.125.031 1.475.148 2.935.704 4.393 1.33.717.309 1.453.625 2.203.928-1.1.604-2.156 1.225-3.237 1.701-1.05-.394-2.131-.758-3.302-.918-1.835-.25-3.717.06-5.387.828a10.467 10.467 0 0 1-.32-2.3c.403-.3.828-.57 1.28-.79a8.264 8.264 0 0 1 3.245-.81zm14.463 1.666c.775.029 1.547.16 2.29.379a10.709 10.709 0 0 1-.304 1.894c-.67.438-1.383.807-2.139 1.08-1.828.657-3.85.79-5.75.373-.78-.17-1.557-.45-2.341-.75 1.889-.973 3.598-2.119 5.457-2.646h.002a8.954 8.954 0 0 1 2.785-.33zM5.508 15.006c.458-.016.916.005 1.369.066 2.354.322 4.617 1.718 7.275 2.301.357.078.717.134 1.078.178-.35.1-.698.21-1.043.332v.002h-.001c-1.283.462-2.455 1.042-3.637 1.388-2.151.625-4.443.54-6.543-.23a10.723 10.723 0 0 1-1.926-3.18 8.615 8.615 0 0 1 3.428-.857zm16.144 1.5c-.067.145-.133.291-.207.433-.221-.017-.442-.039-.664-.048.298-.112.584-.251.871-.385zm-1.7 1.703c.231-.001.464.007.696.016-.333.465-.696.912-1.105 1.324h-.002v.002c-1.966 1.963-4.754 3.113-7.535 3.113a10.814 10.814 0 0 1-5.793-1.725c1.57.189 3.173.065 4.71-.382h.003c1.332-.391 2.526-.987 3.71-1.414a16.091 16.091 0 0 1 5.315-.934z\"/></svg>\n </figure>\n </td>\n <td>realm.svg</td>\n <td><code>_includes/icons/simple-icons/realm.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"realm\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Reason icon</title><path d=\"M0 0v24h24V0H0zm11.52 21.89l-1.33-2.54H8.4v2.54H6v-9.2h4.13c2.44 0 3.83 1.19 3.83 3.24 0 1.39-.58 2.4-1.64 2.96l1.92 3h-2.72zm11.36 0H15.5v-9.2h7.24v1.92H17.9v1.72h4.38v1.9l-4.38.01v1.73h4.99v1.92zM11.68 16c0 .93-.56 1.43-1.53 1.43H8.4v-2.82h1.75c.97 0 1.53.49 1.53 1.4z\"/></svg>\n </figure>\n </td>\n <td>reason.svg</td>\n <td><code>_includes/icons/simple-icons/reason.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"reason\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Reason Studios icon</title><path d=\"M2.49,5.114l8.299-4.79c0.739-0.427,1.647-0.432,2.391-0.017l0.03,0.017 l8.299,4.79c0.74,0.427,1.2,1.212,1.211,2.065V7.21v9.58c0,0.854-0.451,1.644-1.184,2.08l-0.027,0.016l-8.299,4.79 c-0.739,0.427-1.647,0.432-2.391,0.017l-0.03-0.017l-8.299-4.79c-0.74-0.427-1.199-1.213-1.21-2.065V16.79V7.21 c0-0.854,0.45-1.644,1.184-2.08L2.49,5.114l8.299-4.79L2.49,5.114z M12,4.026L5.092,8.013v7.974L12,19.974V12l6.908-3.987L12,4.026 z\"/></svg>\n </figure>\n </td>\n <td>reasonstudios.svg</td>\n <td><code>_includes/icons/simple-icons/reasonstudios.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"reasonstudios\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Redbubble icon</title><path d=\"M16.633 16.324h-3.199a.321.321 0 0 1-.32-.322V7.974a.32.32 0 0 1 .32-.32H16.4c2.226 0 2.693 1.31 2.693 2.408 0 .636-.169 1.14-.504 1.511.816.337 1.256 1.096 1.256 2.194 0 1.601-1.201 2.557-3.212 2.557m-4.644 0H5.345a.32.32 0 0 1-.32-.322V7.974a.32.32 0 0 1 .32-.32h3.103c1.939 0 3.096 1.043 3.096 2.791 0 1.163-.585 2.077-1.527 2.448l2.21 2.897a.322.322 0 0 1-.24.533M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12c6.628 0 12-5.373 12-12S18.63 0 12.001 0\"/></svg>\n </figure>\n </td>\n <td>redbubble.svg</td>\n <td><code>_includes/icons/simple-icons/redbubble.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"redbubble\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Reddit icon</title><path d=\"M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0zm5.01 4.744c.688 0 1.25.561 1.25 1.249a1.25 1.25 0 0 1-2.498.056l-2.597-.547-.8 3.747c1.824.07 3.48.632 4.674 1.488.308-.309.73-.491 1.207-.491.968 0 1.754.786 1.754 1.754 0 .716-.435 1.333-1.01 1.614a3.111 3.111 0 0 1 .042.52c0 2.694-3.13 4.87-7.004 4.87-3.874 0-7.004-2.176-7.004-4.87 0-.183.015-.366.043-.534A1.748 1.748 0 0 1 4.028 12c0-.968.786-1.754 1.754-1.754.463 0 .898.196 1.207.49 1.207-.883 2.878-1.43 4.744-1.487l.885-4.182a.342.342 0 0 1 .14-.197.35.35 0 0 1 .238-.042l2.906.617a1.214 1.214 0 0 1 1.108-.701zM9.25 12C8.561 12 8 12.562 8 13.25c0 .687.561 1.248 1.25 1.248.687 0 1.248-.561 1.248-1.249 0-.688-.561-1.249-1.249-1.249zm5.5 0c-.687 0-1.248.561-1.248 1.25 0 .687.561 1.248 1.249 1.248.688 0 1.249-.561 1.249-1.249 0-.687-.562-1.249-1.25-1.249zm-5.466 3.99a.327.327 0 0 0-.231.094.33.33 0 0 0 0 .463c.842.842 2.484.913 2.961.913.477 0 2.105-.056 2.961-.913a.361.361 0 0 0 .029-.463.33.33 0 0 0-.464 0c-.547.533-1.684.73-2.512.73-.828 0-1.979-.196-2.512-.73a.326.326 0 0 0-.232-.095z\"/></svg>\n\n </figure>\n </td>\n <td>reddit.svg</td>\n <td><code>_includes/icons/simple-icons/reddit.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"reddit\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Red Hat icon</title><path d=\"M16.009 13.386c1.577 0 3.86-.326 3.86-2.202a1.765 1.765 0 0 0-.04-.431l-.94-4.08c-.216-.898-.406-1.305-1.982-2.093-1.223-.625-3.888-1.658-4.676-1.658-.733 0-.947.946-1.822.946-.842 0-1.467-.706-2.255-.706-.757 0-1.25.515-1.63 1.576 0 0-1.06 2.99-1.197 3.424a.81.81 0 0 0-.028.245c0 1.162 4.577 4.974 10.71 4.974m4.101-1.435c.218 1.032.218 1.14.218 1.277 0 1.765-1.984 2.745-4.593 2.745-5.895.004-11.06-3.451-11.06-5.734a2.326 2.326 0 0 1 .19-.925C2.746 9.415 0 9.794 0 12.217c0 3.969 9.405 8.861 16.851 8.861 5.71 0 7.149-2.582 7.149-4.62 0-1.605-1.387-3.425-3.887-4.512\"/></svg>\n </figure>\n </td>\n <td>redhat.svg</td>\n <td><code>_includes/icons/simple-icons/redhat.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"redhat\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Red Hat Open Shift icon</title><path d=\"M21.665,11.812c-0.11-1.377-0.476-2.724-1.08-3.966L24,6.599c-0.268-0.556-0.585-1.092-0.943-1.595 l-1.601,0.583c-3.534-4.95-10.412-6.098-15.363-2.565c-3.144,2.244-4.883,5.972-4.582,9.823l1.604-0.584 c0.051,0.615,0.153,1.224,0.305,1.822L0,15.335c0.338,1.339,0.922,2.604,1.721,3.731l1.812-0.659 c3.526,4.95,10.398,6.106,15.349,2.58c1.555-1.107,2.796-2.6,3.599-4.332c0.802-1.715,1.144-3.61,0.991-5.497L21.665,11.812z M16.925,9.177c0.687,1.227,0.998,2.629,0.895,4.032l1.809-0.657c-0.063,0.856-0.282,1.694-0.646,2.471 c-1.67,3.584-5.928,5.138-9.514,3.472c-0.782-0.365-1.491-0.87-2.092-1.49l-1.813,0.66c-0.979-1.01-1.64-2.285-1.903-3.667 l3.426-1.242c-0.121-0.624-0.159-1.262-0.111-1.896H6.97l-1.604,0.583c0.294-3.932,3.72-6.881,7.652-6.587 c0.868,0.065,1.716,0.288,2.504,0.658V5.508c0.778,0.364,1.483,0.867,2.082,1.483l1.599-0.582c0.002,0.002,0.004,0.003,0.006,0.005 c0.441,0.454,0.82,0.965,1.128,1.518L16.925,9.177z\"/></svg>\n </figure>\n </td>\n <td>redhatopenshift.svg</td>\n <td><code>_includes/icons/simple-icons/redhatopenshift.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"redhatopenshift\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Redis icon</title><path d=\"M23.99414 14.34005c-.01.229-.313.485-.935.81-1.281.667-7.916 3.396-9.328 4.132-1.413.736-2.197.729-3.313.195-1.116-.533-8.176-3.386-9.448-3.993-.635-.304-.959-.56-.97-.802v2.426c0 .242.334.499.97.803 1.272.608 8.333 3.46 9.448 3.993 1.116.534 1.9.541 3.313-.196 1.412-.736 8.047-3.464 9.328-4.132.651-.339.939-.603.939-.842 0-.226.001-2.392.001-2.392-.001-.001-.004-.001-.005-.002zM23.99314 10.38505c-.011.229-.313.484-.934.809-1.281.667-7.916 3.396-9.328 4.132-1.413.736-2.197.729-3.313.196-1.116-.533-8.176-3.386-9.448-3.994-.635-.303-.959-.56-.97-.801v2.426c0 .242.334.498.97.802 1.272.608 8.332 3.46 9.448 3.993 1.116.534 1.9.541 3.313-.195 1.412-.736 8.047-3.465 9.328-4.132.651-.34.939-.604.939-.843 0-.226.001-2.392.001-2.392-.001-.001-.004 0-.006-.001zM23.99314 6.28305c.012-.244-.307-.458-.949-.694-1.248-.457-7.843-3.082-9.106-3.545-1.263-.462-1.777-.443-3.261.089-1.484.533-8.506 3.287-9.755 3.776-.625.246-.931.473-.92.715v2.426c0 .242.334.498.97.802 1.272.608 8.332 3.461 9.448 3.994 1.116.533 1.9.54 3.313-.196 1.412-.736 8.047-3.465 9.328-4.132.651-.34.939-.604.939-.843 0-.225.001-2.392.001-2.392h-.008zm-15.399 2.296l5.561-.854-1.68 2.463-3.881-1.609zm12.299-2.218l-3.288 1.299-.357.14-3.287-1.299 3.642-1.44 3.29 1.3zm-9.655-2.383l-.538-.992 1.678.656 1.582-.518-.428 1.025 1.612.604-2.079.216-.466 1.12-.752-1.249-2.401-.216 1.792-.646zm-4.143 1.399c1.642 0 2.972.516 2.972 1.152 0 .636-1.331 1.152-2.972 1.152s-2.973-.517-2.973-1.152c0-.636 1.331-1.152 2.973-1.152z\"/></svg>\n </figure>\n </td>\n <td>redis.svg</td>\n <td><code>_includes/icons/simple-icons/redis.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"redis\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Redux icon</title><path d=\"M16.633 16.504c.869-.075 1.543-.84 1.499-1.754-.046-.914-.795-1.648-1.708-1.648h-.061c-.943.031-1.678.824-1.648 1.769.03.479.226.869.494 1.153-1.048 2.038-2.621 3.536-5.004 4.795-1.603.838-3.296 1.154-4.944.929-1.378-.194-2.456-.81-3.116-1.798-.988-1.499-1.078-3.116-.255-4.734.601-1.169 1.499-2.023 2.099-2.443-.15-.389-.33-1.048-.42-1.542-4.436 3.177-3.985 7.521-2.637 9.574 1.004 1.498 3.057 2.456 5.304 2.456.599 0 1.229-.044 1.843-.194 3.896-.749 6.847-3.086 8.54-6.532l.014-.031zM21.981 12.758c-2.321-2.727-5.738-4.225-9.634-4.225h-.51c-.253-.554-.837-.899-1.497-.899h-.045c-.943 0-1.678.81-1.647 1.753.03.898.794 1.648 1.708 1.648h.074c.675-.03 1.259-.45 1.498-1.049h.555c2.309 0 4.495.674 6.488 1.992 1.527 1.004 2.622 2.322 3.236 3.896.538 1.288.509 2.547-.045 3.597-.854 1.647-2.293 2.517-4.195 2.517-1.199 0-2.367-.375-2.967-.644-.359.298-.959.793-1.394 1.093 1.318.598 2.652.943 3.94.943 2.922 0 5.093-1.647 5.918-3.236.898-1.798.824-4.824-1.469-7.416l-.014.03zM6.49 17.042c.029.899.793 1.648 1.708 1.648h.06c.959-.03 1.693-.823 1.648-1.768 0-.899-.779-1.647-1.693-1.647h-.061c-.06 0-.149 0-.225.029-1.243-2.098-1.768-4.346-1.572-6.771.119-1.828.719-3.417 1.797-4.735.899-1.124 2.592-1.679 3.746-1.708 3.236-.061 4.585 3.971 4.689 5.574l1.498.449c-.345-4.914-3.4-7.492-6.322-7.492-2.742 0-5.273 1.993-6.293 4.915-1.393 3.896-.479 7.641 1.229 10.638-.149.195-.239.539-.209.868z\"/></svg>\n </figure>\n </td>\n <td>redux.svg</td>\n <td><code>_includes/icons/simple-icons/redux.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"redux\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Renren icon</title><path d=\"M5.661 9.601V5.303a6.793 6.793 0 0 0-4.053 11.084c2.378-1.152 4.041-3.755 4.053-6.786zM6.793 13.715c-.423 1.752-1.687 3.249-3.262 4.244a6.759 6.759 0 0 0 3.261.833 6.771 6.771 0 0 0 3.262-.833c-1.575-.995-2.838-2.493-3.261-4.244zM11.977 7.613a6.789 6.789 0 0 0-4.052-2.31v4.265c0 3.044 1.666 5.662 4.051 6.817a6.766 6.766 0 0 1-1.607-4.386 6.754 6.754 0 0 1 1.608-4.386zM11.977 7.613c1.003 1.183 1.655 2.714 1.655 4.387s-.652 3.202-1.655 4.387l-.001-.001.001.001c2.378-1.151 4.087-3.755 4.099-6.786V5.303a6.9 6.9 0 0 0-4.099 2.31zM18.34 9.568c0 3.045 1.666 5.662 4.052 6.818A6.792 6.792 0 0 0 18.34 5.304v4.264zM17.208 13.715c-.423 1.752-1.687 3.249-3.262 4.244a6.759 6.759 0 0 0 3.261.833 6.771 6.771 0 0 0 3.262-.833c-1.574-.995-2.838-2.493-3.261-4.244z\"/></svg>\n </figure>\n </td>\n <td>renren.svg</td>\n <td><code>_includes/icons/simple-icons/renren.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"renren\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>repl.it icon</title><path d=\"M12.265.002a11.911 11.911 0 00-2.437.204c13.876 1.704 10.27 17.94 1.717 17.819 0 0 12.453 1.625 11.673-10.215A11.911 11.911 0 0012.265.002zM8.213.827c-.2.002-.402.008-.61.016A11.856 11.856 0 00.146 13.608C2.93-.421 18.805 4.122 17.9 12.688c0 0 2.85-12.014-9.688-11.861zm1.454 5.035C6.002 5.886.691 7.45.816 16.344a12.013 12.013 0 002.897 4.33c.052.051.108.1.162.149a12.02 12.02 0 001.137.926c.061.044.12.092.181.135a11.93 11.93 0 001.312.779c.132.068.266.13.4.193a11.854 11.854 0 001.199.486c.1.034.195.077.297.109a11.874 11.874 0 001.49.353c.153.027.307.05.461.07a12.016 12.016 0 001.578.123l.06.003c.4 0 .792-.021 1.18-.06-13.949-3.327-8.645-18.924-.114-17.68 0 0-1.469-.41-3.389-.398zm2.436 2.762a3.355 3.355 0 103.354 3.356 3.355 3.355 0 00-3.354-3.356zm-5.95 2.192S2.82 23.09 16.172 23.196a11.978 11.978 0 007.743-9.992c.033-.319.043-.644.05-.97.001-.085.013-.168.013-.255 0-.371-.023-.737-.056-1.1-3.527 13.887-19.132 8.448-17.77-.063z\"/></svg>\n </figure>\n </td>\n <td>repl-dot-it.svg</td>\n <td><code>_includes/icons/simple-icons/repl-dot-it.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"repl-dot-it\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>ResearchGate icon</title><path d=\"M7.843,13.76c-0.461,0.005-0.921-0.013-1.38-0.052V8.64c0.263-0.018,0.581-0.027,0.981-0.03 l0.591-0.002c1.724,0,2.695,0.889,2.695,2.49c0,1.622-1.102,2.661-2.886,2.661H7.843z M21.001,0h-18c-1.657,0-3,1.343-3,3v18 c0,1.657,1.343,3,3,3h18c1.657,0,3-1.343,3-3V3C24.001,1.343,22.658,0,21.001,0z M15.151,20.831l-0.089,0.135 c-0.252,0.115-0.653,0.184-1.038,0.184c-1.23,0-2.266-0.474-2.959-1.308c-0.825-0.951-2.051-2.769-3.204-4.824 c-0.664,0-0.912-0.005-1.233-0.021l-0.162-0.012v3.394c0,1.143,0.184,1.451,0.741,1.535l1.104,0.15l0.13,0.15v0.617l-0.156,0.15 c-0.904-0.037-1.808-0.058-2.712-0.063c-0.573,0-1.169,0.015-1.865,0.038L3.01,20.982l-0.154-0.15v-0.618l0.123-0.147l0.806-0.15 c0.564-0.107,0.75-0.409,0.75-1.533V9.99c0-1.124-0.186-1.427-0.747-1.534L2.98,8.305L2.851,8.16V7.542l0.156-0.15 C4.238,7.427,5.47,7.423,6.7,7.381C7.441,7.359,7.885,7.35,8.418,7.35c2.683,0,4.419,1.305,4.419,3.642 c0,1.65-1.251,3.25-2.919,3.737c0.921,1.606,2.078,3.184,3.112,4.317c0.614,0.663,1.329,1.08,1.971,1.08l0.15,0.15V20.831z M20.392,7.086c0,0.454-0.008,0.67-0.034,0.91C20.335,8.24,20.29,8.48,20.223,8.715c-0.186,0.576-0.483,0.99-0.935,1.299 c-0.45,0.307-1.027,0.473-1.65,0.473c-0.638,0-1.181-0.147-1.626-0.443c-0.448-0.297-0.769-0.74-0.96-1.32 c-0.038-0.112-0.068-0.227-0.09-0.344c-0.055-0.315-0.087-0.633-0.096-0.953c-0.016-0.505-0.016-1.01,0-1.515 c0.011-0.319,0.043-0.638,0.098-0.952c0.022-0.119,0.051-0.233,0.089-0.344c0.192-0.581,0.513-1.023,0.961-1.32 c0.445-0.297,0.99-0.444,1.628-0.444c0.328,0,0.625,0.039,0.892,0.116c0.266,0.078,0.504,0.184,0.713,0.322s0.387,0.297,0.537,0.48 c0.148,0.18,0.27,0.375,0.362,0.571c0.073,0.13,0.045,0.27-0.105,0.36l-0.76,0.311c-0.14,0.078-0.282,0.027-0.351-0.111 c-0.186-0.341-0.318-0.505-0.516-0.63c-0.229-0.147-0.499-0.218-0.771-0.203c-0.345,0-0.504,0.053-0.759,0.233 c-0.237,0.161-0.413,0.399-0.496,0.673c-0.056,0.171-0.09,0.348-0.102,0.528c-0.047,0.779-0.047,1.561,0,2.34 c0.012,0.18,0.046,0.357,0.102,0.528c0.065,0.248,0.222,0.462,0.438,0.6c0.241,0.163,0.527,0.245,0.818,0.235 c0.292,0.008,0.579-0.073,0.825-0.231c0.201-0.136,0.349-0.337,0.418-0.57l0.042-0.146c0.026-0.093,0.047-0.188,0.062-0.284 c0.021-0.13,0.026-0.24,0.026-0.529H17.86l-0.003-0.005c-0.153,0-0.255-0.102-0.255-0.255V6.48c0-0.151,0.102-0.255,0.255-0.255 h2.28c0.151,0,0.255,0.104,0.255,0.255V7.086z\"/></svg>\n </figure>\n </td>\n <td>researchgate.svg</td>\n <td><code>_includes/icons/simple-icons/researchgate.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"researchgate\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>ReverbNation icon</title><path d=\"M24 9.324l-9.143-.03L11.971.57 9.143 9.294 0 9.324h.031l7.367 5.355-2.855 8.749h.029l7.459-5.386 7.396 5.386-2.855-8.73L24 9.315\"/></svg>\n </figure>\n </td>\n <td>reverbnation.svg</td>\n <td><code>_includes/icons/simple-icons/reverbnation.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"reverbnation\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Rhinoceros icon</title><path d=\"M11.879,15.199c-0.101-0.032-0.216-0.126-0.361-0.219c-0.144-0.093-0.318-0.184-0.386-0.268 c-0.068-0.084-0.031-0.161,0.029-0.218c0.06-0.056,0.143-0.092,0.262-0.065c0.119,0.027,0.272,0.116,0.418,0.212 c0.146,0.096,0.283,0.199,0.334,0.288c0.05,0.089,0.013,0.164-0.048,0.217c-0.044,0.038-0.101,0.065-0.168,0.065 C11.933,15.212,11.907,15.208,11.879,15.199 M10.794,14.327c-0.093,0.086-0.144,0.201-0.033,0.338 c0.111,0.137,0.385,0.297,0.636,0.469c0.252,0.172,0.481,0.357,0.665,0.42c0.184,0.063,0.323,0.006,0.403-0.096 c0.079-0.102,0.099-0.247-0.004-0.404c-0.102-0.157-0.327-0.325-0.564-0.481c-0.237-0.157-0.488-0.302-0.681-0.346 c-0.046-0.01-0.088-0.015-0.127-0.015C10.961,14.212,10.865,14.261,10.794,14.327 M16.058,19.305 c-0.058,0.041-0.106,0.113-0.093,0.185c0.012,0.072,0.084,0.146,0.173,0.255c0.089,0.109,0.195,0.255,0.264,0.335 c0.069,0.08,0.1,0.093,0.128,0.091c0.028-0.002,0.054-0.018,0.085-0.048c0.031-0.03,0.069-0.074,0.095-0.156 c0.026-0.082,0.041-0.204,0.002-0.316c-0.039-0.112-0.133-0.216-0.218-0.282c-0.085-0.067-0.162-0.096-0.236-0.106 c-0.016-0.002-0.032-0.003-0.048-0.003C16.156,19.259,16.104,19.273,16.058,19.305 M16.546,20.304 c-0.032-0.001-0.062-0.023-0.208-0.171c-0.146-0.148-0.409-0.423-0.573-0.642c-0.165-0.219-0.231-0.383-0.263-0.568 c-0.031-0.185-0.027-0.391,0.082-0.537c0.109-0.145,0.323-0.23,0.534-0.238c0.211-0.008,0.419,0.061,0.602,0.239 c0.183,0.179,0.34,0.468,0.383,0.732c0.042,0.265-0.03,0.505-0.125,0.692c-0.095,0.187-0.212,0.32-0.288,0.397 c-0.074,0.074-0.109,0.095-0.141,0.095C16.547,20.304,16.546,20.304,16.546,20.304 M13.291,10.137 c-0.084,0.009-0.193,0.111-0.415,0.293c-0.222,0.182-0.559,0.444-1.017,0.701c-0.458,0.256-1.038,0.507-1.509,0.733 c-0.471,0.226-0.832,0.429-1.005,0.712c-0.172,0.283-0.155,0.648,0.04,0.851c0.195,0.203,0.566,0.245,0.884,0.258 c0.317,0.013,0.58-0.002,0.826,0.087c0.246,0.09,0.475,0.284,0.764,0.515c0.289,0.231,0.637,0.499,0.926,0.562 c0.289,0.063,0.518-0.079,0.766-0.203c0.248-0.124,0.516-0.23,0.887-0.225c0.371,0.005,0.847,0.121,1.318,0.37 c0.471,0.249,0.938,0.63,1.184,0.867c0.246,0.236,0.272,0.327,0.245,0.362c-0.027,0.036-0.108,0.017-0.304-0.14 c-0.196-0.158-0.507-0.454-0.916-0.688c-0.409-0.234-0.916-0.405-1.399-0.391c-0.483,0.013-0.941,0.211-1.231,0.55 c-0.29,0.34-0.412,0.822-0.546,1.164c-0.134,0.342-0.279,0.543-0.47,0.617c-0.19,0.074-0.424,0.021-0.704-0.099 c-0.279-0.12-0.604-0.307-0.873-0.442c-0.269-0.136-0.484-0.221-0.62-0.353c-0.136-0.132-0.195-0.311-0.203-0.571 c-0.009-0.26,0.032-0.601,0.051-0.853c0.019-0.251,0.017-0.413-0.039-0.561c-0.055-0.147-0.164-0.28-0.233-0.349 c-0.069-0.069-0.098-0.075-0.112-0.058c-0.014,0.017-0.012,0.058,0.01,0.158c0.023,0.1,0.066,0.26,0.049,0.582 c-0.018,0.321-0.097,0.803-0.159,1.169c-0.062,0.367-0.107,0.618-0.02,0.809c0.087,0.191,0.307,0.321,0.707,0.54 c0.401,0.219,0.982,0.527,1.519,0.854c0.536,0.327,1.027,0.674,1.561,1.089c0.534,0.415,1.112,0.9,1.501,1.238 c0.388,0.339,0.588,0.532,0.742,0.591c0.154,0.058,0.263-0.018,0.307-0.139c0.044-0.121,0.023-0.285-0.014-0.429 c-0.037-0.144-0.091-0.266-0.24-0.46c-0.149-0.194-0.394-0.46-0.68-0.704c-0.286-0.243-0.613-0.463-0.803-0.614 c-0.19-0.151-0.242-0.233-0.212-0.258c0.03-0.026,0.141,0.004,0.303,0.107c0.162,0.104,0.374,0.281,0.611,0.459 c0.237,0.178,0.499,0.356,0.734,0.584c0.235,0.228,0.442,0.506,0.583,0.707c0.14,0.201,0.214,0.324,0.294,0.372 c0.08,0.048,0.166,0.021,0.277-0.05c0.111-0.071,0.249-0.186,0.427-0.355c0.178-0.169,0.397-0.393,0.551-0.634 c0.154-0.24,0.242-0.496,0.299-0.772c0.056-0.276,0.081-0.572,0.247-0.861c0.167-0.29,0.476-0.574,0.994-1.025 c0.518-0.451,1.244-1.07,1.891-1.665c0.647-0.595,1.216-1.165,1.695-1.802c0.479-0.637,0.87-1.342,1.068-1.743 c0.198-0.401,0.204-0.499,0.14-0.526c-0.064-0.028-0.198,0.015-0.611,0.312c-0.413,0.297-1.105,0.849-1.886,1.43 c-0.781,0.581-1.65,1.191-2.336,1.569c-0.686,0.378-1.189,0.524-1.55,0.562c-0.361,0.037-0.58-0.034-0.723-0.11 c-0.143-0.076-0.211-0.157-0.224-0.241c-0.013-0.084,0.029-0.169,0.135-0.275c0.106-0.106,0.277-0.232,0.446-0.392 c0.17-0.16,0.339-0.354,0.468-0.556c0.13-0.202,0.22-0.412,0.262-0.593c0.042-0.181,0.034-0.333-0.04-0.376 c-0.074-0.043-0.215,0.023-0.377,0.11c-0.161,0.086-0.343,0.193-0.593,0.301c-0.249,0.108-0.566,0.216-0.92,0.235 c-0.354,0.018-0.746-0.053-1.089-0.313c-0.342-0.26-0.635-0.709-0.866-1.147c-0.23-0.438-0.399-0.864-0.513-1.119 c-0.108-0.242-0.167-0.33-0.245-0.33C13.299,10.137,13.295,10.137,13.291,10.137 M6.483,3.12c-0.512,0.044-1.25,0.181-1.803,0.329 c-0.552,0.148-0.917,0.307-1.149,0.42C3.3,3.981,3.201,4.047,3.177,4.141c-0.024,0.095,0.027,0.218,0.16,0.436 c0.132,0.219,0.346,0.533,0.535,0.961c0.19,0.428,0.356,0.97,0.361,1.651c0.006,0.68-0.149,1.499-0.245,1.962 C3.892,9.614,3.855,9.72,3.761,9.77C3.667,9.82,3.516,9.813,3.235,9.749c-0.28-0.065-0.69-0.187-1.1-0.259 C1.726,9.418,1.317,9.397,1.014,9.452C0.71,9.508,0.51,9.641,0.369,9.82C0.228,10,0.145,10.227,0.087,10.57 C0.029,10.913-0.004,11.372,0,11.688c0.005,0.316,0.047,0.489,0.136,0.583c0.089,0.094,0.223,0.109,0.492,0.054 c0.269-0.055,0.672-0.18,1.224-0.215c0.553-0.035,1.255,0.02,1.94,0.202c0.685,0.182,1.352,0.491,1.95,0.929 c0.598,0.439,1.127,1.008,1.565,1.594c0.439,0.586,0.787,1.189,1.004,1.541c0.217,0.352,0.304,0.455,0.371,0.42 c0.068-0.035,0.118-0.207,0.145-0.417c0.028-0.209,0.033-0.456-0.02-0.848c-0.053-0.392-0.165-0.93-0.319-1.366 c-0.154-0.436-0.35-0.77-0.495-1.018c-0.146-0.247-0.242-0.407-0.245-0.51c-0.004-0.103,0.085-0.148,0.51-0.315 c0.425-0.167,1.186-0.457,1.958-0.808c0.772-0.351,1.557-0.764,2.042-1.106c0.486-0.341,0.674-0.611,0.724-0.937 c0.05-0.326-0.039-0.709-0.159-1.076c-0.12-0.367-0.272-0.717-0.53-1.193c-0.257-0.476-0.62-1.077-1.014-1.604 c-0.394-0.528-0.818-0.982-1.1-1.236C9.898,4.109,9.759,4.054,9.669,4.074c-0.09,0.02-0.13,0.114-0.167,0.47 C9.465,4.9,9.433,5.517,9.358,6.103C9.283,6.689,9.166,7.244,8.926,7.876c-0.239,0.632-0.601,1.342-0.99,1.982 c-0.388,0.641-0.804,1.212-1.054,1.462c-0.25,0.25-0.336,0.179-0.477,0.063c-0.141-0.116-0.337-0.275-0.486-0.4 c-0.149-0.125-0.253-0.214-0.273-0.293c-0.02-0.08,0.044-0.15,0.27-0.448c0.226-0.298,0.614-0.824,0.96-1.477 c0.346-0.653,0.649-1.432,0.796-2.283C7.82,5.632,7.811,4.709,7.767,4.145c-0.044-0.564-0.124-0.77-0.306-0.896 C7.324,3.154,7.129,3.103,6.823,3.103C6.722,3.103,6.61,3.109,6.483,3.12\"/></svg>\n </figure>\n </td>\n <td>rhinoceros.svg</td>\n <td><code>_includes/icons/simple-icons/rhinoceros.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"rhinoceros\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Riot icon</title><path d=\"M5.905 0a3.418 3.418 0 0 0-1.943.628l.011-.007a3.433 3.433 0 0 0-1.345 3.704l-.005-.024v16.266c0 1.9 1.534 3.433 3.433 3.433s3.433-1.533 3.433-3.433v-3.433h1.865l3.768 5.383a3.41 3.41 0 0 0 4.767.85 3.408 3.408 0 0 0 .85-4.766l-2.385-3.407a8.55 8.55 0 0 0 3.135-6.626c0-4.733-3.866-8.566-8.583-8.566h-6.85l-.047.001L5.907 0h-.002zm2.314.868h4.687c4.25.067 7.666 3.567 7.599 7.816a7.708 7.708 0 0 1-2.694 5.735l-.454-.648a6.85 6.85 0 0 0-4.452-12.053H8.913a3.253 3.253 0 0 0-.167-.265l.007.011a3.48 3.48 0 0 0-.532-.592L8.217.869zm1.044 1.7h3.643c3.316 0 6 2.683 6 6a5.983 5.983 0 0 1-2.037 4.505l-.489-.699a5.154 5.154 0 0 0-3.474-8.956H9.372a3.45 3.45 0 0 0-.114-.874l.005.024zm.004 1.717h3.639c2.367.05 4.25 2 4.2 4.383a4.303 4.303 0 0 1-1.255 2.949l-.244-.349a3.51 3.51 0 0 0-.277-.347 3.399 3.399 0 0 0 .927-2.27 3.453 3.453 0 0 0-3.366-3.516H8.922c.143-.245.262-.527.342-.826l.005-.024zM3.49 5.83c.243.249.523.461.832.627l.018.009v14.101c0 .95.767 1.717 1.717 1.717.933 0 1.7-.767 1.716-1.733v-5.133h2.38l.607.867H8.623v4.283a2.568 2.568 0 0 1-5.133 0V5.831zm5.133.154h4.283a2.575 2.575 0 0 1 2.583 2.583c0 .719-.29 1.366-.759 1.833a3.408 3.408 0 0 0-.825-.413 1.7 1.7 0 0 0 .734-1.404c0-.967-.783-1.733-1.733-1.733H9.473v3.45h1.548a3.44 3.44 0 0 0-.945.85H8.623V5.984zm-.867.363v5.671h1.839a3.46 3.46 0 0 0-.2.85H6.906V6.725c.323-.095.605-.224.864-.386l-.014.008zm-2.566.432c.23.055.493.086.764.086l.108-.002h-.005v6.854h3.355c.042.289.117.574.235.85h-2.74v6a.88.88 0 0 1-.85.867.858.858 0 0 1-.867-.85V6.779zm5.133.922h2.567c.483 0 .866.383.866.866s-.367.883-.85.883l-2.583-.017V7.7z\"/></svg>\n </figure>\n </td>\n <td>riot.svg</td>\n <td><code>_includes/icons/simple-icons/riot.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"riot\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Ripple icon</title><path d=\"M20.55 14.65c-.846-.486-1.805-.632-2.752-.666-.79-.023-1.974-.541-1.974-1.985 0-1.072.868-1.94 1.985-1.985.947-.034 1.906-.18 2.752-.666A5.018 5.018 0 0022.4 2.502 5.04 5.04 0 0015.53.674a4.993 4.993 0 00-2.504 4.343c0 .97.35 1.861.79 2.696.372.699.553 1.996-.71 2.73-.948.54-2.132.202-2.719-.745-.496-.801-1.094-1.545-1.94-2.03C6.045 6.28 2.977 7.104 1.6 9.495A5.018 5.018 0 003.44 16.34a5.025 5.025 0 005.008 0c.846-.485 1.444-1.23 1.94-2.03.406-.654 1.433-1.489 2.718-.744.948.541 1.241 1.737.711 2.73-.44.823-.79 1.725-.79 2.695A5.011 5.011 0 0018.034 24a5.011 5.011 0 005.008-5.008 4.982 4.982 0 00-2.492-4.343z\"/></svg>\n </figure>\n </td>\n <td>ripple.svg</td>\n <td><code>_includes/icons/simple-icons/ripple.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ripple\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Riseup icon</title><path d=\"M12.165 5.427s-.353-.685-.377-.78a82.888 82.888 0 0 1-.212-1.061l.236-.425.518-.779.753-.59.189-.07 1.813-.685.165-.165-.188-.284-.26-.141-.475-.122-1.19-.122-.925.01-.636.141-.565-.212-.707-.094L9.268.024 8.75 0l-.872.33L6.56 1.864l-.165.59-.094.52-.448.967-.283.92-.14.992v.212l-.684 1.038-.377.78V8.99l.118 2.29.212.826.424.755.542.495.235.968.895 1.982 1.06 1.275.07.07.377 1.912-1.295 2.36-.353.543-.33.213-.518-.071-.306.118-.353-.023-.236.188-.447-.118-.448-.07-.377.235-.094.401.26-.236.4-.07v.377l.635-.142.354.023.612.142s.542.023.636.023c.094 0 .66.118.66.118h.423l.212.118.306-.047.307.189h.47l.095-.307v-.165l.306.141.235.236.142.26.023-.307-.165-.377s-.117-.213-.212-.213c-.094 0-.447-.118-.447-.118l-.26.071-.258-.142-.283.119-.235-.119-.094-.235-.165-.071.141-.425.424-.968.565-.944.495-.59.188-.236s.236-.354.236-.448c0-.095.047-1.086.047-1.086l-.306-.637-.142-.52 2.732.662h.165l2.332 1.675.33.425.117 1.628-.047.378-.165.307-.188.188-.07.331-.095.165-.448.071-.423-.141-.26-.071h-.494l-.236.188-.117.26.023.283.141-.26.165-.165.142-.023-.024.236.165.142.4-.118h.189l.023.26.566.07.4-.07.306.094.448.118.164-.023.142-.094.141.448.07-.472-.117-.566-.26-.213.095-.354-.212-.401.024-1.487 1.177 1.393 1.555 1.227s1.06.377 1.154.377c.094 0 .824-.094.824-.094l.471-.778-.353-1.062.141-.355-.754-.99-1.596-1.626-.382-1.277.024-.874-.354-.92-.4-.732.235-.731-.188-1.062-.803-1.808.297-.05-.498-.862.323-.103-.569-.927.24-.128-.427-.7.14-.078-.516-.418.188-.098-1.342-.94z\"/></svg>\n </figure>\n </td>\n <td>riseup.svg</td>\n <td><code>_includes/icons/simple-icons/riseup.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"riseup\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>rollup.js icon</title><path d=\"M3.42 0a.37.37 0 0 0-.369.37v19.516c.577-1.488 1.557-3.617 3.138-6.53 5.7-10.48 6.447-11.537 9.416-11.537 1.56 0 3.134.704 4.152 1.955A7.962 7.962 0 0 0 13.102 0zm12.72 2.544c-1.19.01-2.257.466-2.698 1.498-.967 2.256 1.624 4.767 2.757 4.568 1.442-.255-.255-3.563-.255-3.563 2.205 4.156 1.697 2.884-2.29 6.7S5.596 23.62 5.002 23.958a.477.477 0 0 1-.08.043h15.637a.373.373 0 0 0 .33-.538l-4.088-8.092a.37.37 0 0 1 .144-.488A7.96 7.96 0 0 0 20.95 7.97c0-1.425-.373-2.761-1.03-3.92-.927-.952-2.43-1.516-3.779-1.506z\"/></svg>\n </figure>\n </td>\n <td>rollup-dot-js.svg</td>\n <td><code>_includes/icons/simple-icons/rollup-dot-js.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"rollup-dot-js\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Roots icon</title><path d=\"M10.285 7.975V4.041c0-.135-.109-.244-.244-.245-.137.001-.245.11-.245.245.007 2.524-.991 4.946-2.775 6.732L1.383 16.43c-.076.076-.095.194-.045.29.262.507.559.995.889 1.46.041.059.106.096.178.103h.021c.065 0 .128-.026.173-.073l5.915-5.938c1.138-1.139 1.776-2.686 1.771-4.297zM17.998.779c-.076-.043-.169-.043-.243 0-.076.045-.123.125-.123.213V11.91c0 1.622.63 3.148 1.774 4.296l1.995 2.007c.046.046.108.073.175.073l.021-.003c.07-.006.137-.044.179-.101 1.448-2.038 2.226-4.476 2.223-6.976-.007-4.295-2.293-8.262-6.001-10.426V.779zM6.367 4.041V.992c0-.086-.045-.168-.119-.213-.076-.045-.17-.045-.246 0C2.292 2.943.008 6.911 0 11.205c0 .342.018.709.057 1.12.01.095.072.177.16.21.027.01.057.014.084.015.064-.001.126-.027.172-.073l4.123-4.138c1.139-1.14 1.775-2.685 1.771-4.296v-.002zm10.614 14.6c-1.784-1.784-2.784-4.207-2.778-6.73V7.975c.001-.136-.109-.247-.244-.248-.136.002-.245.112-.245.248 0 2.543-.986 4.935-2.776 6.732l-5.914 5.937c-.097.096-.098.252-.002.349.01.011.02.02.031.026 2.023 1.455 4.455 2.238 6.947 2.235 2.492.003 4.923-.78 6.947-2.235.059-.042.095-.106.098-.18.009-.07-.016-.144-.067-.195l-1.997-2.003z\"/></svg>\n </figure>\n </td>\n <td>roots.svg</td>\n <td><code>_includes/icons/simple-icons/roots.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"roots\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Roundcube icon</title><path d=\"M19.9 8.6c0 1.2-.3 2.3-.7 3.3l.7-.4 3.4-2L20.6 8c-.3-4.5-4-8-8.6-8S3.7 3.5 3.4 8L.7 9.6l3.1 1.8.9.5c-.5-1-.7-2.1-.7-3.3C4 4.2 7.6.7 11.9.7c4.5 0 8 3.5 8 7.9zM.1 17.3L11.7 24v-7.4L.1 9.9zm12.2-.7V24l11.6-6.7V9.9z\"/></svg>\n </figure>\n </td>\n <td>roundcube.svg</td>\n <td><code>_includes/icons/simple-icons/roundcube.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"roundcube\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>RSS icon</title><path d=\"M19.199 24C19.199 13.467 10.533 4.8 0 4.8V0c13.165 0 24 10.835 24 24h-4.801zM3.291 17.415c1.814 0 3.293 1.479 3.293 3.295 0 1.813-1.485 3.29-3.301 3.29C1.47 24 0 22.526 0 20.71s1.475-3.294 3.291-3.295zM15.909 24h-4.665c0-6.169-5.075-11.245-11.244-11.245V8.09c8.727 0 15.909 7.184 15.909 15.91z\"/></svg>\n </figure>\n </td>\n <td>rss.svg</td>\n <td><code>_includes/icons/simple-icons/rss.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"rss\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>RStudio icon</title><path d=\"M12.178.002a12.002 12.002 0 0 0-8.662 3.515 12.002 12.002 0 0 0 0 16.97 12.002 12.002 0 0 0 16.97 0 12.002 12.002 0 0 0 0-16.97A12.002 12.002 0 0 0 12.179.002zM7.77 5.995c.562.128 1.05.217 1.663.217.921 0 1.863-.217 2.786-.217 1.79 0 3.45.814 3.45 2.8 0 1.54-.921 2.517-2.35 2.93l2.788 4.107h1.301v1.01h-1.986l-3.293-4.934h-1.757v3.924h1.718v1.01H7.77v-1.01h1.483V7.134L7.77 6.951v-.957zm4.466 1.012c-.596 0-1.213.053-1.864.127v3.798l.941.02c2.298.034 3.183-.85 3.183-2.026 0-1.376-.997-1.919-2.26-1.919z\"/></svg>\n </figure>\n </td>\n <td>rstudio.svg</td>\n <td><code>_includes/icons/simple-icons/rstudio.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"rstudio\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>RTLZWEI icon</title><path d=\"M0 0v24h7.38v-3.69H3.692L3.69 3.69h9.229V0H0zm16.61 0v3.69h3.7v16.62h-9.238V24H24V0h-7.39zm-.003 6.49l-3.689.717v9.227l3.69-.715V6.49zm-5.535 1.076l-3.69.715v9.229l3.69-.717V7.566z\"/></svg>\n\n </figure>\n </td>\n <td>rtlzwei.svg</td>\n <td><code>_includes/icons/simple-icons/rtlzwei.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"rtlzwei\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Ruby icon</title><path d=\"M20.156.083c3.033.525 3.893 2.598 3.829 4.77L24 4.822 22.635 22.71 4.89 23.926h.016C3.433 23.864.15 23.729 0 19.139l1.645-3 2.819 6.586.503 1.172 2.805-9.144-.03.007.016-.03 9.255 2.956-1.396-5.431-.99-3.9 8.82-.569-.615-.51L16.5 2.114 20.159.073l-.003.01zM0 19.089v.026-.029.003zM5.13 5.073c3.561-3.533 8.157-5.621 9.922-3.84 1.762 1.777-.105 6.105-3.673 9.636-3.563 3.532-8.103 5.734-9.864 3.957-1.766-1.777.045-6.217 3.612-9.75l.003-.003z\"/></svg>\n </figure>\n </td>\n <td>ruby.svg</td>\n <td><code>_includes/icons/simple-icons/ruby.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ruby\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>RubyGems icon</title><path d=\"M7.81 7.9l-2.97 2.95 7.19 7.18 2.96-2.95 4.22-4.23-2.96-2.96v-.01H7.8zM12 0L1.53 6v12L12 24l10.47-6V6L12 0zm8.47 16.85L12 21.73l-8.47-4.88V7.12L12 2.24l8.47 4.88v9.73z\"/></svg>\n </figure>\n </td>\n <td>rubygems.svg</td>\n <td><code>_includes/icons/simple-icons/rubygems.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"rubygems\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Runkeeper icon</title><path d=\"M13.475 16.634c1.887-.257 3.258-1.114 4.537-2.57 1.5-1.757 1.93-4.112 1.327-6.34-.6-2.143-2.31-3.814-4.54-4.116-2.757-.426-5.618.9-7.638 2.704-.045.04-.165.126-.21.21-.21-.384-.482-.77-.77-1.07-.385-.557-1.24-1.458-1.285-1.5-.17-.214-.47-.257-.64-.342-.527-.113-.888-.29-1.114-.42-.012-.018-.027-.034-.045-.054L.914.824C.7.65.44.61.227.824c-.17.214-.214.472 0 .686L2.37 3.824l.02.02.03-.002c.077.136.348.362.453.83.045.21.166.466.377.767 0 0 1.506 1.625 2.108 2.725.558 1.114.693 1.46.768 1.67 0 .03-.557-.646-1.204-1.113-2.485 2.83-4.293 6.22-4.82 9.894-.557 3.765 1.506 4.76 3.043 4.714 1.234 0 3.81-1.325 5.18-4.623C9.65 15.5 9.44 11.81 8.1 8.6c1.28-1.294 3.644-2.83 5.948-2.785 1.716 0 2.575 1.49 2.696 1.627 1.324 2.394-.227 4.548-.227 4.548-.858 1.295-2.35 1.898-3.133 2.107-.587.166-1.702.12-1.973 0-.164-.045-.21-.136-.21-.256 0-.18.136-.255.256-.255.166 0 .256.12.256.256v.138c.437.12 1.28.03 1.627 0-.272-.644-.86-.987-1.643-.987h-.036c-1.01.008-1.823.833-1.815 1.844 0 .77.437 1.415 1.07 1.67.332.13 1.326.258 2.56.13zm-6.82-.427c-.86 3.772-3.256 5.1-3.9 4.884-.642-.213-.856-2.1.428-5.27.216-.47 1.5-3.427 3.172-5.27-.045.086.943 2.872.3 5.657zM23.186 16.938L24 13.85c.03-.256-.09-.557-.348-.6-.256-.043-.557.088-.586.344l-.81 2.977h-.095c-.017.022-.03.044-.044.066-.12.214-.346.558-.678.814-.256.214-.377.47-.377.47-.12.128-.978 2.83-3.673 2.957-3.18.128-3.81-3.427-3.855-3.727-.678.127-2.048-.174-2.606-.43.166 1.97 1.115 4.327 2.786 5.442 1.928 1.328 4.926 1.328 6.988 0 1.19-.815 1.973-1.843 2.484-3.172l.045-.11.015-.033c.016-.037.016-.074.046-.113v-.045c-.03 0 0-.257-.075-.513-.164-.683-.03-1.113-.03-1.24z\"/></svg>\n </figure>\n </td>\n <td>runkeeper.svg</td>\n <td><code>_includes/icons/simple-icons/runkeeper.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"runkeeper\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Rust icon</title><path d=\"M23.687 11.709l-.995-.616a13.559 13.559 0 0 0-.028-.29l.855-.797a.344.344 0 0 0-.114-.571l-1.093-.409a8.392 8.392 0 0 0-.086-.282l.682-.947a.342.342 0 0 0-.223-.538l-1.152-.187a9.243 9.243 0 0 0-.139-.259l.484-1.063c.05-.108.039-.234-.027-.332s-.178-.156-.297-.152l-1.17.041a6.662 6.662 0 0 0-.185-.224l.269-1.139a.343.343 0 0 0-.412-.412l-1.139.269a13.847 13.847 0 0 0-.225-.185l.041-1.17a.34.34 0 0 0-.484-.324l-1.063.485c-.086-.047-.172-.094-.259-.139l-.188-1.153a.344.344 0 0 0-.538-.223l-.948.682a8.383 8.383 0 0 0-.282-.085L14.562.596a.344.344 0 0 0-.571-.114l-.797.856a9.18 9.18 0 0 0-.29-.028l-.616-.995a.342.342 0 0 0-.582 0l-.616.995c-.097.008-.194.018-.29.028l-.798-.856a.342.342 0 0 0-.571.114l-.409 1.093c-.095.027-.188.056-.282.085l-.947-.682a.344.344 0 0 0-.538.223l-.188 1.153a9.243 9.243 0 0 0-.259.139l-1.063-.485a.342.342 0 0 0-.484.324l.041 1.17c-.076.06-.151.122-.225.185l-1.139-.269a.343.343 0 0 0-.412.412l.268 1.139c-.062.074-.124.149-.184.224l-1.17-.041a.342.342 0 0 0-.324.484l.485 1.063a9.055 9.055 0 0 0-.139.259l-1.152.187a.344.344 0 0 0-.223.538l.682.947c-.03.094-.058.187-.086.282L.59 9.435a.344.344 0 0 0-.114.571l.855.797a9.18 9.18 0 0 0-.028.29l-.995.616a.34.34 0 0 0 0 .582l.995.616c.008.097.018.194.028.29l-.855.798a.342.342 0 0 0 .114.571l1.093.409c.027.095.056.189.086.282l-.682.947a.341.341 0 0 0 .224.538l1.152.187c.045.087.091.173.139.259l-.485 1.063a.342.342 0 0 0 .324.484l1.169-.041c.061.076.122.151.185.225l-.268 1.14a.342.342 0 0 0 .412.411l1.139-.268c.074.063.149.124.225.184l-.041 1.17a.34.34 0 0 0 .484.323l1.063-.484c.086.048.172.094.259.139l.188 1.152a.344.344 0 0 0 .538.224l.947-.682c.094.03.187.059.282.086l.409 1.093a.341.341 0 0 0 .571.114l.798-.855c.096.011.193.02.29.029l.616.995a.343.343 0 0 0 .582 0l.616-.995c.097-.009.194-.018.29-.029l.797.855a.344.344 0 0 0 .571-.114l.409-1.093c.095-.027.189-.056.282-.086l.947.682a.341.341 0 0 0 .538-.224l.188-1.152c.087-.045.173-.092.259-.139l1.063.484a.343.343 0 0 0 .484-.323l-.041-1.17c.076-.06.151-.121.224-.184l1.139.268a.343.343 0 0 0 .412-.411l-.268-1.14c.062-.074.124-.149.184-.225l1.17.041a.34.34 0 0 0 .324-.484l-.484-1.063c.047-.086.094-.172.139-.259l1.152-.187a.344.344 0 0 0 .223-.538l-.682-.947.086-.282 1.093-.409a.342.342 0 0 0 .114-.571l-.855-.798c.01-.096.02-.193.028-.29l.995-.616a.34.34 0 0 0 0-.582zm-6.659 8.253a.705.705 0 0 1 .295-1.379.705.705 0 1 1-.296 1.379zm-.338-2.286a.641.641 0 0 0-.762.494l-.353 1.648c-1.09.495-2.3.77-3.575.77a8.63 8.63 0 0 1-3.65-.804l-.353-1.648a.64.64 0 0 0-.762-.493l-1.455.312a8.615 8.615 0 0 1-.752-.887h7.08c.08 0 .134-.014.134-.087v-2.505c0-.073-.053-.087-.134-.087h-2.071v-1.588h2.24c.204 0 1.093.058 1.377 1.194.089.349.284 1.486.418 1.85.133.408.675 1.223 1.253 1.223h3.528a.74.74 0 0 0 .128-.013 8.68 8.68 0 0 1-.802.941l-1.489-.32zm-9.793 2.252a.705.705 0 1 1-.296-1.379.705.705 0 0 1 .296 1.379zM4.211 9.036a.705.705 0 1 1-1.288.572.705.705 0 0 1 1.288-.572zm-.825 1.957l1.516-.674a.642.642 0 0 0 .326-.848l-.312-.706h1.228v5.534H3.667a8.668 8.668 0 0 1-.28-3.307zm6.652-.537V8.825h2.924c.151 0 1.066.175 1.066.859 0 .568-.702.772-1.279.772h-2.711zm10.626 1.468c0 .216-.008.431-.024.643h-.889c-.089 0-.125.058-.125.146v.408c0 .961-.542 1.17-1.017 1.223-.452.051-.953-.189-1.015-.466-.267-1.5-.711-1.821-1.413-2.374.871-.553 1.777-1.369 1.777-2.461 0-1.179-.809-1.922-1.36-2.287-.773-.51-1.629-.612-1.86-.612H5.545a8.658 8.658 0 0 1 4.847-2.736l1.084 1.137a.64.64 0 0 0 .907.021l1.212-1.16a8.668 8.668 0 0 1 5.931 4.224l-.83 1.875a.644.644 0 0 0 .326.848l1.598.71c.028.284.042.57.042.861zm-9.187-9.482a.703.703 0 1 1 .972 1.019.705.705 0 0 1-.972-1.019zm8.237 6.628c.157-.356.573-.516.928-.358a.705.705 0 1 1-.929.359z\"/></svg>\n </figure>\n </td>\n <td>rust.svg</td>\n <td><code>_includes/icons/simple-icons/rust.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"rust\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Ryanair icon</title><path d=\"M9.847.008c-.718.047-1.464.288-1.986.81-.796.996-1.692 1.891-2.787 2.488a.3.3 0 0 1-.396 0c-.1-.299.198-.497.198-.696.1-.398.2-.895 0-1.393C4.478.72 3.583.62 2.886.72c-.298 0-.596.1-.994.2-.1 0-.3.098-.3.297.1.398-.098.897-.198 1.195-.1.2 0 .298 0 .597-.1 0 0 .099-.099.099 0 .497.697.298.995.596 0 .1.1.2.1.3.099.099.098.298.098.398C1.991 5.198.6 5.694.201 6.092-.396 6.888.7 7.187.7 7.585v.198c0 .497.198.797.198 1.195.398.995.994 1.89 1.591 2.885.2.299.4.696.698 1.193.1.2.197.398.396.498 1.99 1.99 4.676 3.183 6.467 5.172l1.195 1.493c.597.796 1.193 1.592 1.69 2.487.299.398.498.896.896 1.294.299-.1.1-.497.1-.696.099 0-.1-.001 0-.1-.1-.399-.3-.796-.4-1.194-.099-.1-.098-.198-.098-.198-.1-.497-.299-.995-.498-1.492-.398-.796-.695-1.692-1.193-2.487-.497-.796-1.193-1.593-2.089-2.19a5.537 5.537 0 0 1-1.593-1.394c-.597-.795-1.094-1.69-1.591-2.586-.2-.398-.298-.894-.597-1.292-.497-.696-1.59-1.095-1.69-1.89.1-.995.497-1.791 1.094-2.587 1.094-1.492 2.984-2.29 4.974-2.19 2.09-.1 4.08.797 6.368.896 1.193.1 2.486-.1 3.58-.398l.896-.298a9.874 9.874 0 0 0 2.686-1.393c.199-.1.198-.299.198-.398-.1-.1-.198 0-.297 0-.697.1-1.195.398-1.89.398h-1.095c-1.691-.199-3.284-.596-4.776-1.094C14.129.92 12.437.322 10.546.024a4.011 4.011 0 0 0-.7-.016zm.264 4.685c-.303.056-.51.28-.659.504a18.378 18.378 0 0 0-1.492 5.671c0 .2.001.498.2.597 0 .1.198.1.198 0 .796-1.89 1.195-3.78 2.29-5.57.099-.3.496-.598.197-.996-.099-.1-.199-.2-.398-.2a.88.88 0 0 0-.336-.006zm2.922.504c-.199 0-.197.1-.297.2-1.094 1.79-1.89 3.878-2.487 5.868-.299.895-.498 1.89-.3 2.786 0 .1.101.1.2.1.1 0 .2-.1.2-.199.596-2.387 1.988-4.577 3.083-6.766.199-.597.597-1.093.497-1.79-.199-.198-.597-.2-.896-.2zm6.568 0c-.398.1-.697.498-.797.796-.994 2.487-2.387 4.775-3.482 7.163-.795 2.188-1.79 4.279-1.89 6.666 0 .2 0 .398.2.597.1 0 .198.1.198 0 .299-.498.398-1.096.597-1.693.696-1.89 1.392-3.78 2.487-5.57 1.293-2.09 2.886-4.08 3.682-6.368.1-.398.298-.696.1-1.094-.2-.298-.597-.398-1.095-.497zm-3.284.099c-.398.1-.597.399-.796.697-.498 1.095-1.094 1.99-1.592 3.084-1.194 2.189-1.79 4.477-2.089 6.964 0 .299 0 .696.1.995.099 0 .299 0 .299-.1.199-.696.397-1.392.596-1.989.896-3.084 2.986-5.571 4.279-8.456.1-.2.298-.697 0-.896-.199-.1-.498-.2-.797-.3z\"/></svg>\n\n </figure>\n </td>\n <td>ryanair.svg</td>\n <td><code>_includes/icons/simple-icons/ryanair.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ryanair\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Safari icon</title><path d=\"M12 24C5.373 24 0 18.627 0 12S5.373 0 12 0s12 5.373 12 12-5.373 12-12 12zm0-.75c6.213 0 11.25-5.037 11.25-11.25S18.213.75 12 .75.75 5.787.75 12 5.787 23.25 12 23.25zM12 2a.25.25 0 0 1 .25.25v1a.25.25 0 1 1-.5 0v-1A.25.25 0 0 1 12 2zm0 18.5a.25.25 0 0 1 .25.25v1a.25.25 0 1 1-.5 0v-1a.25.25 0 0 1 .25-.25zm7.071-15.571a.25.25 0 0 1 0 .353l-.707.708a.25.25 0 0 1-.354-.354l.708-.707a.25.25 0 0 1 .353 0zM5.99 18.01a.25.25 0 0 1 0 .354l-.708.707a.25.25 0 1 1-.353-.353l.707-.708a.25.25 0 0 1 .354 0zM4.929 4.93a.25.25 0 0 1 .353 0l.708.707a.25.25 0 0 1-.354.354l-.707-.708a.25.25 0 0 1 0-.353zM18.01 18.01a.25.25 0 0 1 .354 0l.707.708a.25.25 0 1 1-.353.353l-.708-.707a.25.25 0 0 1 0-.354zM2 12a.25.25 0 0 1 .25-.25h1a.25.25 0 1 1 0 .5h-1A.25.25 0 0 1 2 12zm18.5 0a.25.25 0 0 1 .25-.25h1a.25.25 0 1 1 0 .5h-1a.25.25 0 0 1-.25-.25zm-4.593-9.205a.25.25 0 0 1 .133.328l-.391.92a.25.25 0 1 1-.46-.195l.39-.92a.25.25 0 0 1 .328-.133zM8.68 19.825a.25.25 0 0 1 .132.327l-.39.92a.25.25 0 0 1-.46-.195l.39-.92a.25.25 0 0 1 .328-.133zM21.272 8.253a.25.25 0 0 1-.138.325l-.927.375a.25.25 0 1 1-.188-.464l.927-.374a.25.25 0 0 1 .326.138zm-17.153 6.93a.25.25 0 0 1-.138.326l-.927.374a.25.25 0 1 1-.188-.463l.927-.375a.25.25 0 0 1 .326.138zM8.254 2.728a.25.25 0 0 1 .325.138l.375.927a.25.25 0 0 1-.464.188l-.374-.927a.25.25 0 0 1 .138-.326zm6.93 17.153a.25.25 0 0 1 .326.138l.374.927a.25.25 0 1 1-.463.188l-.375-.927a.25.25 0 0 1 .138-.326zM2.795 8.093a.25.25 0 0 1 .328-.133l.92.391a.25.25 0 0 1-.195.46l-.92-.39a.25.25 0 0 1-.133-.328zm17.03 7.228a.25.25 0 0 1 .327-.132l.92.39a.25.25 0 1 1-.195.46l-.92-.39a.25.25 0 0 1-.133-.328zM12.879 12.879L11.12 11.12l-4.141 5.9 5.899-4.142zm6.192-7.95l-5.834 8.308-8.308 5.834 5.834-8.308 8.308-5.834z\"/></svg>\n </figure>\n </td>\n <td>safari.svg</td>\n <td><code>_includes/icons/simple-icons/safari.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"safari\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Sahibinden icon</title><path d=\"M0 0v24h24V0zm11.517 4.723c.563-.007 1.13-.004 1.69.063 2.412.054 4.853 2.18 4.879 4.508h-3.319c.009-.694-.603-1.555-1.279-1.732-1.105-.269-2.46-.355-3.43.294-.738.445-1.065 1.672-.095 2.056 2.288 1.083 5.158.846 7.224 2.372 1.698 1.21 1.598 3.666.274 5.086-1.718 1.84-4.636 2.132-7.099 1.782-2.448-.117-4.755-2.245-4.819-4.562h3.311c-.056.832.638 1.557 1.46 1.822 1.27.275 2.726.358 3.93-.19.96-.323 1.024-1.544.284-2.103-1.595-.897-3.565-.924-5.297-1.518-2.012-.39-3.643-2.278-3.26-4.197.424-2.342 3.127-3.727 5.546-3.681z\"/></svg>\n </figure>\n </td>\n <td>sahibinden.svg</td>\n <td><code>_includes/icons/simple-icons/sahibinden.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sahibinden\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Salesforce icon</title><path d=\"M10.005 5.416c.75-.796 1.845-1.306 3.046-1.306 1.56 0 2.954.9 3.689 2.205.63-.3 1.35-.45 2.101-.45 2.849 0 5.159 2.34 5.159 5.22s-2.311 5.22-5.176 5.22c-.345 0-.689-.044-1.02-.104-.645 1.17-1.875 1.95-3.3 1.95-.6 0-1.155-.15-1.65-.375-.659 1.546-2.189 2.624-3.975 2.624-1.859 0-3.45-1.169-4.05-2.819-.27.061-.54.075-.825.075-2.204 0-4.005-1.8-4.005-4.05 0-1.5.811-2.805 2.01-3.51-.255-.57-.39-1.2-.39-1.846 0-2.58 2.1-4.649 4.65-4.649 1.53 0 2.85.704 3.72 1.8\"/></svg>\n </figure>\n </td>\n <td>salesforce.svg</td>\n <td><code>_includes/icons/simple-icons/salesforce.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"salesforce\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>SaltStack icon</title><path d=\"M6.396 0L1.05.002v5.346h5.347V0zm5.94 2.697c-1.033 0-1.959.1-2.791.291v3.783c.645-.374 1.471-.568 2.5-.568 1.001 0 1.838.17 2.514.508 1.01.512 1.555 1.375 1.629 2.59h4.056c-.073-2.147-.874-3.783-2.394-4.912-1.522-1.127-3.36-1.692-5.514-1.692zM4.496 8.51c-.01.16-.023.322-.023.488 0 1.982.679 3.438 2.04 4.371.806.558 2.281 1.072 4.43 1.547l2.186.482c1.28.274 2.215.589 2.805.946.59.365.884.882.884 1.549 0 1.142-.603 1.922-1.806 2.341-.635.22-1.458.33-2.475.33-1.697 0-2.896-.417-3.596-1.248-.382-.457-.638-1.147-.767-2.07h-4.03c0 2.102.762 3.754 2.286 4.955C7.953 23.402 10.042 24 12.7 24c2.603 0 4.619-.609 6.045-1.828 1.427-1.22 2.14-2.751 2.14-4.596 0-1.8-.601-3.173-1.804-4.125-.776-.611-1.94-1.102-3.494-1.467l-3.543-.836c-1.367-.319-2.264-.596-2.686-.835-.655-.356-.982-.894-.982-1.616 0-.065.017-.124.021-.187H4.496zM21.92 21.844a1.077 1.077 0 000 2.152 1.077 1.077 0 000-2.152zm-.014.177a.898.898 0 01.014 0 .898.898 0 010 1.793.898.898 0 01-.014-1.793zm-.42.258v1.272h.221v-.49h.248l.256.49h.234v-.01l-.285-.531a.392.392 0 00.174-.133.356.356 0 00.06-.213.42.42 0 00-.033-.166.31.31 0 00-.088-.121.4.4 0 00-.144-.074.695.695 0 00-.195-.024h-.448zm.221.178h.227a.338.338 0 01.107.016.174.174 0 01.117.109.266.266 0 010 .176.175.175 0 01-.047.066.21.21 0 01-.072.045.314.314 0 01-.105.016h-.227v-.428z\"/></svg>\n </figure>\n </td>\n <td>saltstack.svg</td>\n <td><code>_includes/icons/simple-icons/saltstack.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"saltstack\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>Samsung icon</title><path d=\"M19.8166 10.2808l.0459 2.6934h-.023l-.7793-2.6934h-1.2837v3.3925h.8481l-.0458-2.785h.023l.8366 2.785h1.2264v-3.3925zm-16.149 0l-.6418 3.427h.9284l.4699-3.1175h.0229l.4585 3.1174h.9169l-.6304-3.4269zm5.1805 0l-.424 2.6132h-.023l-.424-2.6132H6.5788l-.0688 3.427h.8596l.023-3.0832h.0114l.573 3.0831h.8711l.5731-3.083h.023l.0228 3.083h.8596l-.0802-3.4269zm-7.2664 2.4527c.0343.0802.0229.1949.0114.2522-.0229.1146-.1031.2292-.3324.2292-.2177 0-.3438-.126-.3438-.3095v-.3323H0v.2636c0 .7679.6074.9971 1.2493.9971.6189 0 1.1346-.2178 1.2149-.7794.0458-.298.0114-.4928 0-.5616-.1605-.722-1.467-.9283-1.5588-1.3295-.0114-.0688-.0114-.1375 0-.1834.023-.1146.1032-.2292.3095-.2292.2063 0 .321.126.321.3095v.2063h.8595v-.2407c0-.745-.6762-.8596-1.1576-.8596-.6074 0-1.1117.2063-1.2034.7564-.023.149-.0344.2866.0114.4585.1376.7106 1.364.9169 1.5358 1.3524m11.152 0c.0343.0803.0228.1834.0114.2522-.023.1146-.1032.2292-.3324.2292-.2178 0-.3438-.126-.3438-.3095v-.3323h-.917v.2636c0 .7564.596.9857 1.2379.9857.6189 0 1.1232-.2063 1.2034-.7794.0459-.298.0115-.4814 0-.5616-.1375-.7106-1.4327-.9284-1.5243-1.318-.0115-.0688-.0115-.1376 0-.1835.0229-.1146.1031-.2292.3094-.2292.1948 0 .321.126.321.3095v.2063h.848v-.2407c0-.745-.6647-.8596-1.146-.8596-.6075 0-1.1004.1948-1.192.7564-.023.149-.023.2866.0114.4585.1376.7106 1.341.9054 1.513 1.3524m2.8882.4585c.2407 0 .3094-.1605.3323-.2522.0115-.0343.0115-.0917.0115-.126v-2.533h.871v2.4642c0 .0688 0 .1948-.0114.2292-.0573.6419-.5616.8482-1.192.8482-.6303 0-1.1346-.2063-1.192-.8482 0-.0344-.0114-.1604-.0114-.2292v-2.4642h.871v2.533c0 .0458 0 .0916.0115.126 0 .0917.0688.2522.3095.2522m7.1518-.0344c.2522 0 .3324-.1605.3553-.2522.0115-.0343.0115-.0917.0115-.126v-.4929h-.3553v-.5043H24v.917c0 .0687 0 .1145-.0115.2292-.0573.6303-.596.8481-1.2034.8481-.6075 0-1.1461-.2178-1.2034-.8481-.0115-.1147-.0115-.1605-.0115-.2293v-1.444c0-.0574.0115-.172.0115-.2293.0802-.6419.596-.8482 1.2034-.8482s1.1347.2063 1.2034.8482c.0115.1031.0115.2292.0115.2292v.1146h-.8596v-.1948s0-.0803-.0115-.1261c-.0114-.0802-.0802-.2521-.3438-.2521-.2521 0-.321.1604-.3438.2521-.0115.0458-.0115.1032-.0115.1605v1.5702c0 .0458 0 .0916.0115.126 0 .0917.0917.2522.3323.2522\"/></svg>\n </figure>\n </td>\n <td>samsung.svg</td>\n <td><code>_includes/icons/simple-icons/samsung.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"samsung\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Samsung Pay icon</title><path d=\"M23.978 10.702c-.133-3.828-1.139-6.909-3.408-8.592S14.89-.157 10.604.047C8.658.141 6.902.394 5.477.964c-1.47.59-2.606 1.421-3.437 2.578C.369 5.867-.148 9.377.035 13.422c.174 3.84 1.169 6.878 3.465 8.535 2.284 1.647 5.996 2.17 9.909 2.005 3.798-.16 6.883-1.167 8.535-3.466 1.649-2.295 2.175-5.683 2.034-9.794zM6.602 14.77h-.495v-1.063h.495c.946 0 1.636-.732 1.636-1.636 0-.903-.732-1.636-1.636-1.636H5.003a.13.13 0 0 0-.124.093v5.802h-1.03v-5.802c0-.638.517-1.155 1.155-1.155h1.599c1.49 0 2.725 1.208 2.725 2.698S8.175 14.77 6.602 14.77zm8.702.001H14.26v-2.78c-.021-.784-.853-1.565-1.739-1.565-.996 0-1.729.85-1.729 1.646 0 1.126.794 1.641 1.729 1.641h.368v1.058h-.368c-1.538-.001-2.785-.985-2.785-2.699 0-1.398 1.247-2.699 2.785-2.699 1.389 0 2.739 1.165 2.783 2.618v2.78zm1.324-5.221l1.361 2.788-.592 1.203-1.949-3.99h1.18zm1.261 6.971h-1.181l3.426-6.971h1.181l-3.426 6.971z\"/></svg>\n </figure>\n </td>\n <td>samsungpay.svg</td>\n <td><code>_includes/icons/simple-icons/samsungpay.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"samsungpay\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>SAP icon</title><path d=\"M0 6.064v11.872h12.13L24 6.064zm3.264 2.208h.005c.863.001 1.915.245 2.676.633l-.82 1.43c-.835-.404-1.255-.442-1.73-.467-.708-.038-1.064.215-1.069.488-.007.332.669.633 1.305.838.964.306 2.19.715 2.377 1.9L7.77 8.437h2.046l2.064 5.576-.007-5.575h2.37c2.257 0 3.318.764 3.318 2.519 0 1.575-1.09 2.514-2.936 2.514h-.763l-.01 2.094-3.588-.003-.25-.908c-.37.122-.787.189-1.23.189-.456 0-.885-.071-1.263-.2l-.358.919-2 .006.09-.462c-.029.025-.057.05-.087.074-.535.43-1.208.629-2.037.644l-.213.002a5.075 5.075 0 0 1-2.581-.675l.73-1.448c.79.467 1.286.572 1.956.558.347-.007.598-.07.761-.239a.557.557 0 0 0 .156-.369c.007-.376-.53-.553-1.185-.756-.531-.164-1.135-.389-1.606-.735-.559-.41-.825-.924-.812-1.65a1.99 1.99 0 0 1 .566-1.377c.519-.537 1.357-.863 2.363-.863zm10.597 1.67v1.904h.521c.694 0 1.247-.23 1.248-.964 0-.709-.554-.94-1.248-.94zm-5.087.767l-.748 2.362c.223.085.481.133.757.133.268 0 .52-.047.742-.126l-.736-2.37z\"/></svg>\n </figure>\n </td>\n <td>sap.svg</td>\n <td><code>_includes/icons/simple-icons/sap.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sap\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Sass icon</title><path d=\"M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zM9.615 15.998c.175.645.156 1.248-.024 1.792l-.065.18c-.024.061-.052.12-.078.176-.14.29-.326.56-.555.81-.698.759-1.672 1.047-2.09.805-.45-.262-.226-1.335.584-2.19.871-.918 2.12-1.509 2.12-1.509v-.003l.108-.061zm9.911-10.861c-.542-2.133-4.077-2.834-7.422-1.645-1.989.707-4.144 1.818-5.693 3.267C4.568 8.48 4.275 9.98 4.396 10.607c.427 2.211 3.457 3.657 4.703 4.73v.006c-.367.18-3.056 1.529-3.686 2.925-.675 1.47.105 2.521.615 2.655 1.575.436 3.195-.36 4.065-1.649.84-1.261.766-2.881.404-3.676.496-.135 1.08-.195 1.83-.104 2.101.24 2.521 1.56 2.43 2.1-.09.539-.523.854-.674.944-.15.091-.195.12-.181.181.015.09.091.09.21.075.165-.03 1.096-.45 1.141-1.471.045-1.29-1.186-2.729-3.375-2.7-.9.016-1.471.091-1.875.256-.03-.045-.061-.075-.105-.105-1.35-1.455-3.855-2.475-3.75-4.41.03-.705.285-2.564 4.8-4.814 3.705-1.846 6.661-1.335 7.171-.21.733 1.604-1.576 4.59-5.431 5.024-1.47.165-2.235-.404-2.431-.615-.209-.225-.239-.24-.314-.194-.12.06-.045.255 0 .375.12.3.585.825 1.396 1.095.704.225 2.43.359 4.5-.45 2.324-.899 4.139-3.405 3.614-5.505l.073.067z\"/></svg>\n </figure>\n </td>\n <td>sass.svg</td>\n <td><code>_includes/icons/simple-icons/sass.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sass\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Sat.1 icon</title><path d=\"M11.344.006c-.292.01-.586.028-.881.06C.37 1.154 3.963 16.69 4.492 18.205.527 9.78 2.859 4.5 4.61 2.712c.049-.05-.004-.136-.05-.095C.604 5.824.25 9.45.25 9.45c-.684 3.952 3.158 7.834 4.246 8.766-2.967-2-3.841-3.436-4.382-5.417-.016-.06-.118-.08-.113 0 .081 1.064.185 2.49 1.005 4.174.752.973 2.815 1.247 3.49 1.246h.003l-.003-.006c.883-3.249 2.674-8.92 5.495-12.74 2.728-3.538 4.83-4.65 5.403-4.905.048-.023.025-.077-.03-.114-.128-.082-1.979-.513-4.02-.448zM4.498 18.22c.715 1.21 2.93 4.546 6.976 5.7 1.382.277 5.618-.02 8.602-3.011.054-.053.007-.175-.106-.099-1.97 1.344-8.14 2.682-15.472-2.59zm0 0l-.003.002c-1.053.447-2.22.28-2.73.044-.065-.031-.125-.02-.09.044.748 1.264 1.166 1.7 2.11 2.545.051.053.104.04.08-.064-.01-.046-.189-1.342.63-2.565-.105.822-.206 3.105.692 3.711 1.058.722 2.147 1.414 4.084 1.829.076.018.145-.071.071-.11-3.166-1.546-3.912-3.474-4.845-5.433l.001-.003zM17.613 1.398c-.226.026-.462.215-1.016.552C9.973 6.36 5.058 17.035 4.498 18.216c0 0 11.07-2.39 17.856-9.29 1.06-1.085 1.138-.85.64-2.054-.239-.597-.866-1.813-1.95-3.036-.854-.955-1.97-1.703-2.466-2.01-.52-.316-.738-.454-.965-.428zM4.498 18.216c1.363.78 16.116 7.064 18.959-2.725.665-2.284.576-4.675.468-4.964-.022-.062-.073-.034-.076-.014-.35.516-1.828 2.42-5.78 4.495-4.242 2.111-10.229 2.906-13.57 3.208z\"/></svg>\n\n </figure>\n </td>\n <td>sat-dot-1.svg</td>\n <td><code>_includes/icons/simple-icons/sat-dot-1.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sat-dot-1\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Sauce Labs icon</title><path d=\"M2.93 15.475l6.396.004-3.582 6.758C2.178 20.057.002 16.18 0 12 0 5.383 5.383 0 12 0c1.761 0 3.436.381 4.94 1.064L5.428 12.58h10.25l-7.539 7.614 3.115-5.876H3.795C3.455 13.164 3.477 12 3.477 12c.006-4.713 3.831-8.529 8.544-8.523.093 0 .187.002.28.005l1.094-1.099c-.455-.065-.915-.098-1.375-.098-5.356 0-9.73 4.357-9.73 9.715-.001 0-.061 1.719.64 3.475zM18.255 1.764C21.82 3.943 23.997 7.82 24 12c0 6.616-5.384 12-12 12-1.704.003-3.389-.36-4.941-1.065l11.426-11.513H8.205l7.656-7.616-3.115 5.876h7.46c.319 1.079.319 2.318.319 2.318-.008 4.714-3.834 8.529-8.547 8.522-.105 0-.21-.002-.314-.006l-1.084 1.096c5.314.777 10.256-2.901 11.032-8.218.067-.461.103-.928.103-1.395 0-1.189-.22-2.369-.647-3.479h-6.394l3.581-6.756z\"/></svg>\n </figure>\n </td>\n <td>saucelabs.svg</td>\n <td><code>_includes/icons/simple-icons/saucelabs.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"saucelabs\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Scala icon</title><path d=\"M4.589 24c4.537 0 13.81-1.516 14.821-3v-5.729c-.957 1.408-10.284 2.912-14.821 2.912V24zM4.589 16.365c4.537 0 13.81-1.516 14.821-3V7.636c-.957 1.408-10.284 2.912-14.821 2.912v5.817zM4.589 8.729c4.537 0 13.81-1.516 14.821-3V0C18.453 1.408 9.126 2.912 4.589 2.912v5.817z\"/></svg>\n </figure>\n </td>\n <td>scala.svg</td>\n <td><code>_includes/icons/simple-icons/scala.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"scala\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Scaleway icon</title><path d=\"M16.61 11.11v5.72a1.77 1.77 0 0 1-1.54 1.69h-4a1.43 1.43 0 0 1-1.31-1.22 1.09 1.09 0 0 1 0-.18 1.37 1.37 0 0 1 1.37-1.36h1.74a1 1 0 0 0 1-1v-3.62a1.4 1.4 0 0 1 1.18-1.39h.17a1.37 1.37 0 0 1 1.39 1.36zm-6.46 1.74V9.26a1 1 0 0 1 1-1H13a1.37 1.37 0 0 0 1.37-1.37 1 1 0 0 0 0-.17 1.45 1.45 0 0 0-1.41-1.2H9a1.81 1.81 0 0 0-1.58 1.66v5.7a1.37 1.37 0 0 0 1.37 1.37H9a1.4 1.4 0 0 0 1.15-1.4zm12-4.29V20A4.53 4.53 0 0 1 18 24h-7.58a8.57 8.57 0 0 1-8.56-8.57V4.54A4.54 4.54 0 0 1 6.4 0h7.18a8.56 8.56 0 0 1 8.56 8.56zm-2.74 0a5.83 5.83 0 0 0-5.82-5.82H6.4a1.79 1.79 0 0 0-1.8 1.8v10.89a5.83 5.83 0 0 0 5.82 5.8h7.44a1.79 1.79 0 0 0 1.54-1.48z\"/></svg>\n </figure>\n </td>\n <td>scaleway.svg</td>\n <td><code>_includes/icons/simple-icons/scaleway.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"scaleway\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Scribd icon</title><path d=\"M14.839 21.059c0-2.123 1.572-3.939 3.543-4.307-.094-1.973-.924-3.328-2.219-4.343-1.305-1.016-3.121-1.785-5.088-2.557-2.13-.832-3.721-1.569-3.721-3.172 0-1.352 1.17-2.369 3.137-2.369 1.201 0 1.974.185 2.371.399 0 .093-.029.216-.09.309-.061.123-.09.276-.09.493 0 1.354.983 2.555 2.738 2.555 1.602 0 2.555-1.201 2.555-2.957 0-1.477-.832-2.77-2.188-3.663C14.409.555 12.487 0 10.312 0 8.06.155 6.123.985 4.77 2.217 3.415 3.447 2.615 5.111 2.615 7.08c0 2.187.77 3.603 2.031 4.683 1.262 1.077 3.078 1.846 5.265 2.616 2.372.764 3.757 1.561 3.757 3.137 0 1.59-1.385 2.551-3.572 2.551-1.141 0-2.124-.193-2.957-.764.219-.406.219-.813.219-1.201 0-1.143-1.006-2.568-2.764-2.568-1.56 0-2.73 1.201-2.73 2.957 0 1.471.93 2.867 2.445 3.844C5.794 23.354 7.88 24 10.132 24c1.982 0 3.768-.375 5.148-1.365-.21-.406-.39-.992-.39-1.607l-.051.031zm7.299 0c0 1.572-1.275 2.773-2.777 2.773-1.5 0-2.746-1.201-2.746-2.771 0-1.5 1.23-2.732 2.73-2.732 1.502 0 2.764 1.232 2.764 2.748l.029-.018z\"/></svg>\n </figure>\n </td>\n <td>scribd.svg</td>\n <td><code>_includes/icons/simple-icons/scribd.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"scribd\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Scrutinizer CI icon</title><path d=\"M14.86 0L6.877.06a6.139 6.127 0 0 0-3.744 2.508 6.36 6.36 0 0 0-1.357 2.64l-.12.553-.119.857c-.06.799-.06 1.351.12 1.471h5.275c.06 0-.186-.246-.186-.672 0-.738.252-.924.552-1.23.552-.426 2.945-.12 4.728-.246 2.448 0 4.602-.06 4.848-.12 2.7-.427 5.03-2.388 5.522-4.536.12-.547.12-1.105.06-1.165C22.396 0 21.417 0 14.858 0zM9.192 9.007c-3.758-.015-7.47 0-7.53.06-.126.126-.06.798.06 1.35a5.64 5.64 0 0 0 1.843 2.761 7.549 7.549 0 0 0 3.312 1.59c.366.126 1.044.126 4.597.126 4.236 0 4.915.06 5.22.24a1.842 1.836 0 0 1 .372.372c.18.24.181.307.181.979 0 .672-.066.732-.186 1.044a1.47 1.47 0 0 1-.426.366c-.186.12-.307.119-4.357.179-4.67 0-5.155 0-6.319.432a6.445 6.433 0 0 0-2.46 1.35c-1.164 1.039-1.842 2.203-1.962 3.428l.06.611a283.022 282.613 0 0 0 15.404 0l.492-.12a4.543 4.537 0 0 0 .737-.245l.367-.18a7.735 7.723 0 0 0 3.499-4.297 8.407 8.395 0 0 0-.373-6.061 8.527 8.521 0 0 0-2.328-2.88 6.937 6.925 0 0 0-2.394-.984c-.246-.06-4.051-.106-7.81-.121z\"/></svg>\n </figure>\n </td>\n <td>scrutinizerci.svg</td>\n <td><code>_includes/icons/simple-icons/scrutinizerci.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"scrutinizerci\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Seagate icon</title><path d=\"M8.315 1.735c.277-.166.554-.333.831-.443.111.277.277.554.388.83-.61.333-1.219.61-1.772.997-8.149 4.948-6.9 10.574-3.379 11.077 2.399.45 5.343-1.094 7.422-2.326 1.575-.985 2.99-1.926 2.99-3.046 0-.713-.824-1.053-1.495-.942-2.167.542-5.07 3.545-7.477 3.545-1.097 0-1.895-.842-1.772-1.828.154-1.843 1.891-3.229 3.49-4.154 2.585-1.696 6.02-3.199 9.082-3.046 7.647.264 12.227 9.815-.997 18.167-1.501.948-3.92 1.99-4.43 2.16-.222-.997-.554-1.994-.776-2.991 2.421-1.14 3.145-1.281 5.816-3.323 2.243-1.795 4.4-3.917 4.763-6.813.055-.664.055-1.274-.111-1.938-.901-3.09-5.07-6.275-12.905-1.052-.815.475-2.16 1.436-2.16 2.381 0 .222.166.499.388.554 1.204.516 3.881-2.192 6.535-3.102 2.08-.734 4.175.047 4.542 1.884.055.498.055.996-.11 1.44-.594 1.541-2.025 2.658-3.49 3.6-1.53.842-3.087 2.042-6.48 2.935-2.315.631-5.267.29-6.48-1.772-.499-.776-.72-1.717-.72-2.603.055-1.053.277-2.105.72-3.047.775-1.606 1.938-3.046 3.323-4.209a23.121 23.121 0 0 1 4.32-2.99z\"/></svg>\n </figure>\n </td>\n <td>seagate.svg</td>\n <td><code>_includes/icons/simple-icons/seagate.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"seagate\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>SEAT icon</title><path d=\"M0 10.325l23.98 4.46c-.021.657-.062 2.712-.103 3.903-.041 1.418-.35 2.281-.925 2.815-.801.72-1.747.884-4.007 1.007-5.219.288-10.54.247-17.219-.226-.699-.04-.966-.185-1.089-.267-.288-.205-.329-.431-.411-1.603-.062-.801-.164-3.123-.205-3.904 3.102.206 7.849.37 11.712.37.966 0 3.493.02 4.171.02.534 0 1.233-.143 1.582-.698L0 13.222zm.02-1.253c.021-.76.062-2.65.103-3.76.041-1.418.35-2.281.925-2.815.801-.72 1.747-.884 4.007-1.007 5.219-.288 10.54-.247 17.219.226.699.04.966.185 1.089.267.288.205.329.431.411 1.603.041.678.144 2.486.185 3.472-2.301-.123-6.206-.308-9.596-.35-3.39-.04-6.452.021-6.822.063-.74.102-1.089.452-1.192.595L24 10.634v2.568Z\"/></svg>\n\n </figure>\n </td>\n <td>seat.svg</td>\n <td><code>_includes/icons/simple-icons/seat.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"seat\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Sega icon</title><path d=\"M21.229 4.14l-.006 3.33h-10.6c-.219 0-.397.181-.397.399 0 .221.18.399.397.399l2.76-.016c4.346 0 7.868 3.525 7.868 7.869 0 4.348-3.522 7.869-7.869 7.869L2.748 24l.005-3.375h10.635c2.487 0 4.504-2.016 4.504-4.504 0-2.49-2.017-4.506-4.506-4.506l-2.771-.03c-2.06 0-3.727-1.666-3.727-3.72 0-2.061 1.666-3.726 3.723-3.726h10.618zM2.763 19.843l-.004-3.331h10.609c.21 0 .383-.175.383-.387 0-.213-.173-.385-.384-.385h-2.744c-4.345 0-7.867-3.525-7.867-7.871S6.278 0 10.623 0l10.6.003.006 3.35-10.604.003c-2.49 0-4.5 2.019-4.5 4.507 0 2.489 2.024 4.504 4.515 4.504l2.775.03c2.055 0 3.72 1.668 3.72 3.724 0 2.055-1.665 3.719-3.72 3.719H2.765l-.002.003z\"/></svg>\n </figure>\n </td>\n <td>sega.svg</td>\n <td><code>_includes/icons/simple-icons/sega.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sega\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Sellfy icon</title><path d=\"M23.179.818C15.533-.273 8.406-.273.8.818-.266 8.377-.266 15.424.8 22.946 4.511 23.491 8.22 24 12.005 24c3.748 0 7.459-.51 11.17-1.017 1.1-7.56 1.1-14.607 0-22.165h.004zm-11.54 18.314c-2.055 0-4.226-.689-5.179-1.199l.807-3.126c1.064.705 2.682 1.395 4.446 1.395 1.395 0 2.24-.436 2.24-1.305 0-.615-.435-.975-1.575-1.26l-2.279-.631c-2.416-.66-3.557-1.891-3.557-3.855 0-2.365 1.83-4.256 5.619-4.256 1.99 0 3.973.545 5.07 1.092l-.951 2.976c-1.104-.615-2.79-1.125-4.226-1.125-1.365 0-1.95.436-1.95 1.092 0 .619.404.87 1.291 1.092l2.488.734c2.566.736 3.707 1.966 3.707 3.885-.076 2.701-2.461 4.517-5.957 4.517l.006-.026z\"/></svg>\n </figure>\n </td>\n <td>sellfy.svg</td>\n <td><code>_includes/icons/simple-icons/sellfy.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sellfy\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Semantic Web icon</title><path d=\"M21.602 0s-1.524 5.809-8.516 2.658c-.776-.35-.954-.444-.982-.469L2.074 6.301l10.043 4.896s.776-.326 2.026-.933C20.273 7.287 21.602 0 21.602 0zM1.59 8.486v10.448L10.947 24V13.242L1.59 8.486zm20.82 0l-9.357 4.756V24l9.357-5.066V8.486Z\"/></svg>\n\n </figure>\n </td>\n <td>semanticweb.svg</td>\n <td><code>_includes/icons/simple-icons/semanticweb.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"semanticweb\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Semaphore CI icon</title><path d=\"M21.864 5.266a.595.595 0 01.61.257s.467.76.744 1.365c.275.604.542 1.453.542 1.453a.592.592 0 01-.208.628l-1.505 1.073a.757.757 0 00-.284.646s.084.573.096 1.066c.01.485-.04 1.045-.04 1.045a.752.752 0 00.316.628l1.561.993c.192.122.3.398.24.618 0 0-.222.862-.467 1.48-.242.62-.668 1.4-.668 1.4a.592.592 0 01-.595.287l-1.819-.337a.76.76 0 00-.66.245s-.381.489-.754.861c-.414.415-.997.857-.997.857a.76.76 0 00-.254.658l.306 1.824a.592.592 0 01-.298.59s-.79.412-1.414.645c-.623.233-1.488.44-1.488.44a.592.592 0 01-.61-.251l-.967-1.576a.756.756 0 00-.624-.328s-.496.04-.949.025c-.466-.015-.986-.09-.986-.09a.754.754 0 00-.646.281L8.97 23.555a.593.593 0 01-.628.207s-.85-.267-1.456-.543c-.605-.276-1.362-.74-1.362-.74a.592.592 0 01-.256-.61l.385-1.599c.08-.331.338-.796.579-1.037l3.98-3.993a3.7 3.7 0 005.026-5.025l3.988-3.989c.241-.24.705-.5 1.036-.579zM2.134 18.733a.595.595 0 01-.61-.257s-.467-.758-.743-1.364c-.276-.605-.543-1.453-.543-1.453a.592.592 0 01.207-.628l1.506-1.073a.757.757 0 00.283-.646s-.082-.573-.095-1.066c-.01-.485.04-1.046.04-1.046a.752.752 0 00-.316-.628L.303 9.58a.592.592 0 01-.241-.617S.285 8.1.528 7.48c.244-.617.67-1.4.67-1.4a.592.592 0 01.594-.286l1.819.337a.76.76 0 00.661-.244s.38-.489.753-.862c.414-.414.997-.855.997-.855a.76.76 0 00.254-.66L5.97 1.688a.592.592 0 01.298-.591S7.058.685 7.682.45C8.305.219 9.17.012 9.17.012a.592.592 0 01.612.25l.966 1.578a.756.756 0 00.624.326s.496-.039.949-.024c.466.015.986.091.986.091a.754.754 0 00.646-.283L15.028.445a.593.593 0 01.628-.208s.85.268 1.456.544c.605.275 1.362.74 1.362.74a.593.593 0 01.256.61l-.385 1.599a2.59 2.59 0 01-.578 1.036L13.786 8.76a3.7 3.7 0 00-5.026 5.026l-3.988 3.987c-.24.242-.705.5-1.036.58z\"/></svg>\n </figure>\n </td>\n <td>semaphoreci.svg</td>\n <td><code>_includes/icons/simple-icons/semaphoreci.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"semaphoreci\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Sencha icon</title><path d=\"M15.287,24c0.458-1.221,0.917-1.532,0.917-2.442c0-1.452-0.878-2.8-2.237-3.434 l-5.831-2.813C5.211,13.85,3.392,10.97,3.392,7.797c0-3.23,1.867-6.133,4.871-7.576L8.712,0C8.129,0.674,7.796,1.532,7.796,2.44 c0,1.453,0.878,2.801,2.237,3.435l5.831,2.813c2.926,1.462,4.744,4.342,4.744,7.514c0,3.23-1.867,6.133-4.871,7.577L15.287,24\"/></svg>\n </figure>\n </td>\n <td>sencha.svg</td>\n <td><code>_includes/icons/simple-icons/sencha.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sencha\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>Sensu icon</title><path d=\"M24 12L12 0 0 12l12 12 12-12zM12 3.197l4.418 4.418c-1.445-.386-2.93-.586-4.418-.586s-2.974.199-4.418.588L12 3.196zM8.069 16.87c1.19-.658 2.534-1.008 3.931-1.008s2.741.35 3.931 1.008L12 20.804 8.069 16.87zm9.509-1.647c-1.697-1.08-3.636-1.622-5.578-1.622s-3.881.542-5.578 1.622l-3.103-3.101C5.822 10.284 8.834 9.29 12 9.29s6.178.994 8.681 2.832l-3.103 3.101z\"/></svg>\n </figure>\n </td>\n <td>sensu.svg</td>\n <td><code>_includes/icons/simple-icons/sensu.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sensu\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Sentry icon</title><path d=\"M23.663 21.572c.449-.748.449-1.496 0-2.244l-9.72-16.897c-.447-.747-1.195-1.048-1.943-1.048s-1.495.449-1.943 1.048L6.916 7.963l.748.449c2.393 1.346 4.336 3.289 5.682 5.682 1.197 2.094 1.944 4.336 2.094 6.73h-2.243c-.149-1.945-.748-3.889-1.794-5.684-1.047-2.093-2.692-3.738-4.785-4.935l-.749-.447-2.99 5.084.747.449c1.944 1.195 3.29 3.139 3.589 5.383H2.28c-.149 0-.3-.15-.3-.15s-.148-.15 0-.299l1.348-2.393c-.449-.447-1.048-.748-1.646-.896L.336 19.329c-.449.748-.449 1.496 0 2.244.448.746 1.046 1.045 1.943 1.045h6.879v-.896c0-1.645-.449-3.141-1.196-4.637-.599-1.195-1.496-2.093-2.542-2.84L6.467 12.3c1.347 1.046 2.543 2.243 3.439 3.739 1.047 1.793 1.496 3.738 1.496 5.682v.896h5.831v-.896c0-2.99-.747-5.982-2.392-8.673-1.197-2.394-3.141-4.337-5.385-5.833L11.7 3.328c.151-.15.3-.15.3-.15.15 0 .15 0 .299.15l9.721 16.896c.148.148 0 .299 0 .299s-.15.15-.3.15h-2.243v1.795h2.243c.896.149 1.495-.15 1.943-.896z\"/></svg>\n </figure>\n </td>\n <td>sentry.svg</td>\n <td><code>_includes/icons/simple-icons/sentry.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sentry\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Server Fault icon</title><path d=\"M24 18.185v2.274h-4.89v-2.274H24zm-24-.106h11.505v2.274H0v-2.279.005zm12.89 0h4.89v2.274h-4.89v-2.279.005zm6.221-3.607H24v2.274h-4.89l.001-2.274zM0 14.367h11.505v2.274H0v-2.274zm12.89 0h4.89v2.274h-4.89v-2.274zm6.221-3.346H24v2.273h-4.89l.001-2.273zM0 10.916h11.505v2.271H0v-2.271zm12.89 0h4.89v2.271h-4.89v-2.271zm6.22-3.609H24v2.279h-4.89V7.307zM0 7.206h11.505V9.48H0V7.201v.005zm12.89 0h4.89V9.48h-4.89V7.201v.005zm6.221-3.556H24v2.276h-4.89v-2.28l.001.004zM0 3.541h11.505v2.274H0V3.541zm12.89 0h4.89v2.274h-4.89V3.541z\"/></svg>\n </figure>\n </td>\n <td>serverfault.svg</td>\n <td><code>_includes/icons/simple-icons/serverfault.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"serverfault\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Serverless icon</title><path d=\"M0 17.57h4.248l-1.316 3.974H0zm0-7.557h6.75l-1.316 3.974H0zm0-7.557h9.252L7.936 6.431H0zm13.44 0H24v3.975H12.123zM9.62 13.987l1.317-3.974H24v3.974zM8.436 17.57H24v3.975H7.119Z\"/></svg>\n\n </figure>\n </td>\n <td>serverless.svg</td>\n <td><code>_includes/icons/simple-icons/serverless.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"serverless\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Shazam icon</title><path d=\"M12 0C5.373 0-.001 5.371-.001 12c0 6.625 5.374 12 12.001 12s12-5.375 12-12c0-6.629-5.373-12-12-12M9.872 16.736c-1.287 0-2.573-.426-3.561-1.281-1.214-1.049-1.934-2.479-2.029-4.024-.09-1.499.42-2.944 1.436-4.067C6.86 6.101 8.907 4.139 8.993 4.055c.555-.532 1.435-.511 1.966.045.53.557.512 1.439-.044 1.971-.021.02-2.061 1.976-3.137 3.164-.508.564-.764 1.283-.719 2.027.049.789.428 1.529 1.07 2.086.844.73 2.51.891 3.553-.043.619-.559 1.372-1.377 1.38-1.386.52-.567 1.4-.603 1.965-.081.565.52.603 1.402.083 1.969-.035.035-.852.924-1.572 1.572-1.005.902-2.336 1.357-3.666 1.357m8.41-.099c-1.143 1.262-3.189 3.225-3.276 3.309-.27.256-.615.385-.96.385-.368 0-.732-.145-1.006-.43-.531-.559-.512-1.439.044-1.971.021-.02 2.063-1.977 3.137-3.166.508-.563.764-1.283.719-2.027-.048-.789-.428-1.529-1.07-2.084-.844-.73-2.51-.893-3.552.044-.621.556-1.373 1.376-1.38 1.384-.521.566-1.399.604-1.966.084-.564-.521-.604-1.404-.082-1.971.034-.037.85-.926 1.571-1.573 1.979-1.778 5.221-1.813 7.227-.077 1.214 1.051 1.935 2.48 2.028 4.025.092 1.497-.419 2.945-1.434 4.068\"/></svg>\n </figure>\n </td>\n <td>shazam.svg</td>\n <td><code>_includes/icons/simple-icons/shazam.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"shazam\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Shell icon</title><path d=\"M12 .863C5.34.863 0 6.251 0 12.98c0 .996.038 1.374.246 2.33l3.662 2.71.57 4.515h6.102l.326.227c.377.262.705.375 1.082.375.352 0 .732-.101 1.024-.313l.39-.289h6.094l.563-4.515 3.695-2.71c.208-.956.246-1.334.246-2.33C24 6.252 18.661.863 12 .863zm.996 2.258c.9 0 1.778.224 2.512.649l-2.465 12.548 3.42-12.062c1.059.36 1.863.941 2.508 1.814l.025.034-4.902 10.615 5.572-9.713.033.03c.758.708 1.247 1.567 1.492 2.648l-6.195 7.666 6.436-6.5.01.021c.253.563.417 1.36.417 1.996 0 .509-.024.712-.164 1.25l-3.554 2.602-.467 3.71h-4.475l-.517.395c-.199.158-.482.266-.682.266-.199 0-.483-.108-.682-.266l-.517-.394H6.322l-.445-3.61-3.627-2.666c-.11-.436-.16-.83-.16-1.261 0-.72.159-1.49.426-2.053l.013-.024 6.45 6.551L2.75 9.621c.25-1.063.874-2.09 1.64-2.713l5.542 9.776L4.979 6.1c.555-.814 1.45-1.455 2.546-1.827l3.424 12.069L8.355 3.816l.055-.03c.814-.45 1.598-.657 2.457-.657.195 0 .286.004.528.03l.587 13.05.46-13.059c.224-.025.309-.029.554-.029z\"/></svg>\n </figure>\n </td>\n <td>shell.svg</td>\n <td><code>_includes/icons/simple-icons/shell.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"shell\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Shopify icon</title><path d=\"M15.337 23.979l7.216-1.561s-2.604-17.613-2.625-17.73c-.018-.116-.114-.192-.211-.192s-1.929-.136-1.929-.136-1.275-1.274-1.439-1.411c-.045-.037-.075-.057-.121-.074l-.914 21.104h.023zM11.71 11.305s-.81-.424-1.774-.424c-1.447 0-1.504.906-1.504 1.141 0 1.232 3.24 1.715 3.24 4.629 0 2.295-1.44 3.76-3.406 3.76-2.354 0-3.54-1.465-3.54-1.465l.646-2.086s1.245 1.066 2.28 1.066c.675 0 .975-.545.975-.932 0-1.619-2.654-1.694-2.654-4.359-.034-2.237 1.571-4.416 4.827-4.416 1.257 0 1.875.361 1.875.361l-.945 2.715-.02.01zM11.17.83c.136 0 .271.038.405.135-.984.465-2.064 1.639-2.508 3.992-.656.213-1.293.405-1.889.578C7.697 3.75 8.951.84 11.17.84V.83zm1.235 2.949v.135c-.754.232-1.583.484-2.394.736.466-1.777 1.333-2.645 2.085-2.971.193.501.309 1.176.309 2.1zm.539-2.234c.694.074 1.141.867 1.429 1.755-.349.114-.735.231-1.158.366v-.252c0-.752-.096-1.371-.271-1.871v.002zm2.992 1.289c-.02 0-.06.021-.078.021s-.289.075-.714.21c-.423-1.233-1.176-2.37-2.508-2.37h-.115C12.135.209 11.669 0 11.265 0 8.159 0 6.675 3.877 6.21 5.846c-1.194.365-2.063.636-2.16.674-.675.213-.694.232-.772.87-.075.462-1.83 14.063-1.83 14.063L15.009 24l.927-21.166z\"/></svg>\n </figure>\n </td>\n <td>shopify.svg</td>\n <td><code>_includes/icons/simple-icons/shopify.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"shopify\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Shopware icon</title><path d=\"M23.9477 10.8913a.1735.1735 0 00-.061-.1178c-2.5032-2.078-4.5288-2.9261-6.9905-2.9261-1.3127 0-2.32.2638-2.9916.7827-.5822.4492-.8896 1.0772-.8896 1.812 0 2.0605 2.5184 3.0003 5.4358 4.0883 1.5023.5604 3.057 1.1404 4.483 1.9319a.1626.1626 0 00.0828.0218.187.187 0 00.0589-.011c.0458-.0174.085-.0523.1025-.1002.545-1.3955.822-2.8673.822-4.374a13.082 13.082 0 00-.0523-1.1076zm-4.81 10.4791c-1.0423-.785-2.5795-1.3824-4.2061-2.0125-1.9362-.7501-4.132-1.6027-5.7803-2.913-1.8665-1.4871-2.7757-3.3623-2.7757-5.7324 0-2.1281.883-3.9466 2.5533-5.2614 1.873-1.474 4.7119-2.2546 8.2071-2.2546.966 0 1.8883.0589 2.743.1766a.1696.1696 0 00.1788-.098.17.17 0 00-.0414-.2007C17.814 1.0924 14.9664.0022 12.001.0022c-3.2052 0-6.2186 1.2472-8.4862 3.5148C1.2494 5.7825 0 8.796 0 11.999c0 3.2051 1.2472 6.2185 3.5149 8.484 2.2654 2.2654 5.2788 3.5148 8.4862 3.5148 2.5903 0 5.0564-.8133 7.1344-2.3505a.1714.1714 0 00.0697-.1374.1735.1735 0 00-.0676-.1395Z\"/></svg>\n </figure>\n </td>\n <td>shopware.svg</td>\n <td><code>_includes/icons/simple-icons/shopware.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"shopware\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Showpad icon</title><path d=\"M24 12V11.66l-.03-.24a5.48 5.48 0 0 0-4.88-4.89l-.24-.01h-.05l-.27-.01a5.45 5.45 0 0 0-3.88 1.6L12.8 9.97l1.35 1.36 1.35-1.35h-.01l.5-.51a3.55 3.55 0 0 1 2.53-1.05h.2l.16.01a3.58 3.58 0 0 1 3.2 3.19V12.35a3.58 3.58 0 0 1-2 2.84l-.03.02-.1.04-.07.03-.06.03-.11.04h-.03a3.58 3.58 0 0 1-3.69-.84l-.5-.5-3.37-3.36-5.38-5.39-1.35 1.35L0 12l1.35 1.35 5.39 5.39 1.34-1.35 3.37-3.37-1.34-1.35-3.37 3.37L2.7 12l4.04-4.04 2.02 2.02 5.39 5.39.5.5a5.46 5.46 0 0 0 5.65 1.3l.05-.01.16-.07.1-.04.11-.04.16-.07.05-.03a5.47 5.47 0 0 0 3.04-4.35v-.01l.02-.24v-.04V12H24z\"/></svg>\n </figure>\n </td>\n <td>showpad.svg</td>\n <td><code>_includes/icons/simple-icons/showpad.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"showpad\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Siemens icon</title><path d=\"M.086 13.761v-.722c.41.13.775.195 1.09.195.437 0 .654-.115.654-.347a.278.278 0 0 0-.096-.216c-.063-.063-.23-.148-.499-.258-.479-.198-.794-.365-.939-.507a.934.934 0 0 1-.283-.695c0-.36.139-.637.414-.825.27-.188.626-.28 1.062-.28.24 0 .589.043 1.045.133v.692a2.58 2.58 0 0 0-.945-.202c-.41 0-.613.112-.613.339 0 .084.04.15.124.205.067.042.257.134.565.273.446.197.742.368.891.516a.904.904 0 0 1 .264.673.992.992 0 0 1-.517.904c-.278.17-.64.256-1.083.256a4.88 4.88 0 0 1-1.134-.134zm3.31-3.592h1.018v3.65H3.395zm1.953 3.65v-3.65h2.616v.66H6.332v.826h1.422v.602H6.332v.866h1.675v.697zm3.325 0v-3.65h1.322l.917 2.333.943-2.333h1.257v3.65h-.969v-2.584l-1.07 2.622h-.631l-1.05-2.622v2.585h-.72zm5.373 0v-3.65h2.615v.66H15.03v.826h1.421v.602H15.03v.866h1.676v.697zm3.33 0v-3.65h1.18l1.255 2.445V10.17h.72v3.65H19.38l-1.285-2.475v2.476zm3.878-.058v-.722c.406.13.77.195 1.09.195.436 0 .653-.115.653-.347a.293.293 0 0 0-.091-.216c-.066-.063-.234-.148-.503-.258-.48-.196-.794-.364-.94-.507a.936.936 0 0 1-.284-.698c0-.359.138-.634.413-.822.272-.188.626-.28 1.061-.28.249 0 .566.038.956.116l.09.017v.692a2.583 2.583 0 0 0-.945-.202c-.409 0-.613.112-.613.339 0 .084.04.15.124.204.066.042.254.133.57.274.443.196.738.368.887.516a.903.903 0 0 1 .263.673c0 .396-.17.698-.51.904-.283.17-.644.256-1.089.256-.381 0-.76-.046-1.132-.134z\"/></svg>\n </figure>\n </td>\n <td>siemens.svg</td>\n <td><code>_includes/icons/simple-icons/siemens.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"siemens\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Signal icon</title><path d=\"M12.012 2.598c-5.22 0-9.452 3.9-9.452 8.709 0 3.016 1.219 5.301 3.155 6.774H5.71l.234 3.042v.004c0 .017 0 .031.004.046v.006c.024.144.15.255.301.255.053 0 .1-.015.144-.035l.011-.008L9.3 19.717c.854.196 1.767.299 2.71.299 5.22 0 9.452-3.899 9.452-8.71 0-4.81-4.233-8.709-9.454-8.709l.004.001zM10.39.72c.525-.065 1.061-.104 1.605-.104.38 0 .75.02 1.119.052l.057-.614C12.781.019 12.392 0 11.997 0c-.57 0-1.135.036-1.691.109l.083.612.001-.001zm3.797.094c.915.165 1.785.436 2.61.795l.252-.567c-.132-.056-.263-.112-.397-.165-.762-.3-1.551-.524-2.355-.671l-.11.608zm9.169 10.556c-.015.915-.155 1.806-.405 2.655l.59.175c.267-.903.416-1.854.431-2.831l-.616.001zM6.745 1.814c.811-.389 1.678-.698 2.586-.902L9.196.308c-.631.141-1.251.329-1.853.569-.297.117-.586.245-.867.381l.269.556zm13.65 1.399c-.706-.649-1.485-1.207-2.329-1.673l-.311.541c.811.445 1.561.981 2.224 1.596l.416-.462v-.002zm-5.244 18.838c.945-.24 1.845-.591 2.686-1.03l-.315-.533c-.786.413-1.631.738-2.521.967l.15.596zM3.677 4.005c.63-.638 1.347-1.2 2.13-1.675l-.327-.529c-.698.422-1.35.914-1.945 1.473-.102.094-.2.191-.3.289l.439.441.003.001zm19.48 11.28l-.568-.236c-.349.833-.803 1.614-1.354 2.332l.495.369c.577-.758 1.061-1.586 1.424-2.465h.003zM20.726 4.433c.606.675 1.122 1.425 1.534 2.228l.555-.275c-.435-.852-.979-1.645-1.627-2.366l-.465.413h.003zm2.554 3.003l-.568.244c.313.828.521 1.703.604 2.61l.615-.061c-.088-.956-.305-1.892-.651-2.793zM6.386 22.849l-.969.425-.332-1.025-.585.19.438 1.347c.029.083.09.151.167.188.041.017.083.026.126.026s.084-.009.123-.026l1.283-.563-.251-.562zm3.823-1.193c-.078-.016-.157-.027-.237-.041l-.465-.079c-.061-.009-.12 0-.172.023l-1.951.853.271.554 1.845-.803c.125.021.25.041.371.059.068.017.139.026.209.038l.129-.604zm3.728.02c-.633.104-1.281.156-1.942.156-.273 0-.525-.015-.772-.038l-.019.615c.251.024.511.04.791.04.698 0 1.383-.058 2.048-.166l-.104-.606-.002-.001zM1.517 7.116c.37-.825.852-1.598 1.425-2.302l-.47-.407c-.61.745-1.116 1.557-1.508 2.427l-.01.021.563.261zM20.532 18.21c-.612.651-1.31 1.229-2.07 1.728l.339.515c.806-.524 1.541-1.14 2.19-1.829l-.459-.414zM.97 14.551c-.188-.796-.293-1.676-.323-2.671H.031c.03 1.071.145 2.005.345 2.843l.594-.172zM.538 7.925c-.297.91-.468 1.853-.51 2.813l.615.03c.042-.923.209-1.816.487-2.662l-.592-.181zm4.199 13.26l-.59-1.815c-.02-.06-.056-.109-.105-.147-.232-.182-.449-.366-.66-.558l-.422.446c.194.184.408.362.629.541l.561 1.717.587-.184zm-2.105-3.292c-.591-.691-1.037-1.449-1.355-2.315l-.573.229c.041.107.083.216.126.322.33.796.771 1.509 1.342 2.175l.46-.411z\"/></svg>\n </figure>\n </td>\n <td>signal.svg</td>\n <td><code>_includes/icons/simple-icons/signal.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"signal\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Simple Icons icon</title><path d=\"M12 12v-1.5c-2.484 0-4.5-2.016-4.5-4.5S9.516 1.5 12 1.5s4.5 2.016 4.5 4.5H18c0-3.312-2.688-6-6-6S6 2.688 6 6s2.688 6 6 6zM15.037 12.826c2.858 1.678 3.816 5.355 2.138 8.214h1.68c.423-.954.642-1.987.643-3.03.003-4.144-3.352-7.505-7.494-7.51V12c1.066 0 2.113.286 3.033.826zM12.003 10.5H12h.003M6.828 21.04C6.3 20.148 6 19.11 6 18v-.03H4.5V18c-.002 1.047.218 2.084.645 3.04h1.683zM15 22.5v-6h1.5V15h-9v1.5H9v6H4.5V24h15v-1.5H15zm-1.5 0h-3v-6h3v6zM9.078 5.922C9.035 7.58 10.343 8.957 12 9c1.597-.04 2.88-1.326 2.922-2.922C14.965 4.42 13.656 3.043 12 3c-1.597.04-2.88 1.326-2.922 2.922zm4.422.08c0 .828-.672 1.5-1.5 1.5-.83 0-1.5-.673-1.5-1.502 0-.83.67-1.5 1.5-1.5.828 0 1.5.672 1.5 1.5z\"/></svg>\n </figure>\n </td>\n <td>simpleicons.svg</td>\n <td><code>_includes/icons/simple-icons/simpleicons.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"simpleicons\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Sina Weibo icon</title><path d=\"M10.098 20.323c-3.977.391-7.414-1.406-7.672-4.02-.259-2.609 2.759-5.047 6.74-5.441 3.979-.394 7.413 1.404 7.671 4.018.259 2.6-2.759 5.049-6.737 5.439l-.002.004zM9.05 17.219c-.384.616-1.208.884-1.829.602-.612-.279-.793-.991-.406-1.593.379-.595 1.176-.861 1.793-.601.622.263.82.972.442 1.592zm1.27-1.627c-.141.237-.449.353-.689.253-.236-.09-.313-.361-.177-.586.138-.227.436-.346.672-.24.239.09.315.36.18.601l.014-.028zm.176-2.719c-1.893-.493-4.033.45-4.857 2.118-.836 1.704-.026 3.591 1.886 4.21 1.983.64 4.318-.341 5.132-2.179.8-1.793-.201-3.642-2.161-4.149zm7.563-1.224c-.346-.105-.57-.18-.405-.615.375-.977.42-1.804 0-2.404-.781-1.112-2.915-1.053-5.364-.03 0 0-.766.331-.571-.271.376-1.217.315-2.224-.27-2.809-1.338-1.337-4.869.045-7.888 3.08C1.309 10.87 0 13.273 0 15.348c0 3.981 5.099 6.395 10.086 6.395 6.536 0 10.888-3.801 10.888-6.82 0-1.822-1.547-2.854-2.915-3.284v.01zm1.908-5.092c-.766-.856-1.908-1.187-2.96-.962-.436.09-.706.511-.616.932.09.42.511.691.932.602.511-.105 1.067.044 1.442.465.376.421.466.977.316 1.473-.136.406.089.856.51.992.405.119.857-.105.992-.512.33-1.021.12-2.178-.646-3.035l.03.045zm2.418-2.195c-1.576-1.757-3.905-2.419-6.054-1.968-.496.104-.812.587-.706 1.081.104.496.586.813 1.082.707 1.532-.331 3.185.15 4.296 1.383 1.112 1.246 1.429 2.943.947 4.416-.165.48.106 1.007.586 1.157.479.165.991-.104 1.157-.586.675-2.088.241-4.478-1.338-6.235l.03.045z\"/></svg>\n </figure>\n </td>\n <td>sinaweibo.svg</td>\n <td><code>_includes/icons/simple-icons/sinaweibo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sinaweibo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>SitePoint icon</title><path d=\"M2.471 10.533l1.771 1.688 5.598 5.141 2.4-2.291c.21-.297.194-.705-.046-.985L9.99 12.184l.01-.005-2.371-2.266c-.279-.314-.27-.78.021-1.079l6.39-6.076L11.146 0 2.475 8.238c-.664.633-.664 1.66 0 2.295h-.004zm19.056 2.937l-1.77-1.691-5.595-5.142-2.411 2.291c-.221.3-.207.705.045.985l2.205 1.891h-.006l2.369 2.265c.27.314.27.766-.029 1.064l-6.391 6.075L12.855 24l8.67-8.238c.664-.633.666-1.659 0-2.295l.002.003z\"/></svg>\n </figure>\n </td>\n <td>sitepoint.svg</td>\n <td><code>_includes/icons/simple-icons/sitepoint.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sitepoint\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Sketch icon</title><path d=\"M12 1.25l6.75 6.637V2L12 1.25zm0 0l-6.05 7h12.1l-6.05-7zm0 0L5.25 2v5.887L12 1.25zM5.25 2L0 9l4.416-.68L5.25 2zM0 9l11.959 13.703.008-.014L4.443 9H0zm18.75-7l.834 6.32L24 9l-5.25-7zM24 9h-4.506l-7.523 13.69.029.06L24 9zM12 22.75l-.031-.057-.008.012.039.045zM5.436 9l6.533 13.686L18.564 9H5.436Z\"/></svg>\n\n </figure>\n </td>\n <td>sketch.svg</td>\n <td><code>_includes/icons/simple-icons/sketch.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sketch\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Skillshare icon</title><path d=\"M10.542 23.91c-2.14-.278-4.344-1.196-5.95-2.48C.98 18.545-.662 13.994.276 9.468c.405-1.952 1.45-4.008 2.79-5.487a11.637 11.637 0 0 1 3.509-2.688C8.338.398 10.027-.005 12.019-.005c1.432 0 2.579.187 3.897.636a12.012 12.012 0 0 1 7.458 7.458c.703 2.065.834 4.26.383 6.435-.357 1.72-1.283 3.65-2.425 5.05-.47.577-1.545 1.608-2.113 2.028a12.203 12.203 0 0 1-5.782 2.31c-.615.076-2.298.074-2.895-.003zm3.27-1.004a11.17 11.17 0 0 0 7.254-4.533c2.027-2.851 2.571-6.67 1.425-10.001-.27-.784-.937-2.086-1.424-2.775-.544-.77-1.888-2.115-2.659-2.66-.75-.529-2.031-1.174-2.902-1.462a11.065 11.065 0 0 0-9.498 1.212 11.498 11.498 0 0 0-3.29 3.288 11.068 11.068 0 0 0-1.21 9.498c.287.871.933 2.152 1.462 2.902.545.771 1.889 2.116 2.66 2.66.689.486 1.99 1.154 2.774 1.424 1.725.593 3.573.746 5.409.447zm-4.155-4.023a4.223 4.223 0 0 1-1.584-.58c-.431-.277-3.706-3.482-3.866-3.784-.182-.345.137-.97.594-1.16l.215-.09-.66-.673c-.363-.37-.707-.763-.763-.874-.128-.25-.134-.784-.011-1.022.05-.098.17-.245.267-.327.16-.136.174-.18.157-.516-.016-.3.01-.415.14-.639.187-.318.574-.536.953-.537.208 0 .265-.03.353-.185.234-.41.908-.558 1.42-.31l.276.133.139-.13c.186-.175.56-.326.807-.326.492 0 1.187.566 1.187.966 0 .475-.434.557-.862.163-.288-.265-.43-.293-.547-.107-.058.092.08.258.922 1.106.838.843.99 1.026.99 1.186a.49.49 0 0 1-.473.463c-.152 0-.402-.22-1.554-1.368-1.174-1.17-1.39-1.358-1.483-1.3-.253.16-.168.277 1.207 1.656.747.75 1.36 1.415 1.36 1.476 0 .132-.117.367-.215.432a.61.61 0 0 1-.255.047c-.16.001-.406-.218-1.716-1.524s-1.546-1.516-1.64-1.457c-.256.162-.172.275 1.326 1.78.814.817 1.498 1.548 1.52 1.625.042.14-.052.388-.179.473a.622.622 0 0 1-.259.048c-.163 0-.365-.176-1.448-1.26-1.04-1.042-1.285-1.258-1.415-1.244-.377.043-.244.212 1.693 2.153 1.679 1.682 1.895 1.921 1.895 2.096 0 .139-.05.237-.166.328-.302.238-.42.183-1.177-.55-.387-.373-.787-.732-.89-.796-.191-.12-.675-.169-.767-.076-.03.029.685.782 1.586 1.675 1.503 1.488 1.678 1.641 2.119 1.853.85.41 1.768.413 2.619.008 1.263-.6 1.962-2.064 1.618-3.388-.172-.659-.386-.977-1.256-1.869-1-1.025-1.23-1.306-1.474-1.797-.273-.55-.393-1.085-.393-1.756 0-.721.076-1.05.396-1.724.306-.646.94-1.32 1.57-1.67 1.236-.685 2.86-.628 4.04.142.235.153 1.082.949 2.136 2.006 1.567 1.572 1.747 1.773 1.747 1.956 0 .425-.348.898-.733.994-.148.038-.118.08.538.745.383.387.739.808.791.934.186.443.104.874-.232 1.222-.174.18-.195.244-.2.603-.006.317-.04.448-.163.629-.206.3-.547.486-.891.487-.242 0-.291.026-.41.21-.273.421-.986.568-1.446.297l-.23-.137-.165.157c-.365.348-.95.395-1.396.112-.359-.228-.625-.543-.625-.742 0-.175.256-.464.41-.464.148 0 .35.115.575.328.227.214.421.213.452-.005.017-.117-.17-.34-.928-1.103-.797-.803-.95-.986-.949-1.143a.61.61 0 0 1 .048-.255c.084-.127.325-.218.474-.18.081.02.74.63 1.464 1.354.725.725 1.363 1.318 1.42 1.318.161 0 .264-.16.19-.295-.035-.062-.646-.694-1.358-1.404-1.115-1.11-1.294-1.316-1.293-1.479a.61.61 0 0 1 .047-.259c.065-.097.3-.214.432-.214.062 0 .795.682 1.633 1.517 1.539 1.534 1.652 1.62 1.813 1.364.06-.094-.15-.33-1.456-1.64-1.349-1.352-1.526-1.553-1.526-1.729 0-.124.052-.248.138-.327.288-.269.371-.213 1.758 1.167 1.313 1.308 1.432 1.394 1.59 1.145.058-.094-.207-.386-1.835-2.019-1.774-1.78-1.903-1.925-1.903-2.132 0-.31.18-.46.527-.437.064.004.437.319.827.7.39.38.81.735.935.787.245.102.53.12.654.042.117-.075-3.127-3.267-3.546-3.489a3.012 3.012 0 0 0-4.163 1.383c-.201.434-.23.56-.255 1.12-.024.527-.006.693.107 1.027.202.597.381.843 1.29 1.773.984 1.008 1.172 1.241 1.423 1.778.702 1.501.404 3.233-.756 4.392-.884.884-2.084 1.3-3.276 1.136z\"/></svg>\n </figure>\n </td>\n <td>skillshare.svg</td>\n <td><code>_includes/icons/simple-icons/skillshare.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"skillshare\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Skyliner icon</title><path d=\"M7.961 17.563c-.182-.037-.366.044-.461.203-.475 1.02-1.576 1.592-2.684 1.395-.203-1.108.373-2.213 1.397-2.681.204-.125.271-.392.146-.597-.067-.111-.182-.188-.311-.205-1.577-.297-3.193.262-4.252 1.469C.545 18.865.074 21.03.5 23.113c.031.185.175.329.359.359.498.081 1.002.12 1.508.12 1.834.102 3.625-.581 4.931-1.873.89-1.054 1.259-2.452 1.007-3.808-.021-.187-.161-.337-.345-.375l.001.027zM23.778.203c-.171-.169-.522-.089-.522-.089C22.621.04 21.98.003 21.339.001c-4.154-.043-8.153 1.576-11.106 4.497-.36.362-.7.742-1.02 1.139-1.402-.65-3.008-.709-4.455-.165-2.287.984-3.623 3.787-4.729 6.671-.087.224.025.476.249.562.144.055.304.031.425-.064 1.566-1.163 3.618-1.445 5.44-.749L5.6 13.856c-.05.184.026.377.187.479 1.466 1.096 2.767 2.395 3.863 3.857.103.163.298.239.482.188l1.963-.539c.719 1.826.436 3.893-.749 5.456-.148.188-.116.463.071.61.121.096.285.12.428.064 2.883-1.109 5.686-2.443 6.665-4.722.544-1.446.487-3.049-.161-4.451.395-.326.772-.672 1.133-1.036 3.381-3.44 5-8.241 4.392-13.026 0 0 .076-.352-.096-.524V.203zM21.339.87c.563 0 1.127.029 1.688.088.079.771.103 1.548.07 2.322-.611-.066-1.184-.34-1.623-.771-.438-.437-.713-1.009-.777-1.623.209-.011.422-.018.636-.018l.006.002zM10.846 5.112C13.262 2.716 16.438 1.24 19.828.94c.07.677.33 1.318.749 1.855l-2.698 2.697c-1.529-1.203-3.742-.939-4.946.59-1.005 1.278-1.005 3.078 0 4.356l-3.147 3.147c-.811-.785-1.689-1.498-2.626-2.131.662-2.394 1.932-4.58 3.686-6.342zm7.524 3.159c.001 1.469-1.188 2.66-2.657 2.66-1.469.002-2.659-1.188-2.66-2.656 0-1.47 1.189-2.66 2.657-2.661h.003c1.467 0 2.656 1.19 2.657 2.657zM1.314 11.269c.941-2.254 2.09-4.268 3.779-4.994 1.154-.428 2.428-.396 3.559.09C7.639 7.78 6.871 9.36 6.387 11.033c-1.645-.667-3.498-.581-5.074.233l.001.003zm8.891 6.19c-1.074-1.37-2.311-2.604-3.683-3.677l.395-1.434c1.845 1.275 3.444 2.874 4.722 4.718l-1.434.393zm7.508 1.425c-.727 1.698-2.737 2.848-4.989 3.789.811-1.578.893-3.432.225-5.074 1.677-.488 3.259-1.26 4.679-2.278.484 1.134.515 2.412.083 3.566l.002-.003zm-5.186-2.06c-.629-.937-1.34-1.816-2.123-2.628l3.147-3.148c1.528 1.203 3.743.939 4.945-.59 1.006-1.278 1.006-3.078 0-4.356l2.698-2.698c.535.418 1.177.677 1.85.75-.299 3.387-1.772 6.563-4.166 8.979-1.763 1.754-3.947 3.022-6.343 3.684l-.008.007z\"/></svg>\n </figure>\n </td>\n <td>skyliner.svg</td>\n <td><code>_includes/icons/simple-icons/skyliner.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"skyliner\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Skype icon</title><path d=\"M12.069 18.874c-4.023 0-5.82-1.979-5.82-3.464 0-.765.561-1.296 1.333-1.296 1.723 0 1.273 2.477 4.487 2.477 1.641 0 2.55-.895 2.55-1.811 0-.551-.269-1.16-1.354-1.429l-3.576-.895c-2.88-.724-3.403-2.286-3.403-3.751 0-3.047 2.861-4.191 5.549-4.191 2.471 0 5.393 1.373 5.393 3.199 0 .784-.688 1.24-1.453 1.24-1.469 0-1.198-2.037-4.164-2.037-1.469 0-2.292.664-2.292 1.617s1.153 1.258 2.157 1.487l2.637.587c2.891.649 3.624 2.346 3.624 3.944 0 2.476-1.902 4.324-5.722 4.324m11.084-4.882l-.029.135-.044-.24c.015.045.044.074.059.12.12-.675.181-1.363.181-2.052 0-1.529-.301-3.012-.898-4.42-.569-1.348-1.395-2.562-2.427-3.596-1.049-1.033-2.247-1.856-3.595-2.426-1.318-.631-2.801-.93-4.328-.93-.72 0-1.444.07-2.143.204l.119.06-.239-.033.119-.025C8.91.274 7.829 0 6.731 0c-1.789 0-3.47.698-4.736 1.967C.729 3.235.032 4.923.032 6.716c0 1.143.292 2.265.844 3.258l.02-.124.041.239-.06-.115c-.114.645-.172 1.299-.172 1.955 0 1.53.3 3.017.884 4.416.568 1.362 1.378 2.576 2.427 3.609 1.034 1.05 2.247 1.857 3.595 2.442 1.394.6 2.877.898 4.404.898.659 0 1.334-.06 1.977-.179l-.119-.062.24.046-.135.03c1.002.569 2.126.871 3.294.871 1.783 0 3.459-.69 4.733-1.963 1.259-1.259 1.962-2.951 1.962-4.749 0-1.138-.299-2.262-.853-3.266\"/></svg>\n </figure>\n </td>\n <td>skype.svg</td>\n <td><code>_includes/icons/simple-icons/skype.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"skype\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Skype for Business icon</title><path d=\"M14.04 10.92l-2.52-.56c-.96-.24-2.04-.52-2.04-1.44 0-.92.76-1.56 2.16-1.56 2.84 0 2.6 1.96 4 1.96.72 0 1.36-.4 1.36-1.16 0-1.76-2.8-3.08-5.2-3.08-2.56 0-5.28 1.08-5.28 4 0 1.4.48 2.92 3.24 3.64l3.44.88c1.04.24 1.36.84 1.36 1.36 0 .88-.92 1.84-2.48 1.84-3.08 0-2.64-2.44-4.28-2.44-.72 0-1.32.52-1.32 1.24 0 1.44 1.76 3.4 5.6 3.4 3.68 0 5.52-1.84 5.52-4.24-.04-1.6-.76-3.2-3.56-3.84zm9.08 3.04c.12-.64.16-1.28.16-1.96C23.28 5.76 18.24.72 12 .72c-.68 0-1.32.04-1.96.16C9.04.32 7.92 0 6.72 0 3 0 0 3 0 6.72c0 1.2.32 2.36.88 3.32-.12.64-.16 1.28-.16 1.96 0 6.24 5.04 11.28 11.28 11.28.68 0 1.32-.04 1.96-.16 1 .56 2.12.88 3.32.88C21 24 24 21 24 17.28c0-1.2-.32-2.36-.88-3.32zm-5.84 8.32c-.88 0-1.72-.24-2.48-.64l-.52-.32-.6.12c-.52.08-1.08.16-1.68.16a9.56 9.56 0 01-9.56-9.56c0-.56.04-1.12.16-1.68l.12-.6-.32-.52c-.44-.76-.64-1.6-.64-2.48 0-2.76 2.24-5 5-5 .88 0 1.72.24 2.48.64l.52.32.6-.12c.56-.08 1.12-.16 1.68-.16A9.56 9.56 0 0121.6 12c0 .56-.04 1.12-.16 1.68l-.12.6.32.52c.44.76.64 1.6.64 2.48 0 2.76-2.24 5-5 5Z\"/></svg>\n\n </figure>\n </td>\n <td>skypeforbusiness.svg</td>\n <td><code>_includes/icons/simple-icons/skypeforbusiness.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"skypeforbusiness\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Slack icon</title><path d=\"M5.042 15.165a2.528 2.528 0 0 1-2.52 2.523A2.528 2.528 0 0 1 0 15.165a2.527 2.527 0 0 1 2.522-2.52h2.52v2.52zM6.313 15.165a2.527 2.527 0 0 1 2.521-2.52 2.527 2.527 0 0 1 2.521 2.52v6.313A2.528 2.528 0 0 1 8.834 24a2.528 2.528 0 0 1-2.521-2.522v-6.313zM8.834 5.042a2.528 2.528 0 0 1-2.521-2.52A2.528 2.528 0 0 1 8.834 0a2.528 2.528 0 0 1 2.521 2.522v2.52H8.834zM8.834 6.313a2.528 2.528 0 0 1 2.521 2.521 2.528 2.528 0 0 1-2.521 2.521H2.522A2.528 2.528 0 0 1 0 8.834a2.528 2.528 0 0 1 2.522-2.521h6.312zM18.956 8.834a2.528 2.528 0 0 1 2.522-2.521A2.528 2.528 0 0 1 24 8.834a2.528 2.528 0 0 1-2.522 2.521h-2.522V8.834zM17.688 8.834a2.528 2.528 0 0 1-2.523 2.521 2.527 2.527 0 0 1-2.52-2.521V2.522A2.527 2.527 0 0 1 15.165 0a2.528 2.528 0 0 1 2.523 2.522v6.312zM15.165 18.956a2.528 2.528 0 0 1 2.523 2.522A2.528 2.528 0 0 1 15.165 24a2.527 2.527 0 0 1-2.52-2.522v-2.522h2.52zM15.165 17.688a2.527 2.527 0 0 1-2.52-2.523 2.526 2.526 0 0 1 2.52-2.52h6.313A2.527 2.527 0 0 1 24 15.165a2.528 2.528 0 0 1-2.522 2.523h-6.313z\"/></svg>\n </figure>\n </td>\n <td>slack.svg</td>\n <td><code>_includes/icons/simple-icons/slack.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"slack\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Slackware icon</title><path d=\"M12.924 1.453c-.584-.01-1.251 0-1.485.027-2.46.282-4.138 1.3-4.753 2.891-.218.552-.274 1.002-.243 1.772.048 1.209.419 2.004 1.262 2.742 1.225 1.06 2.98 1.508 5.998 1.508 2.737 0 3.71.413 3.916 1.675.313 1.867-1.57 3.07-4.414 2.827-1.878-.16-3.496-.912-4.223-1.967a7.772 7.772 0 01-.355-.621c-.382-.759-.64-.977-1.176-.977-.43.005-.732.165-.918.494l-.133.239V16.093l.137.297c.165.344.4.546.744.63.35.09.794-.036 1.42-.402l.5-.29.826.185c1.82.403 2.75.523 4.065.523 1.103.005 1.548-.046 2.455-.285 1.124-.297 1.974-.785 2.717-1.57.8-.844 1.15-1.853 1.097-3.147-.069-1.628-.695-2.698-2-3.414-.96-.525-2.292-.79-4.377-.88-2.042-.086-2.794-.155-3.515-.32-.51-.121-.785-.25-1.076-.515-.653-.589-.59-1.755.136-2.482.642-.637 1.511-.928 2.774-.928 1.432.005 2.393.27 3.412.955.185.127.721.62 1.193 1.092.886.902 1.135 1.082 1.506 1.082.244 0 .59-.163.732-.344.26-.329.303-.63.303-2.2 0-1.661-.043-1.91-.377-2.282-.387-.425-.848-.42-1.75.031l-.59.297-.63-.17c-1.496-.392-2.038-.477-3.178-.504zM0 14v9h24v-1H1v-8H0Z\"/></svg>\n\n </figure>\n </td>\n <td>slackware.svg</td>\n <td><code>_includes/icons/simple-icons/slackware.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"slackware\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Slashdot icon</title><path d=\"M19.777 0L7.037 24H1.868L14.605 0h5.172zm2.354 19.801c0 2.268-1.841 4.105-4.109 4.105s-4.107-1.838-4.107-4.105 1.839-4.107 4.107-4.107 4.109 1.839 4.109 4.107z\"/></svg>\n </figure>\n </td>\n <td>slashdot.svg</td>\n <td><code>_includes/icons/simple-icons/slashdot.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"slashdot\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>SlickPic icon</title><path d=\"M21.483 18.308L6.056 14.085l2.52-9.201L24 9.104l-2.517 9.204zm-13.414-5.37l12.263 3.354 1.654-6.033L9.72 6.9l-1.65 6.034v.004zM8.526 15.795l-4.891 1.311-1.625-6.045 4.146-1.11.501-1.835L0 9.902l2.478 9.215 9.178-2.467\"/></svg>\n </figure>\n </td>\n <td>slickpic.svg</td>\n <td><code>_includes/icons/simple-icons/slickpic.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"slickpic\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Slides icon</title><path d=\"M0 0v24h24V0H0zm14.176 15.794c-.644.584-1.41.87-2.31.87-.9 0-1.664-.137-2.324-.406-.646-.27-.976-.525-.976-.78l-.076.095c0-.13.08-.324.244-.585.163-.26.31-.39.44-.39.014 0 .12.06.314.184.195.125.472.247.837.372.364.123.804.185 1.317.185.525 0 .945-.147 1.275-.44.33-.292.495-.69.495-1.19s-.15-.89-.436-1.17c-.285-.28-.87-.544-1.74-.79-.87-.25-1.5-.564-1.89-.946-.39-.386-.586-.968-.586-1.748s.3-1.435.9-1.962c.6-.54 1.38-.795 2.34-.795.675 0 1.26.074 1.785.254.524.165.78.36.78.555 0 .164-.075.39-.226.644-.15.27-.285.39-.39.39-.017 0-.09-.045-.257-.12-.435-.24-.93-.36-1.484-.36s-.976.105-1.29.33c-.3.225-.45.525-.45.885s.12.644.344.854.615.39 1.17.57c1.23.375 2.055.78 2.49 1.23.436.45.66 1.126.66 2.025.002.9-.312 1.65-.958 2.234z\"/></svg>\n </figure>\n </td>\n <td>slides.svg</td>\n <td><code>_includes/icons/simple-icons/slides.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"slides\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>SmartThings icon</title><path d=\"M11.51 0C8.338 0 5.034.537 2.694 2.694.5 5.174 0 8.464 0 11.525v.942c0 3.165.537 6.499 2.694 8.84C5.188 23.513 8.494 24 11.569 24h.854c3.18 0 6.528-.53 8.883-2.694C23.514 18.811 24 15.5 24 12.423v-.853c0-3.18-.53-6.528-2.694-8.876C18.826.494 15.544 0 12.482 0zM12 3.505c1.244 0 2.256.99 2.256 2.206 0 1.065-.685 1.976-1.715 2.181v1.59c1.48.214 2.528 1.43 2.528 2.934 0 1.654-1.377 3-3.07 3-1.692 0-3.068-1.346-3.068-3 0-.17.017-.335.045-.497l-1.536-.488a2.258 2.258 0 01-1.962 1.12c-.237 0-.471-.037-.698-.11-1.183-.375-1.833-1.622-1.449-2.78a2.246 2.246 0 012.146-1.524c.237 0 .471.036.698.108a2.23 2.23 0 011.313 1.098c.204.391.282.823.232 1.249l1.535.488c.44-.86 1.378-1.453 2.384-1.599V7.892c-1.029-.205-1.896-1.116-1.896-2.181 0-1.217 1.012-2.206 2.257-2.206zm0 .882c-.747 0-1.354.594-1.354 1.324 0 .73.607 1.324 1.354 1.324.746 0 1.354-.594 1.354-1.324 0-.73-.608-1.324-1.354-1.324zm6.522 3.75c.98 0 1.843.613 2.146 1.525.186.56.138 1.158-.135 1.683-.274.526-.74.915-1.314 1.096-.227.073-.461.11-.698.11a2.258 2.258 0 01-1.962-1.12l-.634.201-.278-.838.632-.202a2.21 2.21 0 011.546-2.347c.226-.072.46-.108.697-.108zM5.476 9.02c-.588 0-1.105.368-1.287.915-.23.694.159 1.442.869 1.668.136.043.277.065.419.065.588 0 1.105-.368 1.287-.915a1.29 1.29 0 00-.081-1.01 1.338 1.338 0 00-.788-.658 1.377 1.377 0 00-.42-.065zm13.045 0c-.142 0-.282.021-.419.065a1.32 1.32 0 00-.869 1.668c.182.547.7.915 1.287.915.142 0 .283-.022.42-.065.344-.11.623-.343.787-.659.165-.315.193-.673.082-1.009a1.348 1.348 0 00-1.288-.915zM12 10.474c-1.095 0-1.986.871-1.986 1.942 0 1.07.89 1.941 1.986 1.941 1.094 0 1.985-.87 1.985-1.94 0-1.072-.89-1.943-1.985-1.943zm-2.706 4.831l.73.519-.39.526c.709.757.801 1.925.16 2.787-.423.57-1.106.91-1.827.91-.478 0-.937-.147-1.325-.422a2.177 2.177 0 01-.499-3.082 2.28 2.28 0 012.76-.71zm5.41 0l.392.528a2.285 2.285 0 012.76.71 2.178 2.178 0 01-.499 3.082 2.275 2.275 0 01-1.325.421 2.28 2.28 0 01-1.827-.91 2.172 2.172 0 01.16-2.785l-.39-.527zm-6.734 1.21c-.433 0-.843.205-1.097.547-.44.59-.304 1.42.3 1.849a1.37 1.37 0 001.891-.293c.44-.59.305-1.42-.3-1.85a1.364 1.364 0 00-.794-.252zm8.059 0c-.287 0-.561.088-.795.254a1.307 1.307 0 00-.299 1.849 1.371 1.371 0 001.891.293 1.307 1.307 0 00.3-1.85 1.37 1.37 0 00-1.097-.545Z\"/></svg>\n </figure>\n </td>\n <td>smartthings.svg</td>\n <td><code>_includes/icons/simple-icons/smartthings.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"smartthings\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Smashing Magazine icon</title><path d=\"M7.734 12.002c.766.524 1.662 1.01 2.708 1.443 1.785.742 2.985 1.387 3.601 1.936.615.547.928 1.248.928 2.104-.005 1.457-1.023 2.189-3.076 2.189-1.977 0-3.75-.627-5.326-1.875l-1.871 4.186c1.422.761 2.58 1.257 3.475 1.496l.141.033-1.798.416c-1.271.292-2.539-.503-2.832-1.771L.061 6.5c-.291-1.271.5-2.539 1.773-2.835l4.375-1.009c-.158.155-.307.316-.441.485l-.018.021c-.753.949-1.131 2.115-1.131 3.505 0 2.101 1.03 3.87 3.079 5.296l.046.029-.01.01zm10.358.072c-.84-.672-1.904-1.268-3.24-1.786-1.98-.784-3.271-1.41-3.871-1.872-.6-.465-.914-.981-.914-1.557 0-1.459.914-2.19 2.76-2.19 2.041 0 3.646.494 4.786 1.476l1.515-4.08c-1.095-.556-2.235-.96-3.405-1.216l-.06-.015c-.256-.061-.525-.12-.811-.164l2.625-.602c1.275-.285 2.535.511 2.836 1.771l3.63 15.647c.284 1.274-.51 2.551-1.784 2.835l-2.985.69c.824-1.051 1.245-2.34 1.245-3.87 0-1.575-.437-2.911-1.306-4.021-.285-.346-.615-.676-1.006-1.006l-.044-.029.029-.011z\"/></svg>\n </figure>\n </td>\n <td>smashingmagazine.svg</td>\n <td><code>_includes/icons/simple-icons/smashingmagazine.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"smashingmagazine\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>SmugMug icon</title><path d=\"M18.31 0l-.35.01c-1.55.13-2.46 1.2-2.6 2.28-.15 1.2.65 2.4 2.58 2.28 2.15-.12 3.09-1.2 3.1-2.28.02-1.15-1-2.28-2.73-2.29zM7.21.34A2.66 2.66 0 004.56 2.6C4.41 3.73 5.12 4.87 7 4.85c2.23-.04 3.31-1.37 3.16-2.57-.12-1-1.09-1.92-2.94-1.94zm12.35 8.71a7 7 0 00-.4.02c-5.28.54-5.54.6-15.26.82C-.2 9.9.62 24 9.38 24c8.2 0 18.12-15.15 10.18-14.95zm-1.1 2.7c3.18-.07-2.9 9.53-8.8 9.56-7.46 0-6.44-8.8-5.18-8.85 8.67-.35 10.88-.64 13.98-.71Z\"/></svg>\n\n </figure>\n </td>\n <td>smugmug.svg</td>\n <td><code>_includes/icons/simple-icons/smugmug.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"smugmug\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Snapchat icon</title><path d=\"M12.206.793c.99 0 4.347.276 5.93 3.821.529 1.193.403 3.219.299 4.847l-.003.06c-.012.18-.022.345-.03.51.075.045.203.09.401.09.3-.016.659-.12 1.033-.301.165-.088.344-.104.464-.104.182 0 .359.029.509.09.45.149.734.479.734.838.015.449-.39.839-1.213 1.168-.089.029-.209.075-.344.119-.45.135-1.139.36-1.333.81-.09.224-.061.524.12.868l.015.015c.06.136 1.526 3.475 4.791 4.014.255.044.435.27.42.509 0 .075-.015.149-.045.225-.24.569-1.273.988-3.146 1.271-.059.091-.12.375-.164.57-.029.179-.074.36-.134.553-.076.271-.27.405-.555.405h-.03c-.135 0-.313-.031-.538-.074-.36-.075-.765-.135-1.273-.135-.3 0-.599.015-.913.074-.6.104-1.123.464-1.723.884-.853.599-1.826 1.288-3.294 1.288-.06 0-.119-.015-.18-.015h-.149c-1.468 0-2.427-.675-3.279-1.288-.599-.42-1.107-.779-1.707-.884-.314-.045-.629-.074-.928-.074-.54 0-.958.089-1.272.149-.211.043-.391.074-.54.074-.374 0-.523-.224-.583-.42-.061-.192-.09-.389-.135-.567-.046-.181-.105-.494-.166-.57-1.918-.222-2.95-.642-3.189-1.226-.031-.063-.052-.15-.055-.225-.015-.243.165-.465.42-.509 3.264-.54 4.73-3.879 4.791-4.02l.016-.029c.18-.345.224-.645.119-.869-.195-.434-.884-.658-1.332-.809-.121-.029-.24-.074-.346-.119-1.107-.435-1.257-.93-1.197-1.273.09-.479.674-.793 1.168-.793.146 0 .27.029.383.074.42.194.789.3 1.104.3.234 0 .384-.06.465-.105l-.046-.569c-.098-1.626-.225-3.651.307-4.837C7.392 1.077 10.739.807 11.727.807l.419-.015h.06z\"/></svg>\n </figure>\n </td>\n <td>snapchat.svg</td>\n <td><code>_includes/icons/simple-icons/snapchat.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"snapchat\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Snapcraft icon</title><path d=\"M13.804 13.367V5.69l5.292 2.362-5.292 5.315zM3.701 23.514l6.49-12.22 2.847 2.843L3.7 23.514zM0 .486l13.355 4.848v8.484L0 .486zM21.803 5.334H14.11L24 9.748z\"/></svg>\n </figure>\n </td>\n <td>snapcraft.svg</td>\n <td><code>_includes/icons/simple-icons/snapcraft.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"snapcraft\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Snyk icon</title><path d=\"M15.3.002C15.291 0 15.285 0 15.281.004c-.047.055-.25 1.273-.449 2.706-.204 1.47-.468 2.851-.604 3.17l-.243.566-.555-.11c-.707-.14-2.091-.14-2.787-.003-.515.102-.548.089-.795-.326-.186-.311-.356-1.157-.612-3.037C9.042 1.538 8.852.256 8.814.123c-.053-.189-.157-.088-.469.456-.625 1.092-1.756 3.65-1.998 4.52l-.219.787.487 1.296.486 1.296-.142 1.405a29.787 29.787 0 0 0-.141 2.39c0 .95.021 1.02.569 1.834l.569.847-.314 2.847c-.3 2.73-.304 2.855-.08 3.025.128.097.27.178.314.18.045.003.188-1.05.317-2.34.13-1.29.277-2.344.328-2.344.207 0 .25 2.075.074 3.516-.137 1.117-.146 1.538-.036 1.654.082.085.88.683 1.776 1.328s1.645 1.176 1.666 1.18c.021.004 1.077-.737 2.345-1.645 1.269-.908 2.321-1.66 2.34-1.672.018-.011-.11-1.32-.283-2.906l-.315-2.885.575-.859c.661-.986.672-1.08.433-3.899l-.144-1.693.48-1.276.48-1.275-.282-.939C17.306 3.873 15.524.105 15.3.002zm.358 2.252c.133 0 .78 1.414 1.205 2.629.264.757.28.912.136 1.391-.089.296-.214.539-.277.539-.267 0-1.12-2.348-1.183-3.257-.047-.676.01-1.302.12-1.302zm-7.27.093c.005 0 .01 0 .013.004.34.341.021 2.34-.598 3.74-.167.378-.362.724-.433.768-.07.043-.203-.186-.294-.51-.131-.47-.132-.702-.005-1.138.283-.967 1.155-2.854 1.316-2.864zm1.556 1.86v.359c.001.197.063.578.137.847.15.541.162.544 1.205.352a3.976 3.976 0 0 1 1.54.009c.976.177 1.093.092 1.22-.882l.09-.684H12.04zm-4.038.542l-.814.22-.814.22-.028 6.64-.029 6.642 1.257.878c.69.483 1.285.848 1.321.812.036-.035.192-1.222.347-2.636l.282-2.571-.377-.555c-.777-1.144-.802-1.29-.623-3.759l.162-2.23-.425-1.125c-.362-.96-.412-1.23-.342-1.831zm12.244 0l.078.674c.066.57.006.864-.387 1.91-.256.681-.438 1.355-.404 1.499.146.63.29 3.699.197 4.209-.057.309-.309.865-.56 1.237l-.458.676.3 2.605c.164 1.433.304 2.622.31 2.642.022.066.448-.212 1.51-.986l1.043-.76V5.188l-.814-.22zm-9.203.437c.03-.002.052.096.09.27.087.416.104.45.599 1.246l.295.476.523-.18c.287-.1.76-.218 1.048-.265.476-.076.526-.057.526.194 0 .221-.079.277-.394.277-.216 0-.727.117-1.135.26-.408.143-.755.26-.773.26-.017 0-.186-.263-.375-.586-.189-.322-.358-.586-.377-.586-.018 0-.23.308-.47.684-.314.492-.441.848-.454 1.27-.01.323-.065 1.452-.124 2.51l-.107 1.923.493.714c.27.393.505.715.521.715.312 0 .91-.398 1.302-.866.366-.439.525-.55.597-.42.131.237.176 3.206.056 3.667-.124.479.247.924.681.815.267-.067.299-.029.299.36a.954.954 0 0 1-.302.72c-.39.367-1.11.373-1.568.013-.389-.305-.67-1.163-.808-2.466-.081-.768-.161-.943-.859-1.88-.423-.57-.807-1.185-.853-1.368-.046-.184-.01-1.314.079-2.512s.127-2.235.085-2.304c-.043-.069.154-.484.438-.923.284-.44.618-1.102.743-1.474.127-.377.184-.543.224-.544zm5.562 4.778c.205.012.32.134.32.366 0 .311-.039.327-.88.364-.483.02-.878.009-.878-.027s.261-.22.58-.406c.36-.21.654-.31.858-.297zm-4.992.02c.356-.007.888.193 1.143.475.234.26.23.261-.56.261-.65 0-.822-.045-.93-.246-.099-.184-.082-.289.065-.41a.457.457 0 0 1 .282-.08zm.747 1.257c.288 0 .25.486-.05.647-.359.192-.495.17-.79-.125-.344-.344-.33-.55.032-.498.202.029.28.116.252.28-.03.172.026.226.195.191.139-.028.22-.14.198-.271-.022-.131.045-.224.163-.224zm4.299 0c.288 0 .25.486-.051.647-.358.192-.495.17-.79-.125-.344-.344-.33-.55.032-.498.202.029.28.116.252.28-.029.172.026.226.196.191.138-.028.22-.14.198-.271-.023-.131.045-.224.163-.224zm-1.27 1.696c.062.003.347.263.663.605.417.451.758.694 1.068.76.661.14.701.192.398.514-.32.341-.528.988-.528 1.644 0 .699-.37 1.806-.72 2.156-.685.685-1.885.23-1.885-.716 0-.36.038-.412.254-.343.395.125.84-.387.714-.825-.102-.356-.078-3.684.028-3.793.002-.002.005-.003.009-.002zm-1.265 6.38c.637 0 .857.154.446.312s-1.097.037-1.097-.192c0-.066.293-.12.651-.12zm-1.326.087l.413.348c.556.468 1.266.472 1.815.01.383-.322.401-.326.401-.068 0 .148-.144.363-.32.479-.784.513-2.167.236-2.264-.454z\"/></svg>\n </figure>\n </td>\n <td>snyk.svg</td>\n <td><code>_includes/icons/simple-icons/snyk.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"snyk\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Society6 icon</title><path d=\"M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm7.928 4.966l.042.876-.916.157c-.705.194-1.32.465-1.843.813s-.966.73-1.33 1.148a6.147 6.147 0 0 0-.888 1.339l-.016.036c-.243.506-.459 1.04-.65 1.599a4.992 4.992 0 0 1 1.31-.812l.033-.012c.521-.223 1.141-.335 1.864-.335.839 0 1.543.296 2.111.884s.853 1.355.853 2.298c0 1.409-.541 2.628-1.624 3.659s-2.414 1.547-3.992 1.547c-1.255 0-2.256-.374-3.003-1.122s-1.12-1.743-1.12-2.981c0-2.363.84-4.387 2.52-6.073s3.895-2.692 6.65-3.023zM7.925 9.103c.435 0 .838.027 1.211.081.388.055.739.159 1.065.307l-.024-.01c.286.13.524.322.705.56l.003.004c.169.232.252.513.252.844s-.118.614-.356.852c-.237.238-.549.356-.933.356-.332 0-.607-.091-.828-.272s-.399-.394-.537-.642c-.137-.253-.247-.516-.327-.784s-.146-.493-.197-.674c-.401.024-.765.178-1.094.459s-.495.629-.495 1.046c0 .253.039.452.116.596s.184.265.311.358l.003.002c.162.115.348.217.544.296l.018.006c.151.069.431.177.714.279l.132.041c.778.288 1.365.635 1.76 1.038.321.328.509.742.569 1.241-.008-.117.117 1.109.018.183.002.056.006.113.006.171 0 .433-.097.847-.289 1.245s-.464.728-.818.992a4.26 4.26 0 0 1-1.336.646l-.03.007c-.516.147-1.172.221-1.967.221-.722 0-1.318-.061-1.789-.184s-.845-.282-1.12-.474c-.281-.193-.473-.398-.575-.617s-.155-.425-.155-.617c0-.349.125-.655.373-.916s.58-.391.991-.391c.344 0 .631.092.863.278.236.193.43.426.574.691l.006.012c.136.244.259.528.352.824l.009.032c.035.09.106.322.172.556l.034.139c.647 0 1.137-.144 1.469-.436s.498-.691.498-1.196c0-.222-.05-.408-.15-.558s-.234-.283-.399-.398c-.166-.108-.377-.213-.635-.315s-.513-.198-.765-.289c-.693-.246-1.24-.587-1.644-1.023s-.605-.978-.605-1.628v-.013c0-.391.093-.76.259-1.087l-.006.014c.17-.34.434-.654.794-.944.355-.276.804-.496 1.348-.661s1.179-.249 1.906-.249zm8.017 1.874c-.329 0-.64.066-.933.199s-.605.397-.934.792c-.04.183-.109.534-.21 1.055s-.152 1.162-.152 1.923c0 .778.123 1.384.365 1.82s.566.655.968.655c.626 0 1.168-.432 1.628-1.295h.002c.46-.864.69-1.912.69-3.144 0-.618-.134-1.108-.402-1.468s-.608-.538-1.022-.538z\"/></svg>\n </figure>\n </td>\n <td>society6.svg</td>\n <td><code>_includes/icons/simple-icons/society6.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"society6\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Socket.io icon</title><path d=\"M11.936.016a12.17 12.17 0 0 0-2.975.378C4.281 1.557.567 5.797.091 10.604c-.59 4.549 1.708 9.286 5.644 11.635 3.861 2.418 9.093 2.32 12.874-.223 3.397-2.206 5.512-6.228 5.386-10.285-.058-4.016-2.31-7.917-5.759-9.98C16.354.59 14.143.007 11.936.016zm-.063 1.696c4.945-.007 9.789 3.814 10.282 8.925.945 5.66-3.753 11.413-9.488 11.58-5.454.544-10.725-4.08-10.88-9.557C1.38 8.226 4.303 3.825 8.485 2.36a9.113 9.113 0 0 1 3.388-.647zm5.091 3.225c-2.687 2.085-5.26 4.308-7.889 6.457 1.203.017 2.412.016 3.621.01 1.41-2.165 2.859-4.301 4.268-6.467zm-5.665 7.654c-1.41 2.166-2.86 4.309-4.27 6.474 2.693-2.08 5.255-4.32 7.902-6.456a255.425 255.425 0 0 0-3.632-.018z\"/></svg>\n </figure>\n </td>\n <td>socket-dot-io.svg</td>\n <td><code>_includes/icons/simple-icons/socket-dot-io.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"socket-dot-io\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Sogou icon</title><path d=\"M16.801 22.74L17.79 24c1.561-.676 2.926-1.62 4.051-2.851l-.946-1.318c-1.11 1.289-2.475 2.279-4.08 2.909h-.014zM12 22.199c-5.775 0-10.455-4.619-10.455-10.35C1.545 6.15 6.225 1.53 12 1.53s10.456 4.65 10.456 10.35c0 2.55-.946 4.891-2.507 6.69l.945 1.261C22.801 17.729 24 14.939 24 11.88 24 5.295 18.63 0 12 0S0 5.311 0 11.85c0 6.57 5.37 11.88 12 11.88 1.71 0 3.33-.346 4.801-.99l-.961-1.26c-1.2.45-2.49.719-3.84.719zM18 12.646c-2.25-1.86-5.34-2.101-7.801-3.556-.75-.479-.148-1.395.602-1.425 2.699-.45 5.369.63 7.889 1.5l.151-2.655c-3.151-1.14-6.57-1.875-9.901-1.35-1.2.3-2.4.675-3.254 1.56-1.171 1.2-.961 3.36.389 4.32 2.236 1.755 5.176 2.011 7.621 3.36.96.39.555 1.68-.391 1.77-2.925.555-5.805-.721-8.325-2.1-.03 1.02-.06 2.01-.06 3 3.195 1.409 6.75 2.069 10.2 1.529 1.17-.225 2.37-.6 3.225-1.454 1.229-1.2 1.111-3.511-.33-4.5H18z\"/></svg>\n </figure>\n </td>\n <td>sogou.svg</td>\n <td><code>_includes/icons/simple-icons/sogou.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sogou\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Solus icon</title><path d=\"M7.453 0c-.18.587-.369 1.167-.565 1.75A11.638 11.638 0 0 0 0 12.364a11.638 11.638 0 0 0 .516 3.403l-.339.598L0 16.73l.279.143a3.448 3.448 0 0 0 .741.222A11.638 11.638 0 0 0 2 18.868c4.034.343 8.55.512 12.446-.056 3.192-.463 5.94-1.423 7.735-3.117.252-.233.474-.474.674-.722.019-.038.037-.053.06-.076.011 0 .026-.037.038-.052.015 0 .03-.038.041-.057.008 0 .015-.038.023-.038.33-.444.587-.892.801-1.31l.181-.365-.365-.365a5.936 5.936 0 0 0-.361-.35A11.638 11.638 0 0 0 11.635.722a11.638 11.638 0 0 0-3.211.463C7.96.508 7.596.041 7.453 0zm.365 1.637C9.06 3.82 10.13 5.06 11.454 7.457c.132 1.524.67 9.45.727 10.181-.392-.037-2.485-.24-5.104-.515-1.43-.147-2.899-.316-4.092-.49l-1.9-.447c2.149-3.787 5.551-9.727 6.737-14.548zm4.543 6.18s4.991 3.927 7.092 8.73c-2.56 1.26-4.916 1.098-6.361 1.09 1.023-2.634 1.023-6.21-.73-9.82zm3.456 2.184a45.14 45.14 0 0 1 2.91.907c1.768.629 3.417 1.49 4.365 2.364a6.956 6.956 0 0 1-2.91 2.91c.151-1.495-.39-2.933-1.456-4.002-.787-.787-1.822-1.453-2.91-2.183zm6.707 6.478c-2.352 1.667-5.126 2.68-7.965 3.112a41.026 41.026 0 0 1-3.715.34h-.323a53.48 53.48 0 0 1-3.727 0 85.763 85.763 0 0 1-4.178-.23h-.003c2.555 3.255 6.993 4.893 11.092 4.102a11.367 11.367 0 0 0 4.498-1.852 11.638 11.638 0 0 0 .007 0c.312-.214.614-.444.903-.685a11.638 11.638 0 0 0 .038-.037 11.555 11.555 0 0 0 3.376-4.762zM2.511 19.584a11.638 11.638 0 0 0 .023.038c-.008 0-.015-.038-.023-.038z\"/></svg>\n </figure>\n </td>\n <td>solus.svg</td>\n <td><code>_includes/icons/simple-icons/solus.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"solus\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>SonarCloud icon</title><path d=\"M22.406 10.9a7.088 7.088 0 00-3.377-2.358v-.085c0-4.035-3.156-7.324-7.047-7.324-3.893 0-7.05 3.282-7.05 7.325v.1C2.081 9.492 0 12.268 0 15.542c0 4.035 3.159 7.325 7.05 7.325a6.907 6.907 0 004.952-2.108 6.885 6.885 0 004.947 2.108c3.884 0 7.051-3.282 7.051-7.325a7.572 7.572 0 00-1.594-4.643zM16.95 21.014c-2.903 0-5.267-2.456-5.267-5.474a.91.91 0 00-.89-.924.906.906 0 00-.892.925c0 1.368.367 2.651.994 3.748a5.156 5.156 0 01-3.845 1.733c-2.904 0-5.27-2.457-5.27-5.474 0-3.016 2.366-5.473 5.27-5.473.63 0 1.241.117 1.827.335.007 0 .013.007.02.007.203.071.489.21.578.287a.858.858 0 001.249-.1.942.942 0 00-.097-1.3c-.39-.342-.995-.575-1.144-.63a6.814 6.814 0 00-2.425-.443c-.113 0-.225 0-.338.007.12-2.916 2.433-5.247 5.27-5.247 2.903 0 5.267 2.456 5.267 5.474a5.569 5.569 0 01-2.215 4.463.948.948 0 00-.21 1.283c.171.25.45.39.727.39a.86.86 0 00.516-.172 7.381 7.381 0 002.709-4.02c2.035.785 3.449 2.829 3.449 5.139-.007 3.01-2.371 5.466-5.283 5.466z\"/></svg>\n </figure>\n </td>\n <td>sonarcloud.svg</td>\n <td><code>_includes/icons/simple-icons/sonarcloud.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sonarcloud\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>SonarLint icon</title><path d=\"M12.182.033c-.697-.01-1.399.008-1.787.063a12.054 12.054 0 00-6.88 3.414C1.226 5.8 0 8.754 0 12.004c0 3.298 1.26 6.283 3.611 8.568 1.833 1.779 3.991 2.871 6.53 3.293.79.127 2.731.144 3.527.024 2.647-.392 4.94-1.537 6.814-3.412 2.394-2.382 3.635-5.53 3.508-8.895-.12-3.135-1.295-5.842-3.502-8.055C18.673 1.72 16.514.603 13.94.145 13.57.08 12.878.043 12.182.033zm-.026 2.127c.38.007.764.033 1.15.082 2.129.272 4.113 1.255 5.663 2.805 1.88 1.881 2.875 4.286 2.875 6.951 0 2.647-.97 5.011-2.826 6.904-1.387 1.405-3.076 2.328-5.047 2.75-.863.187-2.538.229-3.407.096-2.164-.35-4.021-1.283-5.54-2.809-1.52-1.513-2.45-3.359-2.788-5.517-.096-.621-.096-2.28 0-2.865.38-2.255 1.292-4.02 2.871-5.577 1.92-1.888 4.39-2.867 7.05-2.82zm6.91 7.639c-.095-.023-.2-.013-.357.017-.253.049-.746.61-1.012 1.164-.452.929-.725 1.2-1.123 1.11-.277-.06-.705-.531-1.06-1.17-.38-.675-.447-.76-.743-.91-.602-.308-1.127 0-1.664.982-.373.67-.645.952-.964.994-.248.037-.27.024-.541-.26-.157-.162-.404-.523-.555-.8-.332-.621-.58-.815-1.05-.815-.833 0-1.177.254-1.665 1.23-.35.694-.645 1.085-.826 1.085-.296 0-.573-.324-1.043-1.235-.169-.331-.378-.675-.469-.765-.597-.633-1.7-.097-2.34 1.133-.138.265-.35.663-.47.886-.187.356-.217.47-.217.82 0 .495.085.645.332.585.235-.06.59-.452.957-1.06.506-.839 1.002-1.105 1.412-.755.205.175.41.573.5.983.084.41.441.855.797 1 .253.108.319.115.572.043.398-.103.778-.446 1.11-1.006.488-.82.916-1.093 1.453-.93.331.097.613.405.94 1.014.463.862.844 1.193 1.2 1.043.32-.139.627-.488.977-1.121.374-.682.742-.997 1.164-.997.422 0 .796.314 1.182.977.229.41.656.803.916.857.259.049.608-.055.837-.242.103-.09.34-.415.52-.722.856-1.454 1.404-1.4 2.314.222.217.386.586.7.748.639.109-.042.188-.507.133-.82-.054-.332-.777-1.893-1.115-2.387-.157-.23-.398-.507-.543-.615-.124-.097-.21-.152-.307-.174z\"/></svg>\n </figure>\n </td>\n <td>sonarlint.svg</td>\n <td><code>_includes/icons/simple-icons/sonarlint.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sonarlint\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>SonarQube icon</title><path d=\"M15.685.386l-.465.766c3.477 2.112 6.305 5.27 7.966 8.89L24 9.67C22.266 5.887 19.313 2.59 15.685.386zM8.462.91l-.305 1.075c6.89 1.976 12.384 7.64 13.997 14.421l1.085-.258C21.535 8.977 15.735 2.997 8.462.909zM0 2.667v1.342c10.963 0 19.883 8.795 19.883 19.605h1.342c0-11.55-9.522-20.947-21.225-20.947z\"/></svg>\n </figure>\n </td>\n <td>sonarqube.svg</td>\n <td><code>_includes/icons/simple-icons/sonarqube.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sonarqube\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>SonarSource icon</title><path d=\"M15.71.4l-.467.737c3.476 2.14 6.284 5.28 7.955 8.89L24 9.694c-1.671-3.81-4.68-7.086-8.29-9.292zM8.49.87l-.333 1.069c6.952 2.006 12.434 7.62 14.039 14.44l1.069-.268C21.527 8.958 15.778 2.942 8.49.87zM0 2.607v1.338c10.964 0 19.922 8.824 19.922 19.654h1.337C21.26 12.034 11.7 2.607 0 2.607z\"/></svg>\n </figure>\n </td>\n <td>sonarsource.svg</td>\n <td><code>_includes/icons/simple-icons/sonarsource.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sonarsource\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Songkick icon</title><path d=\"M6.55 18.779c-1.855 0-3.372-.339-4.598-1.602l1.92-1.908c.63.631 1.74.853 2.715.853 1.186 0 1.739-.391 1.739-1.089 0-.291-.06-.529-.239-.717-.15-.154-.404-.273-.795-.324l-1.455-.205c-1.064-.152-1.891-.51-2.43-1.072-.555-.578-.84-1.395-.84-2.434C2.536 8.066 4.2 6.45 6.96 6.45c1.74 0 3.048.407 4.086 1.448L9.171 9.77c-.765-.766-1.77-.715-2.295-.715-1.039 0-1.465.597-1.465 1.125 0 .152.051.375.24.561.15.153.404.307.832.359l1.467.203c1.09.153 1.875.495 2.385 1.005.645.63.9 1.53.9 2.655 0 2.47-2.127 3.819-4.68 3.819l-.005-.003zM20.813 2.651C19.178 1.432 17.37.612 15.089.237v10.875l3.261-4.539h3.565l-4.095 5.72s.944 1.51 1.515 2.405c.586.899 1.139 1.14 1.965 1.14h.57v2.806h-.872c-1.812 0-2.9-.33-3.72-1.575-.504-.811-2.175-3.436-2.175-3.436v4.995H12.12V-.001H12c-3.852 0-6.509.931-8.811 2.652C-.132 5.137.001 8.451.001 11.997c0 3.547-.133 6.867 3.188 9.352C5.491 23.074 8.148 24 12 24s6.51-.927 8.812-2.651C24.131 18.865 24 15.544 24 11.997c0-3.546.132-6.859-3.188-9.346h.001z\"/></svg>\n </figure>\n </td>\n <td>songkick.svg</td>\n <td><code>_includes/icons/simple-icons/songkick.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"songkick\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>SonicWall icon</title><path d=\"M23.638 10.303h-.045v-.1h.045c.037 0 .055.019.055.051s-.018.05-.055.05zm.15-.05c0-.059-.038-.112-.127-.112h-.162v.364h.094v-.14h.035l.085.14h.11l-.104-.151a.102.102 0 00.068-.101m-.15.34a.267.267 0 110-.535.267.267 0 010 .535zm0-.574a.307.307 0 100 .614.307.307 0 000-.614m-7.7.1l-.621 1.846-.014.04-.013-.04-.611-1.854h-.497l-.611 1.854-.014.04-.013-.04-.62-1.846h-.616l.981 2.726h.505l.615-1.778.014-.038.013.038.615 1.778h.505l.982-2.726h-.6M1.033 11.355c-.615-.126-.732-.287-.732-.539v-.007c0-.267.254-.46.605-.46.293 0 .526.087.755.285l.021.018.006-.006v-.302a1.303 1.303 0 00-.775-.225c-.49 0-.86.305-.86.708v.008c0 .408.26.627.895.755.598.12.71.277.71.525v.007c0 .287-.257.487-.626.487-.36 0-.616-.106-.91-.378l-.021-.019-.005.005v.312c.283.212.574.309.924.309.522 0 .886-.302.886-.734v-.008c0-.395-.26-.616-.873-.74m10.083-1.23c-.4 0-.732.128-.998.387a1.282 1.282 0 00-.398.956c0 .36.11.667.329.922.261.301.618.452 1.07.452.239 0 .454-.045.647-.135.096-.044.184-.12.264-.183v-.336c-.242.273-.54.41-.894.41-.33 0-.603-.106-.82-.317a1.058 1.058 0 01-.324-.79 1.067 1.067 0 01.554-.963c.176-.1.367-.149.574-.149.189 0 .362.038.52.114.15.072.28.177.39.314v-.35c-.078-.065-.165-.143-.26-.19a1.465 1.465 0 00-.654-.143m6.602.713l.36.927-.074-.003a7.525 7.525 0 00-.65.008zm.903.96l-.645-1.68h-.524l-.64 1.715c-.63.117-1.037.392-.836.936.278.758 1.542 1.212 1.542 1.212s-1.253-.808-.604-1.332c.29-.234.803-.41 1.29-.536l.28.725h.536l-.321-.837c.411-.084.721-.124.721-.124s-.365-.045-.8-.08m3.57-1.678h-.517v2.714h1.547v-.493h-1.03V10.12m-2.095 0h-.517v2.714h1.547v-.493h-1.03V10.12M8.728 12.847h.256v-2.73h-.256v2.73m-1.01-.633l-1.82-2.095h-.06v2.734h.283v-2.07l1.805 2.07h.061v-2.734h-.27v2.095m-2.985-.176c-.095.169-.228.301-.398.398-.17.097-.355.145-.554.145-.3 0-.555-.105-.767-.316a1.05 1.05 0 01-.318-.775c0-.206.047-.394.143-.562a1.07 1.07 0 01.4-.401c.17-.1.351-.149.542-.149.194 0 .377.05.55.149a1.067 1.067 0 01.545.95c0 .206-.048.393-.143.561zm-.964-1.91c-.24 0-.464.06-.67.18-.207.119-.37.284-.49.495-.12.211-.18.44-.18.688 0 .371.132.687.395.949.262.26.584.392.966.392.377 0 .697-.132.959-.394.262-.263.393-.582.393-.96 0-.38-.131-.7-.394-.96a1.336 1.336 0 00-.979-.39\"/></svg>\n </figure>\n </td>\n <td>sonicwall.svg</td>\n <td><code>_includes/icons/simple-icons/sonicwall.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sonicwall\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Sonos icon</title><path d=\"M12.988 12.36l-2.813-2.634v4.429h.837V11.7l2.813 2.633V9.905h-.837zM6.464 9.665A2.3 2.3 0 0 0 4.13 12c0 1.257 1.077 2.334 2.334 2.334A2.3 2.3 0 0 0 8.798 12a2.3 2.3 0 0 0-2.334-2.334m0 3.83A1.482 1.482 0 0 1 4.968 12c0-.838.658-1.496 1.496-1.496S7.96 11.162 7.96 12s-.658 1.496-1.496 1.496M2.694 12c-.24-.18-.54-.3-.958-.419-.838-.24-.838-.479-.838-.598 0-.24.299-.48.718-.48.36 0 .658.18.778.24l.06.06.658-.479-.06-.06s-.538-.598-1.436-.598c-.419 0-.838.12-1.137.359-.3.24-.479.598-.479.958s.18.718.479.957c.24.18.538.3.957.42.838.239.838.478.838.598 0 .239-.299.478-.718.478-.359 0-.658-.18-.778-.239l-.06-.06-.658.479.06.06s.538.598 1.436.598c.42 0 .838-.12 1.137-.359.3-.24.48-.598.48-.957 0-.36-.18-.659-.48-.958m14.843-2.334A2.3 2.3 0 0 0 15.202 12a2.337 2.337 0 0 0 2.334 2.334A2.3 2.3 0 0 0 19.87 12a2.337 2.337 0 0 0-2.334-2.334m0 3.83A1.482 1.482 0 0 1 16.04 12c0-.838.658-1.496 1.496-1.496s1.496.658 1.496 1.496-.718 1.496-1.496 1.496m3.77-1.556c.24.18.54.3.958.42.838.239.838.478.838.598 0 .239-.299.478-.718.478-.36 0-.658-.18-.778-.239h-.06l-.658.479.06.06s.538.598 1.436.598c.419 0 .838-.12 1.137-.359s.479-.598.479-.958-.18-.718-.479-.957c-.24-.18-.538-.3-.957-.42-.838-.239-.838-.478-.838-.598 0-.239.299-.478.718-.478.359 0 .658.18.778.239l.06.06.658-.479-.06-.06s-.538-.598-1.436-.598c-.42 0-.838.12-1.137.359-.3.24-.48.598-.48.957-.059.36.12.659.48.898\"/></svg>\n </figure>\n </td>\n <td>sonos.svg</td>\n <td><code>_includes/icons/simple-icons/sonos.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sonos\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>SoundCloud icon</title><path d=\"M1.175 12.225c-.051 0-.094.046-.101.1l-.233 2.154.233 2.105c.007.058.05.098.101.098.05 0 .09-.04.099-.098l.255-2.105-.27-2.154c0-.057-.045-.1-.09-.1m-.899.828c-.06 0-.091.037-.104.094L0 14.479l.165 1.308c0 .055.045.094.09.094s.089-.045.104-.104l.21-1.319-.21-1.334c0-.061-.044-.09-.09-.09m1.83-1.229c-.061 0-.12.045-.12.104l-.21 2.563.225 2.458c0 .06.045.12.119.12.061 0 .105-.061.121-.12l.254-2.474-.254-2.548c-.016-.06-.061-.12-.121-.12m.945-.089c-.075 0-.135.06-.15.135l-.193 2.64.21 2.544c.016.077.075.138.149.138.075 0 .135-.061.15-.15l.24-2.532-.24-2.623c0-.075-.06-.135-.135-.135l-.031-.017zm1.155.36c-.005-.09-.075-.149-.159-.149-.09 0-.158.06-.164.149l-.217 2.43.2 2.563c0 .09.075.157.159.157.074 0 .148-.068.148-.158l.227-2.563-.227-2.444.033.015zm.809-1.709c-.101 0-.18.09-.18.181l-.21 3.957.187 2.563c0 .09.08.164.18.164.094 0 .174-.09.18-.18l.209-2.563-.209-3.972c-.008-.104-.088-.18-.18-.18m.959-.914c-.105 0-.195.09-.203.194l-.18 4.872.165 2.548c0 .12.09.209.195.209.104 0 .194-.089.21-.209l.193-2.548-.192-4.856c-.016-.12-.105-.21-.21-.21m.989-.449c-.121 0-.211.089-.225.209l-.165 5.275.165 2.52c.014.119.104.225.225.225.119 0 .225-.105.225-.225l.195-2.52-.196-5.275c0-.12-.105-.225-.225-.225m1.245.045c0-.135-.105-.24-.24-.24-.119 0-.24.105-.24.24l-.149 5.441.149 2.503c.016.135.121.24.256.24s.24-.105.24-.24l.164-2.503-.164-5.456-.016.015zm.749-.134c-.135 0-.255.119-.255.254l-.15 5.322.15 2.473c0 .15.12.255.255.255s.255-.12.255-.27l.15-2.474-.165-5.307c0-.148-.12-.27-.271-.27m1.005.166c-.164 0-.284.135-.284.285l-.103 5.143.135 2.474c0 .149.119.277.284.277.149 0 .271-.12.284-.285l.121-2.443-.135-5.112c-.012-.164-.135-.285-.285-.285m1.184-.945c-.045-.029-.105-.044-.165-.044s-.119.015-.165.044c-.09.054-.149.15-.149.255v.061l-.104 6.048.115 2.449v.008c.008.06.03.135.074.18.058.061.142.104.234.104.08 0 .158-.044.209-.09.058-.06.091-.135.091-.225l.015-.24.117-2.203-.135-6.086c0-.104-.061-.193-.135-.239l-.002-.022zm1.006-.547c-.045-.045-.09-.061-.15-.061-.074 0-.149.016-.209.061-.075.061-.119.15-.119.24v.029l-.137 6.609.076 1.215.061 1.185c0 .164.148.314.328.314.181 0 .33-.15.33-.329l.15-2.414-.15-6.637c0-.12-.074-.221-.165-.277m8.934 3.777c-.405 0-.795.086-1.139.232-.24-2.654-2.46-4.736-5.188-4.736-.659 0-1.305.135-1.889.359-.225.09-.27.18-.285.359v9.368c.016.18.15.33.33.345h8.185C22.681 17.218 24 15.914 24 14.28s-1.319-2.952-2.938-2.952\"/></svg>\n </figure>\n </td>\n <td>soundcloud.svg</td>\n <td><code>_includes/icons/simple-icons/soundcloud.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"soundcloud\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Source Engine icon</title><path d=\"M19.865.718h-.26L7.64.786C5.169.659 2.735 1.264.63 2.475l.002.002a1.211 1.211 0 00.578 2.274c.35 0 .662-.148.883-.383a10.321 10.321 0 018.818-.462c5.275 2.165 7.805 8.22 5.64 13.495a10.283 10.283 0 01-2.495 3.613l.01.013a1.21 1.21 0 101.63 1.69 12.638 12.638 0 003.04-4.419c.049-.118 4.952-12.061 4.964-12.093A3.992 3.992 0 0021.522.998c-.55-.226-1.064-.278-1.657-.28zM6.067 6.853c-2.635 0-5.342.807-5.342 3.941 0 2.16 1.946 2.849 3.893 3.277 2.422.522 3.823.878 3.823 1.899 0 1.188-1.235 1.568-2.208 1.568-1.33 0-2.564-.594-2.588-2.066H.44c.143 3.252 2.92 4.32 5.77 4.32 2.801 0 5.603-1.044 5.603-4.273 0-2.28-1.923-2.992-3.894-3.443-1.923-.451-3.823-.617-3.823-1.828 0-.997 1.116-1.14 1.877-1.14 1.21 0 2.207.357 2.302 1.662h3.205c-.26-3.015-2.73-3.917-5.413-3.917z\"/></svg>\n </figure>\n </td>\n <td>sourceengine.svg</td>\n <td><code>_includes/icons/simple-icons/sourceengine.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sourceengine\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>SourceForge icon</title><path d=\"M9.998 1.4648c-.088 0-.1761.0395-.2402.1036L.1016 11.2148c-.1361.1281-.1361.3444 0 .4805l9.1523 9.1348c.064.072.1522.1054.2402.1054.0881 0 .1743-.0414.2383-.1054l1.3692-1.3848c.136-.128.136-.3444 0-.4805l-7.172-7.1738a.4682.4682 0 010-.664l9.0782-9.0782c.1201-.12.1123-.2728.0723-.377-.04-.096-.1444-.207-.3125-.207H9.998zm4.5313 1.5918c-.088 0-.1762.0415-.2402.1055l-1.3926 1.3926c-.1361.128-.1361.3444 0 .4805l7.1719 7.1816c.088.088.1367.208.1367.3281 0 .1201-.0487.24-.1367.3281l-9.0782 9.0782c-.12.12-.1123.2728-.0722.377.04.096.1443.207.3125.207v-.0079H14c.088 0 .1762-.0316.2402-.0957l9.6563-9.6543c.072-.064.1035-.1521.1035-.2402 0-.088-.0395-.1762-.1035-.2402l-9.127-9.1348c-.064-.072-.1521-.1055-.2402-.1055zM11.4336 6.213c-.1125.005-.2164.1007-.211.2383.1442 2.2176-2.6425 2.7635-2.6425 6.246v.0235c0 2.1216 1.6026 3.8418 3.58 3.8418 1.9775 0 3.5782-1.7202 3.5782-3.8418v-.0234c0-.9848-.3679-1.9225-.7442-2.627-.072-.136-.2896-.087-.2656.041.6725 2.9943-1.0156 4.8507-1.0156 2.545 0-3.931-1.3943-5.7162-2.1309-6.3887a.2072.2072 0 00-.1484-.0547Z\"/></svg>\n\n </figure>\n </td>\n <td>sourceforge.svg</td>\n <td><code>_includes/icons/simple-icons/sourceforge.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sourceforge\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Sourcegraph icon</title><path d=\"M9.341.002a2.56 2.56 0 0 0-.484.069C7.501.379 6.7 1.735 7.007 3.092L8.412 8.14 3.368 6.485C2.073 6.053.655 6.793.223 8.088c-.431 1.295.31 2.714 1.603 3.146l5.853 1.919-4.063 4.556a2.635 2.635 0 0 0-.618 1.666 2.474 2.474 0 0 0 2.467 2.466c.678 0 1.357-.308 1.85-.863l3.563-3.979 1.433 5.151A2.498 2.498 0 0 0 14.716 24h.001c.185 0 .431-.061.617-.123a2.514 2.514 0 0 0 1.726-3.084l-1.38-5.017 4.957 1.625c.309.062.556.123.802.123 1.111 0 2.036-.678 2.343-1.726.433-1.296-.308-2.714-1.603-3.146l-5.728-1.878 4.063-4.537c.925-1.048.863-2.59-.185-3.514-1.049-.926-2.59-.864-3.516.184l-3.571 4.006-1.424-5.178C11.494.655 10.462-.046 9.34.002z\"/></svg>\n </figure>\n </td>\n <td>sourcegraph.svg</td>\n <td><code>_includes/icons/simple-icons/sourcegraph.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sourcegraph\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Spacemacs icon</title><path d=\"M11.997.011c-1.79.015-3.452.397-4.968 1.093l.005-.002c3.638 2.026 6.955 5.634 8.932 8.241.398.534.753 1.006 1.078 1.434l.004-.019c.412-1.738-.313-5.239-1.518-7.331-.117-.203-.201-.379-.187-.392l.006.002.002-.007c.098.024 1.031.995 1.373 1.433.599.767.832 1.213 1.162 2.23.858 2.645 1.424 4.801 1.901 7.249.239 1.228.675 3.458.731 3.884.007.057-.009.128-.01.143a5.164 5.164 0 0 0-.29-.264c-.645-.568-1.924-1.417-3.183-2.114-1.57-.87-3.118-1.614-6.575-3.162-3.156-1.413-4.61-2.086-5.751-2.661l-1.024-.51c.12.301.249.624.399 1.005 0 0 1.933 1.08 2.174 1.408 0 0 2.322 4.367 3.353 6.955.767 1.949 1.634 4.264 2.155 4.904l.06.069c-1.026-.251-5.745-2.598-5.745-2.598-.518-4.399-1.969-9.61-3.855-14.94a7.259 7.259 0 0 1-.125-.271c.001-.015.141.121.311.303C4.313 8.13 8.368 9.98 12.675 10.775a16.48 16.48 0 0 0 3.533.223c-.307-.392-.64-.821-1.009-1.302-3.418-4.455-6.774-6.326-9.78-7.469-.079-.028-.154-.061-.231-.088A11.902 11.902 0 0 0 .669 8.071a11.97 11.97 0 0 0-.67 4.016l.003-.088c.033 5.018 3.129 9.616 8.052 11.33 1.335.465 2.696.68 4.032.67l-.088-.003c5.018-.033 9.616-3.129 11.33-8.052.465-1.335.68-2.696.67-4.032l-.003.088c-.033-5.018-3.129-9.616-8.052-11.33A11.966 11.966 0 0 0 11.911 0l.088.003zm6.133 6.11l-.002.007c-.001 0 0 0 0 0l.002-.007c.531.511 1.376 1.503 2.336 2.062.789.99 1.216 1.963 1.748 2.629-.219-.188-1.111-.972-1.111-.972s-1.378-1.305-2.141-2.153c-.293-.326-.32-.38-.478-.628-.062-.097-.275-.825-.354-.935h-.001l.002-.007z\"/></svg>\n </figure>\n </td>\n <td>spacemacs.svg</td>\n <td><code>_includes/icons/simple-icons/spacemacs.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"spacemacs\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" role=\"img\"><title>SpaceX icon</title><path d=\"M23.952 6.965c-.005-.002-.009-.006-.014-.006-.009 0-.016.006-.023.009C8.787 8.491 1.676 15.07 0 16.688l.223.35h2.644c6.872-6.908 16.156-9.201 21.065-9.956l.006.002c.004 0 .006-.004.01-.004.029-.006.052-.028.052-.059 0-.029-.021-.049-.048-.056z M.38 10.508l-.16.302 3.245 2.366a31.761 31.761 0 0 1 2.012-1.073L3.3 10.508H.38zM7.592 13.65c-.536.395-1.084.818-1.674 1.313l2.852 2.078h2.957l.123-.273-4.258-3.118z\"/></svg>\n </figure>\n </td>\n <td>spacex.svg</td>\n <td><code>_includes/icons/simple-icons/spacex.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"spacex\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>SparkFun icon</title><path d=\"M17.805 3.852s.34 1.441-.746 1.64c-.754.133-1.973-.617-2.586-1.363-.758-.922-.66-1.649-.075-2.29.883-.98 2.399-.6 2.399-.6s-2.774-2.43-5.66-.438c-2.57 1.77-1.832 4.18.488 6.285 2.09 1.902.422 3.988-1.688 3.719-1.44-.184-2.03-1.344-1.687-2.055.3-.61 1.336-.984 1.336-.984s-1.191-.48-2.59.046c-1.262.473-2.297 1.512-2.215 4.122v12.078s1.301-1.602 2.832-3.235c1.711-1.84 2.492-3.082 4.25-2.937 3.328.207 5.735-1.274 7.371-3.645 3.141-4.562.68-9.66-1.43-10.343zm0 0\"/></svg>\n </figure>\n </td>\n <td>sparkfun.svg</td>\n <td><code>_includes/icons/simple-icons/sparkfun.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sparkfun\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>SparkPost icon</title><path d=\"M16.2 9c-1.351.9-1.8 2.7-1.65 3.9-2.25-2.25 3.45-8.55-3-12.9C15.15 5.4 6 9.75 6 17.4c0 3 1.95 5.701 6 6.6 4.05-.898 6-3.6 6-6.6 0-4.5-2.7-6-1.8-8.4zM12 20.852c-1.8 0-3.45-1.5-3.45-3.451 0-1.801 1.5-3.45 3.45-3.45 1.8 0 3.45 1.5 3.45 3.45-.15 1.951-1.65 3.451-3.45 3.451z\"/></svg>\n </figure>\n </td>\n <td>sparkpost.svg</td>\n <td><code>_includes/icons/simple-icons/sparkpost.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sparkpost\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>SPDX icon</title><path d=\"M0 0v24H8.222l2.089-2.373 2.09-2.374V13.2H18.978l2.51-2.488L24 8.223V0H12zm5.2 5.2h13.791L12.2 12c-3.735 3.74-6.838 6.8-6.896 6.8-.057 0-.104-3.06-.104-6.8zm8.4 8.8v10H24V14h-5.2z\"/></svg>\n </figure>\n </td>\n <td>spdx.svg</td>\n <td><code>_includes/icons/simple-icons/spdx.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"spdx\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Speaker Deck icon</title><path d=\"M11.2 13.598l.02-3.196-2.67 1.61M12.798 10.403l-.015 3.19 2.667-1.608M12.783 13.598v-.004l-.004.002M23.997 4.59c0-.878-.715-1.59-1.597-1.59H1.6C.717 3 0 3.713 0 4.59v14.82C0 20.288.715 21 1.6 21h20.8c.883 0 1.6-.713 1.6-1.59V4.59h-.003zm-6.434 9.54h-.014c0 .586-.466 1.052-1.05 1.065l.036-.016h-9.07c-.58-.01-1.05-.48-1.05-1.06H6.41V9.88h.01c0-.58.463-1.05 1.033-1.06h9.06c.57.017 1.05.48 1.05 1.067v4.244z\"/></svg>\n </figure>\n </td>\n <td>speakerdeck.svg</td>\n <td><code>_includes/icons/simple-icons/speakerdeck.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"speakerdeck\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Spectrum icon</title><path d=\"M0 10.2A1.8 1.8 0 001.8 12h1.8a8.4 8.4 0 018.4 8.4v1.8a1.8 1.8 0 001.8 1.8h8.4a1.8 1.8 0 001.8-1.8v-1.8C24 9.133 14.867 0 3.6 0H1.8A1.8 1.8 0 000 1.8v8.4z\"/></svg>\n\n </figure>\n </td>\n <td>spectrum.svg</td>\n <td><code>_includes/icons/simple-icons/spectrum.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"spectrum\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Spinnaker icon</title><path d=\"M21.343 0C17.785 8.741 11.317 21.987.815 23.882c10.806 1.064 19.481-5.327 21.646-8.066C24.627 13.076 21.343 0 21.343 0zM.815 23.882L.8 23.88v.004l.015-.003zM17.182 5.8C15.409 10.988 10.477 18.547 5.4 20.39c.885.033 1.74-.019 2.561-.132 3.989-3.221 7.14-8.037 9.577-12.771-.193-.981-.356-1.687-.356-1.687z\"/></svg>\n </figure>\n </td>\n <td>spinnaker.svg</td>\n <td><code>_includes/icons/simple-icons/spinnaker.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"spinnaker\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Spinrilla icon</title><path d=\"M12 8.816a3.184 3.184 0 1 0 0 6.368 3.184 3.184 0 1 0 0-6.368zM12 0v3.918A8.082 8.082 0 0 0 3.918 12H0A12 12 0 0 1 12 0zm0 24v-3.918A8.082 8.082 0 0 0 20.082 12H24a12 12 0 0 1-12 12z\"/></svg>\n </figure>\n </td>\n <td>spinrilla.svg</td>\n <td><code>_includes/icons/simple-icons/spinrilla.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"spinrilla\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Spotify icon</title><path d=\"M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.66 0 12 0zm5.521 17.34c-.24.359-.66.48-1.021.24-2.82-1.74-6.36-2.101-10.561-1.141-.418.122-.779-.179-.899-.539-.12-.421.18-.78.54-.9 4.56-1.021 8.52-.6 11.64 1.32.42.18.479.659.301 1.02zm1.44-3.3c-.301.42-.841.6-1.262.3-3.239-1.98-8.159-2.58-11.939-1.38-.479.12-1.02-.12-1.14-.6-.12-.48.12-1.021.6-1.141C9.6 9.9 15 10.561 18.72 12.84c.361.181.54.78.241 1.2zm.12-3.36C15.24 8.4 8.82 8.16 5.16 9.301c-.6.179-1.2-.181-1.38-.721-.18-.601.18-1.2.72-1.381 4.26-1.26 11.28-1.02 15.721 1.621.539.3.719 1.02.419 1.56-.299.421-1.02.599-1.559.3z\"/></svg>\n </figure>\n </td>\n <td>spotify.svg</td>\n <td><code>_includes/icons/simple-icons/spotify.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"spotify\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Spotlight icon</title><path d=\"M15.126 6.408c.008.101.008.194 0 .295-.034.589-.295 1.027-.656 1.388a2.093 2.093 0 0 1-1.464.606 2.106 2.106 0 0 1-1.498-.572 2.126 2.126 0 0 1-.126-2.996l.101-.101c.353-.345.757-.547 1.372-.606a2.112 2.112 0 0 1 1.582.555c.396.37.64.884.69 1.431zm8.465 7.288l-.631 1.22a3.73 3.73 0 0 0-.37 1.144l-.21 1.363a3.692 3.692 0 0 1-2.003 2.752l-1.229.614c-.362.185-.69.421-.976.707l-.968.985a3.703 3.703 0 0 1-3.24 1.052l-1.355-.227a3.625 3.625 0 0 0-1.203 0l-1.355.227a3.71 3.71 0 0 1-3.24-1.052l-.968-.985a3.669 3.669 0 0 0-.976-.707l-1.229-.614a3.71 3.71 0 0 1-2.003-2.752l-.21-1.363a3.58 3.58 0 0 0-.37-1.144l-.64-1.22a3.68 3.68 0 0 1 0-3.4l.631-1.22a3.73 3.73 0 0 0 .37-1.144l.21-1.363a3.692 3.692 0 0 1 2.003-2.752l1.229-.614c.362-.185.69-.421.976-.707l.968-.976a3.703 3.703 0 0 1 3.24-1.052l1.355.227c.396.067.808.067 1.203 0l1.355-.227a3.71 3.71 0 0 1 3.24 1.052l.968.976c.286.286.614.53.976.707l1.229.614a3.71 3.71 0 0 1 2.003 2.752l.21 1.363c.059.404.185.791.37 1.144l.631 1.22a3.703 3.703 0 0 1 .008 3.4zm-7.287-7.33a3.045 3.045 0 0 0-.345-1.296 3.38 3.38 0 0 0-3.223-1.826c-.135.017-.252.025-.37.042a3.316 3.316 0 0 0-1.868 1.052 3.255 3.255 0 0 0-.841 2.44c.076.926.488 1.717 1.086 2.23.438.379.993.715 1.691.816 1.338.202 2.365-.328 3.029-1.052a3.24 3.24 0 0 0 .841-2.407zm-9.736 6.766c.244-.135.48-.278.715-.412-.084-.968-.16-2.011-.236-2.903.985-.412 1.683-1.212 1.994-2.339.252-.909.143-1.977-.32-2.575a1.533 1.533 0 0 0-.597-.488c-.404-.151-.892-.034-1.229.109a2.902 2.902 0 0 0-.522.303c-.32.227-.614.48-.884.774.286 2.491.572 5.108.85 7.657.076-.034.151-.076.227-.126zm.126-7.153c.017-.076.202-.185.269-.236a.857.857 0 0 1 .429-.16c.463-.017.572.379.597.825.017.236.017.471 0 .707-.059.783-.429 1.287-1.043 1.54-.05-.488-.084-1.077-.143-1.641-.025-.227-.059-.53-.093-.799-.008-.076-.017-.151-.017-.236zm-1.136 6.278a6.08 6.08 0 0 0-.421-1.212 4.559 4.559 0 0 1-.37-1.237c-.067-.597.05-1.119.429-1.397-.143-.463-.261-.917-.404-1.372-.825.438-1.397 1.229-1.397 2.407 0 .724.269 1.195.53 1.717.177.345.328.698.446 1.069.118.396.227.833.194 1.245-.067.791-.396 1.346-.825 1.818-.042.05-.185.168-.185.202.025.059.05.109.084.16.168.353.32.656.488 1.001.025.05.05.151.084.168s.101-.067.143-.118c.143-.151.278-.311.404-.48.698-.968 1.119-2.474.799-3.972zm2.777 1.674c.345-.976.673-1.986.926-3.012.076-.303.168-.614.227-.926.008-.034.034-.109 0-.126-.446.135-.909.252-1.346.396-.185 1.523-.64 2.878-1.153 4.148s-1.144 2.44-1.801 3.559c.808.875 1.834 1.54 2.962 2.095.202-.337.421-.665.614-1.01-.69-.421-1.405-.825-1.994-1.346a39.617 39.617 0 0 0 1.565-3.778zm2.625-2.684c-.286-.194-.64-.337-.951-.505-.623 2.39-1.456 4.594-2.255 6.833.278.151.547.32.833.471.539-1.043.867-2.163 1.296-3.299.21-.555.387-1.128.564-1.708s.353-1.186.513-1.792zm2.424 6.993v-.993c0-.227-.008-.48-.017-.875-.597.076-1.203.126-1.792.21-.025.328-.025.673-.042 1.018.261.017.673-.034.934-.034 0 .488 0 .909.008 1.321 0 .16.025.32-.017.454-.059.202-.269.328-.539.303-.311-.034-.555-.353-.69-.614-.463-.909-.311-2.407-.126-3.416a5.324 5.324 0 0 1 .732-1.927c.345-.547.816-1.001 1.489-1.195 0-.278-.017-.656-.034-.968-.008-.143 0-.32-.034-.396-.008-.008-.025.008-.034.008a3.66 3.66 0 0 0-1.128.64 4.8 4.8 0 0 0-1.22 1.414 5.505 5.505 0 0 0-.286.589c-.362.808-.53 1.742-.631 2.777-.076.791-.084 1.515.034 2.23.042.227.109.454.194.673.295.774.867 1.422 2.028 1.262.446-.059.808-.236 1.186-.396 0-.74-.017-1.515-.017-2.087zm3.559-4.477a22.049 22.049 0 0 1-.109-1.691c-.025-.783 0-1.54.042-2.322 0-.008 0-.008-.008-.008-.303.236-.648.48-.976.715a.418.418 0 0 0-.126.118.853.853 0 0 0 0 .202c-.008 1.128.059 2.322.084 3.332-.278.118-.555.269-.833.379a88.942 88.942 0 0 1-.261-3.408c-.37.126-.707.278-1.069.412.076.555.151 1.086.202 1.599.093.816.135 1.632.143 2.449 0 .236 0 .471-.017.707-.034.496-.025 1.001-.059 1.498-.076.959-.067 1.986-.067 2.895.194-.084.379-.194.572-.286.194-.084.379-.185.564-.295 0-.362.017-.648.025-.959.034-1.186.067-2.179.025-3.231.32-.151.64-.303.976-.446.227 1.355.682 2.541 1.094 3.753.345-.261.64-.572.968-.858a22.97 22.97 0 0 1-.614-1.919 13.182 13.182 0 0 1-.555-2.634zm2.583-3.787c.194-.076.37-.194.555-.286s.362-.194.539-.303c-.337-.968-.757-1.851-1.338-2.609a10.081 10.081 0 0 0-1.977-1.986c0-.017-.025 0-.025.008a7.414 7.414 0 0 0-.513.724c-.034.059-.151.21-.143.269.05.067.109.126.177.177.067.067.135.118.185.168.303.311.555.589.833.926.042.05.143.16.143.21a1.388 1.388 0 0 1-.076.269c-.135.48-.227.951-.311 1.456a12.46 12.46 0 0 0-.151 2.962c.076 1.052.278 2.003.505 2.928.109.454.244.909.412 1.346.126.328.252.656.396.951.05.101.076.219.16.295.286-.37.589-.724.867-1.094-.421-.749-.707-1.666-.926-2.617a6.908 6.908 0 0 1-.177-1.01c-.126-1.372-.177-2.861.194-4.157.295.429.522.892.673 1.372z\"/></svg>\n </figure>\n </td>\n <td>spotlight.svg</td>\n <td><code>_includes/icons/simple-icons/spotlight.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"spotlight\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Spreaker icon</title><path d=\"M14.615 0l-5.64 6.54L.529 4.718l8.68 7.372-8.537 7.463 8.411-1.984L14.843 24l.71-8.601 7.918-3.483-7.963-3.33L14.621 0h-.006z\"/></svg>\n </figure>\n </td>\n <td>spreaker.svg</td>\n <td><code>_includes/icons/simple-icons/spreaker.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"spreaker\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Spring icon</title><path d=\"M21.822 1.248c-.338.806-.766 1.57-1.281 2.272A12.045 12.045 0 0012.03 0C5.431 0 0 5.43 0 12.031c0 3.293 1.35 6.445 3.737 8.717l.444.393a12.041 12.041 0 007.75 2.83c6.275 0 11.55-4.911 11.997-11.172.328-3.065-.572-6.941-2.106-11.55zM5.447 20.817c-.194.24-.49.38-.8.38a1.033 1.033 0 01-1.028-1.03c0-.564.465-1.03 1.028-1.03a1.032 1.032 0 01.8 1.68zm16.325-3.602c-2.969 3.954-9.31 2.622-13.375 2.812 0 0-.722.044-1.447.162 0 0 .272-.115.625-.25 2.853-.992 4.203-1.185 5.937-2.075 3.266-1.66 6.494-5.293 7.166-9.072-1.244 3.636-5.012 6.76-8.447 8.03-2.353.867-6.603 1.71-6.603 1.71l-.172-.09c-2.894-1.408-2.981-7.672 2.278-9.694 2.303-.886 4.507-.4 6.994-.992 2.656-.63 5.728-2.622 6.978-5.219 1.4 4.154 3.085 10.658.066 14.678z\"/></svg>\n\n </figure>\n </td>\n <td>spring.svg</td>\n <td><code>_includes/icons/simple-icons/spring.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"spring\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Sprint icon</title><path d=\"M2.13 23.995c5.493-1.808 13.457-6.02 18.996-9.782.465-.314.827-.607.827-1.118 0-.889-1.655-2.08-2.458-2.555-4.359 4.456-13.033 11.134-17.366 13.455M7.225 20.21c3.388-2.304 8.31-6.638 9.975-8.996.393-.554.683-.876.683-1.456 0-.952-1.128-1.65-1.94-2.135-1.946 4.51-6.316 10.125-8.718 12.587M9.816 16.682c2.344-2.967 4.188-6.454 4.188-8.958 0-1.308-.953-2.222-2.196-2.916.024 2.721-.934 9.101-1.992 11.874M10.312 13.82c.438-2.847.18-6.285-.379-8.442-.304-1.174-1.38-2.5-2.376-2.913 1.305 3.643 2.426 8.832 2.755 11.355M9.347 9.825C8.321 7.097 5.763 1.41 2 0c2.45 2.66 6.083 7.935 7.347 9.825\"/></svg>\n </figure>\n </td>\n <td>sprint.svg</td>\n <td><code>_includes/icons/simple-icons/sprint.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sprint\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Square icon</title><path d=\"M4.01 0A4.01 4.01 0 000 4.01v15.98c0 2.21 1.8 4 4.01 4.01h15.98C22.2 24 24 22.2 24 19.99V4A4.01 4.01 0 0019.99 0H4zm1.62 4.36h12.74c.7 0 1.26.57 1.26 1.27v12.74c0 .7-.56 1.27-1.26 1.27H5.63c-.7 0-1.26-.57-1.26-1.27V5.63a1.27 1.27 0 011.26-1.27zm3.83 4.35a.73.73 0 00-.73.73v5.09c0 .4.32.72.72.72h5.1a.73.73 0 00.73-.72V9.44a.73.73 0 00-.73-.73h-5.1Z\"/></svg>\n\n </figure>\n </td>\n <td>square.svg</td>\n <td><code>_includes/icons/simple-icons/square.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"square\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Square Enix icon</title><path d=\"M1.723 0v24h20.554v-4.496H7.037V4.088h15.006V0zm9.751 9.46v4.497h8.584V9.459z\"/></svg>\n </figure>\n </td>\n <td>squareenix.svg</td>\n <td><code>_includes/icons/simple-icons/squareenix.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"squareenix\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Squarespace icon</title><path d=\"M22.655 8.719c-1.802-1.801-4.726-1.801-6.564 0l-7.351 7.35c-.45.45-.45 1.2 0 1.65.45.449 1.2.449 1.65 0l7.351-7.351c.899-.899 2.362-.899 3.264 0 .9.9.9 2.364 0 3.264l-7.239 7.239c.9.899 2.362.899 3.263 0l5.589-5.589c1.836-1.838 1.836-4.763.037-6.563zm-2.475 2.437c-.451-.45-1.201-.45-1.65 0l-7.354 7.389c-.9.899-2.361.899-3.262 0-.45-.45-1.2-.45-1.65 0s-.45 1.2 0 1.649c1.801 1.801 4.726 1.801 6.564 0l7.351-7.35c.449-.487.449-1.239.001-1.688zm-2.439-7.35c-1.801-1.801-4.726-1.801-6.564 0l-7.351 7.351c-.45.449-.45 1.199 0 1.649s1.2.45 1.65 0l7.395-7.351c.9-.899 2.371-.899 3.27 0 .451.45 1.201.45 1.65 0 .421-.487.421-1.199-.029-1.649h-.021zm-2.475 2.437c-.45-.45-1.2-.45-1.65 0l-7.351 7.389c-.899.9-2.363.9-3.265 0-.9-.899-.9-2.363 0-3.264l7.239-7.239c-.9-.9-2.362-.9-3.263 0L1.35 8.719c-1.8 1.8-1.8 4.725 0 6.563 1.801 1.801 4.725 1.801 6.564 0l7.35-7.351c.451-.488.451-1.238 0-1.688h.002z\"/></svg>\n </figure>\n </td>\n <td>squarespace.svg</td>\n <td><code>_includes/icons/simple-icons/squarespace.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"squarespace\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Stackbit icon</title><path d=\"M21.314 13.477l-9.213 5.13-9.396-5.13a.729.729 0 0 0-.993.294.729.729 0 0 0 .294.993l9.746 5.333c.22.128.497.128.717 0l9.562-5.333a.727.727 0 0 0 .276-.993.718.718 0 0 0-.993-.294zM3.845 10.075l8.256-4.67 9.195 5.314a.749.749 0 0 0 1.011-.276.749.749 0 0 0-.276-1.012L12.47 3.915a.749.749 0 0 0-.735 0L1.988 9.43c-.497.276-.497.993 0 1.288l9.746 5.516a.748.748 0 0 0 1.011-.276.749.749 0 0 0-.276-1.011zM.057 13.937v-3.678A2.258 2.258 0 0 1 1.216 8.07l9.745-5.517a2.25 2.25 0 0 1 2.28.019l9.562 5.516a2.296 2.296 0 0 1 1.14 2.17v3.678a2.288 2.288 0 0 1-1.176 2.188l-9.562 5.332a2.281 2.281 0 0 1-2.225 0l-9.746-5.332c-.81-.442-1.232-1.306-1.177-2.188z\"/></svg>\n </figure>\n </td>\n <td>stackbit.svg</td>\n <td><code>_includes/icons/simple-icons/stackbit.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"stackbit\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Stack Exchange icon</title><path d=\"M21.728 15.577v1.036c0 1.754-1.395 3.177-3.1 3.177h-.904L13.645 24v-4.21H5.371c-1.704 0-3.099-1.423-3.099-3.181v-1.032h19.456zM2.275 10.463h19.323v3.979H2.275v-3.979zm0-5.141h19.323v3.979H2.275V5.322zM18.575 0c1.681 0 3.023 1.42 3.023 3.178v1.034H2.275V3.178C2.275 1.422 3.67 0 5.375 0h13.2z\"/></svg>\n </figure>\n </td>\n <td>stackexchange.svg</td>\n <td><code>_includes/icons/simple-icons/stackexchange.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"stackexchange\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Stack Overflow icon</title><path d=\"M18.986 21.865v-6.404h2.134V24H1.844v-8.539h2.13v6.404h15.012zM6.111 19.731H16.85v-2.137H6.111v2.137zm.259-4.852l10.48 2.189.451-2.07-10.478-2.187-.453 2.068zm1.359-5.056l9.705 4.53.903-1.95-9.706-4.53-.902 1.936v.014zm2.715-4.785l8.217 6.855 1.359-1.62-8.216-6.853-1.35 1.617-.01.001zM15.751 0l-1.746 1.294 6.405 8.604 1.746-1.294L15.749 0h.002z\"/></svg>\n </figure>\n </td>\n <td>stackoverflow.svg</td>\n <td><code>_includes/icons/simple-icons/stackoverflow.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"stackoverflow\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>StackPath icon</title><path d=\"M3.72 7.34C2.71 7.34 1.88 7.57 1.22 8.04C.559 8.5 .23 9.12 .23 9.88C.23 10.66 .506 11.26 1.06 11.67C1.61 12.09 2.46 12.47 3.6 12.83C4.15 13.03 4.53 13.21 4.74 13.39C4.96 13.56 5.06 13.81 5.06 14.13C5.06 14.41 4.96 14.64 4.74 14.81C4.53 15 4.2 15.08 3.77 15.08C3.2 15.08 2.77 14.96 2.5 14.74C2.2 14.5 2.06 14.14 2.06 13.62H.013L0 13.66C-.02 14.63 .346 15.37 1.1 15.89C1.85 16.41 2.74 16.66 3.77 16.66C4.79 16.66 5.61 16.44 6.23 16C6.85 15.54 7.17 14.91 7.17 14.12C7.17 13.33 6.91 12.72 6.39 12.27C5.86 11.82 5.09 11.44 4.06 11.14C3.39 10.89 2.94 10.69 2.69 10.53C2.45 10.37 2.33 10.16 2.33 9.9C2.33 9.62 2.45 9.39 2.69 9.21C2.93 9 3.26 8.92 3.69 8.92C4.12 8.92 4.46 9.04 4.7 9.26C4.95 9.5 5.07 9.78 5.07 10.14H7.11L7.12 10.11C7.15 9.3 6.83 8.63 6.19 8.11C5.55 7.59 4.73 7.34 3.72 7.34M8.5 7.4V16.58H10.65V13.43H11.95C13.04 13.43 13.9 13.16 14.54 12.6C15.18 12.05 15.5 11.32 15.5 10.42C15.5 9.5 15.18 8.79 14.54 8.23C13.9 7.67 13.04 7.4 11.95 7.4H8.5M18.11 7.4L14.93 16.59H16.92L20.18 7.4H18.11M21.93 7.4L18.75 16.59H20.74L24 7.4H21.93M10.65 9.04H11.95C12.41 9.04 12.77 9.17 13 9.43C13.25 9.69 13.37 10 13.37 10.43C13.37 10.83 13.25 11.16 13 11.41C12.77 11.67 12.41 11.79 11.95 11.79H10.65V9.04Z\"/></svg>\n\n </figure>\n </td>\n <td>stackpath.svg</td>\n <td><code>_includes/icons/simple-icons/stackpath.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"stackpath\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>StackShare icon</title><path d=\"M17.209 6.697c-.035-.274 0-.594 0-.594v-.01c.141-.714.771-1.254 1.525-1.254.005 0 .009.001.014.001h.002c.859 0 1.557.698 1.557 1.556s-.697 1.556-1.557 1.556c-.003 0-.006-.001-.009-.001h-.007c-.742-.001-1.38-.526-1.525-1.254zM24 1.54v20.92c0 .851-.646 1.54-1.443 1.54H1.444C.647 24 0 23.311 0 22.46V1.54C0 .69.647 0 1.444 0h21.113C23.354 0 24 .69 24 1.54zm-2.303 16.007c0-1.636-1.326-2.962-2.961-2.962-1.317 0-2.477.87-2.844 2.134h-1.758l-2.74-4.717-.002-.004.002-.004 2.736-4.709h1.748c.457 1.571 2.102 2.474 3.673 2.017 1.571-.457 2.475-2.102 2.017-3.673-.457-1.571-2.102-2.474-3.672-2.017a2.9638 2.9638 0 0 0-2.018 2.017h-2.665l-.026-.016-3.227 5.552-.025.042H8.018c-.457-1.571-2.102-2.474-3.673-2.016-1.571.458-2.474 2.102-2.017 3.673.458 1.571 2.103 2.474 3.673 2.017.973-.283 1.733-1.045 2.017-2.017h1.961l3.208 5.52.015-.009h2.69a2.9592 2.9592 0 0 0 2.842 2.134h.002c1.636 0 2.961-1.326 2.961-2.962zm-2.933-1.619c-.743.002-1.381.526-1.527 1.254-.004.029-.004.057-.007.085-.004.017-.015.029-.018.046-.041.301 0 .602 0 .602.173.842.995 1.383 1.837 1.209.573-.118 1.005-.548 1.164-1.088.065-.172.105-.356.105-.551 0-.859-.697-1.557-1.554-1.557zM5.2 10.417c-.858 0-1.556.698-1.556 1.557 0 .006.002.012.002.018 0 .003-.001.005-.001.008.001.854.693 1.547 1.548 1.548.541-.001 1.015-.278 1.292-.698.171-.249.272-.551.272-.875 0-.86-.698-1.558-1.557-1.558z\"/></svg>\n </figure>\n </td>\n <td>stackshare.svg</td>\n <td><code>_includes/icons/simple-icons/stackshare.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"stackshare\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Stadia icon</title><path d=\"M.202 8.668a.482.482 0 0 0-.202.39v.006c0 .064.014.128.04.19l2.298 5.204c.102.23.364.343.602.259 1.504-.536 6.713-2.233 10.083-1.318 0 0-3.381.196-6.438 2.593a.48.48 0 0 0-.142.571l1.029 2.326.396.929c.094.22.395.247.528.047.713-1.074 1.916-1.611 3.072-2.08a17.647 17.647 0 0 1 3.679-1.05 15.993 15.993 0 0 1 4.07-.167.481.481 0 0 0 .503-.335l1.038-3.317a.48.48 0 0 0-.176-.531c-1.158-.838-5.741-3.654-13.802-2.523 0 0 6.878-3.951 15.61.39a.481.481 0 0 0 .673-.288l.915-2.925A.484.484 0 0 0 24 6.902v-.014a.48.48 0 0 0-.243-.41C22.66 5.858 18.95 4 13.846 4 9.934 4 5.203 5.09.202 8.668\"/></svg>\n </figure>\n </td>\n <td>stadia.svg</td>\n <td><code>_includes/icons/simple-icons/stadia.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"stadia\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Staffbase icon</title><path d=\"M11.847 20.095a7.805 7.805 0 01-6.286-3.238l1.714-1.238C8.323 17.048 10.037 18 11.847 18s3.523-.857 4.571-2.381l1.714 1.238a7.805 7.805 0 01-6.285 3.238zm.19-18c1.62 0 3.238.476 4.762 1.334l1.048.476 2.857-.572-.477 2.857c2.381 3.715 2.191 9.239-1.047 12.667a9.748 9.748 0 01-7.048 3.048 9.98 9.98 0 01-6.857-2.762c-3.905-3.81-4-10-.286-13.905 1.905-2.095 4.477-3.143 7.048-3.143m0-2.095C8.799 0 5.751 1.333 3.466 3.714c-4.572 4.762-4.477 12.381.285 16.953A11.91 11.91 0 0012.037 24c3.238 0 6.381-1.333 8.571-3.619 3.62-3.714 4.286-9.81 1.81-14.571l.38-2.096.477-2.952-2.952.571-2.19.381-.382-.19C15.941.476 14.037 0 12.037 0Z\"/></svg>\n </figure>\n </td>\n <td>staffbase.svg</td>\n <td><code>_includes/icons/simple-icons/staffbase.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"staffbase\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Statamic icon</title><path d=\"M3.129 17.941c-.03-.213-.021-.713-.021-.713H2.82c-.662 0-.922-.267-.922-.93v-2.635c0-1.19-.278-1.481-.835-1.664v-.061c.557-.183.835-.486.835-1.676V7.638c0-.663.26-.87.92-.87h.285s.014-.457.045-.724c-.135-.018-.66-.03-.66-.03-1.334 0-1.709.646-1.709 1.979v2.391c0 .978-.569 1.109-.779 1.109v.95c.21 0 .765.132.765 1.094v2.406c0 1.334.374 1.964 1.709 1.964 0 0 .524.046.63.046l.025-.012zM2.318 12.59c.488 0 1.184.168 1.184 1.398v3.063c0 1.698.408 2.549 2.107 2.549h.765v-.908h-.39c-.84 0-1.154-.349-1.154-1.189v-3.359c0-1.515-.479-1.885-1.319-2.12v-.068c.84-.236 1.335-.623 1.335-2.138V6.466c0-.839.314-1.09 1.154-1.09h.389v-.974h-.75c-1.693 0-2.098.824-2.098 2.518v3.058c0 1.244-.689 1.425-1.185 1.425v1.198l-.038-.011zm11.487 3.898c.464-.131.854-.319 1.176-.565.32-.245.57-.548.75-.902.176-.355.266-.749.266-1.185 0-.379-.066-.705-.198-.974-.132-.271-.345-.506-.636-.712-.293-.206-.665-.391-1.118-.551-.452-.16-.999-.32-1.642-.479-.689-.175-1.166-.33-1.434-.465-.271-.14-.405-.362-.405-.672 0-.354.141-.614.423-.772.28-.166.627-.24 1.041-.24.445 0 .893.06 1.34.21.446.134.922.374 1.426.689l.945-1.425c-.551-.344-1.145-.615-1.779-.824-.63-.209-1.273-.3-1.904-.3-.51 0-.988.06-1.424.194-.435.136-.824.33-1.154.586-.332.254-.585.569-.766.929-.179.359-.27.78-.27 1.229 0 .344.06.629.181.885.119.254.299.465.554.659s.585.359 1.005.509c.42.15.914.301 1.499.436.778.18 1.319.345 1.648.51.33.149.495.39.495.705 0 .314-.135.568-.405.733s-.659.255-1.139.255c-1.064 0-2.174-.375-3.313-1.125l-.975 1.619c.271.181.57.346.915.495.345.15.704.271 1.079.375.375.105.765.181 1.17.24.404.06.779.074 1.139.074.569 0 1.08-.074 1.544-.209l-.034.068zm7.461-9.72c.66 0 .853.207.853.87v2.623c0 1.188.209 1.493 1.045 1.679v.052c-.836.185-1.045.476-1.045 1.663v2.643c0 .659-.192.929-.853.929h-.289s-.003.499-.031.71c.116 0 .575-.015.575-.015 1.335 0 1.643-.647 1.643-1.981v-2.398c0-.965.56-1.095.837-1.095v-.958c-.277 0-.837-.133-.837-1.109V7.993c0-1.334-.308-1.981-1.643-1.981 0 0-.47.015-.608.032.029.267.059.726.059.726h.285l.009-.002zM20.444 17.049v-3.063c0-1.229.697-1.397 1.185-1.397v-1.21c-.487 0-1.185-.168-1.185-1.413V6.918c0-1.697-.269-2.518-1.969-2.518h-.82v.975h.449c.84 0 1.086.25 1.086 1.091v3.349c0 1.514.419 1.9 1.259 2.136v.067c-.84.235-1.244.605-1.244 2.119v3.364c0 .843-.24 1.191-1.079 1.191h-.449v.908h.824c1.708 0 1.978-.853 1.978-2.552h-.035z\"/></svg>\n </figure>\n </td>\n <td>statamic.svg</td>\n <td><code>_includes/icons/simple-icons/statamic.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"statamic\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Staticman icon</title><path d=\"M17.17 3.046l-.063.002c-.067 0-.133.003-.2.006-.038.002-.078.006-.117.01-.05.003-.1.01-.152.015l-.123.015c-.053.008-.106.018-.16.028-.075.014-.15.03-.224.048-.027.008-.055.014-.083.02l-.174.05c-.01.004-.023.007-.035.01-1.054.333-1.955 1.055-2.51 2.05-.015.023-.03.047-.042.07-.01.023-.024.043-.036.066l-.016.037c-.3.595-.47 1.267-.47 1.978v.8c-.207 0-.373.165-.373.37s.168.373.373.373v2.868c-1.006.1-1.976.436-2.824.98-.243.156-.475.327-.69.508l-.01.01c-.004.003-.01.01-.014.012-.075.07-.146.135-.217.195-.19.162-.39.31-.6.443-.005.003-.007.007-.01.01-.26.16-.474.277-.678.37-.16.07-.322.128-.494.182l-.067.02c-.017.007-.035.012-.054.017-.505.155-1.03.235-1.57.235-1.39 0-2.685-.527-3.66-1.44.455.16.935.243 1.425.243 1.082 0 2.118-.412 2.904-1.13.143.684.444 1.327.878 1.877.196-.06.378-.12.553-.2.058-.026.118-.055.178-.086-.602-.676-.948-1.55-.96-2.463-.002-.16-.107-.3-.26-.35s-.32.007-.414.136c-.668.92-1.745 1.47-2.88 1.47-.998 0-1.957-.424-2.63-1.164-.113-.124-.294-.157-.443-.082s-.23.24-.198.405l.012.055v.003c.883 3.818 3.737 6.984 7.446 8.26.84.29 1.72.483 2.613.57l.037.002c.092 0 .18-.034.25-.096.078-.07.122-.17.122-.276v-1.985c0-.94.19-1.85.57-2.703.262-.588.607-1.132 1.027-1.62l-.407-.242.488.147 2.503.714c.132.06.267.115.404.166v-.8c-.63-.278-1.176-.684-1.59-1.193v-4.07h.15v1.01c0 .733.595 1.33 1.328 1.33h.532c.69 0 1.258-.53 1.323-1.202.004-.02.007-.042.007-.064 0-.18.145-.324.324-.324s.324.145.324.324c0 .022.003.043.006.064.064.674.633 1.203 1.323 1.203h.533c.733 0 1.33-.596 1.33-1.33v-1.01h.146v4.072c-.414.508-.96.914-1.59 1.192v.8c.138-.05.273-.106.404-.167l2.502-.715.005.006.505-.15-.42.248c.365.428.674.897.92 1.4.063.13.193.21.335.21h.022c.15-.01.28-.108.33-.25.103-.297.155-.61.155-.933 0-1.44-1.04-2.624-2.424-2.84V8.994c.206 0 .372-.167.372-.372s-.166-.37-.372-.37v-.8c0-.265-.025-.526-.07-.78-.002-.006 0-.012-.002-.018l-.014-.075-.005-.024c-.172-.837-.582-1.6-1.19-2.21-.268-.27-.57-.504-.893-.693-.033-.02-.067-.036-.1-.055l-.06-.033c-.052-.027-.103-.054-.154-.078-.018-.01-.036-.016-.054-.025-.088-.042-.177-.08-.266-.114-.036-.014-.07-.028-.108-.04-.04-.016-.082-.03-.123-.043-.044-.014-.09-.028-.134-.04-.037-.012-.074-.022-.11-.032-.078-.02-.156-.04-.236-.055-.025-.005-.05-.01-.075-.013-.06-.01-.122-.022-.183-.03-.035-.006-.07-.01-.107-.015l-.157-.016-.11-.008c-.06-.004-.122-.005-.183-.006l-.072-.003zm3.14 1.814s-.076.077-.214.21c-.068.067-.156.143-.254.232-.098.09-.214.185-.34.29-.09.07-.19.145-.29.22.36.723.945 1.193 1.602 1.274.012.12.018.243.018.366v.798h-2.615c-.046-.153-.186-.266-.355-.266H16.48c-.168 0-.31.113-.355.266H13.51v-.798c0-.398.064-.78.182-1.14.117.112.243.212.378.3.04.02.12.063.242.116.173.077.43.162.746.21.158.024.33.037.514.038.045 0 .094 0 .136-.003l.145-.01c.1-.003.193-.02.29-.03s.2-.035.3-.052c.1-.02.2-.048.302-.07.1-.03.202-.06.303-.092.1-.036.202-.07.3-.108.2-.076.398-.16.588-.252l.28-.14.272-.145c.175-.1.344-.198.5-.297.08-.047.155-.1.23-.146s.144-.092.21-.14c.132-.093.258-.173.364-.252.107-.078.203-.143.277-.202.15-.115.24-.178.24-.178zm-3.46 3.87h.64v.212h-.64V8.73zm-2.45.265h1.7v1.01c0 .323-.262.585-.584.585h-.532c-.323 0-.585-.262-.585-.585v-1.01zm3.84 0h1.7v1.01c0 .323-.262.585-.585.585h-.532c-.323 0-.585-.262-.585-.585v-1.01zm-2.99.16c-.234 0-.424.19-.424.424s.19.424.425.424.426-.19.426-.425c0-.07-.018-.132-.046-.19-.04.05-.1.083-.166.083-.117 0-.213-.095-.213-.213 0-.038.012-.073.03-.103l-.03-.003zm3.84 0c-.234 0-.425.19-.425.424s.19.424.425.424.425-.19.425-.425c0-.07-.017-.132-.046-.19-.04.05-.1.083-.168.083-.117 0-.213-.095-.213-.213 0-.038.01-.073.027-.103-.01 0-.02-.003-.028-.003zm-3.436 4.356c-.066.006-.13.03-.186.068-.1.07-.158.183-.158.304v2.02c0 .12.06.235.158.304.064.045.14.068.215.068.042 0 .084-.007.125-.022l1.364-.487 1.364.487c.04.015.083.022.125.022.077 0 .152-.023.216-.068.1-.07.158-.183.158-.304v-2.02c0-.12-.06-.235-.158-.304s-.225-.087-.34-.046l-1.363.487-1.363-.488c-.03-.01-.058-.017-.087-.02-.022-.002-.044-.003-.066 0zm.4.9l.744.266v.432l-.744.266v-.964zm2.233 0v.964l-.744-.266v-.432l.744-.266z\"/></svg>\n </figure>\n </td>\n <td>staticman.svg</td>\n <td><code>_includes/icons/simple-icons/staticman.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"staticman\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Statuspage icon</title><path d=\"M12.008 9.597a5.623 5.623 0 1 1 0 11.245 5.623 5.623 0 0 1 0-11.245zM.154 8.717l3.02 3.574a.639.639 0 0 0 .913.068c4.885-4.379 10.97-4.379 15.84 0a.642.642 0 0 0 .916-.068l3.006-3.574a.646.646 0 0 0-.075-.906c-7.1-6.204-16.462-6.204-23.555 0a.65.65 0 0 0-.065.906z\"/></svg>\n </figure>\n </td>\n <td>statuspage.svg</td>\n <td><code>_includes/icons/simple-icons/statuspage.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"statuspage\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Steam icon</title><path d=\"M11.979 0C5.678 0 .511 4.86.022 11.037l6.432 2.658c.545-.371 1.203-.59 1.912-.59.063 0 .125.004.188.006l2.861-4.142V8.91c0-2.495 2.028-4.524 4.524-4.524 2.494 0 4.524 2.031 4.524 4.527s-2.03 4.525-4.524 4.525h-.105l-4.076 2.911c0 .052.004.105.004.159 0 1.875-1.515 3.396-3.39 3.396-1.635 0-3.016-1.173-3.331-2.727L.436 15.27C1.862 20.307 6.486 24 11.979 24c6.627 0 11.999-5.373 11.999-12S18.605 0 11.979 0zM7.54 18.21l-1.473-.61c.262.543.714.999 1.314 1.25 1.297.539 2.793-.076 3.332-1.375.263-.63.264-1.319.005-1.949s-.75-1.121-1.377-1.383c-.624-.26-1.29-.249-1.878-.03l1.523.63c.956.4 1.409 1.5 1.009 2.455-.397.957-1.497 1.41-2.454 1.012H7.54zm11.415-9.303c0-1.662-1.353-3.015-3.015-3.015-1.665 0-3.015 1.353-3.015 3.015 0 1.665 1.35 3.015 3.015 3.015 1.663 0 3.015-1.35 3.015-3.015zm-5.273-.005c0-1.252 1.013-2.266 2.265-2.266 1.249 0 2.266 1.014 2.266 2.266 0 1.251-1.017 2.265-2.266 2.265-1.253 0-2.265-1.014-2.265-2.265z\"/></svg>\n </figure>\n </td>\n <td>steam.svg</td>\n <td><code>_includes/icons/simple-icons/steam.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"steam\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Steamworks icon</title><path d=\"M21.928 9.49v2.071h-1.503v1.503h1.503v-1.5H24V9.49zm-5.915.498v1.075h1.075V9.988zm2.326 2.572a.596.596 0 00-.382.144.497.497 0 00-.155.383.437.437 0 00.145.35.627.627 0 00.33.14l.103.015.112.02a1.071 1.071 0 01.163.037.366.366 0 01.102.065.34.34 0 01.1.268.353.353 0 01-.127.29.529.529 0 01-.347.105.736.736 0 01-.285-.05.747.747 0 01-.24-.175l-.098.102a.795.795 0 00.27.193.866.866 0 00.343.06.68.68 0 00.455-.144.508.508 0 00.175-.39.53.53 0 00-.043-.208.423.423 0 00-.12-.16.468.468 0 00-.13-.08.84.84 0 00-.2-.047l-.112-.02-.088-.013a.82.82 0 01-.152-.045.481.481 0 01-.123-.072.323.323 0 01-.095-.25.378.378 0 01.115-.287.442.442 0 01.313-.105.617.617 0 01.252.045.75.75 0 01.195.132l.09-.092a.713.713 0 00-.53-.21.596.596 0 00-.036 0zm-17.664.005a.673.673 0 00-.432.161.542.542 0 00-.175.42.516.516 0 00.132.375.602.602 0 00.359.157l.12.015.105.015a.278.278 0 01.172.076.23.23 0 01.05.155c0 .16-.11.237-.327.237a.783.783 0 01-.251-.037.47.47 0 01-.195-.123l-.233.24a.76.76 0 00.295.195 1.157 1.157 0 00.38.058.764.764 0 00.492-.156.53.53 0 00.193-.431.54.54 0 00-.143-.405.48.48 0 00-.145-.093.988.988 0 00-.21-.052l-.107-.015-.113-.015a.292.292 0 01-.167-.078.194.194 0 01-.058-.135.222.222 0 01.075-.172.305.305 0 01.213-.068.767.767 0 01.205.027.394.394 0 01.172.105l.228-.232a.72.72 0 00-.26-.17.977.977 0 00-.338-.053.673.673 0 00-.037 0zm12.091.003a.612.612 0 00-.238.05.645.645 0 00-.21.146.525.525 0 00-.097.134.607.607 0 00-.05.153 1.387 1.387 0 00-.02.19 8.383 8.383 0 000 .595 1.306 1.306 0 00.02.19.607.607 0 00.05.152.486.486 0 00.097.135.645.645 0 00.21.145.656.656 0 00.251.05.612.612 0 00.251-.05.645.645 0 00.21-.145.525.525 0 00.097-.135.606.606 0 00.05-.152 1.385 1.385 0 00.02-.19 8.36 8.36 0 000-.595 1.305 1.305 0 00-.02-.19.606.606 0 00-.05-.153.486.486 0 00-.097-.134.645.645 0 00-.21-.146.656.656 0 00-.25-.05.612.612 0 00-.014 0zm-10.949.015v.333H2.3v1.575h.36v-1.575h.482v-.333zm1.878 0v1.908h1.218v-.33h-.855v-.464h.727v-.333h-.727v-.448h.855v-.333zm2.298 0l-.673 1.908h.375l.113-.337h.655l.11.337h.377l-.675-1.908zm1.442 0v1.908h.36v-1.11l.355.722h.245l.352-.722v1.11h.36v-1.908h-.354l-.48 1.03-.483-1.03zm2.198 0l.46 1.908h.144l.437-1.66.435 1.66h.143l.46-1.908h-.147l-.39 1.658-.43-1.658H10.6l-.43 1.658-.39-1.658zm4.452 0v1.908h.14v-.882h.508l.44.882h.162l-.445-.882a.49.49 0 00.428-.516.486.486 0 00-.148-.374.55.55 0 00-.382-.136zm1.93 0v1.908h.14v-.515l.44-.553.593 1.068v-.002h.167l-.667-1.177.57-.728h-.168l-.935 1.192v-1.192zm3.188.033v.19h.026v-.128l.045.093h.024l.042-.093v.128h.028v-.19h-.028l-.055.118-.055-.118zm-.165.002v.025h.052v.163h.028v-.163h.052v-.025zm-6.26.08a.489.489 0 01.352.148.45.45 0 01.077.107.485.485 0 01.043.132 1.117 1.117 0 01.018.175 7.48 7.48 0 010 .556 1.117 1.117 0 01-.018.175.485.485 0 01-.043.132.506.506 0 01-.077.107.489.489 0 01-.7 0 .45.45 0 01-.078-.107.589.589 0 01-.042-.132 1.117 1.117 0 01-.018-.175 7.459 7.459 0 010-.556 1.117 1.117 0 01.018-.175.485.485 0 01.042-.132.506.506 0 01.078-.107.489.489 0 01.349-.148zm2.007.015a.433.433 0 01.28.098.35.35 0 01.11.289.358.358 0 01-.113.286.428.428 0 01-.294.098h-.543v-.77h.545a.433.433 0 01.015-.001zm-8.643.433l.228.692h-.46z\"/></svg>\n </figure>\n </td>\n <td>steamworks.svg</td>\n <td><code>_includes/icons/simple-icons/steamworks.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"steamworks\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Steem icon</title><path d=\"M3.927 2.596c.264.045-.397 1.778-.028 3.76.318 1.697 4.313 8.275 4.148 10.529-.128 1.418-3.408 4.74-3.753 4.52-.377-.105.996-2.361.486-4.244C4.19 14.97.673 9.301.677 6.798c0-1.832 3.011-4.32 3.25-4.202zM11.44.005c.336.058-.506 2.271-.034 4.791.405 2.17 5.501 10.555 5.292 13.432-.166 1.809-4.348 6.043-4.789 5.76-.479-.131 1.271-3.008.622-5.406-.755-2.796-5.238-10.026-5.235-13.218 0-2.338 3.842-5.509 4.144-5.359zm7.754 2.591c.27.045-.393 1.778-.023 3.761.318 1.697 4.313 8.275 4.148 10.529-.125 1.418-3.408 4.74-3.754 4.52-.377-.105.996-2.361.488-4.244-.594-2.192-4.11-7.861-4.105-10.363 0-1.832 3.014-4.32 3.248-4.202h-.002z\"/></svg>\n </figure>\n </td>\n <td>steem.svg</td>\n <td><code>_includes/icons/simple-icons/steem.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"steem\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Steemit icon</title><path d=\"M20.982 7.246a9.659 9.659 0 0 0-3.4-2.202c.721-2.12 3.277-2.892 3.277-2.892A21.632 21.632 0 0 0 8.31.29a10.14 10.14 0 0 0-5.842 3.478 9.152 9.152 0 0 0 .991 12.984c.598.512 1.934 1.308 1.958 1.349-.876 2.226-3.678 2.835-3.678 2.835a23.335 23.335 0 0 0 8.676 2.917 18.256 18.256 0 0 0 4.17.05 10.598 10.598 0 0 0 6.34-3.12 9.525 9.525 0 0 0 .058-13.538zm-1.704 12.058a8.886 8.886 0 0 1-5.137 2.381 16.265 16.265 0 0 1-3.555-.016 16.9 16.9 0 0 1-4.22-1.154 6.277 6.277 0 0 0 1.5-2.145 1.652 1.652 0 0 0-.05-1.308 6.995 6.995 0 0 1 1.426-8.077 7.26 7.26 0 0 1 10.159.057 7.324 7.324 0 0 1-.123 10.262z\"/></svg>\n </figure>\n </td>\n <td>steemit.svg</td>\n <td><code>_includes/icons/simple-icons/steemit.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"steemit\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Steinberg icon</title><path d=\"M19.481,12.629c0.642-0.371,0.642-1.009,0-1.379l-4.769-2.754 c-0.642-0.371-1.195-0.052-1.195,0.69v5.507c0,0.741,0.553,1.06,1.195,0.69L19.481,12.629z M12.001,2.727 c5.121,0,9.273,4.152,9.273,9.273s-4.152,9.273-9.273,9.273S2.729,17.121,2.729,12S6.88,2.727,12.001,2.727 M12.001,0.002 C5.386,0.002,0.004,5.384,0.004,12c0,6.616,5.382,11.998,11.998,11.998S23.999,18.616,23.999,12 C23.999,5.384,18.617,0.002,12.001,0.002L12.001,0.002z\"/></svg>\n </figure>\n </td>\n <td>steinberg.svg</td>\n <td><code>_includes/icons/simple-icons/steinberg.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"steinberg\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Stellar icon</title><path d=\"M12.283 1.851A10.154 10.154 0 001.846 12.002c0 .259.01.516.03.773A1.847 1.847 0 01.872 14.56L0 15.005v2.074l2.568-1.309.832-.424.82-.417 14.71-7.496 1.653-.842L24 4.85V2.776l-3.387 1.728-2.89 1.473-13.955 7.108a8.376 8.376 0 01-.07-1.086 8.313 8.313 0 0112.366-7.247l1.654-.843.247-.126a10.154 10.154 0 00-5.682-1.932zM24 6.925L5.055 16.571l-1.653.844L0 19.15v2.072L3.378 19.5l2.89-1.473 13.97-7.117a8.474 8.474 0 01.07 1.092A8.313 8.313 0 017.93 19.248l-.101.054-1.793.914a10.154 10.154 0 0016.119-8.214c0-.26-.01-.522-.03-.78a1.848 1.848 0 011.003-1.785L24 8.992Z\"/></svg>\n </figure>\n </td>\n <td>stellar.svg</td>\n <td><code>_includes/icons/simple-icons/stellar.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"stellar\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Stencyl icon</title><path d=\"M14.36,2.675c-0.959,0.12-1.901,0.366-2.783,0.759L9.389,1.622l0.433,2.835 c-0.758,0.567-1.41,1.25-1.935,2.038L4.982,6l1.951,2.352c-0.31,0.817-0.502,1.677-0.589,2.548L3.374,12l2.952,1.099 c0.083,0.883,0.258,1.763,0.565,2.597l-1.894,2.283l2.819-0.426c0.541,0.811,1.229,1.518,2.025,2.08l-0.47,2.751l2.247-1.806 c0.864,0.333,1.78,0.523,2.705,0.597L15.372,24l1.059-2.846c1.418-0.144,2.841-0.46,4.103-1.144 c-0.229-1.019-0.468-2.035-0.692-3.055c-2.042,1.044-4.605,1.442-6.736,0.403c-1.763-0.896-2.773-2.842-2.911-4.785 c-0.152-2.15,0.502-4.51,2.314-5.801c1.724-1.192,4.024-1.208,5.964-0.586c0.428,0.149,0.836,0.353,1.224,0.603 c0.306-1.052,0.616-2.104,0.93-3.154c-1.32-0.674-2.811-0.98-4.291-1.044L15.372,0L14.36,2.675z\"/></svg>\n </figure>\n </td>\n <td>stencyl.svg</td>\n <td><code>_includes/icons/simple-icons/stencyl.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"stencyl\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Stitcher icon</title><path d=\"M17.98 6.938h-.359v10.125h.359V6.938zm-.745 1.125h-.36v7.875h.36V8.063zm-1.116 0H0v7.875h16.119V8.063zm7.881 0h-4.508v7.875H24V8.063zm-5.256 0h-.36v7.875h.36V8.063z\"/></svg>\n </figure>\n </td>\n <td>stitcher.svg</td>\n <td><code>_includes/icons/simple-icons/stitcher.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"stitcher\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Storify icon</title><path d=\"M22.98 8.566c.32.607.563 1.275.732 2.005.17.73.264 1.495.285 2.292.02.795-.061 1.605-.24 2.416-.18.815-.447 1.611-.797 2.388s-.83 1.515-1.441 2.22c-.613.706-1.313 1.339-2.107 1.901-.781.554-1.74 1.034-2.85 1.409-1.111.39-2.326.645-3.646.795l-.299-.721c.074-.015.164-.045.299-.089.137-.046.375-.135.721-.301.359-.15.689-.329 1.02-.54.33-.21.689-.495 1.08-.87.404-.375.734-.779 1.02-1.215.285-.449.525-.99.721-1.649.195-.66.301-1.365.301-2.115 0-.721-.09-1.381-.285-2.01-.195-.631-.451-1.155-.766-1.621-.314-.449-.674-.885-1.049-1.289-.375-.405-.766-.795-1.141-1.155-.391-.36-.734-.735-1.066-1.095-.314-.361-.584-.766-.779-1.215-.195-.45-.3-.916-.3-1.41 0-.885.361-1.65 1.05-2.28.705-.646 1.664-.96 2.895-.96.361 0 .721.029 1.096.105.375.074.824.209 1.334.435.512.226.992.51 1.455.854.467.346.961.84 1.471 1.455.51.619.977 1.335 1.395 2.145l-.109.115zM1.02 15.451c-.319-.607-.563-1.275-.731-2.006-.169-.731-.265-1.494-.285-2.291-.021-.796.061-1.605.24-2.416.181-.816.445-1.612.795-2.388.352-.777.832-1.516 1.44-2.22.615-.705 1.315-1.34 2.109-1.9.78-.556 1.739-1.035 2.851-1.41C8.55.427 9.765.158 11.085.007l.299.711c-.063.014-.158.044-.285.08-.124.039-.359.135-.712.293-.35.156-.687.334-1.013.537-.322.202-.68.489-1.072.861s-.73.777-1.012 1.215c-.284.439-.521.985-.716 1.64-.196.654-.291 1.355-.291 2.107 0 .71.09 1.375.301 2 .195.625.449 1.162.765 1.613.315.466.675.885 1.05 1.307.375.419.766.794 1.141 1.154.375.359.734.734 1.05 1.096.329.375.585.779.78 1.214.195.45.299.915.299 1.41 0 .899-.359 1.666-1.049 2.296-.706.645-1.667.959-2.897.959-.359 0-.72-.03-1.095-.105-.375-.074-.825-.209-1.32-.435-.51-.226-.99-.51-1.47-.855-.466-.345-.96-.84-1.47-1.455-.51-.614-.975-1.334-1.396-2.144l.048-.055z\"/></svg>\n </figure>\n </td>\n <td>storify.svg</td>\n <td><code>_includes/icons/simple-icons/storify.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"storify\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Storybook icon</title><path d=\"M16.34.24l-.12 2.71a.18.18 0 0 0 .29.15l1.06-.8.9.7a.18.18 0 0 0 .28-.14L18.65.1l1.33-.1a1.2 1.2 0 0 1 1.28 1.2v21.6A1.2 1.2 0 0 1 20 24l-16.1-.72a1.2 1.2 0 0 1-1.15-1.16L2 2.32a1.2 1.2 0 0 1 1.13-1.27l13.2-.83.01.02zM13.27 9.3c0 .47 3.16.24 3.59-.08 0-3.2-1.72-4.89-4.86-4.89-3.15 0-4.9 1.72-4.9 4.29 0 4.45 6 4.53 6 6.96 0 .7-.32 1.1-1.05 1.1-.96 0-1.35-.49-1.3-2.16 0-.36-3.65-.48-3.77 0-.27 4.03 2.23 5.2 5.1 5.2 2.79 0 4.97-1.49 4.97-4.18 0-4.77-6.1-4.64-6.1-7 0-.97.72-1.1 1.13-1.1.45 0 1.25.07 1.19 1.87z\"/></svg>\n </figure>\n </td>\n <td>storybook.svg</td>\n <td><code>_includes/icons/simple-icons/storybook.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"storybook\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Strapi icon</title><path d=\"M17.295 10.554a.388.388 0 01-.195-.053l-1.527-.894a.39.39 0 01-.192-.334V7.508a.387.387 0 01.193-.335l1.534-.886a.384.384 0 01.385 0l1.538.88a.388.388 0 01.195.336v1.78a.387.387 0 01-.192.335l-1.535.885a.382.382 0 01-.204.05zm-1.14-1.503l1.146.67 1.148-.663V7.725l-1.15-.659-1.15.665zM5.252 13.545a.387.387 0 01-.194-.727l1.344-.774a.387.387 0 11.386.668l-1.344.777a.384.384 0 01-.192.056zm-.292 2.341a.385.385 0 01-.19-.727l2.578-1.477a.387.387 0 11.384.67l-2.585 1.483a.384.384 0 01-.186.05zm.417 1.926a.387.387 0 01-.19-.727l3.117-1.744a.387.387 0 11.378.673l-3.11 1.744a.38.38 0 01-.195.054zM12.956 1.99L11.043.827 1.375 6.421l.019 1.599 3.657 2.11L7.44 8.764l.522-2.541a.392.392 0 01.186-.258l8.414-4.845a.391.391 0 01.387 0l6.278 3.635a.382.382 0 01.194.334l-.012 7.268a.387.387 0 01-.195.335l-8.324 4.78a.388.388 0 01-.298.037l-2.526-.714-2.368 1.378v4.197l1.385.8 9.667-5.593v-2.248l.77-.503v2.972a.385.385 0 01-.191.336l-10.052 5.815a.384.384 0 01-.387 0L9.116 22.93a.385.385 0 01-.194-.334v-4.642a.385.385 0 01.192-.333l2.702-1.572a.385.385 0 01.3-.038l2.532.716 7.995-4.587.012-6.82-5.893-3.41-8.07 4.652-.526 2.528a.387.387 0 01-.187.257l-2.727 1.569a.388.388 0 01-.386 0L.826 8.59a.387.387 0 01-.194-.33L.6 6.207a.385.385 0 01.192-.338L10.854.054a.387.387 0 01.394 0l2.471 1.502z\"/></svg>\n </figure>\n </td>\n <td>strapi.svg</td>\n <td><code>_includes/icons/simple-icons/strapi.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"strapi\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Strava icon</title><path d=\"M15.387 17.944l-2.089-4.116h-3.065L15.387 24l5.15-10.172h-3.066m-7.008-5.599l2.836 5.598h4.172L10.463 0l-7 13.828h4.169\"/></svg>\n </figure>\n </td>\n <td>strava.svg</td>\n <td><code>_includes/icons/simple-icons/strava.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"strava\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Stripe icon</title><path d=\"M13.976 9.15c-2.172-.806-3.356-1.426-3.356-2.409 0-.831.683-1.305 1.901-1.305 2.227 0 4.515.858 6.09 1.631l.89-5.494C18.252.975 15.697 0 12.165 0 9.667 0 7.589.654 6.104 1.872 4.56 3.147 3.757 4.992 3.757 7.218c0 4.039 2.467 5.76 6.476 7.219 2.585.92 3.445 1.574 3.445 2.583 0 .98-.84 1.545-2.354 1.545-1.875 0-4.965-.921-6.99-2.109l-.9 5.555C5.175 22.99 8.385 24 11.714 24c2.641 0 4.843-.624 6.328-1.813 1.664-1.305 2.525-3.236 2.525-5.732 0-4.128-2.524-5.851-6.594-7.305h.003z\"/></svg>\n </figure>\n </td>\n <td>stripe.svg</td>\n <td><code>_includes/icons/simple-icons/stripe.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"stripe\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>strongSwan icon</title><path d=\"M19.565 5.106a4.69 4.69 0 00-.236.006c-.074 0-.148 0-.221.007-.506.111-1.072.246-1.438.634-.552.631-.442 1.69.202 2.222.885.79 1.72 1.657 2.29 2.708.624.965.731 2.259.16 3.274-.63 1.283-1.887 2.18-3.26 2.515.38.998.437 2.3.437 2.3s1.157-.32 1.64-.537c.545-.263 1.117-.507 1.55-.943.434-.295.75-.724 1.035-1.163.32-.512.612-1.048.862-1.595.157-.492.347-.98.374-1.505a6.174 6.174 0 00-.169-2.283c-.378-1.016-1.09-1.875-1.93-2.545.772-.008 1.547.03 2.317-.019.432 0 1.253-.42.544-.754-.385-.12-.782.09-1.16.109-.315-.139-.973-.324-.725-.776.288-.598-.153-1.082-.69-1.277-.484-.278-1.032-.379-1.582-.378zm-6.419.66c-1.18.034-2.404.178-3.425.823-1.054.695-1.908 1.677-2.554 2.757.032-.004.06-.005.07.002.017.01.112.027.213.037.201.024 1.527.4 1.591.451.08.064.656.343.71.343.094 0 .057-.057-.07-.114-.267-.114-.499-.256-.428-.256.131 0 .36.101.542.24.198.154.733.383.979.42.269.037.962.303 1.14.43.088.068.22.152.286.189a.58.58 0 01.145.1c.037.058.078.038.06-.03-.01-.033-.067-.09-.13-.124-.064-.034-.108-.08-.101-.1.007-.021-.135-.129-.32-.236-.182-.108-.34-.226-.35-.26-.014-.03-.034-.057-.047-.057a.467.467 0 01-.131-.1c-.061-.058-.101-.102-.091-.102.023 0 .296.175.32.206.036.043.238.134.265.117.017-.01.054.01.088.048.08.087.097.084.148-.02l.04-.088.07.09c.055.068.078.081.098.044a.172.172 0 00.03-.08c0-.034-.17-.121-.42-.212a1.009 1.009 0 01-.185-.105c-.128-.1-.01-.087.242.03.118.051.303.122.414.152.111.03.25.078.303.101.296.135.384.178.511.263a.515.515 0 00.212.094c.037 0 .078.023.088.05.013.027.034.044.047.034.014-.01.08.02.148.067.067.044.121.071.121.057 0-.01.024.014.054.054.04.057.064.068.094.044.03-.027.06-.017.105.03.033.037.08.064.107.061.04-.01.347.296.347.347 0 .01.064.064.144.117.078.054.152.111.165.132.014.016.04.033.058.033.016 0 .104.054.195.118.087.064.168.114.178.118.044.003.33.222.42.323.125.134.058.097-.188-.101-.333-.273-.535-.36-.535-.232 0 .033-.023.07-.05.084-.047.017-.047.027.003.08.067.075.141.088.08.014-.05-.06-.003-.064.071-.007.03.024.047.057.04.08-.01.024.01.034.051.021.067-.017.242.118.242.185 0 .017.209.168.465.33.454.29.67.45.535.404a.494.494 0 00-.108-.02c-.024 0-.091-.038-.145-.085-.094-.077-.235-.087-.188-.013.01.017-.01.03-.044.03-.04.003-.024.02.05.06.081.044.098.071.071.098-.027.027-.017.047.04.081.044.02.095.06.108.084.014.027.05.047.078.047.027 0 .064.037.087.084.02.044.047.074.064.068.014-.01.034.01.047.047.01.033.148.192.303.35.158.158.286.306.286.323 0 .03-.222.094-.276.077-.017-.003-.027.007-.027.027s-.03.02-.074.003-.077-.04-.074-.057c.003-.047-.06-.101-.145-.121-.11-.03-.094.016.054.151.125.111.128.121.06.138a.09.09 0 01-.022.003c.032.037.063.073.093.111.755-.6 1.66-1.235 1.777-2.276.154-1.283-.886-2.277-1.854-2.94-.592-.432-1-1.091-1.279-1.759-.287-.61-.007-1.883-.007-1.883s-1.418-.112-2.085-.123zm-10.75 2.81a4.102 4.102 0 01-.282.017c-.233.014-.24.014-.223.094.01.054.06.105.155.148.135.068.976.303 1.397.394.12.027.232.06.252.077.064.05.249.071.262.03.01-.026.064-.016.165.031.121.057.441.145.586.158.02.003.043.03.057.064.013.03.07.067.128.08.057.01.097.038.09.058-.016.047-.198.027-.232-.024-.02-.03-.033-.03-.054.003-.023.034-.063.034-.201.003-.098-.023-.175-.053-.175-.07 0-.054-.064-.024-.084.04-.014.037-.037.06-.054.047-.017-.01-.024-.03-.014-.043.007-.017-.107-.091-.262-.165-.219-.111-.407-.165-.912-.276a7.444 7.444 0 00-.65-.121c-.01.01.041.047.115.087.108.06.114.067.037.05-.148-.03-.111.01.094.102.131.057.185.097.172.13-.02.051.047.129.097.119.071-.014.111.007.121.06.017.094-.11.145-.265.108a5.732 5.732 0 00-.23-.047c-.056-.007-.208-.037-.336-.06a3.065 3.065 0 00-.37-.055 1.693 1.693 0 01-.282-.04c-.115-.027-.155-.024-.175.01-.017.027-.088.04-.182.037-.084-.003-.151.01-.151.023 0 .017.127.03.286.03.279 0 .353.014.353.068 0 .05-.121.064-.222.02-.078-.03-.111-.03-.172.007-.064.044-.084.04-.158-.007-.077-.05-.09-.05-.108-.007-.02.057-.13.054-.235-.003-.057-.03-.047-.04.08-.06.172-.027.169-.04-.013-.064-.09-.01-.158 0-.202.033-.06.044-.06.048-.003.051.094 0 .03.067-.064.067a.432.432 0 01-.151-.033C.33 9.72.317 9.72.324 9.754c.01.047-.111.053-.226.01-.037-.017-.057-.017-.043 0 .013.013 0 .043-.03.067-.044.034-.034.04.077.04.074 0 .188.01.259.024.074.013.124.01.124-.01 0-.044.236-.024.367.033.074.034.104.064.09.105-.01.047-.002.054.041.03.04-.023.074-.017.115.02.05.044.074.047.158.01.057-.023.117-.026.144-.01.024.014.152.03.28.034.272.007.373.027.44.08.027.02.081.045.125.048.131.017.239.044.34.08.128.051.7.179.716.162.007-.007-.057-.034-.14-.057-.085-.024-.152-.057-.152-.078 0-.033.097-.02.346.058.142.043.165.047.182.003.01-.027.037-.05.064-.05.027 0 .047-.024.047-.055 0-.027-.013-.04-.034-.03-.016.01-.033.003-.033-.013 0-.02.023-.037.05-.037.03 0 .05.03.05.08 0 .068.02.081.139.101.077.014.148.014.158.003.01-.01-.007-.017-.037-.017s-.057-.016-.057-.033c0-.044-.007-.044.296.03.141.037.35.074.46.088.327.03.435.063.892.265.225.103.468.203.678.283.003-.035.008-.07.013-.106-.124-.046-.24-.106-.247-.136-.01-.04.007-.044.091-.017l.176.052c-.017-.116.406.02.454-.112.028-.076-.691-.282-.664-.372.026-.09.387.062.465-.026.06-.067-.181-.212-.12-.291.04-.053.413.237.468.185.07-.068-.413-.337-.36-.432.041-.072.285.115.372.057.136-.09-.04-.044.066-.17.02-.024.051-.032.09-.032.007-.016.016-.031.024-.047l.058.002c.071-.003.088-.01.051-.03a.327.327 0 00-.08-.027c.005-.007.008-.013.011-.02l.002-.003a25.609 25.609 0 00-.68-.443l-.043-.013a2.61 2.61 0 00-.673-.115c-.333-.017-.333-.017-.152.027.438.101.976.28.976.32 0 .027-.023.037-.057.027-.4-.122-1.38-.39-1.42-.39a.148.148 0 01-.09-.034c-.02-.02-.139-.047-.27-.064a3.189 3.189 0 01-.377-.07c-.077-.025-.148-.038-.158-.028-.037.034.024.121.094.142.058.013.064.026.034.057-.03.03-.054.03-.098-.007-.03-.027-.063-.044-.07-.037-.03.027-.209-.037-.226-.081-.013-.037-.043-.044-.09-.03-.04.013-.081.007-.095-.014-.03-.047-.508-.138-.508-.097 0 .043-.212-.003-.242-.054-.03-.04-.094.03-.094.104 0 .064-.067.054-.242-.04a.603.603 0 00-.202-.078zm4.004.475c.322.097.377.105.377.057 0-.028-.35-.146-.632-.214.082.049.168.102.255.157zm-.255-.157c-.223-.134-.411-.236-.478-.244a.982.982 0 01-.212-.037c-.034-.02-.226.024-.226.054 0 .02.199.067.841.209l.075.018zm.935.6c.077.051.136.092.148.101.013.01.043.031.083.055l.155.007c.243.01.431.044.673.115.364.11.42.12.42.07 0-.03-.416-.168-.706-.232-.399-.088-.627-.139-.742-.17l-.03.053zm.23.156c-.16-.007-.14 0 .005.035l.095.023-.1-.058zm.1.058l.04.02c-.047.027-.29-.109-.437-.109l-.033.062c.304.079.947.257 1.254.35.033.01.057 0 .057-.027 0-.037-.464-.193-.88-.296zm-2.31-.95h-.038c-.03.002-.054.006-.065.013-.047.027.148.068.316.068.07-.003.088-.01.05-.03a.761.761 0 00-.264-.05zm-3.104.148c-.02 0-.024.014-.014.034.01.017.037.033.054.033.02 0 .024-.016.014-.033a.069.069 0 00-.054-.034zm.21.07H2.18c-.037 0-.047.01-.02.021.023.01.053.007.063-.003.01-.008.001-.015-.019-.017zm5.434.136c.005 0 .009 0 .013.003l-.096.045-.01-.005c-.058.042-.118.1-.148.1-.033 0 .067-.133.148-.1.033-.025.066-.044.093-.043zm-1.852.702c.027 0 .04.014.03.034-.01.017-.034.034-.054.034-.017 0-.03-.017-.03-.034 0-.02.023-.034.054-.034zm-4.962.34H.8c-.037 0-.047.01-.02.02.024.01.054.008.064-.002.01-.008.001-.015-.02-.017zm.214.088l.064.07c.034.04.094.081.135.091.037.014.151.054.245.091.145.057.195.06.283.03.084-.03.121-.026.161.007a.65.65 0 00.3.125c.047 0 .04-.014-.024-.064l-.08-.06.14.01a.396.396 0 01.193.05c.027.02.047.027.047.014 0-.014.02-.01.043.007.068.053.189.074.202.033.007-.023.078-.007.195.05.202.095.475.162.663.162.068 0 .232.024.36.054.39.088.693.145.963.182.144.02.346.067.454.104.252.088.323.101.3.06-.014-.016.002-.03.03-.03.03 0 .053.024.053.05 0 .031.02.041.058.028.037-.014.047-.01.03.017-.02.037.017.057.09.043.014 0 .024.01.024.027s.037.037.084.044a.16.16 0 00.06.003l-.024-.003.104-.213c-.07-.04-.18-.085-.305-.12a2.323 2.323 0 01-.33-.132c-.093-.047-.164-.067-.178-.047a.07.07 0 01-.057.034c-.023 0-.02-.017.003-.047.057-.067-.249-.165-.552-.172a4.065 4.065 0 01-.972-.141c-.212-.057-.34-.074-.353-.05-.014.02-.148.007-.39-.044-.202-.04-.438-.084-.522-.094a1.307 1.307 0 01-.202-.037A2.442 2.442 0 002 10.337a7.809 7.809 0 01-.791-.068zm5.153.981l.003.002c-.002.064 0 .128.003.192a.057.057 0 01-.031-.007c-.017-.01-.03-.003-.03.014 0 .008-.01.014-.024.017.142.019.283.03.444.035.303.007.609.104.552.171-.024.03-.027.047-.003.047a.07.07 0 00.057-.033c.013-.02.084 0 .178.047.088.043.236.104.33.13.212.061.383.149.383.193 0 .016.024.023.051.013.027-.013.05-.003.05.017 0 .047-.161.114-.205.084-.017-.01-.03-.003-.03.013 0 .017-.037.024-.084.014-.047-.007-.084-.027-.084-.044 0-.017-.01-.027-.024-.027-.074.014-.11-.007-.09-.044.016-.026.006-.03-.03-.016-.038.013-.058.003-.058-.027 0-.027-.024-.05-.054-.05-.027 0-.044.013-.03.03.023.04-.047.027-.3-.061a2.926 2.926 0 00-.454-.104c-.217-.03-.458-.074-.746-.135-.3.636-.585 1.279-.848 1.932-1.36 2.488-3.238 2.791-3.238 2.791v2.477c1.517-.004 3.034-.009 4.55-.016-.24-2.505 1.376-5.035 3.753-5.863a1.382 1.382 0 01-.177-.103c-.064-.044-.145-.07-.178-.06-.04.01-.165-.048-.323-.145a7.318 7.318 0 00-.306-.182 5.993 5.993 0 01-.505-.326c.08 0 .501.151.69.249.13.067.269.12.31.12a.48.48 0 01.191.075c.067.044.219.138.336.212.056.034.107.067.146.094.14-.047.283-.09.426-.125-.08-.036-.244-.116-.417-.198a6.752 6.752 0 00-.656-.276 3.048 3.048 0 01-.488-.212 10.887 10.887 0 00-.343-.182c-.07-.03-.192-.1-.27-.151a2.275 2.275 0 00-.235-.138c-.067-.027-.087-.054-.07-.094.017-.044.01-.05-.027-.027-.07.044-.121.044-.232.01l-.206-.06c-.084-.027-.1-.024-.09.016.01.047.289.169.447.195.067.01.209.085.42.222.065.04.088.064.051.051a4.883 4.883 0 00-.269-.08 9.769 9.769 0 01-1.094-.428c-.457-.202-.565-.236-.891-.266a3.413 3.413 0 01-.206-.032l-.025.05zm.421-.842l-.043.084c.065.03.182.034.196-.003.007-.02-.034-.047-.091-.057a.269.269 0 01-.062-.023zm1.529 1.754c.03 0 .092.024.249.076.212.074.366.155.992.529.057.033.145.1.199.148l.097.084h-.09c-.145 0-.811-.367-.811-.448 0-.02-.027-.043-.064-.05-.04-.01-.054 0-.037.027.02.03.007.03-.047.003-.081-.044-.098-.088-.02-.057.026.01.05.003.05-.014 0-.02-.03-.034-.067-.034-.037 0-.068-.016-.068-.033 0-.02-.02-.034-.04-.034a.82.82 0 01-.178-.067.844.844 0 00-.179-.068c-.023 0-.033-.016-.023-.033.012-.02.014-.03.037-.03z\"/></svg>\n </figure>\n </td>\n <td>strongswan.svg</td>\n <td><code>_includes/icons/simple-icons/strongswan.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"strongswan\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>StubHub icon</title><path d=\"M23.78 6.566L.21 8.148c-.116.008-.21.107-.21.227V8.4l.725 6.884v.004c.003.036.006.07.006.11 0 .123-.016.243-.048.347L.344 16.84c-.04.122.026.182.146.134l1.805-.75c.002 0 .004 0 .006-.002h.003c.13-.05.27-.076.418-.076h.036l20.04 1.29c.127 0 .23-.097.243-.222L24 6.784v-.02c0-.11-.09-.198-.2-.198h-.02zm-19.245 3.68h.053c.823 0 1.25.304 1.275.892v.045h-.516l-.006-.04c-.027-.26-.273-.386-.753-.386h-.045c-.48.008-.717.152-.717.434v.08c.005.055.03.102.07.136.052.048.117.087.19.11l1.204.403-.007-.005.01.004c.18.057.34.163.46.306.108.138.175.313.175.502v.117c0 .287-.14.54-.36.695-.235.18-.575.268-.997.268s-.75-.093-.99-.268v-.002c-.218-.155-.36-.41-.36-.7v-.07h.516v.05c0 .146.063.255.21.346s.358.137.628.137.49-.048.637-.136.22-.2.22-.346v-.072c0-.167-.098-.277-.3-.344L3.935 12c-.195-.062-.35-.157-.45-.28-.1-.12-.16-.274-.16-.444v-.084c0-.616.403-.935 1.21-.943zm8.292.08h.518v1.448h1.588v-1.447h.52v3.47h-.522v-1.52h-1.585v1.52h-.518v-3.47zm-6.495.007h.5v.945h.535v.51h-.535v.89c0 .208.056.37.168.487l-.002.004c.087.09.202.15.334.17h.035v.485l-.047-.004h-.004c-.265-.016-.504-.13-.68-.308-.203-.21-.305-.492-.305-.834v-2.346zm11.913 0h.5v1.12c.155-.157.367-.24.633-.24.755 0 1.14.395 1.142 1.175v.283c0 .342-.103.624-.305.835s-.486.316-.836.316-.628-.105-.83-.315-.306-.494-.306-.834v-2.337zm-8.084.002h.5v1.12c.156-.16.368-.243.634-.243.76 0 1.14.396 1.144 1.176v.283c0 .342-.105.624-.307.835s-.483.316-.833.316-.627-.105-.83-.315-.307-.494-.307-.834v-2.335zm-2.395.945h.492v1.367c0 .258.04.442.113.545.07.095.204.146.387.146h.016c.185 0 .31-.047.385-.146s.115-.287.115-.545H9.27V11.28h.49v1.367c0 .417-.08.72-.23.902-.146.173-.385.264-.71.272h-.115c-.325-.008-.564-.098-.71-.273-.156-.18-.23-.486-.23-.903V11.28zm8.077 0h.492v1.367c0 .258.04.442.115.545.07.095.2.146.384.146h.025c.18 0 .306-.05.378-.146.075-.104.115-.287.115-.545h-.004V11.28h.49v1.367c0 .417-.083.728-.23.902s-.384.264-.71.272h-.12c-.324-.008-.563-.098-.71-.273-.155-.18-.228-.486-.228-.903V11.28zm-4.548.422c-.207 0-.37.05-.473.156s-.16.285-.16.53v.288c0 .208.062.366.17.486s.26.182.464.182c.203 0 .357-.056.47-.18s.17-.28.17-.488v-.283c0-.247-.056-.423-.163-.53s-.266-.16-.476-.16zm8.083 0c-.207 0-.37.05-.473.156s-.16.285-.16.53v.288c0 .208.06.366.166.486s.267.182.467.182.355-.06.47-.18.17-.285.17-.488v-.283c0-.247-.056-.423-.163-.53s-.267-.16-.477-.16z\"/></svg>\n </figure>\n </td>\n <td>stubhub.svg</td>\n <td><code>_includes/icons/simple-icons/stubhub.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"stubhub\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>styled-components icon</title><path d=\"M16.214 6.762l-.075.391c-.116.741-.074.953.244 1.228l.307.254-.318 1.418c-.19.846-.423 1.555-.571 1.788-.127.201-.275.497-.307.656-.053.19-.233.381-.508.55-.243.138-.72.508-1.058.805-.27.243-.456.392-.557.456l-.33.261c-.106.17-.166.307-.189.411-.023.107-.01.178.024.23.033.05.09.085.168.107a.954.954 0 00.282.023 3 3 0 00.632-.112c.07-.019.125-.037.173-.053.074-.091.245-.263.548-.562.804-.793 1.111-1.227.794-1.11-.117.042-.064-.064.137-.276.424-.413.667-1.037 1.175-2.994.402-1.545.402-1.567.698-1.567.139 0 .532.024.532.024V6.762h-.902zm3.839 3.165c-.064 0-.17.096-.233.202-.116.19.021.306 1.767 1.396 1.037.657 1.873 1.217 1.852 1.26-.021.031-.868.582-1.883 1.217-1.842 1.142-1.852 1.153-1.683 1.386.212.275 0 .37 2.391-1.122L24 13.155v-.836l-1.937-1.196c-1.047-.656-1.957-1.185-2.01-1.196zm-16.085.117c-.053 0-.963.54-2.01 1.185L0 12.425v.836l1.947 1.217c1.08.666 1.99 1.217 2.032 1.217.042 0 .127-.096.212-.212.127-.201.02-.286-1.768-1.418C.72 12.996.54 12.848.71 12.732c.106-.074.91-.572 1.778-1.111 1.979-1.217 1.873-1.133 1.714-1.387-.063-.105-.17-.2-.233-.19zm8.684.023c-.292-.002-.92.443-2.8 1.978-.081.193-.088.326-.051.412.024.059.068.1.129.13.06.03.138.048.224.055.171.015.373-.012.536-.044l.11-.025a.386.386 0 01.144-.118c.116-.064.603-.508 1.09-.984.857-.868 1.058-1.26.709-1.387a.24.24 0 00-.09-.017zm2.196.603c-.257.007-.72.305-1.513.938-.398.323-.65.497-.785.533l-.524.414c-.197.36-.226.583-.174.706a.25.25 0 00.138.134.644.644 0 00.24.045 2.18 2.18 0 00.58-.085 3.466 3.466 0 00.291-.092l.029-.012.053-.028c.1-.129.33-.372.618-.652.91-.878 1.375-1.502 1.28-1.735-.043-.113-.117-.17-.233-.166zm-2.424 1.08c-.074.008-.24.136-.539.398-.432.382-.903.602-1.066.504a3.97 3.97 0 01-.114.024c-.166.033-.373.06-.558.045a.708.708 0 01-.252-.063.337.337 0 01-.168-.17c-.037-.09-.037-.202.005-.345l-.65.534-1.471 1.217V15.867l4.82-3.797a.41.41 0 01.016-.123c.037-.134.035-.202-.023-.196zm2.074.639c-.073 0-.195.103-.39.31-.265.283-.682.557-.903.613l-.034.018a2.191 2.191 0 01-.11.042c-.06.02-.138.044-.228.068-.18.049-.404.094-.604.089a.732.732 0 01-.275-.054.344.344 0 01-.184-.18c-.058-.139-.035-.334.092-.611L7.61 16.033v1.205h1.868l3.962-3.112c.103-.114.258-.27.467-.465.56-.519.687-.698.687-.963 0-.206-.023-.31-.096-.31zm.943 1.95l-.339.338c-.19.18-.529.402-.761.497l-.046.02-.003.005-.01.01c-.009.007-.013.008-.02.011a3.432 3.432 0 01-.282.093 3.058 3.058 0 01-.65.115 1.035 1.035 0 01-.31-.027.364.364 0 01-.218-.144c-.048-.074-.062-.173-.035-.295a1.11 1.11 0 01.095-.25l-3.197 2.526h4.252l.508-.582c.698-.814 1.016-1.396 1.016-1.894z\"/></svg>\n </figure>\n </td>\n <td>styled-components.svg</td>\n <td><code>_includes/icons/simple-icons/styled-components.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"styled-components\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>StyleShare icon</title><path d=\"M14.752 7.22a2.04 2.04 0 0 0-2.049 2.048c0 .455.146.89.414 1.241l2.628 3.662c.31.537.124 1.242-.414 1.572-.538.311-1.241.125-1.572-.414a1.154 1.154 0 0 1 .372-1.551l.042-.021c.206-.145.269-.414.124-.621a.467.467 0 0 0-.373-.207.395.395 0 0 0-.207.063l-.041.021c-.951.6-1.262 1.861-.662 2.813.601.953 1.862 1.264 2.813.662.952-.6 1.263-1.861.662-2.813-.041-.063-.082-.104-.104-.166l-2.627-3.683a1.095 1.095 0 0 1-.145-.58c0-.641.517-1.138 1.138-1.138.62 0 1.138.517 1.138 1.138 0 .394-.207.745-.538.973-.021 0-.021.021-.041.021-.207.145-.27.414-.124.621.082.124.228.186.372.207a.4.4 0 0 0 .207-.062l.041-.021c.952-.6 1.263-1.862.662-2.814a2.027 2.027 0 0 0-1.716-.951zM14.752 15.311a.578.578 0 0 0 .579-.58.578.578 0 1 0-1.158 0c0 .332.268.58.579.58zM14.752 8.689a.578.578 0 0 0-.579.58.578.578 0 1 0 1.158 0c-.02-.331-.268-.58-.579-.58zM12 0C5.379 0 0 5.379 0 12c0 6.622 5.379 12 12 12s12-5.379 12-12S18.621 0 12 0zM9.269 17.357a2.613 2.613 0 0 1-2.627-2.605 2.62 2.62 0 0 1 1.593-2.421L7.138 10.8c-.848-1.18-.579-2.814.579-3.642s2.814-.58 3.641.579c.828 1.159.58 2.814-.579 3.642a2.58 2.58 0 0 1-.517.29l1.138 1.615a2.599 2.599 0 0 1-.703 3.619 2.49 2.49 0 0 1-1.428.454zm7.655-4.074c.808 1.199.497 2.813-.703 3.619s-2.814.498-3.621-.703a2.601 2.601 0 0 1 .704-3.621c.145-.104.289-.165.435-.248l-1.117-1.531a2.633 2.633 0 0 1 .579-3.662 2.634 2.634 0 0 1 3.662.58 2.635 2.635 0 0 1-.579 3.662 2.56 2.56 0 0 1-.518.29l1.158 1.614zM8.255 9.827a1.099 1.099 0 0 1-.145-.579c0-.641.517-1.138 1.138-1.138.642 0 1.138.517 1.138 1.138 0 .394-.207.766-.538.973l-.041.021c-.207.145-.269.414-.125.621.083.124.228.186.373.207a.403.403 0 0 0 .207-.062l.041-.021a2.055 2.055 0 0 0 .683-2.814 2.055 2.055 0 0 0-2.814-.684 2.069 2.069 0 0 0-.682 2.814c.042.063.083.125.124.166l2.627 3.663c.104.166.145.373.145.578 0 .643-.497 1.139-1.138 1.16a1.153 1.153 0 0 1-1.158-1.139c0-.393.207-.766.538-.973l.042-.02c.207-.146.269-.414.124-.621a.467.467 0 0 0-.373-.207.393.393 0 0 0-.207.063l-.042.021c-.952.599-1.262 1.863-.662 2.814s1.862 1.262 2.814.662c.6-.373.972-1.035.972-1.738 0-.455-.145-.889-.414-1.242L8.255 9.827zM9.269 15.311c.31 0 .579-.248.579-.58a.58.58 0 0 0-1.159 0c0 .332.249.58.58.58zM9.269 8.689a.575.575 0 0 0-.58.559c0 .311.249.58.559.58.311 0 .58-.249.58-.559a.562.562 0 0 0-.559-.58z\"/></svg>\n </figure>\n </td>\n <td>styleshare.svg</td>\n <td><code>_includes/icons/simple-icons/styleshare.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"styleshare\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg viewBox=\"0 0 24 24\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"><title>Stylus icon</title><path d=\"M13.672 8.86c-.446-.354-1.698.239-2.052 1.118-.445 1.117-1.105 2.747-1.752 3.461-.683.751-.751.171-.683-.262.158-1.02 1.153-3.382 1.697-4.048-.202-.299-1.52-.256-2.436 1.166-.342.537-1.123 2.326-1.99 3.736-.19.305-.428.092-.244-.622.207-.825.818-3.089 1.605-4.872 2.064-.409 4.255-.696 5.934-.702.226-.061.378-.263 0-.275-1.447-.049-3.62.122-5.653.379.391-.782.812-1.404 1.239-1.667-.464-.293-1.404-.177-1.941.617a10.55 10.55 0 0 0-.702 1.245c-1.49.232-2.766.494-3.413.739-.671.256-.598 1.068-.189.915.849-.317 1.996-.647 3.272-.94-.812 1.832-1.447 3.993-1.599 4.872-.379 2.137.946 2.124 1.593 1.282.702-.922 2.167-4.164 2.393-4.505.067-.116.159-.055.11.048-1.636 3.266-1.496 4.53-.171 4.249.598-.128 1.63-1.153 1.899-1.685.055-.128.171-.116.146-.061-1.038 2.693-2.356 4.872-3.241 5.556-.806.616-1.405-.721 1.446-2.638.422-.286.226-.677-.25-.543-1.471.232-5.683 1.569-7.533 2.851-.141.098-.269.177-.263.379.006.116.208.073.306.012 2.393-1.435 4.352-1.996 6.599-2.467.03.013.067.019.097.007.104-.025.098.03.031.073a3.992 3.992 0 0 1-.342.177c-1.514.592-2.43 1.898-2.106 2.564.275.574 1.758.366 2.46-.012 1.722-.934 2.973-2.766 3.828-5.293.745-2.241 1.685-4.78 1.905-4.854zm-9.976 7.235c.623-.745.696-1.514.214-2.943-.305-.903-.812-1.599-.44-2.161.397-.598 1.24-.018.538.781l.14.098c.843.098 1.258-1.056.629-1.386-1.661-.867-3.114.8-2.473 2.729.275.818.66 1.685.348 2.375-.268.592-.787.94-1.135.952-.727.037-.244-1.63.592-2.045.073-.036.177-.085.079-.207-1.031-.116-1.636.36-1.984 1.025-1.013 1.935 1.923 2.65 3.492.782zm19.981-2.064c-2.802-.366-8.845.122-11.513.831-.794.207-.574.628-.171.549.006 0 .177-.043.183-.043 2.192-.427 7.509-.8 10.61-.207.373.067 1.49-1.05.891-1.13zm-9.224-.329c.781-.391 1.941-2.809 2.704-4.133.055-.098.153-.019.098.048-1.929 3.321-1.111 3.706-.348 3.657 1.02-.061 1.96-1.526 2.167-1.856.086-.128.135-.024.086.068-.049.152-.226.421-.391.787-.232.519.012.72.214.812.317.153 1.184.055 1.318-.476-.866-.018 1.209-4.109 1.423-4.359-.58-.336-1.477.031-1.887.836-.872 1.728-1.605 3.12-2.063 3.144-.891.049 1.026-3.852 1.337-3.974-.189-.275-1.404-.159-2.082.891-.244.379-1.733 3.016-2.1 3.45-.647.769-.696.11-.513-.66.061-.262.165-.598.3-.97.427-.965.885-1.27 1.166-1.582 1.886-2.093 2.967-3.791 2.539-4.456-.378-.592-1.642-.33-2.454.891-1.496 2.241-2.875 5.311-3.052 6.716-.171 1.404.848 1.507 1.538 1.166zm7.375-3.297c.238.586.598 1.166.384 1.679-.177.439-.409.623-.665.665-.36.061-.263-1.068.354-1.404.055-.03.134-.177.061-.262-.781-.043-1.221.329-1.459.824-.69 1.447 1.563 1.843 2.668.421.439-.568.458-1.129.036-2.149-.268-.647-.677-1.129-.421-1.557.275-.451.934-.061.44.544l.11.061c.641.036.903-.818.415-1.032-1.288-.549-2.491.836-1.923 2.21zm-6.581-.812c.067-.153.11-.195.226-.452.671-1.477 1.514-3.034 2.094-3.76.36-.379.866.134-.049 1.538a14.17 14.17 0 0 1-1.813 2.265v.006c-.171.189-.324.348-.391.44-.049.061-.104.049-.067-.037z\"/></svg>\n </figure>\n </td>\n <td>stylus.svg</td>\n <td><code>_includes/icons/simple-icons/stylus.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"stylus\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Sublime Text icon</title><path d=\"M21.24,12.06a.72.72,0,0,0-.46-.65L13.4,9.07l7.37-2.34a.73.73,0,0,0,.47-.66V.38A.35.35,0,0,0,20.77,0L3.23,5.58a.68.68,0,0,0-.47.64v5.7a.65.65,0,0,0,.46.62l7.46,2.37L3.22,17.27a.73.73,0,0,0-.46.66v5.69a.34.34,0,0,0,.46.36l17.56-5.57a.65.65,0,0,0,.46-.62Z\"/></svg>\n </figure>\n </td>\n <td>sublimetext.svg</td>\n <td><code>_includes/icons/simple-icons/sublimetext.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"sublimetext\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Subversion icon</title><path d=\"M24 20.753v-6.306c-3.285 1.296-7.362 2.556-12.23 3.786-4.534 1.145-8.458 1.97-11.77 2.475v.045h24zM0 14.078v5.133c3.738-.55 7.116-1.206 10.13-1.967 2.962-.748 5.245-1.475 6.847-2.18 1.602-.703 2.34-1.297 2.22-1.78-.107-.42-.846-.635-2.217-.645-.703.01-1.67.06-2.904.15-1.236.09-2.774.234-4.61.426-2.85.304-5.216.537-7.1.694-.896.075-1.685.132-2.366.17zm1.035 2.95c.06 0 .114.025.16.07.046.046.07.103.07.166 0 .066-.024.12-.07.168-.047.045-.104.066-.164.066-.032 0-.064-.006-.092-.018-.03-.012-.054-.03-.075-.05-.023-.014-.04-.044-.05-.074 0-.015-.016-.045-.016-.09 0-.06.03-.12.075-.165s.105-.06.18-.06zm.81 0c.063 0 .117.025.165.07.045.046.066.103.066.166 0 .066-.022.12-.067.168-.06.045-.106.066-.18.066-.03 0-.06-.006-.09-.018s-.06-.03-.076-.05c-.03-.014-.045-.044-.06-.074-.015-.015-.015-.045-.015-.09 0-.06.014-.12.06-.165s.104-.06.164-.06zm-.81-1.51c.06 0 .114.022.16.07.046.045.07.1.07.165 0 .064-.024.12-.07.165s-.1.07-.164.07c-.065 0-.122-.024-.167-.07-.045-.045-.07-.102-.07-.165 0-.067.016-.123.06-.168s.106-.068.166-.068zm.81 0c.063 0 .117.022.165.07.045.045.066.1.066.165 0 .064-.022.12-.067.165-.06.045-.106.07-.18.07s-.12-.024-.166-.07c-.045-.045-.075-.102-.075-.165 0-.067.014-.123.06-.168s.104-.068.164-.068zM24 4.597V9.41c-1.635.1-3.68.277-6.138.534-2.49.27-4.52.48-6.093.615-1.576.15-2.713.226-3.41.24-1.363.03-2.09-.15-2.195-.554-.105-.45.705-1.05 2.445-1.77 1.74-.735 4.05-1.47 6.9-2.19 2.505-.63 5.34-1.185 8.49-1.65zm-.855-1.35c-3.255.605-6.627 1.35-10.114 2.23C7.587 6.852 3.244 8.22 0 9.573V3.248h23.146z\"/></svg>\n </figure>\n </td>\n <td>subversion.svg</td>\n <td><code>_includes/icons/simple-icons/subversion.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"subversion\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Super User icon</title><path d=\"M20.863 14.479c-1.48.421-2.489 1.287-2.489 2.716v4.081c0 3.048-2.907 2.714-6.517 2.714h-.555c-.225 0-.359-.084-.359-.28v-1.398c0-.194.12-.279.345-.279h.45c2.16 0 3.675.475 3.675-1.26v-3.917c0-1.199.84-2.88 2.521-3.493.119-.031.135-.085.135-.141s-.03-.139-.135-.195c-1.53-.7-2.521-1.844-2.521-3.217V5.385c0-1.707-1.5-3.412-3.659-3.412h-.451c-.225 0-.33-.084-.33-.279V.301c0-.195.15-.281.375-.281h.556c3.6 0 6.54 2.572 6.54 5.62v3.72c0 1.409 1.004 2.22 2.52 2.744.556.165.869.196.869.646v1.17c.03.256-.239.375-.914.57l-.056-.011zM8.092 23.97h-5.59c-.225 0-.336-.056-.336-.252V.279c0-.164.104-.279.33-.279H8.03c.226 0 .36.084.36.279v1.455c0 .195-.121.252-.346.252H5.572c-.305 0-.42.111-.42.307v19.41c0 .196.115.27.367.27h2.517c.226 0 .363.076.363.255v1.484c.029.166-.084.255-.308.255v.003zm4.875-13.034h-1.485c-.362 0-.642-.281-.642-.59V9.003c0-.335.307-.585.642-.585h1.485c.359 0 .642.277.642.585v1.343c0 .336-.31.588-.645.588l.003.002z\"/></svg>\n </figure>\n </td>\n <td>superuser.svg</td>\n <td><code>_includes/icons/simple-icons/superuser.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"superuser\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Suzuki icon</title><path d=\"M17.369 19.995C13.51 22.39 12 24 12 24L.105 15.705s5.003-3.715 9.186-.87l5.61 3.882.683-.453L.106 7.321s2.226-.65 6.524-3.315C10.49 1.609 12 0 12 0l11.895 8.296s-5.003 3.715-9.187.87L9.1 5.281l-.683.454L23.893 16.68s-2.224.649-6.524 3.315Z\"/></svg>\n </figure>\n </td>\n <td>suzuki.svg</td>\n <td><code>_includes/icons/simple-icons/suzuki.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"suzuki\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Svelte icon</title><path d=\"M20.68 3.17a7.3 7.3 0 0 0-9.8-2.1l-5.6 3.56a6.36 6.36 0 0 0-2.89 4.3 6.66 6.66 0 0 0 .67 4.33 6.14 6.14 0 0 0-.95 2.4 6.84 6.84 0 0 0 1.16 5.16 7.33 7.33 0 0 0 9.8 2.12l5.6-3.56a6.36 6.36 0 0 0 2.88-4.3 6.66 6.66 0 0 0-.67-4.32 6.79 6.79 0 0 0-.2-7.59zM10.32 21.13a4.43 4.43 0 0 1-4.76-1.77c-.65-.9-.89-2.01-.7-3.11l.11-.53.1-.33.3.2c.66.5 1.4.86 2.19 1.1l.2.07-.02.2c-.02.28.06.59.22.83.33.47.9.7 1.45.55.12-.04.24-.08.34-.14l5.58-3.56c.28-.18.46-.45.53-.77.06-.33-.02-.67-.2-.94-.33-.46-.9-.67-1.45-.53-.12.04-.25.09-.35.15l-2.11 1.34a4.43 4.43 0 0 1-5.9-1.28 4.1 4.1 0 0 1-.7-3.11A3.85 3.85 0 0 1 6.92 6.9l5.57-3.56c.35-.22.73-.38 1.14-.5 1.8-.47 3.7.24 4.76 1.76a4.12 4.12 0 0 1 .57 3.64l-.1.33-.29-.2a7.42 7.42 0 0 0-2.2-1.1l-.2-.06.02-.2c.02-.29-.06-.6-.22-.84-.33-.47-.9-.67-1.45-.53-.12.04-.24.08-.34.14L8.59 9.37c-.28.19-.46.45-.52.78-.06.32.02.67.2.93.32.47.9.67 1.44.53.13-.04.25-.08.35-.14l2.13-1.36c.35-.23.74-.4 1.14-.51 1.81-.47 3.7.24 4.76 1.77.65.9.9 2.01.72 3.1a3.85 3.85 0 0 1-1.75 2.6l-5.58 3.55a4.9 4.9 0 0 1-1.16.51z\"/></svg>\n </figure>\n </td>\n <td>svelte.svg</td>\n <td><code>_includes/icons/simple-icons/svelte.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"svelte\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>SVG icon</title><path d=\"M12 0c-1.497 0-2.749.965-3.248 2.17a3.45 3.45 0 00-.238 1.416 3.459 3.459 0 00-1.168-.834 3.508 3.508 0 00-1.463-.256 3.513 3.513 0 00-2.367 1.02c-1.06 1.058-1.263 2.625-.764 3.83.179.432.47.82.82 1.154a3.49 3.49 0 00-1.402.252C.965 9.251 0 10.502 0 12c0 1.497.965 2.749 2.17 3.248.437.181.924.25 1.414.236-.357.338-.65.732-.832 1.17-.499 1.205-.295 2.772.764 3.83 1.058 1.06 2.625 1.263 3.83.764.437-.181.83-.476 1.168-.832-.014.49.057.977.238 1.414C9.251 23.035 10.502 24 12 24c1.497 0 2.749-.965 3.248-2.17a3.45 3.45 0 00.238-1.416c.338.356.73.653 1.168.834 1.205.499 2.772.295 3.83-.764 1.06-1.058 1.263-2.625.764-3.83a3.459 3.459 0 00-.834-1.168 3.45 3.45 0 001.416-.238C23.035 14.749 24 13.498 24 12c0-1.497-.965-2.749-2.17-3.248a3.455 3.455 0 00-1.414-.236c.357-.338.65-.732.832-1.17.499-1.205.295-2.772-.764-3.83a3.513 3.513 0 00-2.367-1.02 3.508 3.508 0 00-1.463.256c-.437.181-.83.475-1.168.832a3.45 3.45 0 00-.238-1.414C14.749.965 13.498 0 12 0zm-.041 1.613a1.902 1.902 0 011.387 3.246v3.893L16.098 6A1.902 1.902 0 1118 7.902l-2.752 2.752h3.893a1.902 1.902 0 110 2.692h-3.893L18 16.098A1.902 1.902 0 1116.098 18l-2.752-2.752v3.893a1.902 1.902 0 11-2.692 0v-3.893L7.902 18A1.902 1.902 0 116 16.098l2.752-2.752H4.859a1.902 1.902 0 110-2.692h3.893L6 7.902A1.902 1.902 0 117.902 6l2.752 2.752V4.859a1.902 1.902 0 011.305-3.246z\"/></svg>\n </figure>\n </td>\n <td>svg.svg</td>\n <td><code>_includes/icons/simple-icons/svg.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"svg\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>SVGO icon</title><path d=\"M11.152 0l-.27 1.48c-.644.068-1.271.194-1.876.373L8.192.589l-1.568.65.318 1.469c-.563.307-1.094.664-1.59 1.064l-1.237-.857-1.2 1.2.857 1.238c-.4.495-.757 1.026-1.064 1.589l-1.47-.318-.65 1.567 1.265.815a10.527 10.527 0 00-.372 1.876L0 11.152v1.696l1.48.27c.069.644.194 1.271.373 1.876l-1.264.814.65 1.568 1.469-.318c.307.563.664 1.094 1.064 1.59l-.857 1.237 1.2 1.2 1.238-.857c.495.4 1.026.757 1.589 1.064l-.318 1.47 1.568.65.814-1.264c.605.178 1.232.303 1.877.371L11.152 24h1.696l.27-1.48a10.531 10.531 0 001.876-.372l.814 1.263 1.568-.65-.318-1.469a10.596 10.596 0 001.59-1.064l1.237.857 1.2-1.2-.857-1.238c.4-.495.757-1.026 1.064-1.589l1.47.318.65-1.568-1.264-.814c.178-.605.304-1.232.371-1.877L24 12.848v-1.696l-1.48-.27a10.524 10.524 0 00-.373-1.876l1.264-.815-.65-1.567-1.469.318a10.596 10.596 0 00-1.064-1.59l.857-1.237-1.2-1.2-1.238.857c-.495-.4-1.026-.757-1.589-1.064l.318-1.47-1.568-.65-.814 1.264a10.536 10.536 0 00-1.877-.371L12.848 0zM12 2.805a9.196 9.196 0 110 18.392 9.196 9.196 0 010-18.392zm0 .968a8.227 8.227 0 100 16.454 8.227 8.227 0 000-16.454zm-.475 1.982a.644.644 0 01.644.643.644.644 0 01-.144.405l1.364 1.376a.805.805 0 01.514-.187.805.805 0 01.23.034l.383-.968a.644.644 0 01-.343-.569.644.644 0 01.644-.643.644.644 0 01.644.643.644.644 0 01-.644.644.644.644 0 01-.17-.024l-.384.97a.805.805 0 01.445.718.805.805 0 01-.805.805.805.805 0 01-.57-.238l-1.214 1.013a1.61 1.61 0 01.331.975 1.61 1.61 0 01-.486 1.152l.875.98a1.127 1.127 0 01.699-.243 1.127 1.127 0 011.126 1.126 1.127 1.127 0 01-.033.264l1.556.523a.805.805 0 01.729-.465.805.805 0 01.804.805.805.805 0 01-.804.804.805.805 0 01-.805-.804.805.805 0 01.028-.208l-1.55-.52a1.127 1.127 0 01-1.051.728 1.127 1.127 0 01-.526-.131l-.696 1.288a.805.805 0 01.362.67.805.805 0 01-.804.806.805.805 0 01-.805-.805.805.805 0 01.805-.805.805.805 0 01.319.066l.7-1.294a1.127 1.127 0 01-.482-.922 1.127 1.127 0 01.323-.789l-.876-.981a1.61 1.61 0 01-1.017.364 1.61 1.61 0 01-.883-.265l-.78 1.082a1.127 1.127 0 01.413.87 1.127 1.127 0 01-1.127 1.127 1.127 1.127 0 01-1.127-1.127 1.127 1.127 0 011.127-1.126 1.127 1.127 0 01.6.174l.78-1.083a1.61 1.61 0 01-.613-1.261 1.61 1.61 0 01.045-.368l-1.68-.473a.805.805 0 01-.75.52.805.805 0 01-.805-.804.805.805 0 01.804-.805.805.805 0 01.805.805.805.805 0 01-.014.15l1.677.471a1.61 1.61 0 011.528-1.106 1.61 1.61 0 011.188.527l1.214-1.013a.805.805 0 01-.145-.459.805.805 0 01.19-.52l-1.362-1.375a.644.644 0 01-.401.14.644.644 0 01-.644-.644.644.644 0 01.644-.643z\"/></svg>\n </figure>\n </td>\n <td>svgo.svg</td>\n <td><code>_includes/icons/simple-icons/svgo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"svgo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Swagger icon</title><path d=\"M12 0C5.383 0 0 5.383 0 12s5.383 12 12 12c6.616 0 12-5.383 12-12S18.616 0 12 0zm0 1.144c5.995 0 10.856 4.86 10.856 10.856 0 5.995-4.86 10.856-10.856 10.856-5.996 0-10.856-4.86-10.856-10.856C1.144 6.004 6.004 1.144 12 1.144zM8.37 5.868a6.707 6.707 0 0 0-.423.005c-.983.056-1.573.517-1.735 1.472-.115.665-.096 1.348-.143 2.017-.013.35-.05.697-.115 1.038-.134.609-.397.798-1.016.83a2.65 2.65 0 0 0-.244.042v1.463c1.126.055 1.278.452 1.37 1.629.033.429-.013.858.015 1.287.018.406.073.808.156 1.2.259 1.075 1.307 1.435 2.575 1.218v-1.283c-.203 0-.383.005-.558 0-.43-.013-.591-.12-.632-.535-.056-.535-.042-1.08-.075-1.62-.064-1.001-.175-1.988-1.153-2.625.503-.37.868-.812.983-1.398.083-.41.134-.821.166-1.237.028-.415-.023-.84.014-1.25.06-.665.102-.937.9-.91.12 0 .235-.017.369-.027v-1.31c-.16 0-.31-.004-.454-.006zm7.593.009a4.247 4.247 0 0 0-.813.06v1.274c.245 0 .434 0 .623.005.328.004.577.13.61.494.032.332.031.669.064 1.006.065.669.101 1.347.217 2.007.102.544.475.95.941 1.283-.817.549-1.057 1.333-1.098 2.215-.023.604-.037 1.213-.069 1.822-.028.554-.222.734-.78.748-.157.004-.31.018-.484.028v1.305c.327 0 .627.019.927 0 .932-.055 1.495-.507 1.68-1.412.078-.498.124-1 .138-1.504.032-.461.028-.927.074-1.384.069-.715.397-1.01 1.112-1.057a.972.972 0 0 0 .199-.046v-1.463c-.12-.014-.204-.027-.291-.032-.536-.023-.804-.203-.937-.71a5.146 5.146 0 0 1-.152-.993c-.037-.618-.033-1.241-.074-1.86-.08-1.192-.794-1.753-1.887-1.786zm-6.89 5.28a.844.844 0 0 0-.083 1.684h.055a.83.83 0 0 0 .877-.78v-.046a.845.845 0 0 0-.83-.858zm2.911 0a.808.808 0 0 0-.834.78c0 .027 0 .05.004.078 0 .503.342.826.859.826.507 0 .826-.332.826-.853-.005-.503-.342-.836-.855-.831zm2.963 0a.861.861 0 0 0-.876.835c0 .47.378.849.849.849h.009c.425.074.853-.337.881-.83.023-.457-.392-.854-.863-.854z\"/></svg>\n </figure>\n </td>\n <td>swagger.svg</td>\n <td><code>_includes/icons/simple-icons/swagger.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"swagger\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Swarm icon</title><path d=\"M12.367 8.755l.004-.005c-.03-.058-.138-.3-.16-.364v-.002C8.828 1.474 1.314 1.72.128 4.81c-.91 2.373 3.072 8.026 12.24 3.945zM9.9 19.232c-.596-1.344-.922-2.8-.957-4.26-.964 1.49-1.69 2.987-2.176 4.104-.023.045-.38.93-.482 1.2-.13.33.045.734.383.854.273.104 1.165.42 1.22.45 1.14.374 2.716.84 4.456 1.126-1.035-.992-1.86-2.176-2.445-3.496v.022zM13.89 8.117c5.18-2.306 4.456-6.31 3.116-6.825-1.804-.693-5.08 1.974-3.205 6.62.016.033.09.17.09.205zM23.413 13.186v-.008c-.786-1.764-2.226-3.024-3.897-3.624-.168-.063-.34-.09-.51-.09-.87 0-1.707.723-1.785 1.626-.134 1.506.165 3.04.825 4.516.646 1.46 1.566 2.69 2.75 3.596.31.24.684.36 1.063.36.677 0 1.354-.36 1.623-1.005.688-1.65.722-3.586-.067-5.37zM19.482 20.918h-.004c-1.445-1.11-2.594-2.6-3.41-4.43-.826-1.86-1.164-3.738-1.004-5.586.045-.516.194-1.012.438-1.465l-.137.035c-.764.19-1.5.52-2.156.953-.95.625-1.788 1.55-2.15 2.646-.097.298-.17.62-.193.93-.116 1.48.126 3.01.77 4.462.626 1.404 1.562 2.574 2.687 3.465.684.547 1.92.89 2.93.89.95 0 1.887-.27 2.73-.704.263-.137.84-.493.878-.524-.5-.122-.973-.345-1.38-.66v-.012z\"/></svg>\n </figure>\n </td>\n <td>swarm.svg</td>\n <td><code>_includes/icons/simple-icons/swarm.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"swarm\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Swift icon</title><path d=\"M21.984 16.348c.056-.112.056-.224.112-.336 1.346-5.272-1.851-11.44-7.347-14.693 2.412 3.253 3.365 7.122 2.524 10.599-.056.28-.168.617-.28.897a5.173 5.173 0 0 1-.45-.28S11.104 9.17 5.273 3.282c-.169-.168 3.14 4.71 6.841 8.58-1.738-1.01-6.673-4.542-9.758-7.403.337.617.842 1.234 1.346 1.851 2.58 3.309 5.945 7.346 9.983 10.43-2.86 1.74-6.842 1.851-10.88 0-1.01-.448-1.85-1.009-2.804-1.682 1.682 2.636 4.318 5.048 7.459 6.337 3.757 1.627 7.57 1.515 10.318 0h.057c.112-.056.224-.112.336-.224 1.346-.673 3.982-1.402 5.44 1.402.392.785 1.121-2.86-1.626-6.225z\"/></svg>\n </figure>\n </td>\n <td>swift.svg</td>\n <td><code>_includes/icons/simple-icons/swift.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"swift\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Symantec icon</title><path d=\"M22.877 0v.738h.738V0h-.738zm0 .738h-.738v.739h.738V.738zm0 .739v.738h.738v-.738h-.738zm-.738 0h-1.477v.738h-.738V3.69h-.738v.74h-1.479v.725A10.572 10.572 0 0011 2.77C5.136 2.77.385 7.52.385 13.385.385 19.248 5.136 24 11 24s10.615-4.752 10.615-10.615c0-2.56-.904-4.906-2.412-6.739h.72v-.738h.74V4.43h.737V3.69h.739v-.738H21.4v-.738h.739v-.738zM19.186 3.69v-.738h-.74v.738h.74zM11 6.154a7.193 7.193 0 014.033 1.23h-.28v.739h-.737c-1.927 2.409-2.414 3.466-3.182 5.414-.871-1.763-1.911-2.978-3.711-3.783l-.02-.006c-.327-.083-.493-.125-.718.19-.23.322-.092.613.183.955a35.212 35.212 0 00.586.703c.547.646 1.095 1.289 1.508 2.035.408.738.877 1.772 1.242 2.574.223.49.406.894.51 1.088.22.406.752.584.955.584.985-.117 1.08-.582 1.242-1.379l.057-.264c.336-1.574.771-3.203 2.824-5.158v-.736h.738V9.6h.74v-.295a7.193 7.193 0 011.26 4.08c0 3.99-3.24 7.23-7.23 7.23s-7.2-3.24-7.2-7.23 3.21-7.23 7.2-7.23z\"/></svg>\n </figure>\n </td>\n <td>symantec.svg</td>\n <td><code>_includes/icons/simple-icons/symantec.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"symantec\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Symfony icon</title><path d=\"M24 12c0 6.628-5.372 12-12 12S0 18.628 0 12 5.372 0 12 0s12 5.372 12 12zm-6.753-7.561c-1.22.042-2.283.715-3.075 1.644-.878 1.02-1.461 2.229-1.881 3.461-.753-.614-1.332-1.414-2.539-1.761-.966-.297-2.015-.105-2.813.514-.41.319-.71.757-.861 1.254-.36 1.176.381 2.225.719 2.6l.737.79c.15.154.519.56.339 1.138-.193.631-.951 1.037-1.732.799-.348-.106-.848-.366-.734-.73.045-.15.152-.263.21-.391.052-.11.077-.194.095-.242.141-.465-.053-1.07-.551-1.223-.465-.143-.939-.03-1.125.566-.209.68.117 1.913 1.86 2.449 2.04.628 3.765-.484 4.009-1.932.153-.907-.255-1.582-1.006-2.447l-.612-.677c-.371-.37-.497-1.002-.114-1.485.324-.409.785-.584 1.539-.379 1.103.3 1.594 1.063 2.412 1.68-.338 1.11-.56 2.223-.759 3.222l-.123.746c-.585 3.07-1.033 4.757-2.194 5.726-.234.166-.57.416-1.073.434-.266.005-.352-.176-.355-.257-.006-.184.15-.271.255-.353.154-.083.39-.224.372-.674-.016-.532-.456-.994-1.094-.973-.477.017-1.203.465-1.176 1.286.028.85.819 1.485 2.012 1.444.638-.021 2.062-.281 3.464-1.949 1.633-1.911 2.09-4.101 2.434-5.706l.383-2.116c.213.024.441.042.69.048 2.032.044 3.049-1.01 3.064-1.776.01-.464-.304-.921-.744-.91-.386.009-.718.278-.806.654-.094.428.646.813.068 1.189-.41.266-1.146.452-2.184.3l.188-1.042c.386-1.976.859-4.407 2.661-4.467.132-.007.612.006.623.323.003.105-.022.134-.147.375-.115.155-.174.345-.168.537.017.504.4.836.957.816.743-.023.955-.748.945-1.119-.032-.874-.952-1.424-2.17-1.386z\"/></svg>\n </figure>\n </td>\n <td>symfony.svg</td>\n <td><code>_includes/icons/simple-icons/symfony.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"symfony\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Symphony icon</title><path d=\"M20.471 8.118v-4.22c0-.864-.468-1.677-1.22-2.12C18.124 1.113 15.684 0 12 0S5.876 1.113 4.75 1.777a2.476 2.476 0 0 0-1.22 2.12v6.338l13.412 3.882v2.824c0 .382-.24.65-.648.849L12 19.941l-4.315-2.162c-.386-.188-.626-.456-.626-.838v-2.118L3.53 13.764v3.177c0 1.744 1 3.228 2.588 4.001L12 24l5.86-3.047c1.61-.784 2.61-2.268 2.61-4.011v-5.294L7.059 7.765V4.542C8.017 4.08 9.651 3.529 12 3.529c2.349 0 3.983.55 4.941 1.013v2.517l3.53 1.059z\"/></svg>\n </figure>\n </td>\n <td>symphony.svg</td>\n <td><code>_includes/icons/simple-icons/symphony.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"symphony\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Synology icon</title><path d=\"M17.895 11.927a3.196 3.196 0 0 1 .394-1.53l-.008.017a2.677 2.677 0 0 1 1.075-1.108l.014-.007a3.181 3.181 0 0 1 1.523-.382h.05-.003q1.346 0 2.2.871.854.871.86 2.203c0 .895-.29 1.635-.867 2.226s-1.306.886-2.183.886c-.566 0-1.1-.137-1.571-.379l.019.009a2.535 2.535 0 0 1-1.115-1.067l-.007-.013q-.38-.708-.381-1.726zm1.593.083c0 .591.138 1.043.42 1.349a1.365 1.365 0 0 0 2.066.002l.001-.002c.275-.307.413-.764.413-1.357s-.138-1.033-.413-1.342a1.371 1.371 0 0 0-2.066-.001l-.001.002c-.281.306-.42.758-.42 1.345zm-1.602 2.941H16.33v-3.015c0-.635-.032-1.044-.101-1.234a.876.876 0 0 0-.328-.435l-.003-.002a.938.938 0 0 0-.521-.156h-.027.001-.012c-.27 0-.521.084-.727.228l.004-.003a1.115 1.115 0 0 0-.444.576l-.002.008c-.083.248-.121.696-.121 1.359v2.673H12.5V9.027h1.439v.867c.518-.656 1.167-.98 1.952-.98h.021c.335 0 .655.067.946.189l-.016-.006c.261.105.48.268.648.475l.002.003c.141.185.247.404.304.643l.002.012c.057.278.089.597.089.924l-.002.135v-.007zM6.413 9.028h1.654l1.412 4.204 1.376-4.204h1.611l-2.067 5.693-.38 1.038a4.158 4.158 0 0 1-.4.807l.01-.017a1.637 1.637 0 0 1-.422.443l-.005.003c-.17.113-.367.203-.578.26l-.014.003c-.232.064-.499.1-.774.1h-.025.001a4.13 4.13 0 0 1-.911-.105l.028.005-.129-1.229c.198.046.426.074.659.077h.002c.36 0 .628-.106.8-.318a2.27 2.27 0 0 0 .395-.807l.004-.016zM0 12.29l1.592-.149q.147.802.586 1.181.439.379 1.192.375c.528 0 .927-.113 1.197-.335.27-.222.4-.486.4-.782v-.024a.751.751 0 0 0-.167-.474l.001.001c-.113-.132-.309-.252-.59-.347-.193-.074-.631-.191-1.312-.365-.882-.216-1.496-.486-1.85-.804A2.147 2.147 0 0 1 .3 8.936v-.019V8.908c0-.431.132-.831.358-1.163l-.005.007a2.226 2.226 0 0 1 1.003-.826l.015-.005c.442-.184.973-.281 1.602-.281q1.529 0 2.304.676c.516.457.785 1.057.811 1.809l-1.649.055c-.073-.413-.219-.714-.452-.899-.233-.185-.579-.276-1.034-.276-.476 0-.85.098-1.118.298a.59.59 0 0 0-.261.49v.011-.001.002c0 .201.095.379.242.493l.001.001c.205.179.709.36 1.507.546.798.186 1.388.387 1.769.59.374.196.678.48.893.825l.006.01c.214.345.326.786.326 1.305 0 .489-.146.944-.396 1.325l.006-.009c-.264.408-.64.724-1.084.908l-.016.006c-.475.194-1.065.298-1.772.298-1.029 0-1.819-.241-2.373-.722-.554-.481-.879-1.177-.986-2.091z\"/></svg>\n </figure>\n </td>\n <td>synology.svg</td>\n <td><code>_includes/icons/simple-icons/synology.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"synology\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>T-Mobile icon</title><path d=\"M13.722 1.154h.58c3.74 0 5.483 1.957 6.211 7.174l1.159-.05L21.517 0H2.484l-.187 8.278 1.114.05c.193-1.956.425-3.01.927-4.064.888-1.956 2.742-3.11 5.02-3.11h.811v18.01c0 1.907-.116 2.509-.579 2.96-.386.351-1.158.502-2.047.502h-.888v1.204h10.581v-1.204h-.893c-.883 0-1.66-.151-2.041-.502-.464-.451-.58-1.054-.58-2.96V1.154M2 10.875h4.88v4.87H2zM16.932 10.875h4.88v4.87h-4.88z\"/></svg>\n </figure>\n </td>\n <td>t-mobile.svg</td>\n <td><code>_includes/icons/simple-icons/t-mobile.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"t-mobile\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Tableau icon</title><path d=\"M11.654.174V2.377H9.682v.58h1.972V5.16h.696V2.957h1.97v-.58h-1.97V.174h-.348zm6.03 2.262l-.002 1.623v1.623h-2.957v.927h2.957v3.188H18.725l.011-1.582.02-1.576 1.465-.02 1.46-.01v-.927H18.728V2.436h-.522zm-12.407.06V5.686H2.291v.925H5.277V9.801h.985V6.61h3.013v-.925H6.262V2.496H5.77zm6.086 5.27v3.593H8.06v1.188h3.304v3.596h1.28v-3.596H15.953v-1.188H12.643V7.766h-.637zm9.721 1.55v2.221h-2.012v.811h2.012v2.261h.887v-2.261H24v-.811h-2.029V9.317h-.422zm-19.111.131V11.621H0v.621H1.973v2.194H2.64v-2.194h2v-.62H2.609V9.446h-.318zm15.709 4.516v3.254h-3.016v.927h3.016v3.217h1.072v-3.216H21.74v-.928H18.754v-3.254h-.533zm-12.463.008v3.246H2.262v.928h2.957v3.189H6.32v-3.189h2.955v-.928H6.32V13.97h-.55zm6.316 4.578l.002 1.103v1.1H9.566v.812h1.971v2.262h.928l.012-1.119.017-1.143H14.463v-.812h-2V18.549h-.465z\"/></svg>\n </figure>\n </td>\n <td>tableau.svg</td>\n <td><code>_includes/icons/simple-icons/tableau.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"tableau\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>Tails icon</title><path d=\"M21.356 11.162v3.98c0 .122-.081.154-.181.071l-2.032-1.682a.55.55 0 0 1-.181-.37v-.501l-.635-.516c-.68-.554-1.226-1.677-1.226-2.5 0-.822.549-1.036 1.226-.478l.635.516V9.18c0-.122.081-.154.181-.071l2.032 1.682c.1.082.181.248.181.37zm-2.993-1.265c-.358-.296-.648-.182-.648.253s.29 1.027.648 1.323l.599.486v-1.576l-.599-.486zM21.202 19.934l.013-.01a.334.334 0 0 0 .037-.036l.004-.004a.36.36 0 0 0 .032-.046l.007-.013a.299.299 0 0 0 .019-.042l.004-.01a.329.329 0 0 0 .013-.055v-.014l.003-.027.003-.152-5.223-4.28.022-12.91-.147-.111-.004-.003-.034-.02c-.007-.004-.014-.01-.022-.013l-.03-.01c-.01-.004-.02-.009-.03-.011l-.026-.004c-.013-.002-.026-.005-.039-.005H15.8l-.023.001c-.013 0-.025.001-.037.003l-.03.007c-.01.003-.021.005-.031.01-.01.003-.02.008-.029.012l-.029.015a.202.202 0 0 0-.014.01c-.012.004-.024.007-.035.013l-3.444 1.726.72.57.027 10.067-5.246-4.32-.003-5.241L7.623.328l-.001-.01a.283.283 0 0 0-.004-.035c-.001-.01-.002-.02-.005-.03L7.605.223C7.6.213 7.597.201 7.59.19L7.588.181l-.01-.015c-.006-.01-.012-.021-.02-.031L7.54.112A.354.354 0 0 0 7.466.05.294.294 0 0 0 7.44.035c-.01-.004-.02-.01-.03-.013a.365.365 0 0 0-.061-.016L7.314.002 7.294 0l-.009.001a.3.3 0 0 0-.036.004c-.01.001-.02.002-.03.005-.01.002-.019.006-.029.009a.286.286 0 0 0-.033.012l-.009.004L2.825 2.2l-.016.01a.336.336 0 0 0-.077.061.303.303 0 0 0-.053.078.402.402 0 0 0-.023.06.284.284 0 0 0-.01.065c-.001.006-.003.013-.002.02l.006 10.108v.02l.002.008c0 .015.003.03.006.044l.002.009.004.011a.32.32 0 0 0 .02.054v.001h.001c.009.018.02.034.031.05l.007.01.006.006a.31.31 0 0 0 .031.032l.006.006c.004.003.008.005.01.008.002 0 .003.003.005.004l4.7 3.909-.107 2.673v.038l.004.025.002.015c0 .005.002.01.004.015 0 .004.002.007.003.011l.001.005.003.01c.005.014.01.028.017.04v.002a.32.32 0 0 0 .031.049l.006.008.005.005a.342.342 0 0 0 .037.039l.005.003.003.002.003.004 5.317 4.212c.1.078.236.092.35.035l7.988-4 .004-.002a.321.321 0 0 0 .045-.029zM5.475 10.985L3.819 9.706v1.1l.844.585-1.392.698-.006-9.376 2.176-1.09.023 2.392-1.546-1.236v1.1l1.554 1.235.024 1.182L3.901 5.02v1.1l1.603 1.275-.006 1.283-1.573-1.257v1.1l1.58 1.256.01 1.187zm3.433 6.038l-5.309-4.365 3.668-1.837 5.309 4.365zM6.123 1.282l.733-.367.079 9.34-.733.366zM8.617 8.396l-.001-1.59L9.925 7.83l.001 1.591zM9.926 6.568l-1.31-1.025V3.952l1.309 1.025zM11.018 5.816c.507.646 1.026 1.907 1.026 3.073 0 1.165-.519 1.562-1.026 1.362V5.816z\"/></svg>\n </figure>\n </td>\n <td>tails.svg</td>\n <td><code>_includes/icons/simple-icons/tails.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"tails\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Tailwind CSS icon</title><path d=\"M12.001,4.8c-3.2,0-5.2,1.6-6,4.8c1.2-1.6,2.6-2.2,4.2-1.8c0.913,0.228,1.565,0.89,2.288,1.624 C13.666,10.618,15.027,12,18.001,12c3.2,0,5.2-1.6,6-4.8c-1.2,1.6-2.6,2.2-4.2,1.8c-0.913-0.228-1.565-0.89-2.288-1.624 C16.337,6.182,14.976,4.8,12.001,4.8z M6.001,12c-3.2,0-5.2,1.6-6,4.8c1.2-1.6,2.6-2.2,4.2-1.8c0.913,0.228,1.565,0.89,2.288,1.624 c1.177,1.194,2.538,2.576,5.512,2.576c3.2,0,5.2-1.6,6-4.8c-1.2,1.6-2.6,2.2-4.2,1.8c-0.913-0.228-1.565-0.89-2.288-1.624 C10.337,13.382,8.976,12,6.001,12z\"/></svg>\n </figure>\n </td>\n <td>tailwindcss.svg</td>\n <td><code>_includes/icons/simple-icons/tailwindcss.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"tailwindcss\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>Tapas icon</title><path d=\"M7.67 1.56c.282-.134.542-.338.81-.513.253-.163.54-.436.894-.33.103.296-.162.503-.331.662-.538.511-1.154.975-1.72 1.456A240.349 240.349 0 0 1 1.5 7.598a7.406 7.406 0 0 1-.612.445c-.183.118-.456.359-.71.165.071-.337.306-.567.512-.778.213-.216.414-.446.629-.66-.248-.427-.473-.821-.662-1.274-.186-.449-.378-.971-.38-1.554-.002-1.109.635-2.043 1.34-2.68C2.34.61 3.306.066 4.429.006 6.015-.078 6.933.71 7.67 1.56zm5.012 18.075v.198c-.278.01-.532-.01-.795-.016v-.198c.277-.008.535.006.795.016zm-1.59 0v.198c-.282-.012-.52.021-.792.018v-.198a9.53 9.53 0 0 1 .793-.018zm3.177.05c-.007.067.013.158-.017.199-.251-.02-.518-.024-.778-.033v-.198c.275.003.542.009.795.032zm-4.763 0v.199c-.274.002-.512.039-.795.032v-.197c.28.001.516-.036.795-.034zm5.555.034c.255.033.544.029.793.064.013.084-.014.129-.015.2-.255-.033-.544-.03-.794-.067a.703.703 0 0 0 .016-.197zm-7.142.065v.2c-.26.02-.517.046-.778.065-.022-.05-.018-.126-.017-.198.265-.024.521-.053.795-.067zm8.73.067c.269.023.537.048.793.082-.02.058-.004.148-.032.199-.25-.036-.518-.053-.778-.083-.01-.083.017-.128.017-.198zm-10.319.082c-.006.08.03.113.017.199-.259.022-.568.082-.793.082.012-.077-.02-.114-.018-.182.252-.045.529-.066.794-.099zm12.684.199c.012.084-.027.114-.017.196-.256-.044-.54-.063-.794-.114.01-.058.025-.109.017-.182.228.008.545.062.795.1zm-14.288 0c.06.022.033.133.05.196-.259.04-.517.08-.777.117a.68.68 0 0 1-.034-.197c.253-.038.515-.072.761-.116zm15.86.233a.628.628 0 0 1-.034.213c-.247-.055-.52-.083-.777-.132a.702.702 0 0 1 .034-.197c.263.032.503.09.776.116zm-17.414.016c.02.057.036.116.034.196-.263.04-.503.105-.778.133-.004-.073-.034-.12-.033-.197.275-.028.515-.092.777-.132zm18.208.132c.255.052.508.109.778.148-.004.072-.034.119-.034.197-.28-.021-.495-.11-.778-.133-.018-.041.016-.15.034-.212zM22.669 16.726c.156.092.47.098.595.246.099.115.144.486.182.744.203 1.296.287 2.808.332 4.219.008.266.016.583.016.891 0 .298.06.704 0 .91-.041.147-.24.194-.363.264a56.558 56.558 0 0 0-.065-2.843c-.124-.101-.444-.047-.464-.166-.044-.252.267-.09.447-.065-.045-1.272-.177-2.46-.33-3.623-.147-.074-.336-.105-.498-.164-.252.259-.636.939-1.223.81-.22-.047-.363-.342-.464-.545a3.243 3.243 0 0 1-.265-.744c-4.88-.936-11.589-1.016-16.502-.05-.153.655-.43 2.053-1.34 1.52a2.014 2.014 0 0 1-.81-.991 8.31 8.31 0 0 1-.547.133c-.192 1.084-.288 2.268-.346 3.489.166.01.416-.122.595-.1.004.066.028.114.033.18-.166.106-.437.105-.645.166a45.286 45.286 0 0 0-.066 2.976c-.08.022-.273-.122-.347-.213.064-2.301.179-4.553.363-6.732.28-.087.568-.17.844-.264-.04-.383-.117-.827.05-1.09.14-.224.531-.352.81-.432.99-.28 1.979-.05 2.63.413.14.102.247.239.396.299.025-.09-.094-.15-.149-.199-.567-.511-1.498-.958-2.612-.761-.348-1.09-.79-2.142-.794-3.538-.005-1.553.562-2.899 1.205-3.953.66-1.078 1.541-1.954 2.498-2.645a11.504 11.504 0 0 1 8.087-2.051c3.01.369 5.008 1.79 6.45 3.853.69.99 1.248 2.174 1.62 3.524.374 1.352.378 3.098-.05 4.53-1.383-.283-2.637.15-3.125 1.026-.004.015-.016.017-.016.033.498-.678 1.736-1.168 2.976-.86.328.082.746.2.908.43.224.317.122.989-.016 1.373zM16.22 9.382c.055.383.227.783.445.944.376.27.602.001.63-.38.035-.504-.174-1.1-.431-1.324-.105-.09-.299-.145-.412-.115-.256.065-.283.528-.232.875zm-8.649 1.092c-.033.556.16 1.277.529 1.472.43.227.633-.095.661-.495.045-.626-.273-1.714-.86-1.605-.25.047-.313.339-.33.628zm6.83 2.579c-.266.06-.633-.058-.926-.117a22.333 22.333 0 0 0-.91-.164c-.567-.088-1.344-.211-1.9.1-.198.11-.444.351-.465.662-.027.46.342.791.612.993.323.237.663.399 1.092.527.917.278 2.293.353 3.075.017.735-.316 1.706-1.062 1.72-2.05.01-.59-.272-1.119-.859-1.042-.65.085-.882.951-1.44 1.074z\"/></svg>\n </figure>\n </td>\n <td>tapas.svg</td>\n <td><code>_includes/icons/simple-icons/tapas.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"tapas\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Tata icon</title><path d=\"M9.774 11.568c.193-1.322.168-2.013-1.768-1.906-2.223.124-4.476.265-7.849 1.027A5.63 5.63 0 0 0 0 12c0 1.52.618 2.99 1.787 4.254 1.06 1.144 2.556 2.095 4.326 2.752a15.48 15.48 0 0 0 2.014.588c.13-.527.959-3.907 1.616-7.823l.03-.202m14.07-.88c-3.372-.762-5.624-.902-7.846-1.026-1.937-.107-1.962.584-1.768 1.906l.046.298c.65 3.848 1.458 7.16 1.598 7.72C20.595 18.508 24 15.516 24 12c0-.443-.054-.88-.157-1.311m-.491-1.324a7.163 7.163 0 0 0-1.14-1.618c-1.06-1.144-2.555-2.095-4.325-2.752-1.784-.662-3.82-1.011-5.887-1.011-2.068 0-4.103.35-5.887 1.01-1.77.658-3.266 1.61-4.326 2.753A7.17 7.17 0 0 0 .648 9.366c2.304-.557 6.245-1.293 9.904-1.37.353-.008.596.105.756.307.196.248.18 1.128.175 1.522l-.104 10.18a18.507 18.507 0 0 0 1.244 0l-.104-10.18c-.005-.394-.02-1.274.175-1.522.16-.202.403-.315.756-.308 3.658.078 7.597.813 9.902 1.37z\"/></svg>\n\n </figure>\n </td>\n <td>tata.svg</td>\n <td><code>_includes/icons/simple-icons/tata.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"tata\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>TeamViewer icon</title><path d=\"M22.597 24H1.406A1.41 1.41 0 0 1 0 22.594V1.406A1.41 1.41 0 0 1 1.406 0h21.191a1.41 1.41 0 0 1 1.406 1.406v21.188A1.41 1.41 0 0 1 22.597 24zM11.911 2.109c-5.405.047-9.763 4.482-9.802 9.89-.04 5.507 4.381 9.885 9.89 9.89 5.415.003 9.796-4.5 9.89-9.89.097-5.572-4.406-9.939-9.978-9.89zM9.65 8.633l-.889 2.159H15.3l-.889-2.159 6.642 3.365-6.642 3.365.889-2.159H8.761l.882 2.159-6.659-3.365z\"/></svg>\n </figure>\n </td>\n <td>teamviewer.svg</td>\n <td><code>_includes/icons/simple-icons/teamviewer.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"teamviewer\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>TED icon</title><path d=\"M2.431 9.886H0V7.665h7.53v2.221H5.1v6.45H2.431v-6.45zm5.514-2.221h7.31v2.221h-4.638v1.083h4.638v2.063h-4.638v1.08h4.638v2.225h-7.31V7.665zm10.43 6.451h1.046c1.664 0 1.907-1.352 1.907-2.166 0-.545-.179-2.063-2.115-2.063h-.854v4.23l.016-.001zm-2.67-6.451h4.384C22.98 7.665 24 9.8 24 11.985c0 2.66-1.409 4.351-4.434 4.351h-3.861V7.663v.002z\"/></svg>\n </figure>\n </td>\n <td>ted.svg</td>\n <td><code>_includes/icons/simple-icons/ted.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ted\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Teespring icon</title><path d=\"M23.86.952c.029 0 .056.004.07.011.015.009.023.027.023.061L22.69 7.176v.029h-.059c-.009 0-.045 0-.104-.016h-.044c-.082-.014-.15-.028-.215-.044-.063-.015-.134-.015-.209-.015-.547-.09-1.085-.164-1.613-.225-.533-.06-1.063-.104-1.594-.135l-.374 7.861-.069-.12c0-.016-.016-.016-.016-.03l-.015-.016c-.016 0-.029 0-.044-.014-.016-.016-.016-.03-.016-.045-.03-.016-.06-.031-.074-.061-.016-.015-.046-.045-.075-.061-.09-.074-.18-.148-.284-.223-.119-.075-.224-.15-.329-.21l-.179-.089-.164-.09c-.016 0-.03 0-.045-.016l-.015-.029.344-8.203h.118c.12 0 .255 0 .39.014.134.016.283.016.418.016l.822.045c.269.016.537.045.806.075l.419.044.404.045h.091c.035 0 .09.016.148.029.076.016.165.03.254.03.091.016.165.016.21.046l.747-3.691c-.015 0-.036 0-.066-.015l-.12-.046c-.522-.104-1.061-.193-1.6-.283-.537-.074-1.079-.135-1.628-.179-.418-.046-.848-.075-1.285-.09-.426-.015-.866-.03-1.3-.03h-.792c0 .03 0 .061-.015.09l-.045.148-.043.14c-.016.089-.045.194-.086.284-.041.104-.074.193-.104.283-.097.18-.194.344-.296.493-.102.165-.206.313-.314.478-.25.3-.531.554-.844.777-.306.225-.643.404-1.001.538-.245.09-.499.165-.762.21-.254.045-.513.074-.776.074-.141 0-.284 0-.434-.016-.15-.014-.293-.029-.434-.059-.404-.074-.793-.209-1.158-.403-.366-.194-.698-.434-.992-.717-.165-.135-.299-.284-.419-.434-.11-.149-.224-.314-.333-.493l-.714.254-.718.269c-.485.164-.962.359-1.43.568-.463.209-.926.434-1.377.672l-.688.374c-.227.134-.456.254-.69.374v.014c0 .016-.01.016-.026.016l-.088.044-.037.029L3.263 8.85l.198-.105c.06-.03.134-.075.211-.105.486-.254.979-.478 1.48-.702.496-.209 1-.418 1.494-.612h.044l2.052 8.231c.329-.142.636-.263.924-.363.294-.102.567-.191.837-.269.514-.141 1.046-.247 1.591-.317.546-.064 1.092-.104 1.639-.104.283 0 .567.016.852.04.27.029.523.059.762.104.284.061.553.15.807.24.239.104.463.208.657.357.225.15.419.314.583.509.149.194.284.403.374.628.089.238.135.478.149.747 0 .269-.03.522-.09.762-.03.134-.074.254-.12.358-.06.12-.119.238-.193.344 0 .015 0 .03-.015.03-.016 0-.016.015-.016.029l-.045.045c-.015.015-.015.03-.015.045s0 .029.015.044l.03.062v.029l.015.029.09.195c.015.059.029.134.029.192.061.254.075.51.045.777-.03.285-.09.554-.179.808-.165.434-.419.807-.763 1.149-.357.345-.807.644-1.344.912-.42.225-.883.404-1.375.553-.508.149-1.061.283-1.674.389-.15.03-.284.06-.418.076l-.389.015-.253.028-.105-1.418v-.016h.045l.03-.015h.149l.06-.046h.18c.06 0 .104-.015.149-.015.283-.045.553-.09.807-.148.27-.062.523-.12.792-.195.269-.074.522-.149.762-.239.239-.073.464-.179.688-.283.254-.135.464-.269.643-.418.18-.149.329-.3.448-.449.075-.09.149-.193.195-.298.044-.104.074-.21.088-.329v-.225l-.119.09c-.015.015-.045.029-.074.044l-.104.047c-.21.134-.434.237-.673.343-.238.104-.493.209-.762.299-.254.09-.508.179-.777.239-.27.073-.538.135-.792.179-.284.045-.554.09-.821.119-.27.031-.538.061-.807.076h-.15c-.254 0-.493 0-.701-.03-.225-.015-.42-.061-.613-.104-.283-.075-.523-.181-.732-.314-.209-.135-.358-.298-.448-.508-.104-.18-.164-.389-.149-.628 0-.225.06-.448.165-.656.104-.195.254-.374.433-.539.18-.164.403-.313.657-.448.21-.104.434-.209.688-.284.238-.074.508-.164.791-.239.225-.059.479-.119.747-.164.27-.044.554-.074.867-.09.104-.015.224-.029.343-.029.121-.015.24-.015.375-.015h.447l.449.044c.134.016.268.03.402.061.135.029.254.045.374.074.075.015.149.045.209.061l.165.059h.014c.016 0 .031.016.031.016l.015.016.044.029-.029.029c-.135.314-.373.568-.747.747-.374.195-.628.314-.792.358h-.014c-.015-.015-.029-.029-.035-.029h-.434c-.138 0-.273 0-.406.015-.135.015-.264.015-.389.029-.279.03-.553.076-.818.12-.268.046-.516.119-.746.195-.145.044-.279.089-.404.148-.124.045-.238.091-.35.149-.063.03-.119.061-.175.09-.054.029-.104.06-.149.091-.029.029-.074.059-.119.089s-.086.074-.119.12c.014 0 .039 0 .06.014l.134.031v.029c.061.015.12.029.18.029.064 0 .135.015.209.015.064.016.127.021.19.021h.603c.254 0 .514-.015.785-.06.27-.041.55-.074.831-.13.284-.061.544-.126.792-.209.246-.076.486-.165.722-.254.134-.045.254-.105.358-.15.119-.06.225-.119.344-.18l.283-.163c.105-.062.225-.135.33-.209.164-.14.313-.314.463-.509.164-.194.239-.418.239-.663 0-.127-.016-.239-.06-.344-.03-.105-.09-.194-.18-.27-.074-.074-.164-.149-.254-.209s-.194-.119-.329-.164c-.254-.09-.523-.164-.808-.194-.268-.039-.508-.06-.731-.06-.075-.016-.149-.016-.239-.016h-.225c-.47 0-.938.035-1.405.105-.468.074-.927.164-1.38.299-.254.06-.5.134-.75.224-.254.104-.516.194-.796.313-.218.09-.444.18-.679.299l-.747.389-.045.03-2.065-8.561-.09.044-.094.045c-.502.223-.993.448-1.476.702-.488.254-.963.508-1.43.777l-.049.029L.046 4.828c0-.016.007-.022.024-.029l.115-.083c.031-.015.063-.036.096-.06.029-.022.053-.041.07-.061.014 0 .026 0 .033-.008h.012c.109-.061.225-.12.34-.194l.364-.224c.216-.119.44-.254.664-.374.24-.119.449-.254.674-.373.462-.238.925-.463 1.388-.672.479-.225.957-.434 1.42-.613.508-.194 1.001-.373 1.494-.537.493-.18 1.001-.344 1.523-.479l.046-.031v.046c.075.313.18.598.344.882.164.268.359.507.582.732.284.238.598.434.956.582.359.135.732.209 1.105.209.046 0 .09-.014.135-.014.037-.016.08-.016.126-.016.374-.03.739-.135 1.091-.314.35-.18.658-.402.922-.688.299-.328.523-.701.643-1.12.135-.418.18-.866.104-1.315l.045-.015 1.016-.044C15.723 0 16.051 0 16.395 0h.643c.553.016 1.091.045 1.629.074.537.031 1.077.09 1.613.15.522.06 1.03.135 1.538.224.51.09 1.003.194 1.511.329l.045.015.089.03.18.045c.06.015.12.029.164.059h.016c.015 0 .03.016.045.016l.029.015-.037-.005z\"/></svg>\n </figure>\n </td>\n <td>teespring.svg</td>\n <td><code>_includes/icons/simple-icons/teespring.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"teespring\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>TELE5 icon</title><path d=\"M6.441.682v12.894h9l-9.425 4.11a9.383 9.383 0 0 0 12.351 4.851v.002a9.383 9.383 0 0 0 4.85-12.353l-7.694 3.353V8.293h7.5V.682H6.441zM0 .688v5.216h5.453V.688H3.607v2.484h-.439V.688h-.88v2.484h-.442V.688H0zm2.727 5.689v2.236H.002v2.723h5.453V6.377H2.727zm.878 5.428v2.488h-.437v-2.486h-.88v2.486h-.442v-2.486H0v5.216h5.453v-5.218H3.605zM.002 17.467V23.2h2.732v-1.49h2.721v-2.703h-2.72v-1.54H.001z\"/></svg>\n\n </figure>\n </td>\n <td>tele5.svg</td>\n <td><code>_includes/icons/simple-icons/tele5.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"tele5\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Telegram icon</title><path d=\"M23.91 3.79L20.3 20.84c-.25 1.21-.98 1.5-2 .94l-5.5-4.07-2.66 2.57c-.3.3-.55.56-1.1.56-.72 0-.6-.27-.84-.95L6.3 13.7l-5.45-1.7c-1.18-.35-1.19-1.16.26-1.75l21.26-8.2c.97-.43 1.9.24 1.53 1.73z\"/></svg>\n </figure>\n </td>\n <td>telegram.svg</td>\n <td><code>_includes/icons/simple-icons/telegram.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"telegram\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>Tencent QQ icon</title><path d=\"M21.395 15.035a39.548 39.548 0 0 0-.803-2.264l-1.079-2.695c.001-.032.014-.562.014-.836C19.526 4.632 17.351 0 12 0S4.474 4.632 4.474 9.241c0 .274.013.804.014.836l-1.08 2.695a38.97 38.97 0 0 0-.802 2.264c-1.021 3.283-.69 4.643-.438 4.673.54.065 2.103-2.472 2.103-2.472 0 1.469.756 3.387 2.394 4.771-.612.188-1.363.479-1.845.835-.434.32-.379.646-.301.778.343.578 5.883.369 7.482.189 1.6.18 7.14.389 7.483-.189.078-.132.132-.458-.301-.778-.483-.356-1.233-.646-1.846-.836 1.637-1.384 2.393-3.302 2.393-4.771 0 0 1.563 2.537 2.103 2.472.251-.03.581-1.39-.438-4.673zM12.662 4.846c.039-1.052.659-1.878 1.385-1.846s1.281.912 1.242 1.964c-.039 1.051-.659 1.878-1.385 1.846s-1.282-.912-1.242-1.964zM9.954 3c.725-.033 1.345.794 1.384 1.846.04 1.052-.517 1.931-1.242 1.963-.726.033-1.346-.794-1.385-1.845C8.672 3.912 9.228 3.033 9.954 3zM7.421 8.294c.194-.43 2.147-.908 4.566-.908h.026c2.418 0 4.372.479 4.566.908a.14.14 0 0 1 .014.061c0 .031-.01.059-.026.083-.163.238-2.333 1.416-4.553 1.416h-.026c-2.221 0-4.39-1.178-4.553-1.416a.136.136 0 0 1-.014-.144zm10.422 8.622c-.22 3.676-2.403 5.987-5.774 6.021h-.137c-3.37-.033-5.554-2.345-5.773-6.021-.081-1.35.001-2.496.147-3.43.318.063.638.122.958.176v3.506s1.658.334 3.318.103v-3.225c.488.027.96.04 1.406.034h.025c1.678.021 3.714-.204 5.683-.594.146.934.227 2.08.147 3.43zM10.48 5.804c.313-.041.542-.409.508-.825-.033-.415-.314-.72-.629-.679-.313.04-.541.409-.508.824.034.417.315.72.629.68zM14.479 5.156c.078.037.221.042.289-.146.035-.095.025-.165-.009-.214-.023-.033-.133-.118-.371-.176-.904-.22-1.341.384-1.405.499-.04.072-.012.176.056.227.067.051.139.037.179-.006.58-.628 1.21-.208 1.261-.184z\"/></svg>\n </figure>\n </td>\n <td>tencentqq.svg</td>\n <td><code>_includes/icons/simple-icons/tencentqq.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"tencentqq\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Tencent Weibo icon</title><path d=\"M4.252 23.936a.97.97 0 0 1-.474-.466c-.08-.167-.086-.222-.086-.653 0-.93.15-2.428.362-3.587.698-3.827 2.373-7.127 4.915-9.671l.574-.58-.074-.293c-.14-.561-.079-1.306.149-1.826.25-.564.784-1.142 1.3-1.416.134-.071.25-.127.253-.123.008 0 .066-.021.137-.049.07-.03.153-.061.189-.068.034-.006.095-.023.14-.034a2.93 2.93 0 0 1 1.341 0c.038.007.11.031.165.052.05.02.091.027.091.02 0-.01.172.072.375.177.61.315 1.03.75 1.317 1.362.222.465.273.704.271 1.248-.004.398-.017.506-.095.764-.182.605-.45 1.004-.965 1.456-.117.1-.25.202-.295.23a7.209 7.209 0 0 1-.54.268c-.011.005-.04.019-.068.03-.027.013-.091.026-.144.036a.562.562 0 0 0-.127.035c-.014.01-.119.026-.23.038-.111.01-.255.023-.32.033-.148.021-.609-.031-.872-.096a3.027 3.027 0 0 1-.623-.262l-.26-.137-.11.08c-.146.114-.835.85-1.186 1.27-2.335 2.805-3.652 6.45-3.827 10.62-.027.628-.052.913-.088 1.023-.072.193-.28.419-.472.512a.993.993 0 0 1-.723.007zm7.853-7.88a1.684 1.684 0 0 0-.307-.038 5.104 5.104 0 0 1-.839-.105c-.038-.007-.126-.021-.2-.035a.753.753 0 0 1-.166-.037.566.566 0 0 0-.122-.034 1.821 1.821 0 0 1-.23-.069.535.535 0 0 0-.147-.048 2.58 2.58 0 0 1-.28-.086 1.747 1.747 0 0 0-.28-.082c-.025.017-.34-.208-.418-.3-.212-.253-.29-.643-.182-.903.148-.343.504-.6.849-.609.116-.003.23.01.256.034.028.02.05.031.05.017 0-.013.036.004.083.035s.086.044.086.031c0-.014.022-.012.045.007.044.037.335.136.462.163.04.007.089.022.106.031s.08.029.143.037c.065.006.246.042.407.073.315.058 1.33.089 1.54.044.064-.014.197-.035.289-.044.096-.007.195-.024.223-.035.029-.01.1-.024.154-.034.14-.024.287-.057.393-.095.027-.011.12-.038.203-.063.084-.02.191-.057.238-.077.049-.019.11-.038.139-.045.023-.005.23-.1.46-.213a6.243 6.243 0 0 0 2.29-1.92c.275-.394.699-1.232.843-1.677.721-2.254.147-4.733-1.478-6.372a6.522 6.522 0 0 0-2.328-1.457 4.057 4.057 0 0 0-.412-.123 3.08 3.08 0 0 1-.246-.057 3.39 3.39 0 0 0-.188-.048 3.985 3.985 0 0 0-.479-.066 2.042 2.042 0 0 1-.273-.037c-.055-.02-.855-.013-1.06.007-.243.02-.396.044-.564.077a3.96 3.96 0 0 1-.257.052l-.171.038-.137.034a.608.608 0 0 0-.1.032.096.096 0 0 0-.057.027c-.015.016-.059.027-.099.027a.191.191 0 0 0-.114.041c-.023.024-.04.028-.04.013 0-.017-.024-.01-.05.015-.03.023-.052.03-.052.02 0-.014-.036-.005-.076.02-.045.02-.093.045-.113.048-.071.014-.729.348-.93.48-.462.29-.627.423-1.054.85-.533.53-.818.924-1.145 1.575a6.276 6.276 0 0 0-.581 3.931c.06.359.143.65.304 1.088.061.163.068.23.044.367-.098.55-.707.957-1.152.772-.065-.026-.12-.045-.12-.033 0 .037-.287-.2-.376-.312a1.87 1.87 0 0 1-.205-.42c-.469-1.301-.55-2.946-.216-4.368a8.318 8.318 0 0 1 1.587-3.222c.315-.39.991-1.053 1.358-1.337.274-.21.899-.622.944-.622.007 0 .13-.069.273-.155a2.15 2.15 0 0 1 .26-.136c0 .01.065-.018.147-.058.079-.042.16-.08.178-.082.02-.004.096-.035.171-.065.075-.036.136-.055.14-.048 0 .005.027-.007.058-.035.034-.024.06-.034.06-.02 0 .015.023.008.05-.017.027-.024.05-.03.05-.018 0 .014.025.007.052-.017s.051-.03.051-.016.025.006.052-.018c.027-.023.05-.033.05-.02 0 .01.043.003.096-.018.052-.02.12-.043.156-.05.054-.015.163-.04.246-.061a.887.887 0 0 0 .101-.032c.038-.01.124-.03.189-.04.065-.01.263-.042.437-.068.237-.038.537-.05 1.215-.043.492.007.945.021.998.031.058.012.172.031.254.041.086.015.214.038.29.059.079.016.192.04.257.052a.629.629 0 0 1 .154.037.23.23 0 0 0 .082.034c.1.024.16.04.17.045.006.007.017.01.035.012l.264.09c.134.044.246.084.255.084s.05.022.086.043c.037.02.08.037.096.04.014 0 .072.028.127.056.057.03.102.046.102.037 0-.024.742.379.949.516.105.072.22.148.252.164.347.212.861.643 1.283 1.077a8.174 8.174 0 0 1 2.154 4.07c.082.414.096.555.108 1.334.015.998-.024 1.392-.215 2.14-.402 1.574-1.23 2.908-2.541 4.098a10 10 0 0 1-1.22.882c-.18.108-1.044.537-1.044.52 0-.01-.033.004-.074.028-.045.024-.086.045-.096.045-.011 0-.125.04-.258.084-.128.045-.246.086-.255.086l-.069.028a.569.569 0 0 1-.137.037c-.167.035-.24.052-.269.069a.554.554 0 0 1-.145.037 3.77 3.77 0 0 0-.273.049 5.506 5.506 0 0 1-.715.089c-.575.045-.875.057-.889.04z\"/></svg>\n </figure>\n </td>\n <td>tencentweibo.svg</td>\n <td><code>_includes/icons/simple-icons/tencentweibo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"tencentweibo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>TensorFlow icon</title><path d=\"M19.6 12l.1 4.7-3.1-1.8v6.7L12.5 24V0l10.2 5.9v5.3l-6.1-3.6v2.7zM1.3 5.9L11.5 0v24l-4.1-2.4v-14l-6.1 3.6z\"/></svg>\n </figure>\n </td>\n <td>tensorflow.svg</td>\n <td><code>_includes/icons/simple-icons/tensorflow.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"tensorflow\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Teradata icon</title><path d=\"M12 0C5 0 0 5.65 0 12.08C0 18.83 5 24 12 24S24 18.83 24 12.08C24 5.65 19 0 12 0M8.47 3.44H11.97V6.7H15.55V9.56H11.97V14.78C11.97 16.36 12.74 17.05 13.9 17.05C14.32 17.05 14.88 16.93 15.41 16.73C15.79 17.73 16.46 18.63 17.18 19.35A7 7 0 0 1 13.66 20.32C10.54 20.32 8.47 18.67 8.47 15.04V3.45Z\"/></svg>\n\n </figure>\n </td>\n <td>teradata.svg</td>\n <td><code>_includes/icons/simple-icons/teradata.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"teradata\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Terraform icon</title><path d=\"M8.283 4.265l7.433 3.776v7.551l-7.433-3.776V4.265zm8.248 3.776v7.551l7.436-3.776V4.265l-7.436 3.776zM.035.051v7.551l7.433 3.776V3.827L.035.051zm8.248 20.141l7.433 3.776V16.42l-7.433-3.776v7.548z\"/></svg>\n </figure>\n </td>\n <td>terraform.svg</td>\n <td><code>_includes/icons/simple-icons/terraform.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"terraform\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Tesla icon</title><path d=\"M12 5.362l2.475-3.026s4.245.09 8.471 2.054c-1.082 1.636-3.231 2.438-3.231 2.438-.146-1.439-1.154-1.79-4.354-1.79L12 24 8.619 5.034c-3.18 0-4.188.354-4.335 1.792 0 0-2.146-.795-3.229-2.43C5.28 2.431 9.525 2.34 9.525 2.34L12 5.362l-.004.002H12v-.002zm0-3.899c3.415-.03 7.326.528 11.328 2.28.535-.968.672-1.395.672-1.395C19.625.612 15.528.015 12 0 8.472.015 4.375.61 0 2.349c0 0 .195.525.672 1.396C4.674 1.989 8.585 1.435 12 1.46v.003z\"/></svg>\n </figure>\n </td>\n <td>tesla.svg</td>\n <td><code>_includes/icons/simple-icons/tesla.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"tesla\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>The Mighty icon</title><path d=\"M19.178.001h-4.432L12.05 13.988 9.309.001H4.856c.216.219.334.634.39 1.072v21.21c0 .621-.105 1.383-.425 1.717 1.014-.214 2.307-.416 3.414-.611V9.375l2.489 12.375c.07.46.135 1.084-.021 1.198.847-.129 1.694-.252 2.544-.366-.105-.16-.064-.652-.005-1.061L15.696 9.15v13.095c1.054-.123 2.366-.24 3.47-.349l.012-.008c-.324-.328-.43-1.1-.43-1.724V1.726c0-.627.105-1.396.43-1.726v.001z\"/></svg>\n </figure>\n </td>\n <td>themighty.svg</td>\n <td><code>_includes/icons/simple-icons/themighty.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"themighty\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>The Movie Database icon</title><path d=\"M19.491 21.899c2.106 0 3.531-1.424 3.531-3.531V3.531C23.022 1.425 21.598 0 19.491 0H4.509C2.403 0 .978 1.424.978 3.531V24l1.809-2.101V3.531a1.721 1.721 0 0 1 1.719-1.719h14.982c.949.002 1.718.77 1.719 1.719v14.837a1.721 1.721 0 0 1-1.719 1.719H6.92l-1.81 1.812-.011-.014zM8.787 11.466H7.09v5.698h1.697c3.793 0 3.793-5.698 0-5.698zm0 4.559h-.551v-3.419h.551c2.215 0 2.215 3.418 0 3.418zM8.456 10.389h1.139V5.83h1.418V4.699H7.037V5.83h1.419v4.559zM14.063 7.201l-1.971-2.502h-.366v5.785h1.156v-3.18l1.182 1.531 1.183-1.531-.008 3.18h1.156V4.699h-.36l-1.971 2.502zM15.983 14.315c.358-.247.51-.689.526-1.124.023-1.004-.606-1.729-1.617-1.729h-2.255v5.706h2.255a1.695 1.695 0 0 0 1.681-1.694v-.02-.008c0-.466-.231-.878-.585-1.127l-.004-.003zm-2.204-1.714h1.013c.327 0 .526.255.526.573a.533.533 0 0 1-.526.574h-1.013V12.6zm1.013 3.427h-1.013v-1.139h1.027c.309 0 .559.25.559.559v.014a.566.566 0 0 1-.566.566h-.001z\"/></svg>\n </figure>\n </td>\n <td>themoviedatabase.svg</td>\n <td><code>_includes/icons/simple-icons/themoviedatabase.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"themoviedatabase\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>The Register icon</title><path d=\"M22.368,12.858c-0.846,0.639-1.719,1.243-2.612,1.818c-0.893,0.568-1.683,0.977-2.378,1.219 c-0.695,0.246-1.167,0.199-1.413-0.131c-0.23-0.417-0.242-1.028-0.028-1.826c0.21-0.802,0.508-1.628,0.893-2.485 c0.381-0.782,0.711-1.58,0.989-2.39c0.278-0.81,0.413-1.632,0.401-2.458c-0.012-0.826-0.266-1.648-0.758-2.47 c-0.433-0.671-1.08-1.175-1.941-1.509c-0.862-0.337-1.822-0.504-2.882-0.492c-1.06,0.012-2.112,0.206-3.148,0.58 C8.683,3.02,7.94,3.488,7.261,4.116c-0.675,0.627-1.207,1.409-1.6,2.346c-0.135,0.341-0.222,0.794-0.27,1.346 C5.34,8.356,5.312,8.852,5.308,9.297C5.304,9.742,5.3,9.976,5.304,9.996c-0.433,0.298-0.925,0.663-1.481,1.096 c-0.556,0.429-1.104,0.949-1.64,1.552c-0.564,0.663-1.044,1.326-1.437,1.973c-0.393,0.655-0.635,1.155-0.727,1.505 c-0.048,0.143-0.008,0.532,0.119,1.183c0.127,0.643,0.457,1.386,1.001,2.227s1.417,1.62,2.616,2.331 c0.012,0.012,0.044-0.012,0.091-0.067c0.052-0.052,0.079-0.079,0.083-0.087c-0.02-0.012-0.167-0.171-0.429-0.476 c-0.262-0.302-0.516-0.699-0.758-1.175c-0.246-0.484-0.345-0.993-0.31-1.521c0.048-0.731,0.512-1.398,1.394-2.005 c0.885-0.611,2.394-1.143,4.53-1.592c0.607-0.155,1.132-0.385,1.58-0.707c0.449-0.314,0.687-0.492,0.707-0.532 c-0.167,1.703,0.139,3.26,0.901,4.653c0.651,1.179,1.493,2.239,2.537,3.176l9.906-9.878L24,11.6 C23.528,11.969,22.988,12.39,22.368,12.858L22.368,12.858z M9.437,7.363c-0.155,0.413-0.31,0.826-0.465,1.243 C8.822,9.023,8.738,9.257,8.726,9.313C8.754,9.361,8.853,9.476,9.008,9.65C9.171,9.821,9.262,9.936,9.29,9.992 c0.012,0.099-0.044,0.337-0.171,0.707c-0.123,0.369-0.373,0.647-0.738,0.838c-0.48,0.179-0.929,0.214-1.346,0.103 c-0.417-0.103-0.75-0.242-1.008-0.413c-0.254-0.175-0.389-0.266-0.397-0.286L9.663,6.55l0.016,0.143 C9.671,6.728,9.592,6.951,9.437,7.363z\"/></svg>\n </figure>\n </td>\n <td>theregister.svg</td>\n <td><code>_includes/icons/simple-icons/theregister.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"theregister\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>The Washington Post icon</title><path d=\"M24 15.366V6.922l-2.188-1.998-2.426 2.569V5.66h-.357v2.236l-.571.595V6.589L16.65 4.924l-2.164 2.212.261.261.547-.547.69.619v2.093h-.119c-1.046 0-1.689.714-1.689 1.689 0 .5.072.737.143.904h.238a1.033 1.033 0 011.023-.833h.404v3.782c-1.26.428-1.998 1.522-2.14 3.02l.166.096c.57-.69 1.308-1.118 1.974-1.284v5.209l.048.023 2.26-2.069 1.07 1 .047-.025v-4.043c.476.142.904.475 1.213.904zm-2.426.523c-.571-.57-1.26-.88-2.165-.999V7.85l1.023-1.095 1.142 1.047zm-2.545 4.4l-.571-.523V8.825l.57-.571zm-5.78-6.017V7.04L11.06 4.9 8.8 7.255 6.399 4.9 4.115 7.302v-.785c0-2.021-1.26-1.688-1.26-2.997 0-.832.523-1.237 1.165-1.546l-.143-.142C1.927 2.522.88 3.544.88 4.662c0 1 .761 1.047.761 2.212v2.973C.214 9.847 0 11.18 0 11.703c0 .309.048.594.095.737h.19c.072-.404.31-.69.81-.69h.546v3.806l2.807 2.426 2.07-2.33 2.71 2.33zm-2.45 1.879l-1.927-1.642V7.73l.833-.832 1.094 1.094zm-4.424-.904l-.595.69-1.665-1.428V7.802l.904-.928L6.375 8.23Z\"/></svg>\n </figure>\n </td>\n <td>thewashingtonpost.svg</td>\n <td><code>_includes/icons/simple-icons/thewashingtonpost.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"thewashingtonpost\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Threema icon</title><path d=\"M13.755 22.243a1.756 1.756 0 11-3.512.002 1.756 1.756 0 013.512-.002zm-6.335 0a1.756 1.756 0 11-3.513.002 1.756 1.756 0 013.513-.002zm12.671 0a1.756 1.756 0 11-3.512.002 1.756 1.756 0 013.512-.002zM7.477 17.248l-5.171 1.293 1.105-4.42c-1.094-1.442-1.733-3.175-1.733-5.039C1.678 4.066 6.3 0 12 0c5.7 0 10.322 4.066 10.322 9.082 0 5.016-4.622 9.083-10.322 9.083a11.45 11.45 0 01-4.523-.917zm1.595-8.92h-.115a.47.47 0 00-.47.471v4.126c0 .26.21.471.47.471h6.086c.26 0 .47-.21.47-.47V8.798a.47.47 0 00-.47-.47h-.115v-1.17a2.927 2.927 0 00-2.93-2.924A2.926 2.926 0 009.073 7.16zm4.685 0h-3.514V7.16a1.756 1.756 0 013.514 0v1.17Z\"/></svg>\n </figure>\n </td>\n <td>threema.svg</td>\n <td><code>_includes/icons/simple-icons/threema.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"threema\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Tidal icon</title><path d=\"M12.012 3.992L8.008 7.996 4.004 3.992 0 7.996 4.004 12l4.004-4.004L12.012 12l-4.004 4.004 4.004 4.004 4.004-4.004L12.012 12l4.004-4.004-4.004-4.004zM16.042 7.996l3.979-3.979L24 7.996l-3.979 3.979z\"/></svg>\n </figure>\n </td>\n <td>tidal.svg</td>\n <td><code>_includes/icons/simple-icons/tidal.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"tidal\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Tide icon</title><path d=\"M18.694 12.509h3.393c-.206-.846-.883-1.272-1.647-1.272-.883 0-1.5.48-1.746 1.272zm1.746 4.48c-2.238 0-3.679-1.57-3.679-3.648 0-2.024 1.501-3.662 3.693-3.662 2.211 0 3.546 1.532 3.546 3.569 0 .273-.027.626-.027.672h-5.346c.206.886.87 1.465 1.853 1.465.844 0 1.461-.366 1.853-.932l1.421.872c-.677 1.025-1.76 1.665-3.314 1.665m-6.179-3.634a1.89 1.89 0 00-1.906-1.884c-1.036 0-1.84.846-1.84 1.884 0 1.052.804 1.884 1.84 1.884 1.09 0 1.906-.832 1.906-1.884zm-.026 2.956c-.492.386-1.256.613-2.046.613a3.546 3.546 0 01-3.533-3.569c0-2.024 1.62-3.608 3.533-3.608.79 0 1.554.246 2.046.626v-2.91h1.892v9.368h-1.892v-.52M7.796 9.814H5.904v7.01h1.892v-7.01m-2.922 0v1.697H2.91v2.816c0 .626.285.872.93.872H4.88v1.625H3.706c-1.853 0-2.69-.832-2.69-2.404v-2.91H0V9.814a1.01 1.01 0 001.01-1.012V8.01h1.892v1.804h1.972m3.124-1.657c0 .632-.511 1.145-1.142 1.145-.63 0-1.142-.513-1.142-1.145 0-.633.511-1.145 1.142-1.145a1.135 1.135 0 011.142 1.145Z\"/></svg>\n\n </figure>\n </td>\n <td>tide.svg</td>\n <td><code>_includes/icons/simple-icons/tide.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"tide\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Tik Tok icon</title><path d=\"M12.53.02C13.84 0 15.14.01 16.44 0c.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z\"/></svg>\n </figure>\n </td>\n <td>tiktok.svg</td>\n <td><code>_includes/icons/simple-icons/tiktok.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"tiktok\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Timescale icon</title><path d=\"M5.537.763c-1.167.7-2.21 1.582-3.08 2.61L3.79 4.836a10.422 10.422 0 013.627-2.881zm13.028.085l-1.991 1.12a10.381 10.381 0 013.762 3.07l1.18-1.654a12.371 12.371 0 00-2.95-2.536zm-6.564.752a9.788 9.788 0 00-4.131.91l.59 1.011a8.542 8.542 0 013.541-.762c1.261 0 2.457.274 3.534.76l.59-1.012a9.81 9.81 0 00-4.124-.907zM11.4 3.535l-.55 6.626h.003l-.002.04c.003.111.013.216.033.318.01.112.043.227.097.342.114.289.298.505.516.607.05.04.105.075.158.111a.98.98 0 01.033.02v.004l6.68 3.596.348-.476-6.058-4.6c-.007 0-.01-.005-.014-.008L12 3.535zm1.423.052c.19.234.361.523.502.855 3.155.604 5.54 3.325 5.54 6.596 0 .877-.176 1.712-.484 2.48a3.7 3.7 0 01.52.76 7.314 7.314 0 00.754-3.24c0-3.868-2.99-7.05-6.832-7.45zm-2.284.095c-3.527.667-6.19 3.708-6.19 7.356 0 2.584 1.335 4.863 3.367 6.21a9.84 9.84 0 01.295-.743c-1.74-1.219-2.874-3.214-2.874-5.467 0-3.054 2.082-5.632 4.932-6.45.128-.351.289-.656.47-.906zm9.15 1.675l-.801.893a8.101 8.101 0 011.551 4.777c0 2.916-1.542 5.481-3.872 6.952.104.388.188.792.251 1.209 2.87-1.632 4.802-4.677 4.802-8.16a9.224 9.224 0 00-1.93-5.67zm-15.38.007a9.25 9.25 0 00-1.93 5.665c0 3.507 1.954 6.567 4.858 8.19.063-.418.144-.822.248-1.206-2.36-1.468-3.923-4.045-3.923-6.984 0-1.777.573-3.422 1.549-4.772zm9.314.043c.044.203.08.416.107.64a5.332 5.332 0 013.213 2.912l.577-.148a5.942 5.942 0 00-3.897-3.404zm-3.816.187a5.939 5.939 0 00-3.319 3.198l.58.148A5.324 5.324 0 019.73 6.257c.017-.227.04-.45.077-.663zM6.733 9.672l-.62.63.315.614 1.727.618.942-.618-.312-.923zm10.615 0l-2.048.321-.315.923.942.618 1.73-.618.315-.614zM6.1 11.869A5.824 5.824 0 008.42 15.7c.1-.17.204-.335.315-.493a5.252 5.252 0 01-2.038-3.34zm11.206 0c-.03.18-.071.355-.118.529.174.138.338.272.493.41.097-.302.174-.617.22-.94zm-15.679.217L0 14.158c.966 3.661 3.638 6.65 7.132 8.111a9.399 9.399 0 01-.05-1.031c0-.375.017-.747.05-1.111-3.024-1.563-5.166-4.544-5.505-8.041zm20.707.055c-.352 3.45-2.464 6.394-5.441 7.957.033.374.05.755.053 1.136 0 .377-.017.71-.05 1.005 3.506-1.488 6.175-4.522 7.104-8.223zm-6.544 2.617a5.31 5.31 0 01-.486.42c.11.158.218.322.318.493.265-.2.513-.42.74-.66a10.61 10.61 0 01-.572-.253zm1.502.559a6.9 6.9 0 01-1.25 1.156c.106.236.207.485.294.741a7.667 7.667 0 001.857-1.772 3.554 3.554 0 01-.9-.125zm-2.988.63l-2.303.913-2.307-.91-.587 1.435 2.448.946c-.134.46-.568.798-1.08.798-.034 0-.07-.004-.104-.007l-.5.686c.188.063.39.096.6.096.621 0 1.17-.289 1.52-.738a1.924 1.924 0 002.183.62l-.49-.67a1.122 1.122 0 01-1.26-.805l2.47-.926zm1.156 4.775c-1.09.377-2.256.58-3.476.58-1.17 0-2.29-.186-3.34-.534.231.88.59 1.654 1.05 2.262.743.134 1.509.207 2.294.207.835 0 1.65-.082 2.437-.236.453-.61.807-1.39 1.035-2.28z\"/></svg>\n </figure>\n </td>\n <td>timescale.svg</td>\n <td><code>_includes/icons/simple-icons/timescale.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"timescale\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Tinder icon</title><path d=\"M9.317 9.451c.045.073.123.12.212.12.06 0 .116-.021.158-.057l.015-.012c.39-.325.741-.66 1.071-1.017 3.209-3.483 1.335-7.759 1.32-7.799-.09-.21-.03-.459.15-.594.195-.135.435-.12.615.033 10.875 10.114 7.995 17.818 7.785 18.337-.87 3.141-4.335 5.414-8.444 5.53-.138.008-.242.008-.363.008-4.852 0-8.977-2.989-8.977-6.807v-.06c0-5.297 4.795-10.522 5.009-10.744.136-.149.345-.195.525-.105.18.076.297.255.291.451-.043 1.036.167 1.935.631 2.7v.015l.002.001z\"/></svg>\n </figure>\n </td>\n <td>tinder.svg</td>\n <td><code>_includes/icons/simple-icons/tinder.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"tinder\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Todoist icon</title><path d=\"M21 0H3C1.35 0 0 1.35 0 3v3.858s3.854 2.24 4.098 2.38c.31.18.694.177 1.004 0 .26-.147 8.02-4.608 8.136-4.675.279-.161.58-.107.748-.01.164.097.606.348.84.48.232.134.221.502.013.622l-9.712 5.59c-.346.2-.69.204-1.048.002C3.478 10.907.998 9.463 0 8.882v2.02l4.098 2.38c.31.18.694.177 1.004 0 .26-.147 8.02-4.609 8.136-4.676.279-.16.58-.106.748-.008.164.096.606.347.84.48.232.133.221.5.013.62-.208.121-9.288 5.346-9.712 5.59-.346.2-.69.205-1.048.002C3.478 14.951.998 13.506 0 12.926v2.02l4.098 2.38c.31.18.694.177 1.004 0 .26-.147 8.02-4.609 8.136-4.676.279-.16.58-.106.748-.009.164.097.606.348.84.48.232.133.221.502.013.622l-9.712 5.59c-.346.199-.69.204-1.048.001C3.478 18.994.998 17.55 0 16.97V21c0 1.65 1.35 3 3 3h18c1.65 0 3-1.35 3-3V3c0-1.65-1.35-3-3-3z\"/></svg>\n </figure>\n </td>\n <td>todoist.svg</td>\n <td><code>_includes/icons/simple-icons/todoist.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"todoist\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Toggl icon</title><path d=\"M12 0C5.373 0 0 5.37 0 12s5.373 12 12 12c6.63 0 12-5.37 12-12S18.63 0 12 0zm-.84 4.67h1.68v8.36h-1.68V4.67zM12 18.155c-3.24-.002-5.865-2.63-5.864-5.868 0-2.64 1.767-4.956 4.314-5.655v1.71c-1.628.64-2.698 2.21-2.695 3.96 0 2.345 1.903 4.244 4.248 4.243 2.344-.002 4.244-1.903 4.243-4.248 0-1.745-1.07-3.312-2.694-3.95V6.63c2.55.7 4.314 3.018 4.314 5.66 0 3.24-2.626 5.864-5.865 5.864z\"/></svg>\n </figure>\n </td>\n <td>toggl.svg</td>\n <td><code>_includes/icons/simple-icons/toggl.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"toggl\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Tomorrowland icon</title><path d=\"M11.97 0c-.009.01-.35.35-.747.758-.826.835-1.504 1.271-2.524 1.62-.582.205-.836.243-1.496.204-.427-.02-.883-.067-1-.115-.194-.058-.223-.04-.223.174 0 .33-.251 1.02-.523 1.437l-.234.35.244.3c.126.175.281.311.33.311.048 0 .31-.175.592-.389.738-.563 2.039-1.212 3.048-1.513.797-.253.99-.274 2.563-.274 1.573 0 1.766.021 2.563.274 1.01.3 2.31.95 3.048 1.513.282.214.544.39.592.39.049 0 .204-.137.33-.302l.244-.31-.283-.448a4.197 4.197 0 01-.416-.98c-.107-.437-.165-.523-.31-.494-.107.02-.534.057-.971.076-.621.03-.913.001-1.408-.164-1.03-.35-1.825-.845-2.641-1.67-.417-.417-.768-.758-.777-.748zm-.284 3.328a2.38 2.38 0 00-.317.022c-1.369.213-2.504.882-3.203 1.882l-.273.39.273.388c.301.437.805.873 1.805 1.572.825.583 1.583 1.408 1.787 1.97.097.243.193.438.232.428.03 0 .175-.251.32-.552.302-.641.846-1.225 1.73-1.846.96-.68 1.512-1.164 1.794-1.572l.264-.38-.291-.427a4.434 4.434 0 00-2.32-1.66c-.45-.126-1.267-.22-1.801-.215zm-7.502.031l-.475.524C3.059 4.6 2.155 5.99 1.902 6.66c-.63 1.7-.464 3.127.536 4.486.796 1.078 2.357 2.165 4.095 2.854.447.165.807.34.807.379 0 .029-.126.088-.291.127-.456.097-1.408.766-1.66 1.174-.185.29-.233.504-.223.96.01 1.35.97 2.526 2.834 3.477.602.301 1.184.553 1.291.553.32 0 1.108-.874 1.477-1.66.699-1.437 1-3.408.912-5.912-.078-2.272-.32-3.059-1.252-4.04-.272-.29-.827-.727-1.235-.97C6 6.117 4.465 4.738 4.243 3.64l-.06-.282zm15.634.094c-.036-.003-.047.037-.05.11-.01.96-1.728 2.525-4.961 4.525-.408.243-.963.68-1.235.97-.932.981-1.174 1.768-1.252 4.04-.087 2.504.213 4.475.912 5.912.37.786 1.157 1.66 1.477 1.66.107 0 .68-.242 1.271-.543 1.874-.951 2.844-2.137 2.854-3.486.01-.457-.038-.67-.223-.961-.252-.408-1.204-1.077-1.66-1.174-.165-.039-.29-.098-.29-.127 0-.039.36-.214.806-.379 1.738-.69 3.3-1.776 4.096-2.854 1-1.359 1.166-2.787.535-4.486-.262-.699-1.176-2.088-1.827-2.787-.267-.291-.393-.415-.453-.42zm-7.994.533l.274.004c.757.03 1.018.078 1.484.291.505.233 1.621 1.165 1.621 1.35 0 .126-1.183 1.02-1.746 1.31-.476.253-.632.282-1.457.282-.883 0-.951-.02-1.602-.37a7.076 7.076 0 01-1.156-.785l-.484-.418L9 5.36c.36-.447 1-.904 1.611-1.157.425-.178.634-.221 1.213-.217zm.188.19a1.362 1.362 0 00-.692.174c-1.34.708-.844 2.728.68 2.728 1.485 0 2.01-1.951.719-2.69a1.475 1.475 0 00-.707-.212zm-.282.635c.157-.001.3.096.387.287.214.456-.476.98-.767.591-.224-.281-.224-.466.01-.699a.543.543 0 01.37-.18zm-9.943 6.46c-.039-.019-.078.563-.078 1.291 0 2.593.67 4.428 2.379 6.467 1.466 1.748 4.282 3.612 7.058 4.65l.844.321.807-.32c4.165-1.65 7.416-4.34 8.717-7.223.534-1.165.7-1.933.748-3.477.029-.786.029-1.504-.01-1.591-.049-.127-.135-.078-.436.261-.359.408-.37.457-.427 1.301-.272 4.088-3.224 7.534-7.33 8.563-1 .252-3.311.225-4.33-.047-4.03-1.107-6.856-4.477-7.118-8.516-.058-.825-.078-.893-.398-1.262-.194-.213-.377-.408-.426-.418Z\"/></svg>\n\n </figure>\n </td>\n <td>tomorrowland.svg</td>\n <td><code>_includes/icons/simple-icons/tomorrowland.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"tomorrowland\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Topcoder icon</title><path d=\"M20.514 16.517c.192-.026.376-.112.542-.21.345-.201.646-.473.936-.75.226-.214.444-.436.653-.67.12-.146.256-.296.376-.451.105-.143.21-.285.315-.436.076-.115.15-.23.212-.35.33-.598.601-1.336.361-2.016-.031-.094-.076-.185-.121-.27-.091-.154-.211-.291-.331-.413-.21-.201-.468-.36-.723-.489-.376-.188-.781-.313-1.201-.406-.603-.137-1.205-.201-1.821-.226-.842-.041-1.684-.006-2.512.076.105.109.196.225.301.338.195.226.392.467.571.723.227.3.437.631.647.962.602.992 1.054 2.075 1.383 3.173.105.33.182.662.255 1.008.031.12.048.256.077.391l.08.016zm-18.585-.151c.052-.204.105-.412.16-.616.08-.301.176-.6.266-.896.069-.217.15-.429.227-.645.09-.225.185-.45.277-.676.033-.076.061-.153.098-.23.102-.215.211-.427.322-.637.135-.242.256-.481.391-.707.18-.316.377-.602.586-.888l.016-.015c-.331-.016-.677-.016-1.008-.016-.24 0-.496.016-.736.045-.166.016-.33.031-.496.061-.121.016-.24.045-.361.075-.586.15-1.248.421-1.533 1.007-.031.076-.061.151-.091.242-.032.12-.047.27-.047.406 0 .211.045.421.089.632.091.315.242.617.393.902.285.496.646.962 1.022 1.398l.481.525-.056.033zm18.151-.045c-.492-2.302-1.546-4.532-3.194-6.236l-.083-.086-.041-.04c-.2.014-.399.045-.603.074-2.154.332-4.26.918-6.285 1.715.168.045.336.09.507.15.706.226 1.413.466 2.108.723 2.421.902 4.755 2.029 6.998 3.322l.586.347.007.031zm-17.706-.139l.873-.843c.15-.143.15-.142.301-.28 1.533-1.354 3.318-2.375 5.18-3.217-.275-.076-.549-.136-.824-.195-1.053-.241-2.113-.437-3.188-.527-.084.121-.166.227-.247.346-.181.271-.354.527-.517.813-.15.24-.271.481-.392.723-.104.195-.21.391-.286.586-.029.045-.045.105-.06.15-.091.226-.195.451-.286.677-.074.181-.135.36-.195.541-.09.286-.18.557-.255.843-.046.15-.091.301-.12.45l.016-.067zm6.914-4.587c.21-.091.417-.175.628-.255.233-.094.466-.182.7-.269 1.023-.376 2.061-.692 3.113-.947.873-.211 1.744-.376 2.633-.511l.06-.016c-.241-.226-.496-.421-.752-.617-.481-.36-1.007-.662-1.563-.902-1.295-.556-2.723-.736-4.105-.48-.753.134-1.491.39-2.167.752-1.067.571-2 1.383-2.768 2.315l-.03.016.466.044.572.076c.813.135 1.594.301 2.391.48.301.076.587.151.873.227l-.051.087z\"/></svg>\n </figure>\n </td>\n <td>topcoder.svg</td>\n <td><code>_includes/icons/simple-icons/topcoder.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"topcoder\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Toptal icon</title><path d=\"M20.227 10.038L10.188 0l-2.04 2.04 3.773 3.769-8.155 8.153L13.807 24l2.039-2.039-3.772-3.771 8.16-8.152h-.007zM8.301 14.269l6.066-6.063 1.223 1.223-6.064 6.113-1.223-1.26-.002-.013z\"/></svg>\n </figure>\n </td>\n <td>toptal.svg</td>\n <td><code>_includes/icons/simple-icons/toptal.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"toptal\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" role=\"img\"><title>Tor icon</title><path d=\"M17.578 12.201c-.76-.692-1.721-1.251-2.704-1.81-.446-.246-1.81-1.318-1.34-2.838l-.851-.358c1.342-2.078 3.085-4.134 5.229-6.056-1.721.581-3.24 1.476-4.379 3.062.67-1.407 1.765-2.793 2.972-4.201-1.654 1.185-3.084 2.525-3.979 4.313l.627-2.503c-.894 1.608-1.52 3.24-1.766 4.871l-1.317-.535-.223.178c1.162 2.078.559 3.174-.022 3.553-1.162.783-2.838 1.788-3.688 2.659-1.609 1.654-2.078 3.218-1.921 5.296.157 2.66 2.101 4.873 4.67 5.744 1.14.38 2.19.424 3.352.424 1.877 0 3.799-.491 5.207-1.676a6.551 6.551 0 0 0 2.369-5.027 6.875 6.875 0 0 0-2.236-5.096zm-3.553 8.872c-.09.402-.38.894-.737 1.341.134-.246.246-.492.313-.76.559-1.989.805-2.904.537-5.095-.045-.224-.135-.938-.471-1.721-.468-1.185-1.184-2.303-1.272-2.548-.157-.38-.38-1.989-.403-3.084.023.938.089 2.659.335 3.329.067.225.715 1.229 1.185 2.459.312.849.38 1.632.446 1.854.224 1.007-.045 2.705-.401 4.313-.111.581-.426 1.252-.828 1.766.225-.313.402-.715.537-1.185.269-.938.38-2.145.356-2.905-.021-.446-.222-1.407-.558-2.278-.201-.47-.492-.961-.692-1.297-.224-.335-.224-1.072-.313-1.921.021.916-.068 1.385.156 2.033.134.379.625.916.759 1.43.201.693.402 1.453.381 1.922 0 .536-.022 1.52-.269 2.593-.157.804-.515 1.497-1.095 1.943.246-.312.38-.625.447-.938.089-.469.111-.916.156-1.475a5.96 5.96 0 0 0-.111-1.721c-.179-.805-.469-1.608-.604-2.168.022.626.269 1.408.381 2.235.089.604.044 1.206.021 1.742-.021.627-.223 1.722-.492 2.258-.268-.112-.357-.269-.537-.491-.223-.291-.357-.604-.491-.962a5.043 5.043 0 0 1-.291-.915 3.071 3.071 0 0 1 .559-2.213c.469-.671.559-.716.715-1.497-.223.692-.379.759-.871 1.341-.559.647-.648 1.586-.648 2.346 0 .313.134.671.246 1.007.134.356.268.714.447.982.134.223.313.379.469.491-.581-.156-1.184-.379-1.564-.692-.938-.805-1.765-2.167-1.877-3.375-.089-.982.804-2.413 2.078-3.128 1.073-.626 1.318-1.319 1.542-2.459-.313.983-.626 1.833-1.654 2.348-1.475.804-2.235 2.1-2.167 3.352.112 1.586.737 2.682 2.011 3.554.291.2.693.401 1.118.559-1.587-.381-1.788-.604-2.324-1.229 0-.045-.134-.135-.134-.156-.715-.805-1.609-2.19-1.922-3.464-.112-.447-.224-.916-.089-1.363.581-2.101 1.854-2.905 3.128-3.775.313-.225.626-.426.916-.649.715-.559.894-2.012 1.05-2.838-.29 1.006-.603 2.258-1.162 2.659-.29.224-.648.402-.938.604-1.318.894-2.637 1.743-3.24 3.91-.134.56-.044.962.089 1.498.335 1.317 1.229 2.748 1.989 3.597l.134.135c.335.381.76.67 1.274.871a5.945 5.945 0 0 1-1.296-.469c-2.078-1.005-3.463-3.173-3.553-4.939-.179-3.597 1.542-4.647 3.151-5.966.894-.737 2.145-1.095 2.86-2.413.134-.291.224-.916.045-1.587-.067-.224-.402-1.028-.537-1.207l1.989.872c-.044.938-.067 1.698.112 2.391.2.76 1.184 1.854 1.586 3.129.783 2.41.583 5.561.023 8.019z\"/></svg>\n </figure>\n </td>\n <td>tor.svg</td>\n <td><code>_includes/icons/simple-icons/tor.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"tor\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Toshiba icon</title><path d=\"M5.174 10.172c-1.065 0-1.578.187-1.65 1.148a8.92 8.92 0 00-.022.68c0 .218.004.451.021.68.073.96.586 1.148 1.65 1.148 1.065 0 1.58-.188 1.653-1.148.018-.229.022-.462.022-.68 0-.217-.005-.451-.022-.68-.073-.96-.588-1.148-1.652-1.148zm3.79 0c-.41 0-.82.04-.985.121-.322.156-.545.38-.545 1.02 0 .375.1.654.293.796.281.21.553.23 1.31.27.305.016.47.078.47.34 0 .332-.294.332-.564.332-.28 0-.366-.025-.46-.096-.084-.063-.105-.176-.106-.348h-.95c0 .487.01.884.47 1.084.41.18 1.67.18 2.048.014.328-.145.563-.337.563-.994 0-.455-.091-.735-.44-.941-.248-.147-.945-.17-1.298-.192-.258-.016-.356-.11-.356-.338 0-.297.285-.308.53-.308.202 0 .34.018.439.105.038.039.086.099.088.307h.947c0-.408-.014-.848-.455-1.051-.175-.08-.587-.121-.998-.121zm2.206.062v3.532h.996v-1.362h1.156v1.362h.996v-3.532h-.996v1.29h-1.156v-1.29h-.996zm4.023 0v3.532h1.002v-3.532h-1.002zm1.891 0v3.532h1.887c.869 0 1.162-.376 1.162-.952 0-.401-.092-.755-.643-.894.444-.114.574-.379.574-.762 0-.776-.487-.924-1.181-.924h-1.799zm4.373 0l-1.068 3.532h1.037l.187-.655h1.16l.19.655H24l-1.07-3.532h-1.473zM0 10.236v.881h1.055v2.65H2.11v-2.65h1.055v-.88H0zm5.174.762c.418 0 .633.063.66.607.004.085.01.201.01.395 0 .195-.006.31-.01.395-.027.544-.242.607-.66.607-.418 0-.633-.063-.66-.607A7.674 7.674 0 014.506 12c0-.194.003-.31.008-.395.027-.544.242-.607.66-.607zm12.906.045h.69c.18 0 .293.085.293.291 0 .176-.112.285-.293.285h-.69v-.576zm4.111.064h.006l.354 1.22h-.713l.353-1.22zm-4.11 1.207h.689c.279 0 .337.124.337.323s-.11.32-.337.32h-.69v-.643z\"/></svg>\n </figure>\n </td>\n <td>toshiba.svg</td>\n <td><code>_includes/icons/simple-icons/toshiba.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"toshiba\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>TrainerRoad icon</title><path d=\"M3.489 2.392L1.281 14.558c.862-1.684 2.586-2.817 4.574-2.817h.007a5.08 5.08 0 0 1 2.894.9l-.017-.011a3.23 3.23 0 0 0 .878-1.336l.007-.023c.413-1.328-.787-5.473 3.662-5.538 2.222-.031 5.068 1.816 4.992 1.805-3.994-.614-5.263-.787-6.242 1.115-.889 1.726-.657 3.163-1.802 4.24-.979.923-3.32 1.534-4.048 1.383-.33-.069.837-.379 1.921-1.136a4.36 4.36 0 1 0 2.089 4.058l.001-.014c.251.145.489.294.711.444a5.146 5.146 0 0 1-3.087 3.967l-.034.013h9.235c-.733-1.264-3.514-5.267-9.87-6.403.783-.387 7.589-.197 13.546 5.381l3.304-18.192zm6.529 1.588c.592.019 1.176.177 1.664.294 1.338.32 2.533.674 2.372.747-.033.014-.586-.064-.816-.088a4.118 4.118 0 0 0-1.558.072l.028-.006c-2.099.503-2.857 2.962-3 3.183-.017.024-1.186-.6-1.274-1.826-.062-.894.258-1.752 1.525-2.224l.002.002a2.751 2.751 0 0 1 1.057-.154zm5.389 4.093c.651-.008 1.469.085 2.505.305a8.972 8.972 0 0 0-1.865 1.456l-.002.002c-1.07 1.098-2.061 2.566-1.691 3.379s2.652 1.826 4.3 2.92c.852.568 1.515 2.559 1.517 2.566-3.11-2.417-5.369-3.097-7.048-4.1-1.971-1.186-.712-4.058-.114-5.301.342-.704.964-1.209 2.397-1.227zM.759 17.427L0 21.608h3.904c-1.708-.717-2.93-2.284-3.143-4.157l-.002-.024z\"/></svg>\n </figure>\n </td>\n <td>trainerroad.svg</td>\n <td><code>_includes/icons/simple-icons/trainerroad.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"trainerroad\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Trakt icon</title><path d=\"M12 24C5.385 24 0 18.615 0 12S5.385 0 12 0s12 5.385 12 12-5.385 12-12 12zm0-22.789C6.05 1.211 1.211 6.05 1.211 12S6.05 22.79 12 22.79 22.79 17.95 22.79 12 17.95 1.211 12 1.211zm-7.11 17.32c1.756 1.92 4.294 3.113 7.11 3.113 1.439 0 2.801-.313 4.027-.876l-6.697-6.68-4.44 4.443zm14.288-.067c1.541-1.71 2.484-3.99 2.484-6.466 0-3.885-2.287-7.215-5.568-8.76l-6.089 6.076 9.164 9.15h.009zm-9.877-8.429L4.227 15.09l-.679-.68 5.337-5.336 6.23-6.225c-.978-.328-2.02-.509-3.115-.509C6.663 2.337 2.337 6.663 2.337 12c0 2.172.713 4.178 1.939 5.801l5.056-5.055.359.329 7.245 7.245c.15-.082.285-.164.42-.266L9.33 12.05l-4.854 4.855-.679-.679 5.535-5.535.359.331 8.46 8.437c.135-.1.255-.215.375-.316L9.39 10.027l-.083.015-.006-.007zm3.047 1.028l-.678-.676 4.788-4.79.679.689-4.789 4.785v-.008zm4.542-6.578l-5.52 5.52-.68-.679 5.521-5.52.679.684v-.005z\"/></svg>\n </figure>\n </td>\n <td>trakt.svg</td>\n <td><code>_includes/icons/simple-icons/trakt.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"trakt\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Transport for Ireland icon</title><path d=\"M0 0v12c0 6.62 5.38 12 12 12h12V11.978h-.022c0-6.62-5.38-11.978-12-11.978zm3.376 8.145h6.337v1.546h-2.33v6.12H5.706v-6.12h-2.33zm8.014 0h5.837V9.67h-4.138v1.633h3.659v1.546h-3.659v2.962H11.39zm7.535 0h1.678v7.666h-1.678Z\"/></svg>\n\n </figure>\n </td>\n <td>transportforireland.svg</td>\n <td><code>_includes/icons/simple-icons/transportforireland.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"transportforireland\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Travis CI icon</title><path d=\"M20.07 9.29v-.02c.01-.04.14-.95-.08-2.24a.16.16 0 0 0-.11-.13l-.35-.1c-.08-2.71-1.2-4-1.23-4.03 1 1.6.99 3.51.97 3.96L17.1 6.1h-.04a.2.2 0 0 0-.04 0h-.03l-.01.01-.03.02-.01.01-.15.14a8.99 8.99 0 0 0-1-4.47c.03.06.8 2.33.53 4.87a3.7 3.7 0 0 1-.26.2.17.17 0 0 0-.07.13 3.9 3.9 0 0 1-.4 1.55 39.29 39.29 0 0 0-5.35 0l-.01-.04a3.88 3.88 0 0 1-.38-1.5c0-.06-.02-.1-.07-.14a3.92 3.92 0 0 1-.27-.2c-.26-2.54.51-4.81.53-4.87a9 9 0 0 0-.99 4.47l-.15-.14-.01-.01-.03-.02-.03-.01h-.04-.04l-2.18.62a7.45 7.45 0 0 1 .97-3.96c-.03.04-1.15 1.32-1.23 4.03l-.35.1a.16.16 0 0 0-.11.13c-.22 1.3-.1 2.2-.09 2.24v.02l-.08.02a5 5 0 0 0-.96.4c.16-.06.32-.1.5-.15a16.12 16.12 0 0 1 2.55-.38l1.02-.08c1.38-.08 2.75-.1 4.13-.1a67.74 67.74 0 0 1 5.16.18 21.88 21.88 0 0 1 2.55.38c.17.04.33.09.5.15a4.9 4.9 0 0 0-.97-.4l-.09-.02zM8.76 8.7a22.58 22.58 0 0 0-2.68.5c-.02-.15-.1-.94.07-2.02l2.46-.7a7.31 7.31 0 0 0 .22 2.22h-.07zm.37-.04v-.08a7 7 0 0 1-.2-1.96c.16.15.38.34.6.5.02.22.08.87.37 1.47l-.77.07zm7.58-.08v.08a29.2 29.2 0 0 0-.77-.07c.3-.6.35-1.25.37-1.48.22-.15.44-.34.6-.5.02.44 0 1.23-.2 1.97zm3.05.62a16.19 16.19 0 0 0-2.67-.5H17l.02-.03a7.2 7.2 0 0 0 .2-2.19l2.46.7a8.1 8.1 0 0 1 .07 2.02zm-2.96 6.04c.7-.02 1.07-.23 1.42-.06 0-.02-.11-.35-.6-.29a1 1 0 0 0 .07-.5c-.07-.81-.53-1.45-1.05-1.44-.51.02-.84.7-.82 1.5.03.81.47.8.98.79zm-.2-1.77a.26.26 0 1 1 0 .53.26.26 0 0 1 0-.53zm-7.84 1.91h.32c.52 0 .94.04.94-.77-.01-.8-.37-1.46-.88-1.46-.52 0-1.02.67-.99 1.48.01.21.04.36.1.47-.46.12-.58.4-.59.41.28-.15.6-.13 1.1-.13zm.45-1.72a.26.26 0 0 1 .01.53.26.26 0 1 1-.01-.53zm14.73-5.2a4.57 4.57 0 0 0-.04-.26l-.06-.27-.02-.06-.05-.04a4.68 4.68 0 0 0-.87-.53c-.25-.11-.5-.22-.76-.31a10.8 10.8 0 0 0-3.56-4.96 9.3 9.3 0 0 0-11.33 0A10.83 10.83 0 0 0 3.7 7l-.75.31c-.3.15-.6.31-.88.53l-.05.04-.02.06a3.02 3.02 0 0 0-.1.53 6.1 6.1 0 0 0-.02 1.57 6.71 6.71 0 0 0 .47 1.78l.06.13.04.06.04.07.03.05.06.03a4 4 0 0 0 .16.08l.16.07.08.04c-.7.65-1.47 1.5-2.14 2.55L0 16.21l1.18-1.03c.02-.02 1-.87 2.66-1.84l.02.19c-.1.05-.63.32-.78.45-.26.21-.27.54-.2 1.16.03.31.15.92.31 1.48.28.97.48 1.14.65 1.18.08.02.19.03.3.03.32 0 .72-.07.99-.14.3.96.75 1.83 1.28 2.6-.03 0-.05 0-.08.02l-1.82-.85-.8-.35.47.73c.04.05.84 1.3 1.5 2.15a3.6 3.6 0 0 0 3.05 1.6c.2 0 .4 0 .6-.03l1.1-.13a7.46 7.46 0 0 0 6.6-.67c.66-.15 1.4-.33 1.76-.43l.2-.05c.51-.12 1.36-.32 1.81-1.22l1.2-2.33.36-.65-.68.3c-.04.01-.9.39-1.34.62-.02 0-.03.02-.05.03.36-.74.54-1.33.6-1.56.26.06.63.05.9.05.13 0 .27-.02.36-.04.17-.05.31-.17.57-1.16.15-.58.26-1.21.28-1.53.06-.64.04-.97-.21-1.19-.13-.1-.5-.3-.7-.4l.01-.07.15.03.18-.65a7.02 7.02 0 0 1 .51-.21l.16-.07.16-.08.06-.03.03-.05.05-.07.03-.06.06-.13a4.09 4.09 0 0 0 .28-.75 6.24 6.24 0 0 0 .17-2.6zM3.68 11.27a27 27 0 0 1 .85-.17c-.26.17-.5.36-.75.55l-.1-.38zm5.9-.28c-.36.25-.76.57-1.15.96-.87.09-1.73.2-2.59.34 1.1-.51 2.37-.98 3.74-1.3zm-1.61 1.46c-.13.15-.24.3-.36.47l-.68.97 1-.66s.64-.43 1.67-.93a46 46 0 0 1 4.26-.12c-.2.16-.41.32-.63.45l-.73.44c-.46.06-.86.17-.88.18a.1.1 0 0 0-.04.01.17.17 0 0 0-.07.1l-.75 2.45-3.98.89-1.26-.88-.36-2.96c.71-.13 1.66-.28 2.8-.4zm5.4.6c.07-.01 1.45-.18 3.08-.74 1.82.14 3.3.36 4.31.54l-.36 2.52-1.26.88-3.98-.45-.74-2.44a.16.16 0 0 0-.11-.11c-.03-.01-.52-.15-1.04-.2h.1zm1.92-2.34c-.23.3-.55.67-.94 1.03a46.5 46.5 0 0 0-3.59.04 17.64 17.64 0 0 1 4.65-1.23l-.12.16zM3.97 17.36c-.2-.2-.56-1.55-.64-2.27-.06-.58-.02-.71.04-.76.07-.06.33-.2.55-.33l.3 2.46c0 .04.03.09.07.11l.62.44.08.25c-.26.07-.78.15-1.02.1zm10.04 4.66l-.38.05h-.27l.23-.51.43.46zm-.71 1.5a5.95 5.95 0 0 1-1.98-.22l.14-.02c.06 0 1.23-.16 1.76-.94h.18l.25-.01c.2-.02.39-.05.58-.09l.06.06c.4.4.9.62 1.43.66-.77.31-1.6.5-2.42.55zm7.29-6.38c-.23.75-.5 1.4-.81 2h-.22c-.24 0-.48-.02-.75-.04l-1.43-.15-1.46-1.16-.06-.05a.6.6 0 0 0-.45-.18c-.2 0-.51.08-1.26.3.39-.29.4-.66.4-.66s-.56.51-1.44.62c-.89.12-1.58-.42-1.58-.42.03.09.07.3.27.48a6.6 6.6 0 0 0-1.05-.04c-.54.03-1.3.86-1.85 1.69l-2.04.62c-.9-1.23-1.34-2.5-1.38-2.63l-.05-.15.23.16.56.4.2.13c.02.02.05.03.09.03h.04l5.2-1.17c.07 0 .11-.05.13-.1l.74-2.46a2.45 2.45 0 0 1 .68 0l.76 2.53c.02.06.08.1.15.11l.35.04 4.89.56c.04 0 .08 0 .12-.03l.49-.34.45-.32.17-.12-.09.35zm-1.16.12l-5.08-.58-.76-2.51a.17.17 0 0 0-.13-.12 3.34 3.34 0 0 0-.5-.05c-.14 0-.3.02-.5.05a.17.17 0 0 0-.12.12l-.75 2.45-5.04 1.12-2-1.4-.4-3.18.26-.15.42-.08.37 3c0 .05.03.1.07.12l1.38.96c.02.02.06.03.09.03h.04l4.15-.92.04-.02a.16.16 0 0 0 .08-.1l.75-2.46c.2-.05.7-.17 1.16-.17.45 0 .96.12 1.17.17l.74 2.46c.02.07.08.11.14.12l4.15.47c.04 0 .08 0 .12-.03l1.37-.96a.17.17 0 0 0 .07-.11l.37-2.58.69.15-.41 2.84-1.95 1.36zm3.07-3.3c.06.05.1.18.05.79a6.93 6.93 0 0 1-.57 2.25c-.21.04-.66 0-.93-.07l.1-.47.47-.33a.16.16 0 0 0 .07-.11l.34-2.34.47.28zm-.57-1.33c-.73-.16-2.33-.48-4.52-.7.72-.3 1.45-.68 2.1-1.15 1.3.18 2.26.38 2.78.5l-.36 1.35zm1.53-2.66a7.05 7.05 0 0 1-.43 1.63l-.05.1-.02.04-.07.04-.15.06-.15.07.26-.97a25.1 25.1 0 0 0-1.59-.34l.1-.02a4.3 4.3 0 0 0 .86-.32.9.9 0 0 0 .24-.19c-.96.32-2.96.17-4.73 0a48.05 48.05 0 0 0-4.87-.29c-1.64 0-3.26.12-4.88.28-1.77.19-3.76.33-4.73.01.07.08.16.14.25.19l.27.14a4.47 4.47 0 0 0 .8.23c-.87.16-1.38.3-1.44.31l.27 1.02-.02.02-.28-.13-.15-.07-.07-.04-.02-.04-.05-.1a5.3 5.3 0 0 1-.43-1.63 7.16 7.16 0 0 1 .01-1.87c.22-.18.46-.34.71-.5a16.84 16.84 0 0 1 2.21-1l.47-.16a10.27 10.27 0 0 0-1.58.38A9.47 9.47 0 0 1 12.92.55c3.8 0 7.27 2.47 8.72 6.27a12.29 12.29 0 0 0-1.57-.38 22.77 22.77 0 0 1 1.81.73c.29.13.58.28.85.44.26.14.5.3.72.49l.03.17.02.24a7.2 7.2 0 0 1-.04 1.46zm-11.6-5.55h-1.44V2.38h5.1v2.04h-1.45v-.6h-.33v2.76h.5v1.54H11.7V6.58h.5V3.82h-.33v.6z\"/></svg>\n </figure>\n </td>\n <td>travisci.svg</td>\n <td><code>_includes/icons/simple-icons/travisci.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"travisci\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Treehouse icon</title><path d=\"M20.537 4.118c-.806-.453-2.092.278-2.871 1.635L16.25 8.215a3.104 3.104 0 0 0 .21 3.18l.041.062c.653.94 1.535 1.808 1.823 2.118a1.613 1.613 0 0 1-.739 2.654 1.603 1.603 0 0 1-2.025-1.747c.045-.35-.067-.927-.574-1.489-.506-.563-1.54.5-1.874 1.61l-.016.061c-.334 1.094-.546 2.05-.482 2.143.037.06.072.12.105.182a1.81 1.81 0 0 1-3.196 1.701 1.806 1.806 0 0 1 .747-2.446l.121-.061c.065-.03.26-.486.423-1.032l.301-.987c.019-.047.033-.107.045-.168l.897-3.19-.957 1.96c-.112-.363-.3-.38-.709-.091-.243.183-.653.531-.85.669-.365.273-.685.788-.851 1.109a1.313 1.313 0 0 1-.41.5c-.684.564-1.687.456-2.234-.227a1.591 1.591 0 0 1 .912-2.552c.409-.092 1.777-.927 2.596-1.52.152-.106.274-.197.38-.304l2.203-1.67-1.914 1.032s-.196-.016-.426.017c-.698.075-1.428.182-1.564.35a.999.999 0 0 1-.29.272c-.637.456-1.519.32-1.989-.317A1.437 1.437 0 0 1 6.29 8.04c.259-.183.577-.274.865-.274.518.016 1.87.29 2.993.092l.288-.045c1.14-.196 2.476-1.186 3.024-2.187l1.184-2.067c.653-1.139.608-2.384-.105-2.795l-1.323-.76c-.653-.363-1.715-.363-2.354 0L2.004 4.97C1.337 5.319.805 6.23.805 6.975v9.744c0 .744.532 1.656 1.178 2.02l8.85 4.983c.652.365 1.716.365 2.354 0l8.826-4.983c.653-.368 1.184-1.276 1.184-2.02v-9.76c0-.744-.531-1.653-1.169-2.02l-1.46-.823\"/></svg>\n </figure>\n </td>\n <td>treehouse.svg</td>\n <td><code>_includes/icons/simple-icons/treehouse.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"treehouse\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Trello icon</title><path d=\"M21 0H3C1.343 0 0 1.343 0 3v18c0 1.656 1.343 3 3 3h18c1.656 0 3-1.344 3-3V3c0-1.657-1.344-3-3-3zM10.44 18.18c0 .795-.645 1.44-1.44 1.44H4.56c-.795 0-1.44-.646-1.44-1.44V4.56c0-.795.645-1.44 1.44-1.44H9c.795 0 1.44.645 1.44 1.44v13.62zm10.44-6c0 .794-.645 1.44-1.44 1.44H15c-.795 0-1.44-.646-1.44-1.44V4.56c0-.795.646-1.44 1.44-1.44h4.44c.795 0 1.44.645 1.44 1.44v7.62z\"/></svg>\n </figure>\n </td>\n <td>trello.svg</td>\n <td><code>_includes/icons/simple-icons/trello.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"trello\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Trend Micro icon</title><path d=\"M12 0C5.38 0 0 5.37 0 12C0 14.45 .734 16.72 2 18.62C1.5 17.45 1.58 15.94 2.19 14.29L2.2 14.25L2.25 14.12L2.3 14L2.32 13.95C2.54 13.4 2.82 12.83 3.16 12.26C3.21 12.16 3.25 12.07 3.3 12L1.86 12L2.21 11.21C3.4 10.88 5.38 10.22 7.27 8.39L7.32 8.39H8.32L7.03 11.14L9.1 11.14L8.72 11.96L6.66 11.96S5.69 13.9 5.36 15.28C5.11 16.82 5.36 18 6.74 18.41C7.59 18.67 8.66 18.61 9.81 18.29C12.5 17.45 15.34 15.62 17.43 13.18C20.87 9.19 20.94 5.1 17.58 4.05C15.43 3.38 12.39 4.13 9.58 5.8C13.08 3.54 16.94 2.5 19.59 3.31C20.09 3.46 20.53 3.68 20.89 3.94A11.97 11.97 0 0 0 12 0M22.17 5.63C23 7.81 21.97 11.07 19.2 14.29C15.04 19.13 8.47 22.05 4.5 20.83A4.46 4.46 0 0 1 3.24 20.21A11.96 11.96 0 0 0 12 24C18.63 24 24 18.63 24 12C24 9.66 23.33 7.5 22.17 5.63Z\"/></svg>\n\n </figure>\n </td>\n <td>trendmicro.svg</td>\n <td><code>_includes/icons/simple-icons/trendmicro.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"trendmicro\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Tripadvisor icon</title><path d=\"M12.006 4.295c-2.67 0-5.338.784-7.645 2.353H0l1.963 2.135a5.997 5.997 0 0 0 4.04 10.43 5.976 5.976 0 0 0 4.075-1.6L12 19.705l1.922-2.09a5.972 5.972 0 0 0 4.072 1.598 6 6 0 0 0 6-5.998 5.982 5.982 0 0 0-1.957-4.432L24 6.648h-4.35a13.573 13.573 0 0 0-7.644-2.353zM12 6.255c1.531 0 3.063.303 4.504.903C13.943 8.138 12 10.43 12 13.1c0-2.671-1.942-4.962-4.504-5.942A11.72 11.72 0 0 1 12 6.256zM6.002 9.157a4.059 4.059 0 1 1 0 8.118 4.059 4.059 0 0 1 0-8.118zm11.992.002a4.057 4.057 0 1 1 .003 8.115 4.057 4.057 0 0 1-.003-8.115zm-11.992 1.93a2.128 2.128 0 0 0 0 4.256 2.128 2.128 0 0 0 0-4.256zm11.992 0a2.128 2.128 0 0 0 0 4.256 2.128 2.128 0 0 0 0-4.256z\"/></svg>\n\n </figure>\n </td>\n <td>tripadvisor.svg</td>\n <td><code>_includes/icons/simple-icons/tripadvisor.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"tripadvisor\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Trulia icon</title><path d=\"M12 0C8.19.021 5.729 2.58 5.729 6.445c0 3.201 2.088 5.94 3.277 10.1.684 2.385 1.052 5.303 1.242 7.455h3.504c.192-2.152.558-5.07 1.241-7.455 1.189-4.16 3.277-6.898 3.277-10.1C18.271 2.58 15.81.021 12 0zm.02 9.852c-1.584 0-2.869-1.286-2.869-2.869 0-1.582 1.285-2.867 2.869-2.867 1.585 0 2.869 1.283 2.869 2.867s-1.285 2.869-2.869 2.869z\"/></svg>\n </figure>\n </td>\n <td>trulia.svg</td>\n <td><code>_includes/icons/simple-icons/trulia.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"trulia\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Trustpilot icon</title><path d=\"M12,17.964l5.214-1.321l2.179,6.714L12,17.964z M24,9.286h-9.179L12,0.643L9.179,9.286 H0l7.429,5.357l-2.821,8.643l7.429-5.357l4.571-3.286L24,9.286L24,9.286L24,9.286L24,9.286z\"/></svg>\n </figure>\n </td>\n <td>trustpilot.svg</td>\n <td><code>_includes/icons/simple-icons/trustpilot.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"trustpilot\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Try It Online icon</title><path d=\"M.75 6a.75.75 0 100 1.5H4.5v9.75a.75.75 0 101.5 0V7.5h17.25a.75.75 0 100-1.5zm10.5 3a.75.75 0 00-.75.75v7.5a.75.75 0 101.5 0v-7.5a.75.75 0 00-.75-.75zm8.25 0a4.51 4.51 0 00-4.5 4.5c0 2.48 2.02 4.5 4.5 4.5s4.5-2.02 4.5-4.5S21.98 9 19.5 9zm0 1.5c1.67 0 3 1.33 3 3s-1.33 3-3 3-3-1.33-3-3 1.33-3 3-3Z\"/></svg>\n </figure>\n </td>\n <td>tryitonline.svg</td>\n <td><code>_includes/icons/simple-icons/tryitonline.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"tryitonline\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Tumblr icon</title><path d=\"M14.563 24c-5.093 0-7.031-3.756-7.031-6.411V9.747H5.116V6.648c3.63-1.313 4.512-4.596 4.71-6.469C9.84.051 9.941 0 9.999 0h3.517v6.114h4.801v3.633h-4.82v7.47c.016 1.001.375 2.371 2.207 2.371h.09c.631-.02 1.486-.205 1.936-.419l1.156 3.425c-.436.636-2.4 1.374-4.156 1.404h-.178l.011.002z\"/></svg>\n </figure>\n </td>\n <td>tumblr.svg</td>\n <td><code>_includes/icons/simple-icons/tumblr.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"tumblr\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Turkish Airlines icon</title><path d=\"M.168 13.988c.272 1.623.86 3.115 1.69 4.423 3.095-.863 5.817-2.495 6.785-6.132 1.065-4.003-.15-8.199-3.057-10.422C1.626 4.364-.657 9.077.168 13.988m23.664-3.975c1.098 6.534-3.308 12.722-9.844 13.819-1.1.185-2.19.214-3.245.103a12.023 12.023 0 0 1-8.46-4.892l19.428-5.57c.279-.08.207-.349-.024-.333l-8.145.569c1.148-1.108 2.021-2.467 1.915-4.345-.214-3.043-3.311-6.013-9.071-7.967a12.016 12.016 0 0 1 6.87-1.333c5.228.548 9.663 4.512 10.576 9.95\"/></svg>\n </figure>\n </td>\n <td>turkishairlines.svg</td>\n <td><code>_includes/icons/simple-icons/turkishairlines.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"turkishairlines\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Twilio icon</title><path d=\"M12 0C5.381-.008.008 5.352 0 11.971V12c0 6.64 5.359 12 12 12 6.64 0 12-5.36 12-12 0-6.641-5.36-12-12-12zm0 20.801c-4.846.015-8.786-3.904-8.801-8.75V12c-.014-4.846 3.904-8.786 8.75-8.801H12c4.847-.014 8.786 3.904 8.801 8.75V12c.015 4.847-3.904 8.786-8.75 8.801H12zm5.44-11.76c0 1.359-1.12 2.479-2.481 2.479-1.366-.007-2.472-1.113-2.479-2.479 0-1.361 1.12-2.481 2.479-2.481 1.361 0 2.481 1.12 2.481 2.481zm0 5.919c0 1.36-1.12 2.48-2.481 2.48-1.367-.008-2.473-1.114-2.479-2.48 0-1.359 1.12-2.479 2.479-2.479 1.361-.001 2.481 1.12 2.481 2.479zm-5.919 0c0 1.36-1.12 2.48-2.479 2.48-1.368-.007-2.475-1.113-2.481-2.48 0-1.359 1.12-2.479 2.481-2.479 1.358-.001 2.479 1.12 2.479 2.479zm0-5.919c0 1.359-1.12 2.479-2.479 2.479-1.367-.007-2.475-1.112-2.481-2.479 0-1.361 1.12-2.481 2.481-2.481 1.358 0 2.479 1.12 2.479 2.481z\"/></svg>\n </figure>\n </td>\n <td>twilio.svg</td>\n <td><code>_includes/icons/simple-icons/twilio.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"twilio\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Twitch icon</title><path d=\"M11.571 4.714h1.715v5.143H11.57zm4.715 0H18v5.143h-1.714zM6 0L1.714 4.286v15.428h5.143V24l4.286-4.286h3.428L22.286 12V0zm14.571 11.143l-3.428 3.428h-3.429l-3 3v-3H6.857V1.714h13.714Z\"/></svg>\n\n </figure>\n </td>\n <td>twitch.svg</td>\n <td><code>_includes/icons/simple-icons/twitch.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"twitch\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Twitter icon</title><path d=\"M23.954 4.569c-.885.389-1.83.654-2.825.775 1.014-.611 1.794-1.574 2.163-2.723-.951.555-2.005.959-3.127 1.184-.896-.959-2.173-1.559-3.591-1.559-2.717 0-4.92 2.203-4.92 4.917 0 .39.045.765.127 1.124C7.691 8.094 4.066 6.13 1.64 3.161c-.427.722-.666 1.561-.666 2.475 0 1.71.87 3.213 2.188 4.096-.807-.026-1.566-.248-2.228-.616v.061c0 2.385 1.693 4.374 3.946 4.827-.413.111-.849.171-1.296.171-.314 0-.615-.03-.916-.086.631 1.953 2.445 3.377 4.604 3.417-1.68 1.319-3.809 2.105-6.102 2.105-.39 0-.779-.023-1.17-.067 2.189 1.394 4.768 2.209 7.557 2.209 9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63.961-.689 1.8-1.56 2.46-2.548l-.047-.02z\"/></svg>\n </figure>\n </td>\n <td>twitter.svg</td>\n <td><code>_includes/icons/simple-icons/twitter.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"twitter\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Twoo icon</title><path d=\"M10.116 16.877c.064-.054.129-.109.189-.168-1.209 1.176-2.756 1.756-4.291 1.735h-.023c-1.545-.025-3.08-.656-4.245-1.894-.733-.78-1.233-1.708-1.507-2.691v-.007c-.604-2.199-.065-4.674 1.605-6.406 2.346-2.434 6.072-2.492 8.459-.205l1.215 1.275.543.57 4.228 4.484h.018c.045.046.09.076.119.121.855.779 2.162.75 2.986-.105.869-.9.9-2.37.047-3.285-.092-.105-.197-.195-.303-.27l-.24-.166c-.824-.449-1.875-.3-2.58.42-.105.105-.195.226-.27.346-.301.465-.406 1.02-.346 1.561l-1.514-1.529-1.756-1.665c.286-.563.657-1.095 1.114-1.569.105-.105.211-.21.318-.307-.064.055-.129.111-.189.168 1.209-1.176 2.756-1.754 4.291-1.734h.023c1.545.025 3.08.656 4.246 1.895.732.779 1.232 1.707 1.506 2.693v.006c.605 2.197.066 4.676-1.605 6.405-2.346 2.434-6.072 2.494-8.459.205l-1.214-1.286-.543-.581-4.225-4.501-.004-.015c-.016 0-.016-.015-.016-.015-.045-.046-.09-.09-.121-.136-.854-.78-2.16-.765-2.984.105-.87.9-.9 2.37-.045 3.271.09.105.195.18.3.27l.24.15c.825.436 1.876.3 2.58-.436.105-.104.196-.225.271-.345.301-.465.404-1.034.345-1.575l1.515 1.561 1.758 1.771c-.285.564-.657 1.096-1.115 1.569-.104.105-.21.21-.318.306l-.003.004z\"/></svg>\n </figure>\n </td>\n <td>twoo.svg</td>\n <td><code>_includes/icons/simple-icons/twoo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"twoo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>TypeScript icon</title><path d=\"M0 12v12h24V0H0zm19.341-.956c.61.152 1.074.423 1.501.865.221.236.549.666.575.77.008.03-1.036.73-1.668 1.123-.023.015-.115-.084-.217-.236-.31-.45-.633-.644-1.128-.678-.728-.05-1.196.331-1.192.967a.88.88 0 0 0 .102.45c.16.331.458.53 1.39.933 1.719.74 2.454 1.227 2.911 1.92.51.773.625 2.008.278 2.926-.38.998-1.325 1.676-2.655 1.9-.411.073-1.386.062-1.828-.018-.964-.172-1.878-.648-2.442-1.273-.221-.243-.652-.88-.625-.925.011-.016.11-.077.22-.141.108-.061.511-.294.892-.515l.69-.4.145.214c.202.308.643.731.91.872.766.404 1.817.347 2.335-.118a.883.883 0 0 0 .313-.72c0-.278-.035-.4-.18-.61-.186-.266-.567-.49-1.649-.96-1.238-.533-1.771-.864-2.259-1.39a3.165 3.165 0 0 1-.659-1.2c-.091-.339-.114-1.189-.042-1.531.255-1.197 1.158-2.03 2.461-2.278.423-.08 1.406-.05 1.821.053zm-5.634 1.002l.008.983H10.59v8.876H8.38v-8.876H5.258v-.964c0-.534.011-.98.026-.99.012-.016 1.913-.024 4.217-.02l4.195.012z\"/></svg>\n </figure>\n </td>\n <td>typescript.svg</td>\n <td><code>_includes/icons/simple-icons/typescript.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"typescript\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>TYPO3 icon</title><path d=\"M18.08 16.539c-.356.105-.64.144-1.012.144-3.048 0-7.524-10.652-7.524-14.197 0-1.305.31-1.74.745-2.114C6.56.808 2.082 2.177.651 3.917c-.31.436-.497 1.12-.497 1.99C.154 11.442 6.06 24 10.228 24c1.928 0 5.178-3.168 7.852-7.46M16.134 0c3.855 0 7.713.622 7.713 2.798 0 4.415-2.8 9.765-4.23 9.765-2.549 0-5.72-7.09-5.72-10.635C13.897.31 14.518 0 16.134 0\"/></svg>\n </figure>\n </td>\n <td>typo3.svg</td>\n <td><code>_includes/icons/simple-icons/typo3.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"typo3\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Uber icon</title><path d=\"M0 7.97V12.93C0 14.8 1.3 16.03 3 16.03C3.83 16.03 4.56 15.71 5.09 15.16V15.9H6.27V7.97H5.08V12.86C5.08 14.12 4.23 14.97 3.14 14.97C2.03 14.97 1.19 14.14 1.19 12.86V7.97H0M7.44 7.97V15.9H8.57V15.17A2.88 2.88 0 0 0 10.63 16.03A3 3 0 0 0 13.66 13A3 3 0 0 0 10.63 10A2.86 2.86 0 0 0 8.58 10.86V7.97H7.44M17.31 10C15.62 10 14.34 11.38 14.34 13C14.34 14.73 15.68 16 17.41 16C18.47 16 19.33 15.56 19.9 14.79L19.08 14.17C18.65 14.75 18.08 15 17.41 15C16.44 15 15.66 14.32 15.5 13.38H20.2V13C20.2 11.29 18.97 10 17.31 10M23.6 10.08C22.97 10.08 22.5 10.37 22.22 10.83V10.12H21.09V15.9H22.23V12.61C22.23 11.72 22.78 11.14 23.53 11.14H24V10.07H23.6M17.29 11C18.14 11 18.85 11.59 19.04 12.47H15.5C15.73 11.59 16.44 11 17.29 11M10.55 11C11.64 11 12.53 11.9 12.53 13C12.53 14.13 11.64 15 10.55 15A2 2 0 0 1 8.56 13A2 2 0 0 1 10.55 11Z\"/></svg>\n\n </figure>\n </td>\n <td>uber.svg</td>\n <td><code>_includes/icons/simple-icons/uber.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"uber\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Uber Eats icon</title><path d=\"M0 2.75V7.84C0 9.76 1.34 11.03 3.08 11.03C3.93 11.03 4.69 10.7 5.23 10.13V10.89H6.44V2.75H5.22V7.77C5.22 9.06 4.35 9.93 3.22 9.93C2.08 9.93 1.22 9.08 1.22 7.77V2.75H0M7.35 2.75V10.89H8.5V10.14A2.96 2.96 0 0 0 10.63 11.03A3.09 3.09 0 0 0 13.74 7.93A3.09 3.09 0 0 0 10.63 4.83C9.8 4.83 9.06 5.17 8.5 5.71V2.75H7.35M17.26 4.84C15.5 4.84 14.21 6.25 14.21 7.92C14.21 9.69 15.58 11 17.36 11C18.44 11 19.33 10.54 19.92 9.75L19.07 9.12C18.63 9.71 18.05 10 17.36 10C16.36 10 15.56 9.27 15.4 8.31H20.22V7.92C20.22 6.16 18.97 4.84 17.26 4.84M23.45 4.91C22.8 4.91 22.33 5.21 22.04 5.69V4.96H20.87V10.89H22.05V7.5C22.05 6.6 22.61 6 23.37 6H23.86V4.91H23.45M17.23 5.86C18.11 5.86 18.84 6.47 19.04 7.38H15.42C15.63 6.47 16.36 5.86 17.23 5.86M10.55 5.88C11.66 5.88 12.58 6.78 12.58 7.93C12.58 9.07 11.66 10 10.55 10A2.04 2.04 0 0 1 8.5 7.93C8.5 6.78 9.42 5.88 10.55 5.88M0 12.96V21.1H5.72V19.71H1.55V17.69H5.61V16.34H1.55V14.35H5.72V12.96H0M14.56 13.38V15.09H13.4V16.45H14.56V19.65C14.56 20.46 15.13 21.1 16.16 21.1H17.8V19.74H16.66C16.31 19.74 16.09 19.58 16.09 19.26V16.45H17.8V15.09H16.09V13.38H14.56M9.32 14.94C7.53 14.94 6.12 16.34 6.12 18.1C6.12 19.85 7.53 21.25 9.32 21.25C10.04 21.25 10.71 21 11.24 20.56V21.1H12.76V15.09H11.24V15.63A2.96 2.96 0 0 0 9.32 14.94M21.04 14.94C19.45 14.94 18.34 15.59 18.34 16.86C18.34 17.73 18.95 18.3 20.27 18.58L21.72 18.92C22.29 19.03 22.44 19.18 22.44 19.42C22.44 19.79 22 20.03 21.31 20.03C20.44 20.03 19.94 19.83 19.74 19.17H18.21C18.43 20.42 19.36 21.25 21.26 21.25C23 21.25 24 20.42 24 19.26C24 18.44 23.42 17.83 22.19 17.57L20.9 17.3C20.15 17.16 19.91 17 19.91 16.74C19.91 16.38 20.27 16.16 20.94 16.16C21.66 16.16 22.19 16.36 22.34 17H23.86C23.78 15.77 22.87 14.94 21.04 14.94M9.45 16.26C10.46 16.26 11.27 17.07 11.27 18.1S10.46 19.93 9.45 19.93A1.82 1.82 0 0 1 7.62 18.1C7.62 17.07 8.45 16.26 9.45 16.26Z\"/></svg>\n\n </figure>\n </td>\n <td>ubereats.svg</td>\n <td><code>_includes/icons/simple-icons/ubereats.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ubereats\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Ubisoft icon</title><path d=\"M23.561 11.989C23.301-.304 6.953-4.89.655 6.634c.282.206.661.477.943.672a11.748 11.748 0 0 0-.976 3.068 11.886 11.886 0 0 0-.184 2.071c0 6.374 5.182 11.556 11.567 11.556s11.556-5.171 11.556-11.556v-.455zM3.29 14.048c-.152 1.247-.054 1.637-.054 1.789l-.282.098c-.108-.206-.369-.932-.488-1.908-.304-3.718 2.233-7.068 6.103-7.697 3.545-.52 6.938 1.68 7.729 4.759l-.282.098c-.087-.087-.228-.336-.77-.878-4.282-4.282-11.003-2.32-11.957 3.74zm11.003 2.082a3.145 3.145 0 0 1-2.591 1.355 3.151 3.151 0 0 1-3.155-3.155 3.159 3.159 0 0 1 2.927-3.144c1.019-.043 1.973.51 2.417 1.398a2.58 2.58 0 0 1-.455 2.949c.293.206.575.401.856.596zm6.58.119c-1.669 3.783-5.106 5.767-8.77 5.713-7.035-.347-9.084-8.466-4.38-11.393l.206.206c-.076.108-.358.325-.791 1.182-.51 1.041-.672 2.081-.607 2.732.369 5.67 8.315 6.83 11.046 1.214C21.057 8.217 11.821.401 3.625 6.374l-.184-.184c2.157-3.382 6.374-4.889 10.396-3.881 6.147 1.55 9.453 7.957 7.035 13.941z\"/></svg>\n </figure>\n </td>\n <td>ubisoft.svg</td>\n <td><code>_includes/icons/simple-icons/ubisoft.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ubisoft\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>uBlock Origin icon</title><path d=\"M12 0C7.502 3 6.002 3 1.5 3c0 15.002 0 15.002 10.5 21 10.5-5.998 10.5-5.998 10.5-21-4.498 0-5.998 0-10.5-3zM5.956 7.472h1.512v4.536c0 1.322.19 1.508 1.512 1.508 1.323 0 1.512-.19 1.512-1.512V7.472H12v.767a3.75 3.75 0 012.268-.767 3.79 3.79 0 013.776 3.78 3.79 3.79 0 01-3.78 3.775 3.765 3.764 0 01-2.684-1.133c-.464.77-1.315 1.133-2.6 1.133-2.079 0-3.024-.944-3.024-3.023zm8.308 1.512A2.254 2.254 0 0012 11.252a2.254 2.254 0 002.268 2.264 2.254 2.254 0 002.264-2.268 2.254 2.254 0 00-2.268-2.264z\" /></svg>\n </figure>\n </td>\n <td>ublockorigin.svg</td>\n <td><code>_includes/icons/simple-icons/ublockorigin.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ublockorigin\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Ubuntu icon</title><path d=\"M12 0c6.623 0 12 5.377 12 12s-5.377 12-12 12S0 18.623 0 12 5.377 0 12 0zm3.279 17.68c-.766.441-1.029 1.422-.586 2.189.441.765 1.422 1.028 2.188.584.766-.441 1.029-1.422.585-2.189-.441-.765-1.421-1.028-2.187-.584zm-3.279-1c-.705 0-1.373-.157-1.971-.435L8.916 18.24c.93.459 1.978.721 3.084.721.646 0 1.268-.091 1.86-.256.104-.643.485-1.234 1.095-1.587.609-.351 1.313-.386 1.92-.156 1.186-1.163 1.957-2.749 2.07-4.515l-2.285-.033c-.21 2.391-2.215 4.266-4.66 4.266zM7.32 12c0-1.583.787-2.981 1.99-3.83L8.14 6.209c-1.404.93-2.445 2.369-2.881 4.035.506.404.83 1.034.83 1.74 0 .704-.324 1.319-.83 1.739.436 1.665 1.477 3.104 2.881 4.034l1.17-1.965C8.107 14.97 7.32 13.574 7.32 12zm-3.48-1.602c-.885 0-1.602.717-1.602 1.602s.717 1.602 1.602 1.602S5.441 12.885 5.441 12s-.716-1.602-1.601-1.602zM12 7.32c2.445 0 4.45 1.875 4.66 4.265l2.285-.034c-.113-1.765-.885-3.35-2.07-4.516-.609.232-1.313.194-1.92-.154-.609-.352-.99-.945-1.095-1.591-.594-.16-1.214-.25-1.86-.25-1.11 0-2.155.26-3.084.72l1.113 1.995c.6-.279 1.268-.435 1.971-.435zm3.279-1.001c.765.442 1.746.181 2.189-.585.441-.765.181-1.746-.588-2.19-.765-.44-1.746-.179-2.189.589-.441.764-.18 1.744.588 2.186z\"/></svg>\n </figure>\n </td>\n <td>ubuntu.svg</td>\n <td><code>_includes/icons/simple-icons/ubuntu.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ubuntu\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Udacity icon</title><path d=\"M8.01.138L0 4.68v10.458c-.015 4.803 3.915 8.71 8.775 8.725 1.604.004 3.115-.418 4.414-1.154l6.487-3.686c2.561-1.306 4.313-3.946 4.323-6.991V1.096L22.409.18l-6.503 3.631v11.373c-.003.482-.025.836-.153 1.435-.216.915-.521 1.561-.574 1.665-.511-.03-1.546-.314-2.386-.81-.42-.24-.914-.601-1.364-1.021-.3-.285-.556-.615-.78-.945-.24-.345-.435-.704-.585-1.079-.165-.391-.284-.78-.375-1.185-.09-.421-.104-.855-.104-1.275L9.6 1.051 8.01.143V.138zm3.687 21.583c-.436.179-.889.316-1.35.41-.477.094-.916.141-1.403.141-.488 0-.978-.053-1.452-.151-.461-.092-.915-.234-1.35-.417-.424-.179-.836-.404-1.219-.659-.99-.691-1.5-1.291-1.941-1.936-.26-.39-.48-.795-.66-1.215-.183-.435-.322-.886-.416-1.335-.09-.465-.104-.961-.104-1.439V5.58l6-3.621V11.97c0 3.806 2.819 6.979 6.45 7.747-.135.165-.24.331-.391.48-.33.322-.675.624-1.064.877-.375.257-.645.465-1.065.644l-.035.003zm10.405-8.408c-.087.404-.211.803-.375 1.186-.439.955-1.148 1.77-1.74 2.294-1.216 1.101-2.725 1.44-2.898 1.44.362-.948.608-1.965.611-3.039V4.725L22.204 2l.003 10.009c0 .431-.018.879-.105 1.296v.008z\"/></svg>\n </figure>\n </td>\n <td>udacity.svg</td>\n <td><code>_includes/icons/simple-icons/udacity.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"udacity\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Udemy icon</title><path d=\"M23.58 13.38a.66.66 0 0 0-.28-.14c-.6.61-1.35 1.25-2 1.68-.31.2-.7.3-.95.3-.59 0-.84-.55-.91-1.44a54.8 54.8 0 0 1-.17-4.83c0-2.26-.52-3.8-1.88-3.92l-.18-.01c-.83 0-1.24.43-1.77 1.52-.46.94-1.17 2.3-2.48 4.9a34.72 34.72 0 0 1-3.5 5.58c-.31.38-.55.64-.78.8a.8.8 0 0 1-.44.14c-.43 0-.75-.36-.85-1.21a5.46 5.46 0 0 1-.04-.69c0-1.75.66-4.6 1.8-8.78.83-3.05.48-5.13-1.34-5.13h-.03c-.41 0-.75.16-1.08.42-.33.25-.65.81-.96 1.56-.34.84-2.42 5.03-5.74 7.2-.04.81.42 1.63 1.37 1.73.85.08 1.46-.28 2.24-.81l-.16.73a31.56 31.56 0 0 0-.5 2.6c-.46 4.2 1.47 6.27 3.74 6.27.38 0 .76-.05 1.13-.15 2.5-.63 4.9-3.51 7.75-10.13a18.8 18.8 0 0 0-.01 2.02c.19 3.8 1.68 4.93 3.8 4.93 1.6 0 3.09-.83 3.85-1.87a3.7 3.7 0 0 0 .79-2.19c-.02-.49-.17-.88-.42-1.08z\"/></svg>\n </figure>\n </td>\n <td>udemy.svg</td>\n <td><code>_includes/icons/simple-icons/udemy.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"udemy\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>UIkit icon</title><path d=\"M17.697 3.292l-4.109 2.489 4.738 2.696v7.077l-6.365 3.538-6.258-3.538v-5.485L1.596 7.956V18l10.219 6 10.589-6V6.002l-4.707-2.71zm-1.904-.989L11.813 0 7.665 2.568l4.032 2.218 4.096-2.483z\"/></svg>\n </figure>\n </td>\n <td>uikit.svg</td>\n <td><code>_includes/icons/simple-icons/uikit.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"uikit\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Ulule icon</title><path d=\"M12 0A11.992 11.992 0 001.676 5.884l-.822-.822a.499.499 0 00-.707 0A.5.5 0 000 5.416V12c0 6.627 5.372 12 12 12 6.627 0 12-5.373 12-12V5.416a.5.5 0 00-.854-.354l-.823.822A11.992 11.992 0 0012 0zM6.814 7.626a5.526 5.526 0 014.971 3.095 2.739 2.739 0 00.13 3.754.122.122 0 00.17 0 2.738 2.738 0 00.13-3.754 5.526 5.526 0 015.411-3.077c2.702.214 4.876 2.41 5.064 5.113a5.528 5.528 0 01-10.419 2.944.304.304 0 00-.542 0 5.528 5.528 0 01-10.42-2.944c.189-2.703 2.363-4.9 5.064-5.113.148-.012.295-.018.44-.018zm-.42 1.22a3.501 3.496 0 00-.235.008c-.013.16-.116.262-.248.388l-.052.05c-.117.113-.335.323-.333.7a.875.875 0 00.856.858c.485-.003.88-.383.882-.85.002-.325-.137-.523-.347-.722-.143-.13-.289-.281-.308-.422a3.501 3.496 0 00-.214-.01zm11.211 0a3.501 3.495 0 00-.235.008c-.013.16-.117.262-.249.388l-.051.05c-.118.113-.336.323-.334.7a.875.875 0 00.856.858c.485-.003.88-.383.882-.85.002-.325-.136-.523-.347-.723-.143-.13-.288-.28-.307-.42a3.501 3.495 0 00-.215-.011zM6.093 8.86a3.501 3.496 0 00-3.2 3.48 3.501 3.496 0 003.502 3.496 3.501 3.496 0 003.5-3.496 3.501 3.496 0 00-3.033-3.46 2.393 2.393 0 11-2.86 2.362A2.386 2.386 0 016.093 8.86zm11.816 0a2.386 2.386 0 012.088 2.382 2.391 2.391 0 11-4.784-.033 2.393 2.393 0 011.92-2.328 3.501 3.495 0 00-3.03 3.46 3.501 3.495 0 003.502 3.495 3.501 3.495 0 003.501-3.496 3.501 3.495 0 00-3.197-3.48Z\"/></svg>\n </figure>\n </td>\n <td>ulule.svg</td>\n <td><code>_includes/icons/simple-icons/ulule.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ulule\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Umbraco icon</title><path d=\"M0 12C0 5.522 5.363.319 12 .319S24 5.522 24 12c0 6.476-5.363 11.681-12 11.681S0 18.477 0 12zm11.734 3.98c-1.168 0-2.123-.104-2.76-.211-.744-.158-1.223-.584-1.541-1.168-.266-.586-.424-1.539-.371-2.814 0-.689.053-1.327.104-1.965.108-.636.16-1.167.267-1.594l.105-.424v-.052c0-.105-.105-.213-.212-.213l-1.54-.212h-.052c-.105 0-.213.105-.266.16 0 .104-.053.159-.104.371-.108.478-.161.902-.267 1.486-.109.685-.163 1.378-.159 2.071 0 0-.053.159 0 1.434s.266 2.283.69 3.08c.425.742 1.116 1.326 2.124 1.645 1.01.32 2.389.479 4.142.479h.213c1.753 0 3.132-.158 4.14-.479 1.01-.318 1.701-.902 2.126-1.645.425-.795.638-1.805.69-3.08.053-1.275 0-1.434 0-1.434 0-.743-.104-1.435-.16-2.069-.105-.638-.158-1.063-.266-1.487-.053-.212-.053-.319-.105-.371 0-.107-.105-.16-.266-.16h-.053l-1.54.212c-.105 0-.213.107-.213.213v.052l.106.424c.106.427.158.957.266 1.593.105.639.105 1.275.105 1.965 0 1.275-.104 2.177-.371 2.814-.266.586-.795 1.01-1.539 1.168-.639.16-1.594.213-2.762.213h-.531v-.002z\"/></svg>\n </figure>\n </td>\n <td>umbraco.svg</td>\n <td><code>_includes/icons/simple-icons/umbraco.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"umbraco\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Unicode icon</title><path d=\"M.2 0a.2.2 0 00-.2.2v23.6c0 .11.09.2.2.2h23.6a.2.2 0 00.2-.2V.2a.2.2 0 00-.2-.2H.2zm19.488 5.27A1.312 1.312 0 0121 6.582a1.312 1.312 0 01-1.313 1.313 1.312 1.312 0 01-1.31-1.313 1.312 1.312 0 011.31-1.312zM3.15 6.05h1.996c.102 0 .153.05.153.151v7.49c0 .912.222 1.644.666 2.188.444.546 1.121.816 2.033.816.38 0 .729-.048 1.047-.15.316-.102.59-.272.824-.506.234-.236.419-.546.553-.932.134-.386.2-.869.2-1.453V6.223c0-.014.003-.024.005-.035l-.006-.004c0-.09.045-.133.133-.133h2.682c.076 0 .126.01.152.027.026.018.05.054.076.104.228.418.499.906.809 1.464.31.558.629 1.14.959 1.749l.998 1.843c.334.62.647 1.206.94 1.758.291.552.549 1.045.77 1.475.223.432.39.768.505 1.008h.02c0-.126-.005-.27-.01-.428a25.728 25.728 0 01-.02-.57c-.006-.223-.014-.493-.02-.81-.008-.315-.01-.696-.01-1.14v-3.21c0-.103.056-.153.17-.153H20.6c.114 0 .171.058.171.172v9.03c0 .113-.063.17-.189.17h-2.414c-.114 0-.198-.046-.248-.134a173.907 173.907 0 00-1.623-3.021 232.322 232.322 0 01-2.121-3.946 96.063 96.063 0 01-.883-1.718 37.59 37.59 0 01-.371-.768v4.815c0 .888-.13 1.643-.39 2.271-.26.628-.611 1.141-1.055 1.541a4.112 4.112 0 01-1.588.873 6.848 6.848 0 01-1.97.277 6.42 6.42 0 01-2.032-.304 4.196 4.196 0 01-1.559-.903c-.43-.4-.76-.903-.988-1.511-.228-.608-.342-1.325-.342-2.149v-7.64c0-.114.05-.172.152-.172Z\"/></svg>\n\n </figure>\n </td>\n <td>unicode.svg</td>\n <td><code>_includes/icons/simple-icons/unicode.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"unicode\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Unity icon</title><path d=\"M19.9 19.2L15.6 12l4.3-7.2L22 12l-2.1 7.2zm-9.5-.7L5 13.2h8.6l4.3 7.2-7.5-1.9zm0-13.1l7.5-1.9-4.3 7.2H4.9c0 .1 5.5-5.3 5.5-5.3zm11-5.4l-9.8 2.5L10.1 5H7.2L0 12l7.2 7h2.9l1.4 2.5 9.8 2.5 2.6-9.5-1.4-2.5L24 9.5 21.4 0z\"/></svg>\n </figure>\n </td>\n <td>unity.svg</td>\n <td><code>_includes/icons/simple-icons/unity.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"unity\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Unreal Engine icon</title><path d=\"M11.999 0C5.427 0 .1 5.373.1 12c0 6.628 5.327 12 11.899 12 6.571 0 11.899-5.372 11.899-12 0-6.627-5.328-12-11.9-12zm0 .528c3.038 0 5.895 1.194 8.043 3.36A11.446 11.446 0 0 1 23.374 12c0 3.064-1.183 5.945-3.332 8.112A11.254 11.254 0 0 1 12 23.472a11.253 11.253 0 0 1-8.044-3.36A11.447 11.447 0 0 1 .623 12c0-3.064 1.184-5.945 3.332-8.112A11.252 11.252 0 0 1 12 .528zm-.595 4.223c-1.938.52-3.732 1.516-6.123 4.258-2.392 2.742-1.938 5.006-1.938 5.006s.66-1.558 2.247-3.199c.752-.777 1.314-1.037 1.698-1.038a.598.598 0 0 1 .632.602v5.567c0 .55-.354.669-.68.663-.279-.005-.537-.102-.537-.102 1.63 2.368 5.526 2.7 5.526 2.7l1.711-1.828.04.035 1.568 1.336c2.866-1.703 4.248-4.86 4.248-4.86-1.279 1.353-2.094 1.669-2.578 1.667-.429-.003-.597-.255-.597-.255-.023-.117-.063-1.81-.078-3.505-.014-1.756-.001-3.513.087-3.518.494-.929 2.073-2.802 2.073-2.802-2.948.581-4.556 2.513-4.556 2.513-.475-.374-1.444-.311-1.444-.311.454.25.907.976.907 1.578v5.92s-.99.873-1.752.873c-.451 0-.729-.247-.881-.449a1.182 1.182 0 0 1-.15-.258V8.033a.634.634 0 0 1-.363.123c-.162 0-.33-.082-.444-.32-.086-.18-.141-.45-.141-.842 0-1.35 1.525-2.243 1.525-2.243z\"/></svg>\n </figure>\n </td>\n <td>unrealengine.svg</td>\n <td><code>_includes/icons/simple-icons/unrealengine.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"unrealengine\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Unsplash icon</title><path d=\"M7.5 6.75V0h9v6.75h-9zm9 3.75H24V24H0V10.5h7.5v6.75h9V10.5z\"/></svg>\n </figure>\n </td>\n <td>unsplash.svg</td>\n <td><code>_includes/icons/simple-icons/unsplash.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"unsplash\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Untangle icon</title><path d=\"M3.362 0A3.371 3.371 0 000 3.362v1.73c.014-.001.025-.005.04-.004 1.101.021 2.029.786 2.523 2.008.518 1.282.623 2.637.724 3.948l.086 1.348c.05.903.103 1.837.234 2.752l.077.474.16-.002.077-.476c.143-.86.249-1.736.351-2.583l.12-1.085c.134-1.29.273-2.623.684-3.883l.033-.102c.124-.396.296-.938.847-1.097.687-.197 1.233.163 1.45.582.594 1.143.717 2.433.836 3.681l.082.812.121 1.226c.081.888.165 1.806.345 2.698h.16l.115-.638.064-.37.113-.642c.118-.68.24-1.382.412-2.066l.053-.23c.114-.504.258-1.131.775-1.465.362-.234.691-.284.977-.15.815.384 1.13 2.127 1.233 2.7l.024.13.111.574c.136.706.275 1.438.483 2.15l.022.08c.06.205.12.415.208.62l.086.2.299-.96c.342-1.19.769-2.673 2.233-2.396.848.16 1.122.969 1.323 1.559l.085.243.07.209c.177.542.505 1.552 1.227 1.512.761-.042 1.53-.116 2.272-.189.725-.07 1.475-.142 2.216-.184.22-.013.434-.022.649-.033V3.362A3.372 3.372 0 0020.638 0zM0 6.25v14.388A3.372 3.372 0 003.362 24h17.276A3.372 3.372 0 0024 20.638v-3.703c-1.315.064-2.602.169-3.849.286l-.31.032c-.689.074-1.547.165-2.101-.157-.731-.426-1.028-1.057-1.291-1.72l-.119-.378c-.092-.321-.207-.721-.364-.986l-.073-.124-.102.196a7.8 7.8 0 00-.407 1.013l-.064.203c-.18.59-.555 1.817-1.29 2.119-.303.125-.644.075-1.015-.149-.641-.387-.838-1.098-.996-1.668l-.026-.088c-.2-.718-.344-1.457-.483-2.17l-.106-.54-.08-.432-.166-.774h-.12c-.177.691-.315 1.403-.429 2.089-.158.954-.322 1.941-.646 2.886-.266.773-.721 1.085-1.392.952-.593-.117-.754-.68-.86-1.052-.34-1.193-.46-2.442-.575-3.65l-.122-1.197c-.1-.866-.203-1.76-.368-2.655l-.023-.129c-.048-.258-.101-.552-.173-.828l-.076-.295-.08.294c-.126.463-.2.945-.273 1.41l-.017.108a73.463 73.463 0 00-.347 2.652 69.26 69.26 0 01-.365 2.75l-.031.251c-.07.594-.202 1.7-.795 2.13-.25.181-.566.221-.937.123-1.189-.32-1.26-1.731-1.308-2.666l-.023-.37-.12-1.753c-.07-1.181-.143-2.402-.348-3.597l-.005-.025c-.12-.698-.246-1.418-.61-2.077-.359-.521-1.06-.69-1.06-.69Z\"/></svg>\n\n </figure>\n </td>\n <td>untangle.svg</td>\n <td><code>_includes/icons/simple-icons/untangle.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"untangle\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Untappd icon</title><path d=\"M11 13.299l-5.824 8.133c-.298.416-.8.635-1.308.572-.578-.072-1.374-.289-2.195-.879S.392 19.849.139 19.323a1.402 1.402 0 0 1 .122-1.425l5.824-8.133a3.066 3.066 0 0 1 1.062-.927l1.146-.604c.23-.121.436-.283.608-.478.556-.631 2.049-2.284 4.696-4.957l.046-.212a.134.134 0 0 1 .096-.1l.146-.037a.135.135 0 0 0 .101-.141l-.015-.18a.13.13 0 0 1 .125-.142c.176-.005.518.046 1.001.393s.64.656.692.824a.13.13 0 0 1-.095.164l-.175.044a.133.133 0 0 0-.101.141l.012.15a.131.131 0 0 1-.063.123l-.186.112c-1.679 3.369-2.764 5.316-3.183 6.046a2.157 2.157 0 0 0-.257.73l-.205 1.281A3.074 3.074 0 0 1 11 13.3zm12.739 4.598l-5.824-8.133a3.066 3.066 0 0 0-1.062-.927l-1.146-.605a2.138 2.138 0 0 1-.608-.478 50.504 50.504 0 0 0-.587-.654.089.089 0 0 0-.142.018 97.261 97.261 0 0 1-1.745 3.223 1.42 1.42 0 0 0-.171.485 3.518 3.518 0 0 0 0 1.103l.01.064c.075.471.259.918.536 1.305l5.824 8.133c.296.413.79.635 1.294.574a4.759 4.759 0 0 0 2.209-.881 4.762 4.762 0 0 0 1.533-1.802 1.4 1.4 0 0 0-.122-1.425zM8.306 3.366l.175.044a.134.134 0 0 1 .101.141l-.012.15a.13.13 0 0 0 .063.123l.186.112c.311.623.599 1.194.869 1.721.026.051.091.06.129.019.437-.469.964-1.025 1.585-1.668a.137.137 0 0 0 .003-.19c-.315-.322-.645-.659-1.002-1.02l-.046-.212a.13.13 0 0 0-.096-.099l-.146-.037a.135.135 0 0 1-.101-.141l.015-.18a.13.13 0 0 0-.123-.142c-.175-.005-.518.045-1.002.393-.483.347-.64.656-.692.824a.13.13 0 0 0 .095.164z\"/></svg>\n </figure>\n </td>\n <td>untappd.svg</td>\n <td><code>_includes/icons/simple-icons/untappd.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"untappd\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Upwork icon</title><path d=\"M18.561 13.158c-1.102 0-2.135-.467-3.074-1.227l.228-1.076.008-.042c.207-1.143.849-3.06 2.839-3.06 1.492 0 2.703 1.212 2.703 2.703-.001 1.489-1.212 2.702-2.704 2.702zm0-8.14c-2.539 0-4.51 1.649-5.31 4.366-1.22-1.834-2.148-4.036-2.687-5.892H7.828v7.112c-.002 1.406-1.141 2.546-2.547 2.548-1.405-.002-2.543-1.143-2.545-2.548V3.492H0v7.112c0 2.914 2.37 5.303 5.281 5.303 2.913 0 5.283-2.389 5.283-5.303v-1.19c.529 1.107 1.182 2.229 1.974 3.221l-1.673 7.873h2.797l1.213-5.71c1.063.679 2.285 1.109 3.686 1.109 3 0 5.439-2.452 5.439-5.45 0-3-2.439-5.439-5.439-5.439z\"/></svg>\n </figure>\n </td>\n <td>upwork.svg</td>\n <td><code>_includes/icons/simple-icons/upwork.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"upwork\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>V icon</title><path d=\"M23.474,0.159L17.08,0.775c-0.406,0.039-0.844,0.383-0.978,0.768l-4.092,11.749L7.898,1.542 C7.764,1.158,7.325,0.814,6.92,0.775L0.526,0.159C0.121,0.12-0.096,0.399,0.041,0.783L8.085,23.15 c0.138,0.383,0.581,0.695,0.988,0.695h6.223h0.039c0.073,0,0.134-0.02,0.179-0.055c0.124-0.062,0.231-0.169,0.275-0.292 l0.039-0.108l8.13-22.607C24.096,0.399,23.879,0.12,23.474,0.159z\"/></svg>\n </figure>\n </td>\n <td>v.svg</td>\n <td><code>_includes/icons/simple-icons/v.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"v\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" role=\"img\"><title>V8 icon</title><path d=\"M6.832 6c0-.161.008-.322.023-.479.019-.207.07-.401.112-.599l-.694-1.377H0l2.182 3.818h1.527l2.097 3.98a6.534 6.534 0 0 1 1.727-2.745A5.123 5.123 0 0 1 6.832 6zM10.365 19.663L12 22.637l1.637-2.975c-.535.138-1.079.234-1.637.234s-1.101-.096-1.635-.233zM17.728 3.545l-.717 1.258c.056.238.112.476.134.726a5.148 5.148 0 0 1-.677 3.07 6.565 6.565 0 0 1 1.727 2.746l2.097-3.981h1.527L24 3.545h-6.272z M17.846 12.007a6 6 0 0 0-2.073-3.31A4.64 4.64 0 0 0 12 1.363 4.635 4.635 0 0 0 7.363 6a4.62 4.62 0 0 0 .865 2.697A5.988 5.988 0 0 0 6 13.363a6.01 6.01 0 0 0 3.814 5.592 6.02 6.02 0 0 0 4.375-.003 6.006 6.006 0 0 0 3.657-6.945zM12 4.227c1.129 0 2.046.917 2.046 2.045a2.046 2.046 0 0 1-4.092 0c0-1.128.918-2.045 2.046-2.045zm0 11.456a2.32 2.32 0 0 1 0-4.637c1.282 0 2.318 1.037 2.318 2.318S13.282 15.683 12 15.683z\"/></svg>\n </figure>\n </td>\n <td>v8.svg</td>\n <td><code>_includes/icons/simple-icons/v8.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"v8\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Vagrant icon</title><path d=\"M5.672 6.774V4.917l3.164-1.822L3.56.005.397 1.852v2.263L7.52 21.41 12 23.995v-6.496l2.107-1.224-.024-.015 4.245-9.486V4.917l5.275-3.065L20.439.005l-5.272 3.087h-.003V5.202L12 12.584v2.467l-2.11 1.224zm3.164-3.66L8.814 3.1 5.672 4.917v1.857l4.218 9.501L12 15.234v-2.65L8.836 5.202zm9.492 1.803v1.857l-4.22 9.101L12 17.332v6.663l4.521-2.607L23.603 4.05V1.852z\"/></svg>\n </figure>\n </td>\n <td>vagrant.svg</td>\n <td><code>_includes/icons/simple-icons/vagrant.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"vagrant\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Valve icon</title><path d=\"M0 8.579v6.842h24V8.58zm1.8 1.415h.793l.776 3.044.76-3.044h.836l-1.227 4.029H3zm5.488 0h1.084l1.145 4.034h-.814l-.27-1.007H7.228s-.21.81-.254.99c-.242.017-.83 0-.83 0zm4.184 0h.792v3.352h1.69v.677h-2.482zm3.45 0h.816l.776 3.005.754-3.005h.815l-1.222 4.034h-.716zm4.828 0h1.69v.522h-1.084v.584h.99v.523h-.99v.6h1.084v.523h-1.69zm-11.902.68l-.426 1.702h.89z\"/></svg>\n </figure>\n </td>\n <td>valve.svg</td>\n <td><code>_includes/icons/simple-icons/valve.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"valve\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Veeam icon</title><path d=\"M6.63 9.842c-1.104 0-2.001.945-2.001 2.101v.108c0 1.322.847 2.038 1.975 2.101.051.006.108.006.16.006.435 0 .794-.115 1.195-.361.04-.023.201-.132.361-.338.132-.166.138-.411 0-.543-.2-.189-.412-.086-.595.074-.292.246-.516.442-1.1.442-.55 0-1.064-.316-1.19-.94 0-.023.01-.045.034-.045H8.16a.473.473 0 00.469-.504c0-1.156-.893-2.101-1.998-2.101zm4.466 0c-1.1 0-1.996.945-1.996 2.101v.108c0 1.322.846 2.038 1.974 2.101.052.006.109.006.16.006.435 0 .795-.115 1.196-.361.04-.023.2-.132.361-.338.132-.166.137-.411 0-.543-.2-.189-.413-.086-.596.074-.292.246-.515.442-1.1.442-.549 0-1.063-.316-1.189-.94-.006-.023.01-.045.028-.045h2.691a.473.473 0 00.469-.504c-.006-1.156-.9-2.101-1.998-2.101zm-6.89.04a.4.4 0 00-.345.223l-1.42 3.063c-.034.063-.062.11-.136.11-.075 0-.105-.047-.139-.11l-1.42-3.057a.38.38 0 00-.531-.177.428.428 0 00-.172.56l1.39 2.828.16.32a.8.8 0 00.712.46.791.791 0 00.709-.46l.16-.32 1.385-2.834a.423.423 0 00-.166-.56.376.376 0 00-.188-.045zm11.362 0a.762.762 0 00-.504.188.808.808 0 00-.207.27l-1.591 3.137c0 .005-.006.006-.006.011v.006a.434.434 0 00.029.442c0 .005.006.006.006.011 0 .006.006.004.006.01a.372.372 0 00.516.076s.005 0 .005-.006a.083.083 0 00.024-.017l.015-.018.006-.006a.485.485 0 00.076-.103l.057-.125.332-.7c.006-.017.028-.027.045-.027h1.484c.195 0 .354-.167.354-.379 0-.206-.159-.377-.354-.377h-1.099c-.023 0-.041-.024-.03-.046l.08-.172.602-1.207v-.006s0-.006.006-.006c.011-.023.04-.108.098-.125.034-.012.063-.012.086 0 .063.017.084.091.113.148l1.455 3.022a.393.393 0 00.48.195s.006 0 .006-.006l.035-.017c.006 0 .007-.006.012-.006 0 0 .006 0 .006-.006.006 0 .006-.006.012-.006s.01-.004.01-.01c.006 0 .006-.006.011-.006.006-.006.012-.012.018-.012l.017-.017.006-.006a.408.408 0 00.092-.498l-1.598-3.154a.79.79 0 00-.709-.451zm3.508 0c-.39 0-.709.332-.709.778v3.018c0 .183.104.354.264.406.263.086.486-.143.486-.412l-.058-2.938a.03.03 0 01.052-.017l1.442 2.931c.137.28.367.448.625.448.257 0 .491-.167.623-.448l1.449-2.935c.011-.029.05-.019.05.016l-.056 2.955c0 .234.177.423.389.412.206-.006.367-.207.367-.43V10.66c.011-.452-.31-.771-.7-.777a.684.684 0 00-.61.394c-.361.739-1.426 2.93-1.426 2.936-.006.011-.029.064-.075.064-.04 0-.068-.047-.074-.064-.349-.727-1.047-2.164-1.408-2.908-.143-.287-.379-.422-.63-.422zm-12.451.647c.698 0 1.14.527 1.209 1.145 0 .023-.012.045-.035.045h-2.33c-.023-.006-.033-.022-.033-.045.074-.607.49-1.145 1.189-1.145zm4.47 0h.003c.697.001 1.138.527 1.207 1.145 0 .023-.013.045-.035.045H9.94c-.023-.006-.04-.022-.034-.045.075-.606.493-1.144 1.19-1.145z\"/></svg>\n </figure>\n </td>\n <td>veeam.svg</td>\n <td><code>_includes/icons/simple-icons/veeam.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"veeam\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Venmo icon</title><path d=\"M3.94 9.72c.17.27.24.54.24.89 0 1.11-.95 2.55-1.72 3.57H.71L0 9.96l1.54-.15.37 3c.35-.56.78-1.45.78-2.06 0-.33-.06-.56-.15-.75l1.4-.28zM5.94 11.57c.28 0 1-.13 1-.53 0-.2-.14-.3-.3-.3-.29 0-.66.35-.7.83zm-.03.8c0 .5.27.7.64.7.4 0 .77-.1 1.27-.35l-.19 1.26c-.35.17-.89.28-1.42.28-1.33 0-1.81-.8-1.81-1.82 0-1.31.78-2.7 2.38-2.7.88 0 1.38.49 1.38 1.18 0 1.1-1.43 1.45-2.25 1.46zM12.6 10.7c0 .17-.03.4-.05.56l-.46 2.92h-1.5l.42-2.68.03-.3c0-.2-.12-.24-.26-.24-.2 0-.4.09-.52.15l-.48 3.07h-1.5l.68-4.37h1.3l.02.35c.31-.2.72-.43 1.29-.43.76 0 1.03.4 1.03.98zM17.05 10.21c.43-.3.83-.48 1.4-.48.76 0 1.03.4 1.03.98a4 4 0 0 1-.05.55l-.46 2.92h-1.5l.43-2.73.02-.22c0-.22-.12-.27-.27-.27-.18 0-.37.08-.5.15l-.48 3.07h-1.5l.43-2.74.02-.21c0-.22-.12-.27-.27-.27-.2 0-.39.09-.52.15l-.47 3.06h-1.51l.69-4.36h1.28l.05.36c.3-.22.7-.44 1.24-.44.48 0 .78.2.94.48zM22.46 11.48c0-.35-.09-.6-.35-.6-.6 0-.72 1.05-.72 1.58 0 .41.11.66.38.66.56 0 .69-1.1.69-1.64zm-2.6.92c0-1.38.74-2.67 2.41-2.67 1.27 0 1.73.75 1.73 1.78 0 1.36-.72 2.77-2.44 2.77-1.27 0-1.7-.83-1.7-1.88z\"/></svg>\n </figure>\n </td>\n <td>venmo.svg</td>\n <td><code>_includes/icons/simple-icons/venmo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"venmo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Veritas icon</title><path d=\"M0 9.746l1.248 3.8712c.1053.3243.4072.5332.7344.5332a.7684.7684 0 00.7324-.5332l1.248-3.8711h-.6933L2.086 13.412a.1081.1081 0 01-.1035.0762c-.0467 0-.0881-.028-.1054-.0762L.6934 9.7461H0zm5.3125 0c-.6081 0-1.0996.4939-1.0996 1.1017v2.2011c0 .6078.4915 1.1016 1.0996 1.1016h2.0918v-.6621H5.3125a.439.439 0 01-.4395-.4395v-.7754h2.0918v-.6504H4.873v-.7753c0-.2431.1964-.4414.4395-.4414h2.0918V9.746H5.3125zm3.7598 0a.9898.9898 0 00-.9903.9903v3.414h.6602v-3.414c0-.1825.1475-.33.33-.33h1.4317a.5505.5505 0 01.5137.3535.55.55 0 01-.3164.7109l-1.1094.4082c-.4025.139-.615.578-.4766.9805a.7665.7665 0 00.4141.4531l2.0742.9414v-.7226l-1.8144-.8028a.1306.1306 0 01-.0703-.0781.1302.1302 0 01.082-.166l1.1367-.3965c.6243-.2396.9366-.9402.6973-1.5645-.1851-.4815-.6442-.7773-1.1309-.7773H9.0723zm3.3086 0v4.4044h.662V9.746h-.662zm1.2109 0v.6602h1.2773v3.7442h.6602v-3.7441h1.2773V9.746h-3.2148zm4.707 0a.7683.7683 0 00-.7324.5333l-1.25 3.871h.6953l1.1836-3.6679a.108.108 0 01.1035-.0762c.0467 0 .0882.0283.1055.0762l1.1816 3.668h.6954l-1.25-3.8711a.7702.7702 0 00-.7325-.5332zm3.334 0c-.6992 0-1.2656.5665-1.2656 1.2657 0 .6993.5664 1.2656 1.2656 1.2656l1.1016.002c.3344 0 .6054.2693.6054.6035a.6054.6054 0 01-.6054.6055h-2.1465v.662h2.1465c.6992 0 1.2656-.5683 1.2656-1.2675s-.5664-1.2656-1.2656-1.2656h-1.1016a.6054.6054 0 01-.6055-.6055c0-.3344.271-.6054.6055-.6054h2.1465V9.746h-2.1465Z\"/></svg>\n\n </figure>\n </td>\n <td>veritas.svg</td>\n <td><code>_includes/icons/simple-icons/veritas.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"veritas\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Verizon icon</title><path d=\"M18.302 0H22v.003L10.674 24H7.662L2 12h3.727l3.449 7.337z\"/></svg>\n </figure>\n </td>\n <td>verizon.svg</td>\n <td><code>_includes/icons/simple-icons/verizon.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"verizon\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Viadeo icon</title><path d=\"M10.106 21.987h.029c1.158 0 2.221-.281 3.188-.841.968-.56 1.734-1.354 2.304-2.385.567-1.027.853-2.137.853-3.33 0-.964-.166-1.855-.51-2.67.57-.119 1.26-.354 1.979-.799.435 1.053.66 2.194.66 3.426 0 2.295-.78 4.305-2.37 6.03C14.647 23.13 12.622 24 10.147 24c-2.49 0-4.522-.859-6.1-2.581-1.576-1.72-2.355-3.731-2.355-6.029 0-2.283.746-4.26 2.24-5.935 1.635-1.846 3.711-2.77 6.215-2.77 1.057 0 2.034.165 2.936.492-.292.572-.558 1.274-.629 2.029-.717-.3-1.486-.45-2.311-.45-1.737 0-3.229.652-4.475 1.955C4.424 12.016 3.8 13.592 3.8 15.437c0 1.2.285 2.31.855 3.329.566 1.036 1.334 1.83 2.301 2.387.645.375 1.327.63 2.051.75 6.207-2.4 5.477-14.16 5.431-14.806l.053.165c3.646 9.734-4.301 14.744-4.301 14.744h-.075l-.009-.019zM21.078.544c-1.016 2.157-2.896 2.558-2.896 2.558-1.878.477-2.534 1.201-2.534 1.201-1.879 1.889-.4 4.182-.4 4.182 4.059-.924 5.541-4.258 5.541-4.258-.181 2.24-5.011 4.887-5.011 4.887 1.599 1.563 3.124 1.375 4.132.774 1.336-.795 1.978-2.535 1.978-2.535 1.294-3.871-.81-6.81-.81-6.809zM11.103 0c1.994 3.354 3.08 6.365 3.324 7.08v-.029C13.935 1.883 11.097 0 11.097 0h.006z\"/></svg>\n </figure>\n </td>\n <td>viadeo.svg</td>\n <td><code>_includes/icons/simple-icons/viadeo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"viadeo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Viber icon</title><path d=\"M11.398.002C9.473.028 5.331.344 3.014 2.467 1.294 4.177.693 6.698.623 9.82c-.06 3.11-.13 8.95 5.5 10.541v2.42s-.038.97.602 1.17c.79.25 1.24-.499 1.99-1.299l1.4-1.58c3.85.32 6.8-.419 7.14-.529.78-.25 5.181-.811 5.901-6.652.74-6.031-.36-9.831-2.34-11.551l-.01-.002c-.6-.55-3-2.3-8.37-2.32 0 0-.396-.025-1.038-.016zm.067 1.697c.545-.003.88.02.88.02 4.54.01 6.711 1.38 7.221 1.84 1.67 1.429 2.528 4.856 1.9 9.892-.6 4.88-4.17 5.19-4.83 5.4-.28.09-2.88.73-6.152.52 0 0-2.439 2.941-3.199 3.701-.12.13-.26.17-.35.15-.13-.03-.17-.19-.16-.41l.02-4.019c-4.771-1.32-4.491-6.302-4.441-8.902.06-2.6.55-4.732 2-6.172 1.957-1.77 5.475-2.01 7.11-2.02zm.36 2.6a.299.299 0 0 0-.3.299.3.3 0 0 0 .3.3 5.631 5.631 0 0 1 4.03 1.59c1.09 1.06 1.621 2.48 1.641 4.34a.3.3 0 0 0 .3.3v-.009a.3.3 0 0 0 .3-.3 6.451 6.451 0 0 0-1.81-4.76c-1.19-1.16-2.692-1.76-4.462-1.76zm-3.954.69a.955.955 0 0 0-.615.12h-.012c-.41.24-.788.54-1.148.94-.27.32-.421.639-.461.949a1.24 1.24 0 0 0 .05.541l.02.01a13.722 13.722 0 0 0 1.2 2.6 15.383 15.383 0 0 0 2.32 3.171l.03.04.04.03.03.03.03.03a15.603 15.603 0 0 0 3.18 2.33c1.32.72 2.122 1.06 2.602 1.2v.01c.14.04.268.06.398.06a1.84 1.84 0 0 0 1.102-.472c.39-.35.7-.738.93-1.148v-.01c.23-.43.15-.841-.18-1.121a13.632 13.632 0 0 0-2.15-1.54c-.51-.28-1.03-.11-1.24.17l-.45.569c-.23.28-.65.24-.65.24l-.012.01c-3.12-.8-3.95-3.959-3.95-3.959s-.04-.43.25-.65l.56-.45c.27-.22.46-.74.17-1.25a13.522 13.522 0 0 0-1.54-2.15.843.843 0 0 0-.504-.3zm4.473.89a.3.3 0 0 0 .002.6 3.78 3.78 0 0 1 2.65 1.15 3.5 3.5 0 0 1 .9 2.57.3.3 0 0 0 .3.299l.01.012a.3.3 0 0 0 .3-.301c.03-1.19-.34-2.19-1.07-2.99-.73-.8-1.75-1.25-3.05-1.34a.3.3 0 0 0-.042 0zm.49 1.619a.305.305 0 0 0-.018.611c.99.05 1.47.55 1.53 1.58a.3.3 0 0 0 .3.29h.01a.3.3 0 0 0 .29-.32c-.07-1.34-.8-2.091-2.1-2.161a.305.305 0 0 0-.012 0z\"/></svg>\n </figure>\n </td>\n <td>viber.svg</td>\n <td><code>_includes/icons/simple-icons/viber.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"viber\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Vim icon</title><path d=\"M24 11.986h-.027l-4.318-4.318 4.303-4.414V1.461l-.649-.648h-8.198l-.66.605v1.045L12.015.027V0L12 .014 11.986 0v.027l-1.29 1.291-.538-.539H2.035l-.638.692v1.885l.616.616h.72v5.31L.027 11.987H0L.014 12 0 12.014h.027l2.706 2.706v6.467l.907.523h2.322l1.857-1.904 4.166 4.166V24l.015-.014.014.014v-.028l2.51-2.509h.485c.111 0 .211-.07.25-.179l.146-.426c.028-.084.012-.172-.037-.239l1.462-1.462-.612 1.962c-.043.141.036.289.177.332.025.008.052.012.078.012h1.824c.106-.001.201-.064.243-.163l.165-.394c.025-.065.024-.138-.004-.203-.027-.065-.08-.116-.146-.142-.029-.012-.062-.019-.097-.02h-.075l.84-2.644h1.232l-1.016 3.221c-.043.141.036.289.176.332.025.008.052.012.079.012h2.002c.11 0 .207-.066.248-.17l.164-.428c.051-.138-.021-.29-.158-.341-.029-.011-.06-.017-.091-.017h-.145l1.131-3.673c.027-.082.012-.173-.039-.24l-.375-.504-.003-.005c-.051-.064-.127-.102-.209-.102h-1.436c-.071 0-.141.03-.19.081l-.4.439h-.624l-.042-.046 4.445-4.445H24L23.986 12l.014-.014zM9.838 21.139l1.579-4.509h-.501l.297-.304h1.659l-1.563 4.555h.623l-.079.258H9.838zm3.695-7.516l.15.151-.269.922-.225.226h-.969l-.181-.181.311-.871.288-.247h.895zM5.59 20.829H3.877l-.262-.15V3.091H2.379l-.1-.1V1.815l.143-.154h7.371l.213.214v1.108l-.142.173H8.785v8.688l8.807-8.688h-2.086l-.175-.188V1.805l.121-.111h7.49l.132.133v1.07L12.979 13.25h-.373c-.015-.001-.028 0-.042.001l-.02.003c-.045.01-.086.03-.119.06l-.343.295-.004.003c-.033.031-.059.069-.073.111l-.296.83-6.119 6.276zm14.768-3.952l.474-.519h1.334l.309.415-1.265 4.107h.493l-.08.209H19.84l1.124-3.564h-2.015l-1.077 3.391h.424l-.073.174h-1.605l1.107-3.548h-2.096l-1.062 3.339h.436l-.072.209H13.27l1.514-4.46H14.198l.091-.271h1.65l.519.537h.906l.491-.554h1.061l.489.535h.953z\"/></svg>\n </figure>\n </td>\n <td>vim.svg</td>\n <td><code>_includes/icons/simple-icons/vim.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"vim\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Vimeo icon</title><path d=\"M23.977 6.416c-.105 2.338-1.739 5.543-4.894 9.609-3.268 4.247-6.026 6.37-8.29 6.37-1.409 0-2.578-1.294-3.553-3.881L5.322 11.4C4.603 8.816 3.834 7.522 3.01 7.522c-.179 0-.806.378-1.881 1.132L0 7.197c1.185-1.044 2.351-2.084 3.501-3.128C5.08 2.701 6.266 1.984 7.055 1.91c1.867-.18 3.016 1.1 3.447 3.838.465 2.953.789 4.789.971 5.507.539 2.45 1.131 3.674 1.776 3.674.502 0 1.256-.796 2.265-2.385 1.004-1.589 1.54-2.797 1.612-3.628.144-1.371-.395-2.061-1.614-2.061-.574 0-1.167.121-1.777.391 1.186-3.868 3.434-5.757 6.762-5.637 2.473.06 3.628 1.664 3.493 4.797l-.013.01z\"/></svg>\n </figure>\n </td>\n <td>vimeo.svg</td>\n <td><code>_includes/icons/simple-icons/vimeo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"vimeo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Vine icon</title><path d=\"M22.521 11.922c-.618.143-1.217.206-1.758.206-3.028 0-5.361-2.116-5.361-5.794 0-1.801.706-2.731 1.696-2.731.946 0 1.562.841 1.562 2.552 0 .975-.256 2.041-.45 2.672 0 0 .93 1.636 3.481 1.125.54-1.201.842-2.762.842-4.127C22.533 2.146 20.657 0 17.219 0c-3.543-.017-5.615 2.7-5.615 6.288 0 3.55 1.659 6.597 4.395 7.985-1.15 2.301-2.614 4.328-4.142 5.856-2.769-3.351-5.273-7.82-6.302-16.541H1.467c1.889 14.526 7.517 19.149 9.004 20.035.84.504 1.566.48 2.336.049 1.215-.688 4.848-4.315 6.859-8.563.84-.003 1.861-.1 2.867-.328v-2.865l-.012.006z\"/></svg>\n </figure>\n </td>\n <td>vine.svg</td>\n <td><code>_includes/icons/simple-icons/vine.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"vine\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Virb icon</title><path d=\"M17.733 7.237c0-.25 0-.476.15-.625.199-.176.4-.15.6-.15h1.428c.766 0 1.875.199 2.625.877.75.699.915 1.701.915 2.604v2.252c0 .599.015 1.027-.284 1.578-.375.701-1.155.9-1.155 1.002 0 .1.839.252 1.214 1.002.301.6.27.975.27 1.576v3.105c0 .615 0 1.395-.899 2.445-.855.943-2.039 1.08-2.64 1.08-.449 0-.779.016-1.23 0-.299-.031-.749.016-.854-.137-.149-.223-.194-.178-.194-.854V7.229l.054.008zm-5.46 16.349c0 .402-.099.402-.85.402-.576 0-.75 0-.75-.352V7.229c0-.25.023-.523.174-.674.201-.176.375-.101.576-.101h1.428c.801 0 1.878.199 2.628.876.75.699.927 1.728.927 2.604v2.26c0 .599.025 1.027-.276 1.578-.375.701-1.176.9-1.176 1.002 0 .1.825.252 1.2 1.002.3.6.277.975.277 1.576v6.225c0 .391-.18.391-.855.391-.584 0-.75.016-.75-.359V17.25c0-1.027-.674-1.652-1.229-1.652-1.185 0-1.335-.023-1.335.375v7.59l.011.023zm-3.828.375c-.676 0-.75 0-.75-.35V6.862c0-.325.148-.375.75-.375.674 0 .85.023.85.398v16.679c0 .375-.045.404-.84.404l-.01-.007zm11.165-1.627c.196.031.226.031.451.031.27 0 .899-.074 1.35-.541.495-.539.525-.898.525-1.318v-3.211c0-1.154-.675-1.648-1.425-1.648-1.08 0-1.156.074-1.156.674v5.264c0 .287.015.75.24.781l.015-.032zM3.609 18.777c.426-4.303.801-7.96 1.199-11.893.051-.423.252-.398.705-.398.699 0 .949.051.924.325-.75 6.164-1.326 10.724-2.077 16.814-.046.361-.315.375-.825.375-.645 0-.945 0-1.005-.42C1.855 17.939 1.24 12.93.506 6.782c-.016-.301.105-.301.809-.301.735 0 .886.075.899.404.406 4.381.706 7.785 1.081 11.955 0 .076.031.24.15.24.15 0 .18-.164.18-.27l-.016-.033zm9.315-10.662c-.225 0-.451 0-.553.173-.074.15-.074.277-.074.427v4.682c0 .275-.051.551.15.701.148.119.324.09.449.09.277 0 .93-.074 1.38-.555.499-.557.499-.975.499-1.335V9.944c0-.575-.1-1.002-.525-1.451-.275-.25-.425-.375-1.326-.375v-.003zm7.234 0c-.352 0-.625 0-.727.173-.073.15-.073.277-.073.427v4.682c0 .275-.026.5.149.676.149.15.251.125.45.125.35 0 .927-.074 1.38-.549.498-.557.498-.932.498-1.335v-2.37c0-.575-.099-1.002-.526-1.451-.275-.25-.448-.375-1.151-.375v-.003zM10.89 2.01H9.312V.395C9.312.024 9.139 0 8.476 0c-.587 0-.735.049-.735.368V2.01H6.204c-.369 0-.396.174-.396.835 0 .59.051.735.369.735H7.74v1.549c0 .342.075.342.734.342.786 0 .836-.023.836-.393V3.583h1.627c.345 0 .345-.076.345-.736.001-.786-.024-.836-.392-.837z\"/></svg>\n </figure>\n </td>\n <td>virb.svg</td>\n <td><code>_includes/icons/simple-icons/virb.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"virb\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Visa icon</title><path d=\"M17.445 8.623c-.387-.146-.99-.301-1.74-.301-1.92 0-3.275.968-3.285 2.355-.012 1.02.964 1.594 1.701 1.936.757.35 1.01.57 1.008.885-.005.477-.605.693-1.162.693-.766 0-1.186-.107-1.831-.375l-.239-.111-.271 1.598c.466.195 1.306.362 2.175.375 2.041 0 3.375-.961 3.391-2.439.016-.813-.51-1.43-1.621-1.938-.674-.33-1.094-.551-1.094-.886 0-.296.359-.612 1.109-.612.645-.01 1.096.129 1.455.273l.18.081.271-1.544-.047.01zm4.983-.17h-1.5c-.467 0-.816.127-1.021.591l-2.885 6.534h2.041l.408-1.07 2.49.002c.061.25.24 1.068.24 1.068H24l-1.572-7.125zM9.66 8.393h1.943l-1.215 7.129H8.444L9.66 8.391v.002zm-4.939 3.929l.202.99 1.901-4.859h2.059l-3.061 7.115H3.768l-1.68-6.026c-.035-.103-.078-.173-.18-.237C1.34 9.008.705 8.766 0 8.598l.025-.15h3.131c.424.016.766.15.883.604l.682 3.273v-.003zm15.308.727l.775-1.994c-.01.02.16-.412.258-.68l.133.615.449 2.057h-1.615v.002z\"/></svg>\n </figure>\n </td>\n <td>visa.svg</td>\n <td><code>_includes/icons/simple-icons/visa.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"visa\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Visual Studio icon</title><path d=\"M17.58.07a1.5 1.5 0 0 0-1.032.392 1.5 1.5 0 0 0-.001 0 .88.88 0 0 0-.05.045L8.53 9.317 3.88 5.504l-.407-.35A1 1 0 0 0 2.45 5a1 1 0 0 0-.012.005l-1.816.75a1 1 0 0 0-.077.035 1 1 0 0 0-.047.028 1 1 0 0 0-.038.022 1 1 0 0 0-.048.034 1 1 0 0 0-.031.024 1 1 0 0 0-.043.036 1 1 0 0 0-.036.033 1 1 0 0 0-.032.035 1 1 0 0 0-.033.038 1 1 0 0 0-.035.044 1 1 0 0 0-.024.034 1 1 0 0 0-.032.051 1 1 0 0 0-.02.034 1 1 0 0 0-.024.05 1 1 0 0 0-.02.045 1 1 0 0 0-.016.044 1 1 0 0 0-.016.047 1 1 0 0 0-.015.055 1 1 0 0 0-.01.04 1 1 0 0 0-.008.054 1 1 0 0 0-.006.05 1 1 0 0 0-.004.083V17.33a1 1 0 0 0 .615.917l1.816.763a1 1 0 0 0 1.034-.163l.408-.35 4.65-3.813 7.968 8.81a1.5 1.5 0 0 0 .072.065 1.5 1.5 0 0 0 .057.05 1.5 1.5 0 0 0 .058.042 1.5 1.5 0 0 0 .063.044 1.5 1.5 0 0 0 .065.038 1.5 1.5 0 0 0 .065.036 1.5 1.5 0 0 0 .068.031 1.5 1.5 0 0 0 .07.03 1.5 1.5 0 0 0 .073.025 1.5 1.5 0 0 0 .066.02 1.5 1.5 0 0 0 .08.02 1.5 1.5 0 0 0 .068.014 1.5 1.5 0 0 0 .075.01 1.5 1.5 0 0 0 .075.007 1.5 1.5 0 0 0 .073.003 1.5 1.5 0 0 0 .077 0 1.5 1.5 0 0 0 .078-.005 1.5 1.5 0 0 0 .067-.007 1.5 1.5 0 0 0 .087-.014 1.5 1.5 0 0 0 .06-.012 1.5 1.5 0 0 0 .08-.022 1.5 1.5 0 0 0 .068-.02 1.5 1.5 0 0 0 .07-.028 1.5 1.5 0 0 0 .089-.037l4.942-2.376a1.5 1.5 0 0 0 .475-.362 1.5 1.5 0 0 0 .09-.112 1.5 1.5 0 0 0 .004-.007 1.5 1.5 0 0 0 .08-.125 1.5 1.5 0 0 0 .062-.12 1.5 1.5 0 0 0 .009-.017 1.5 1.5 0 0 0 .041-.107 1.5 1.5 0 0 0 .014-.037 1.5 1.5 0 0 0 .03-.107 1.5 1.5 0 0 0 .009-.037 1.5 1.5 0 0 0 .017-.1 1.5 1.5 0 0 0 .008-.05 1.5 1.5 0 0 0 .006-.091 1.5 1.5 0 0 0 .004-.079V3.946a1.5 1.5 0 0 0 0-.002 1.5 1.5 0 0 0 0-.032 1.5 1.5 0 0 0-.01-.15 1.5 1.5 0 0 0-.84-1.17L18.203.217a1.5 1.5 0 0 0-.621-.146zm.417 6.852v10.157l-6.195-5.078zM3.005 8.576l3.097 3.425-3.097 3.424z\"/></svg>\n </figure>\n </td>\n <td>visualstudio.svg</td>\n <td><code>_includes/icons/simple-icons/visualstudio.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"visualstudio\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Visual Studio Code icon</title><path d=\"M23.15 2.587L18.21.21a1.494 1.494 0 0 0-1.705.29l-9.46 8.63-4.12-3.128a.999.999 0 0 0-1.276.057L.327 7.261A1 1 0 0 0 .326 8.74L3.899 12 .326 15.26a1 1 0 0 0 .001 1.479L1.65 17.94a.999.999 0 0 0 1.276.057l4.12-3.128 9.46 8.63a1.492 1.492 0 0 0 1.704.29l4.942-2.377A1.5 1.5 0 0 0 24 20.06V3.939a1.5 1.5 0 0 0-.85-1.352zm-5.146 14.861L10.826 12l7.178-5.448v10.896z\"/></svg>\n </figure>\n </td>\n <td>visualstudiocode.svg</td>\n <td><code>_includes/icons/simple-icons/visualstudiocode.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"visualstudiocode\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Vivino icon</title><path d=\"M12.476 18.034c0-1.087.889-1.989 1.988-1.989 1.1 0 1.989.902 1.989 1.989 0 1.1-.89 1.989-1.989 1.989-1.1 0-1.988-.89-1.988-1.99M12.043 24c-1.1 0-1.988-.902-1.988-1.989 0-1.099.889-1.988 1.988-1.988 1.087 0 1.989.889 1.989 1.988A2.003 2.003 0 0112.043 24M5.2 14.007c0-1.087.89-1.988 1.989-1.988 1.087 0 1.989.901 1.989 1.988 0 1.1-.902 1.989-1.99 1.989-1.098 0-1.988-.89-1.988-1.989m4.385-5.892c1.1 0 1.989.902 1.989 1.989 0 1.1-.89 1.976-1.989 1.976-1.1 0-1.988-.877-1.988-1.976 0-1.087.889-1.989 1.988-1.989m2.384-4.187c1.1 0 1.989.89 1.989 1.989 0 1.087-.89 1.988-1.989 1.988A2.003 2.003 0 019.98 5.917c0-1.1.902-1.99 1.99-1.99M14.401 0c1.1 0 1.99.89 1.99 1.989 0 1.087-.89 1.988-1.99 1.988a2.003 2.003 0 01-1.988-1.988c0-1.1.901-1.989 1.988-1.989M11.6 18.034c0 1.1-.89 1.989-1.99 1.989a1.995 1.995 0 01-1.988-1.99c0-1.086.902-1.988 1.989-1.988 1.1 0 1.989.902 1.989 1.989m-1.544-4.027c0-1.087.889-1.988 1.988-1.988 1.087 0 1.989.901 1.989 1.988 0 1.1-.902 1.989-1.989 1.989-1.1 0-1.988-.89-1.988-1.989m4.385-1.927c-1.1 0-1.99-.877-1.99-1.976 0-1.087.89-1.989 1.99-1.989 1.099 0 1.988.902 1.988 1.989 0 1.1-.89 1.976-1.988 1.976m4.36 1.927c0 1.1-.89 1.989-1.989 1.989-1.1 0-1.989-.89-1.989-1.989 0-1.087.89-1.988 1.99-1.988 1.098 0 1.988.901 1.988 1.988Z\"/></svg>\n </figure>\n </td>\n <td>vivino.svg</td>\n <td><code>_includes/icons/simple-icons/vivino.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"vivino\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>VK icon</title><path d=\"M15.684 0H8.316C1.592 0 0 1.592 0 8.316v7.368C0 22.408 1.592 24 8.316 24h7.368C22.408 24 24 22.408 24 15.684V8.316C24 1.592 22.391 0 15.684 0zm3.692 17.123h-1.744c-.66 0-.864-.525-2.05-1.727-1.033-1-1.49-1.135-1.744-1.135-.356 0-.458.102-.458.593v1.575c0 .424-.135.678-1.253.678-1.846 0-3.896-1.118-5.335-3.202C4.624 10.857 4.03 8.57 4.03 8.096c0-.254.102-.491.593-.491h1.744c.44 0 .61.203.78.677.863 2.49 2.303 4.675 2.896 4.675.22 0 .322-.102.322-.66V9.721c-.068-1.186-.695-1.287-.695-1.71 0-.204.17-.407.44-.407h2.744c.373 0 .508.203.508.643v3.473c0 .372.17.508.271.508.22 0 .407-.136.813-.542 1.254-1.406 2.151-3.574 2.151-3.574.119-.254.322-.491.763-.491h1.744c.525 0 .644.27.525.643-.22 1.017-2.354 4.031-2.354 4.031-.186.305-.254.44 0 .78.186.254.796.779 1.203 1.253.745.847 1.32 1.558 1.473 2.05.17.49-.085.744-.576.744z\"/></svg>\n </figure>\n </td>\n <td>vk.svg</td>\n <td><code>_includes/icons/simple-icons/vk.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"vk\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>VLC media player icon</title><path d=\"M11.891 13.463c3.757 0 4.854-1.347 5.065-1.674l-1.36-4.334c-.36.34-1.327.937-3.68.937-2.292 0-3.188-.567-3.52-.91l-1.39 4.422c.228.361 1.255 1.56 4.885 1.56zM11.917 3.807a6.143 6.143 0 0 0 2.376-.507L13.435.566a.781.781 0 0 0-.406-.437S12.914 0 12.032 0s-1.055.136-1.055.136a.733.733 0 0 0-.41.43l-.884 2.815a6.77 6.77 0 0 0 2.234.426zM22.59 23.319a.395.395 0 0 0-.016-.16l-2.334-7.632a.647.647 0 0 0-.583-.431h-1.663l.2.64c-.24.485-1.488 2.38-6.303 2.38-4.6 0-5.828-1.73-6.11-2.308l.223-.712H4.343a.647.647 0 0 0-.583.431L1.426 23.16a.398.398 0 0 0-.017.15l-.002.02a1.843 1.843 0 0 0 .024.226.528.528 0 0 0 .51.445H22.06a.528.528 0 0 0 .51-.445 1.843 1.843 0 0 0 .023-.226z\"/></svg>\n </figure>\n </td>\n <td>vlcmediaplayer.svg</td>\n <td><code>_includes/icons/simple-icons/vlcmediaplayer.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"vlcmediaplayer\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>VMware icon</title><path d=\"M.5 10.1a.505.505 0 00-.197.048.497.497 0 00-.25.68l1.138 2.475c.179.38.38.592.721.592.342 0 .542-.22.72-.592l1.003-2.186a.144.144 0 01.144-.092.16.16 0 01.157.16v2.118a.535.535 0 101.066 0v-1.73a.531.531 0 01.566-.552.52.52 0 01.541.551v1.73a.531.531 0 00.53.593.539.539 0 00.535-.592v-1.73a.531.531 0 01.564-.552.52.52 0 01.543.551v1.73a.531.531 0 00.528.593.535.535 0 00.535-.592v-1.969a1.234 1.234 0 00-1.283-1.23 1.647 1.647 0 00-1.14.486 1.26 1.26 0 00-1.095-.483 1.807 1.807 0 00-1.074.483 1.287 1.287 0 00-.961-.483 1.177 1.177 0 00-1.158.786l-.729 1.716-.933-2.203.011-.004A.505.505 0 00.5 10.1zm18.43.06a.27.27 0 00-.266.274h.002v3.142a.27.27 0 10.535 0v-1.222c0-1.037.571-1.56 1.27-1.643a.266.266 0 00.238-.274.258.258 0 00-.266-.269 1.465 1.465 0 00-1.242.88v-.614a.266.266 0 00-.271-.274zm-6.735.008a.273.273 0 00-.25.217l-.912 2.627-.902-2.62a.28.28 0 00-.274-.22.266.266 0 00-.27.258.493.493 0 00.034.144l1.09 3.037.02-.007a.319.319 0 00.298.242.3.3 0 00.293-.242l.903-2.583.896 2.583a.3.3 0 00.293.242h.018a.319.319 0 00.293-.242l1.097-3.038a.512.512 0 00.033-.144.258.258 0 00-.265-.25.262.262 0 00-.258.209l-.918 2.63-.904-2.626a.285.285 0 00-.278-.217h-.025a.273.273 0 00-.012 0zm10.168.008a1.75 1.75 0 00-1.691 1.851 1.765 1.765 0 001.76 1.858l-.008.013a1.784 1.784 0 001.33-.539.228.228 0 00.082-.17.228.228 0 00-.379-.168 1.435 1.435 0 01-1.018.415 1.237 1.237 0 01-1.24-1.207h2.555a.247.247 0 00.246-.247c0-.945-.593-1.806-1.637-1.806zm-5.744.002a1.571 1.571 0 00-.158.006 2.384 2.384 0 00-1.078.205.22.22 0 00-.143.222.24.24 0 00.235.229.266.266 0 00.095-.024 1.822 1.822 0 01.834-.162c.691 0 1.07.334 1.07.979v.125a3.796 3.796 0 00-1.103-.15c-.892 0-1.52.4-1.52 1.16l-.003-.004c0 .736.671 1.117 1.34 1.117a1.575 1.575 0 001.298-.62v.343a.247.247 0 00.254.25.254.254 0 00.258-.262v-1.983a1.416 1.416 0 00-.379-1.046 1.571 1.571 0 00-1-.385zm5.719.43c.714 0 1.085.565 1.139 1.214h-2.278a1.222 1.222 0 011.139-1.215zm-5.885 1.382a3.75 3.75 0 011.057.153V12.49c0 .57-.539.973-1.2.973-.485 0-.904-.261-.904-.713 0-.467.375-.76 1.047-.76Z\"/></svg>\n\n </figure>\n </td>\n <td>vmware.svg</td>\n <td><code>_includes/icons/simple-icons/vmware.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"vmware\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Vodafone icon</title><path d=\"M12 0A12 12 0 0 0 0 12A12 12 0 0 0 12 24A12 12 0 0 0 24 12A12 12 0 0 0 12 0M16.25 1.12C16.57 1.12 16.9 1.15 17.11 1.22C14.94 1.67 13.21 3.69 13.22 6C13.22 6.05 13.22 6.11 13.23 6.17C16.87 7.06 18.5 9.25 18.5 12.28C18.54 15.31 16.14 18.64 12.09 18.65C8.82 18.66 5.41 15.86 5.39 11.37C5.38 8.4 7 5.54 9.04 3.85C11.04 2.19 13.77 1.13 16.25 1.12Z\"/></svg>\n\n </figure>\n </td>\n <td>vodafone.svg</td>\n <td><code>_includes/icons/simple-icons/vodafone.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"vodafone\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Volkswagen icon</title><path d=\"M12 0C5.36 0 0 5.36 0 12S5.36 24 12 24 24 18.64 24 12 18.64 0 12 0M12 1.41C13.2 1.41 14.36 1.63 15.43 2L12.13 9.13C12.09 9.17 12.09 9.26 12 9.26S11.91 9.17 11.87 9.13L8.57 2C9.64 1.63 10.8 1.42 12 1.42M6.9 2.74L10.72 10.97C10.8 11.14 10.89 11.19 11 11.19H13C13.12 11.19 13.2 11.14 13.29 10.97L17.06 2.74C18.64 3.64 20 4.93 20.96 6.47L15.6 16.84C15.56 16.93 15.5 16.97 15.47 16.97C15.39 16.97 15.39 16.89 15.34 16.84L13.29 12.3C13.2 12.13 13.12 12.09 13 12.09H11C10.89 12.09 10.8 12.13 10.71 12.3L8.66 16.84C8.61 16.89 8.62 16.97 8.53 16.97C8.44 16.97 8.44 16.89 8.4 16.84L3 6.47C3.94 4.93 5.32 3.64 6.9 2.74M2.06 8.53L8.23 20.53C8.31 20.7 8.4 20.83 8.62 20.83C8.83 20.83 8.91 20.7 9 20.53L11.87 14.14C11.91 14.06 11.96 14 12 14C12.09 14 12.09 14.1 12.13 14.14L15.04 20.53C15.13 20.7 15.21 20.83 15.43 20.83C15.64 20.83 15.73 20.7 15.81 20.53L22 8.53C22.37 9.6 22.59 10.76 22.59 12C22.54 17.79 17.79 22.59 12 22.59C6.21 22.59 1.46 17.79 1.46 12C1.46 10.8 1.67 9.65 2.06 8.53Z\"/></svg>\n\n </figure>\n </td>\n <td>volkswagen.svg</td>\n <td><code>_includes/icons/simple-icons/volkswagen.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"volkswagen\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>VSCO icon</title><path d=\"M12 0C5.376 0 0 5.376 0 12s5.376 12 12 12 12-5.376 12-12S18.624 0 12 0zm11.52 12c0 .408-.023.792-.072 1.176l-2.04-.24c.024-.312.05-.624.05-.936 0-.288-.025-.6-.05-.888l2.04-.24c.072.384.072.744.072 1.128zM.479 12c0-.384.024-.769.049-1.152l2.04.24c-.024.312-.047.6-.047.912s.023.6.047.912l-2.04.24C.479 12.769.479 12.384.479 12zm20.472-3.096l1.921-.72c.264.72.433 1.464.552 2.232l-2.04.24c-.097-.6-.24-1.2-.433-1.752zM21 12c0 .6-.072 1.176-.167 1.752l-2.017-.455c.071-.409.119-.841.119-1.297s-.048-.912-.119-1.344l2.017-.457c.118.577.167 1.177.167 1.801zm-9 6.456C8.435 18.455 5.545 15.565 5.544 12 5.545 8.435 8.435 5.545 12 5.544c3.565.001 6.455 2.891 6.456 6.456.008 3.559-2.871 6.448-6.429 6.456H12zM12.216 21v-2.064c.885-.029 1.756-.224 2.568-.575l.888 1.872c-1.09.482-2.264.742-3.456.767zm-3.936-.791l.912-1.873c.792.359 1.656.575 2.568.6V21c-1.202-.023-2.386-.293-3.48-.791zM3 12c0-.624.072-1.224.192-1.824l2.016.456c-.098.45-.146.908-.144 1.368 0 .432.048.864.12 1.272l-2.016.455C3.051 13.159 2.994 12.58 3 12zm8.76-9v2.064c-.877.029-1.74.224-2.544.576l-.888-1.871C9.411 3.291 10.577 3.03 11.76 3zm3.935.792l-.911 1.872c-.809-.363-1.682-.559-2.568-.576V3.024c1.248 0 2.424.288 3.479.768zm5.088 4.656c-.231-.56-.513-1.098-.84-1.608l1.681-1.152c.407.648.768 1.32 1.056 2.04l-1.897.72zm-.07 1.296l-2.018.456c-.23-.85-.621-1.648-1.151-2.352l1.632-1.295c.72.959 1.248 2.015 1.537 3.191zm-3.457-2.256c-.572-.667-1.264-1.22-2.04-1.633l.912-1.871c1.056.549 1.993 1.299 2.76 2.208l-1.632 1.296zm-.6-3.744l.96-1.824c.672.384 1.295.816 1.896 1.32L18.145 4.8c-.461-.401-.959-.754-1.489-1.056zm-.408-.216c-.54-.266-1.102-.483-1.68-.648l.504-1.992c.744.216 1.464.48 2.159.84l-.983 1.8zm-2.16-.768c-.6-.144-1.2-.216-1.824-.239V.479c.793.024 1.584.12 2.328.289l-.504 1.992zm-2.28-.239c-.605.021-1.207.094-1.8.216L9.528.744c.72-.168 1.487-.265 2.28-.265v2.042zm-2.28.334c-.586.167-1.156.384-1.704.649l-.96-1.824c.691-.343 1.415-.616 2.16-.816l.504 1.991zm-2.112.865c-.529.294-1.027.64-1.488 1.032L4.56 3.216c.6-.504 1.224-.936 1.896-1.319l.96 1.823zm.48.264l.888 1.871c-.792.408-1.464.96-2.04 1.608L5.136 6.168c.775-.895 1.711-1.636 2.76-2.184zM4.848 6.552l1.608 1.295c-.53.705-.921 1.503-1.152 2.353l-2.016-.456c.312-1.2.84-2.28 1.56-3.192zM3.24 8.4l-1.92-.72c.287-.72.648-1.416 1.08-2.04l1.68 1.176c-.341.494-.623 1.025-.84 1.584zm-.168.455c-.192.577-.36 1.152-.432 1.776L.6 10.393c.12-.769.288-1.537.553-2.257l1.919.719zm-.456 4.513c.096.6.239 1.2.432 1.776l-1.92.72c-.271-.728-.456-1.485-.552-2.257l2.04-.239zm.624 2.208c.239.576.528 1.104.84 1.607L2.4 18.336c-.435-.629-.797-1.306-1.08-2.016l1.92-.744zm.024-1.392l2.017-.456c.216.864.624 1.681 1.128 2.376L4.8 17.4c-.725-.957-1.247-2.051-1.536-3.216zm3.432 2.28c.577.672 1.272 1.248 2.064 1.656l-.912 1.872c-1.063-.557-2.009-1.315-2.784-2.232l1.632-1.296zm.72 3.815l-.96 1.825c-.674-.376-1.31-.819-1.896-1.321l1.368-1.535c.456.407.936.744 1.488 1.031zm.408.217c.528.264 1.104.48 1.705.647l-.504 1.992c-.747-.196-1.471-.469-2.16-.815l.959-1.824zm2.16.768c.576.12 1.176.193 1.8.217v2.039c-.774-.026-1.544-.114-2.305-.264l.505-1.992zm2.28.216c.605-.021 1.207-.094 1.801-.217l.479 1.992c-.749.168-1.513.264-2.28.287V21.48zm2.257-.336c.586-.165 1.155-.382 1.703-.647l.96 1.824c-.688.35-1.412.623-2.159.815l-.504-1.992zm2.086-.865c.528-.287 1.032-.647 1.488-1.031l1.369 1.535c-.588.502-1.223.945-1.896 1.321l-.961-1.825zm-.479-.263l-.888-1.871c.788-.414 1.489-.977 2.064-1.656l1.606 1.296c-.778.91-1.722 1.668-2.782 2.231zm3.071-2.592l-1.607-1.296c.532-.708.916-1.517 1.128-2.376l2.017.456c-.311 1.157-.831 2.248-1.538 3.216zM20.76 15.6l1.92.721c-.288.72-.648 1.392-1.079 2.04l-1.682-1.177c.337-.504.624-1.032.841-1.584zm.168-.455c.192-.553.336-1.152.433-1.752l2.039.239c-.11.761-.294 1.508-.551 2.232l-1.921-.719zm.456-9.841l-1.681 1.152c-.358-.49-.76-.947-1.199-1.368l1.368-1.536c.552.552 1.056 1.128 1.512 1.752zM4.2 3.528l1.368 1.536c-.456.408-.84.864-1.2 1.368l-1.68-1.176c.431-.636.94-1.216 1.512-1.728zM2.664 18.744l1.68-1.152c.36.48.769.937 1.2 1.369l-1.368 1.535c-.548-.545-1.054-1.131-1.512-1.752zm17.16 1.729l-1.368-1.537c.432-.407.841-.863 1.199-1.344l1.682 1.176c-.457.6-.961 1.175-1.513 1.705z\"/></svg>\n </figure>\n </td>\n <td>vsco.svg</td>\n <td><code>_includes/icons/simple-icons/vsco.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"vsco\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Vue.js icon</title><path d=\"M24,1.61H14.06L12,5.16,9.94,1.61H0L12,22.39ZM12,14.08,5.16,2.23H9.59L12,6.41l2.41-4.18h4.43Z\"/></svg>\n </figure>\n </td>\n <td>vue-dot-js.svg</td>\n <td><code>_includes/icons/simple-icons/vue-dot-js.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"vue-dot-js\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Vuetify icon</title><path d=\"M7.094 0L12 11.596 16.906 0H7.094zM1.5 3.5L12 24 22.5 3.5H17L12 15 7 3.5z\"/></svg>\n </figure>\n </td>\n <td>vuetify.svg</td>\n <td><code>_includes/icons/simple-icons/vuetify.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"vuetify\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Vulkan icon</title><path d=\"M14.342 15.337h-.936v-2.991c.299.167.694.474.936.769v2.222zm-7.897 0H5.278l-1.523-4.706h1.061l1.048 3.309h.013l1.061-3.309h1.068l-1.561 4.706zm4.7 0h-.89v-.474h-.02a1.051 1.051 0 0 1-.462.429 1.36 1.36 0 0 1-.58.132 1.63 1.63 0 0 1-.616-.099.89.89 0 0 1-.379-.28 1.11 1.11 0 0 1-.195-.442 2.768 2.768 0 0 1-.056-.577V11.93h.936v1.925c0 .281.044.491.132.629.088.139.244.208.468.208.255 0 .439-.076.554-.227.114-.152.171-.401.171-.748v-1.786h.936l.001 3.406zm3.352-2.05l-.002-.132 1.18-1.226h1.108l-1.285 1.252 1.43 2.155h-1.134l-1.297-2.049zm2.602-.31c.013-.22.068-.402.165-.547a1.13 1.13 0 0 1 .369-.349 1.6 1.6 0 0 1 .504-.188 2.9 2.9 0 0 1 .564-.056c.171 0 .345.012.521.036.176.024.336.072.481.142.145.07.264.168.356.293.092.125.138.291.138.498v1.773c0 .154.009.301.026.442a.799.799 0 0 0 .092.316h-.949a1.32 1.32 0 0 1-.066-.329 1.208 1.208 0 0 1-.528.323 2.135 2.135 0 0 1-.62.092c-.163 0-.314-.02-.455-.059a1.018 1.018 0 0 1-.369-.185.856.856 0 0 1-.247-.316 1.073 1.073 0 0 1-.089-.455c0-.193.034-.353.102-.478a.856.856 0 0 1 .264-.3c.108-.075.231-.131.369-.168.138-.037.278-.067.418-.089a7.99 7.99 0 0 1 .415-.053c.136-.013.257-.033.362-.059a.637.637 0 0 0 .251-.116c.062-.051.09-.124.086-.221a.5.5 0 0 0-.05-.241.365.365 0 0 0-.132-.138.521.521 0 0 0-.191-.066 1.56 1.56 0 0 0-.234-.017c-.185 0-.33.039-.435.119-.105.079-.167.211-.185.396h-.933zm2.162.693a.415.415 0 0 1-.148.082c-.059.02-.123.036-.191.05a3.21 3.21 0 0 1-.214.033c-.075.009-.149.02-.224.033-.07.013-.14.031-.208.053a.618.618 0 0 0-.178.089.42.42 0 0 0-.122.142.455.455 0 0 0-.046.218c0 .084.015.154.046.211a.362.362 0 0 0 .125.135.523.523 0 0 0 .185.069c.07.013.143.02.218.02.185 0 .328-.031.429-.092a.616.616 0 0 0 .224-.221.712.712 0 0 0 .089-.26c.011-.088.016-.158.017-.211l-.002-.351zm1.542-1.741h.89v.474h.02c.119-.198.272-.342.461-.432.189-.09.382-.135.58-.135.251 0 .456.034.617.102.16.068.286.163.379.283.092.121.157.268.194.441.037.176.056.368.056.579v2.096h-.936v-1.925c0-.281-.044-.491-.132-.629-.088-.138-.244-.208-.468-.208-.255 0-.439.076-.554.227-.114.151-.171.401-.171.748v1.786h-.936v-3.407zm-9.038-.587v3.996h.936v-3.48a11.577 11.577 0 0 0-.936-.516zm-9.548.17c.542-1.59 3.786-2.172 7.246-1.302 2.075.522 3.771 1.534 4.879 2.535-.503-1.327-2.94-3.22-6.295-3.868C4.253 8.143.511 8.788.048 10.472c-.334 1.216 1.134 2.641 3.406 3.615-1.021-.827-1.518-1.755-1.237-2.575zm12.126.655v-1.536h-.936v.466c.399.357.716.72.936 1.07z\"/></svg>\n </figure>\n </td>\n <td>vulkan.svg</td>\n <td><code>_includes/icons/simple-icons/vulkan.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"vulkan\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>W3C icon</title><path d=\"M23.642 5.602l-.931 1.858s-.4-.738-.795-1.076c-.377-.322-.864-.62-1.48-.556-.597.062-1.27.587-1.722 1.46-.513.994-.688 2.001-.692 3.112-.005 1.556.57 2.618.57 2.618s-.132-.494-.11-1.33c.014-.52.017-1.089.41-2.261.33-.98 1.084-1.775 1.75-1.912.517-.107.847-.03 1.356.329.603.425.966 1.193.966 1.193l.946-1.81zM0 5.674l3.77 12.723h.156l2.356-7.886 2.357 7.886h.157l3.228-10.895.152-.258h2.655l-2.2 3.802v.754h.629c.806 0 1.398.246 1.775.738.324.42.487 1.011.487 1.776 0 .691-.152 1.283-.455 1.775-.304.492-.676.738-1.116.738-.419 0-.783-.138-1.092-.416-.308-.277-.557-.657-.746-1.139l-1.288.534c.261.796.665 1.427 1.21 1.893.544.466 1.183.699 1.916.699.974 0 1.767-.393 2.38-1.178.613-.785.919-1.754.919-2.906 0-.932-.21-1.743-.628-2.435-.42-.69-1.037-1.167-1.854-1.43l2.326-4.006v-.77h-6.177L8.64 13.419 6.362 5.674h-1.65l.754 2.529-1.54 5.215L1.65 5.674zm17.44 8.88s.233.755.379 1.076c.084.185.342.75.708 1.24.341.46 1.004 1.248 2.011 1.426 1.008.178 1.7-.274 1.871-.384.172-.11.533-.412.761-.657.239-.255.465-.58.59-.775.091-.143.24-.432.24-.432l-.241-1.255s-.418.748-.678 1.036c-.261.288-.727.794-1.302 1.048-.576.253-.877.302-1.446.247-.569-.054-1.097-.383-1.282-.52-.185-.138-.658-.542-.925-.92-.268-.376-.686-1.13-.686-1.13z\"/></svg>\n </figure>\n </td>\n <td>w3c.svg</td>\n <td><code>_includes/icons/simple-icons/w3c.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"w3c\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Wattpad icon</title><path d=\"M22.957 18.26c0 1.775-1.357 3.131-3.13 3.131H9.39c-5.321 0-8.348-2.817-8.348-7.826V5.74c0-1.774 1.357-3.13 3.131-3.13h3.13c.522 0 1.148.104 1.566.417.417-.313 1.043-.417 1.565-.417h3.13c.522 0 1.148.104 1.565.417.418-.313 1.044-.417 1.566-.417h3.13c1.774 0 3.13 1.356 3.13 3.13v12.522zm-3.13-16.695h-3.131c-.522 0-1.044.105-1.566.313a4.186 4.186 0 0 0-1.565-.313h-3.13c-.522 0-1.044.105-1.565.313a4.185 4.185 0 0 0-1.566-.313h-3.13A4.186 4.186 0 0 0 0 5.74v7.826c0 5.53 3.548 8.87 9.391 8.87h10.435A4.186 4.186 0 0 0 24 18.26V5.739a4.186 4.186 0 0 0-4.174-4.174M9.391 18.26h10.435V5.74h-3.13v10.434h-3.13V5.739h-3.131v10.435H9.39c-1.043 0-2.087-.835-2.087-2.609V5.74h-3.13v7.826c0 3.13 1.46 4.696 5.217 4.696\"/></svg>\n </figure>\n </td>\n <td>wattpad.svg</td>\n <td><code>_includes/icons/simple-icons/wattpad.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"wattpad\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Waze icon</title><path d=\"M13.314 1.59c-.225.003-.45.013-.675.03-2.165.155-4.295.924-6.069 2.327-2.194 1.732-3.296 4.325-3.496 7.05h.002c-.093 1.22-.23 2.15-.469 2.63-.238.479-.42.638-1.24.639C.27 14.259-.4 15.612.266 16.482c1.248 1.657 2.902 2.705 4.72 3.364a2.198 2.198 0 00-.033.367 2.198 2.198 0 002.2 2.197 2.198 2.198 0 002.128-1.668c1.307.12 2.607.14 3.824.1.364-.012.73-.045 1.094-.092a2.198 2.198 0 002.127 1.66 2.198 2.198 0 002.2-2.197 2.198 2.198 0 00-.151-.797 12.155 12.155 0 002.303-1.549c2.094-1.807 3.511-4.399 3.302-7.404-.112-1.723-.761-3.298-1.748-4.608-2.143-2.86-5.53-4.309-8.918-4.265zm.366 1.54c.312.008.623.027.933.063 2.48.288 4.842 1.496 6.4 3.577v.001c.829 1.1 1.355 2.386 1.446 3.792v.003c.173 2.477-.965 4.583-2.777 6.147a10.66 10.66 0 01-2.375 1.535 2.198 2.198 0 00-.98-.234 2.198 2.198 0 00-1.934 1.158 9.894 9.894 0 01-1.338.146 27.323 27.323 0 01-3.971-.148 2.198 2.198 0 00-1.932-1.156 2.198 2.198 0 00-1.347.463c-1.626-.553-3.078-1.422-4.155-2.762 1.052-.096 1.916-.6 2.319-1.408.443-.889.53-1.947.625-3.198v-.002c.175-2.391 1.11-4.536 2.92-5.964h.002c1.77-1.402 3.978-2.061 6.164-2.012zm-3.157 4.638c-.688 0-1.252.579-1.252 1.298 0 .72.564 1.297 1.252 1.297.689 0 1.252-.577 1.252-1.297 0-.711-.563-1.298-1.252-1.298zm5.514 0c-.688 0-1.25.579-1.25 1.298-.008.72.554 1.297 1.25 1.297.688 0 1.252-.577 1.252-1.297 0-.711-.564-1.298-1.252-1.298zM9.641 11.78a.72.72 0 00-.588.32.692.692 0 00-.11.54c.345 1.783 2.175 3.129 4.264 3.129h.125c1.056-.032 2.026-.343 2.816-.922.767-.556 1.29-1.316 1.477-2.137a.746.746 0 00-.094-.547.69.69 0 00-.445-.32.714.714 0 00-.867.539c-.22.93-1.299 1.9-2.934 1.94-1.572.046-2.738-.986-2.926-1.956a.72.72 0 00-.718-.586Z\"/></svg>\n\n </figure>\n </td>\n <td>waze.svg</td>\n <td><code>_includes/icons/simple-icons/waze.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"waze\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Wear OS icon</title><path d=\"M8.416 21.1346c-.9687 0-1.8938-.56-2.3135-1.5015L.2193 6.4198C-.3488 5.1432.2248 3.6472 1.5014 3.079c1.2767-.5681 2.7727.0055 3.3408 1.2821l5.8832 13.2133c.5681 1.2767-.0055 2.7727-1.2821 3.3408a2.5254 2.5254 0 01-1.0273.2194zm7.1952.0368c-.891 0-1.7412-.515-2.1268-1.3816L7.39 6.1024C6.867 4.9279 7.3955 3.5532 8.5686 3.03c1.173-.5218 2.5492.0054 3.0724 1.1785l6.0943 13.6888c.5232 1.1745-.0054 2.5492-1.1785 3.0724a2.3111 2.3111 0 01-.9456.2017zM24 5.195a2.3271 2.3271 0 01-2.3271 2.327 2.3271 2.3271 0 01-2.3271-2.327 2.3271 2.3271 0 012.327-2.3271A2.3271 2.3271 0 0124 5.1949zm-2.6119 5.116a2.4892 2.4892 0 01-2.4892 2.4893 2.4892 2.4892 0 01-2.4893-2.4892 2.4892 2.4892 0 012.4893-2.4893 2.4892 2.4892 0 012.4892 2.4893Z\"/></svg>\n\n </figure>\n </td>\n <td>wearos.svg</td>\n <td><code>_includes/icons/simple-icons/wearos.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"wearos\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Weasyl icon</title><path d=\"M21.23 4.156a8.488 8.488 0 0 0-5.871-1.857c-3.766.243-6.324 2.662-7.364 6.481-1.28-1.224-1.892-3.238-2.093-5.54-1.02.215-1.658.702-2.233 1.237.445 2.316 1.802 4.015 3.264 5.158-2.559.317-5.99 2.442-6.771 4.904-.507 1.598.258 3.415 1.283 4.52 1.237 1.333 3.75 1.998 6.355 1.754.037.362-.104.536-.058.907 4.067-.306 7.174-1.646 10.04-3.894 1.119-.877 2.659-2.037 3.756-3.227 1.101-1.192 2.296-2.578 2.443-4.52.21-2.79-1.236-4.694-2.751-5.923zm-1.434 10.938c-1.035 1.001-2.241 1.797-3.351 2.675-1.249-1.987-2.583-3.984-3.887-5.917.017 2.63.006 5.432.04 7.957-.78.381-1.789.558-2.744.763-1.935-2.917-3.968-5.99-5.961-8.908.693-.447 1.627-.785 2.478-1.075 1.419 2.05 2.729 4.253 4.171 6.333.019-3.113-.009-6.673-.061-9.919a14.175 14.175 0 0 0 1.527-.434c1.813 2.721 3.553 5.628 5.464 8.359a547.35 547.35 0 0 1-.018-9.768c.858-.282 1.803-.535 2.669-.809.02 3.499-.338 7.128-.327 10.743z\"/></svg>\n </figure>\n </td>\n <td>weasyl.svg</td>\n <td><code>_includes/icons/simple-icons/weasyl.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"weasyl\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>WebAssembly icon</title><path d=\"M14.745,0c0,0.042,0,0.085,0,0.129c0,1.52-1.232,2.752-2.752,2.752c-1.52,0-2.752-1.232-2.752-2.752 c0-0.045,0-0.087,0-0.129H0v24h24V0H14.745z M11.454,21.431l-1.169-5.783h-0.02l-1.264,5.783H7.39l-1.824-8.497h1.59l1.088,5.783 h0.02l1.311-5.783h1.487l1.177,5.854h0.02l1.242-5.854h1.561l-2.027,8.497H11.454z M20.209,21.431l-0.542-1.891h-2.861l-0.417,1.891 h-1.59l2.056-8.497h2.509l2.5,8.497H20.209z M17.812,15.028l-0.694,3.118h2.159l-0.796-3.118H17.812z\"/></svg>\n </figure>\n </td>\n <td>webassembly.svg</td>\n <td><code>_includes/icons/simple-icons/webassembly.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"webassembly\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>WebAuthn icon</title><path d=\"M15.287 3.63a8.407 8.407 0 00-8.051 7.593h.55a7.805 7.805 0 012.24-4.713 5.825 5.825 0 00.924.695c-.608 1.177-.98 2.556-1.082 4.018h.135c.105-1.467.485-2.819 1.065-3.947.745.434 1.623.754 2.577.94a27.83 27.83 0 00-.25 3.763h-.847v.135h.847c.003 1.334.09 2.617.25 3.764-.954.185-1.832.506-2.577.94a9.997 9.997 0 01-.978-3.137h-.137c.164 1.16.502 2.25.997 3.208a5.825 5.825 0 00-.924.695 7.805 7.805 0 01-2.255-4.875H7.22A8.407 8.407 0 0024 12.034a8.398 8.398 0 00-.688-3.333 8.407 8.407 0 00-8.025-5.072zm.315.546c.155 0 .31.005.464.014.365.34.708 1.07.983 2.114a16.518 16.518 0 01.357 1.79 10.173 10.173 0 01-1.804.16 10.173 10.173 0 01-1.805-.16 16.519 16.519 0 01.357-1.79c.275-1.045.618-1.775.983-2.114a7.97 7.97 0 01.465-.014zm-.665.028c-.345.392-.658 1.093-.913 2.065a16.639 16.639 0 00-.36 1.8c-.939-.183-1.802-.498-2.533-.926.686-1.283 1.635-2.264 2.73-2.775a7.874 7.874 0 011.076-.164zm1.33 0a7.856 7.856 0 011.084.168c1.092.513 2.037 1.492 2.721 2.771-.73.428-1.594.743-2.533.927a16.64 16.64 0 00-.36-1.8c-.255-.972-.568-1.673-.912-2.066zm-2.972.314c-.655.407-1.257.989-1.776 1.73a8.166 8.166 0 00-.506.825 5.69 5.69 0 01-.891-.67 7.814 7.814 0 013.173-1.885zm4.624.006a7.862 7.862 0 013.164 1.877 5.692 5.692 0 01-.893.672 8.166 8.166 0 00-.506-.825c-.516-.738-1.115-1.318-1.765-1.724zm3.26 1.985a7.858 7.858 0 011.638 2.419 7.802 7.802 0 01.642 3.051h-2.095c-.01-1.74-.398-3.396-1.11-4.774a5.823 5.823 0 00.925-.696zm-1.044.767c.679 1.32 1.084 2.945 1.094 4.703h-3.42a27.863 27.863 0 00-.251-3.763c.954-.186 1.833-.506 2.577-.94zm-6.357.965a10.299 10.299 0 001.824.16 10.299 10.299 0 001.823-.16c.16 1.138.246 2.413.249 3.738h-1.178a1.03 1.03 0 01-.093.135h1.27a27.71 27.71 0 01-.248 3.739 10.397 10.397 0 00-3.647 0 27.733 27.733 0 01-.248-3.739h1.294a.99.99 0 01-.09-.135H13.53c.003-1.325.088-2.6.248-3.738zM2.558 9.37a2.585 2.585 0 00-2.547 2.35c-.142 1.541 1.064 2.842 2.566 2.842 1.26 0 2.312-.917 2.533-2.124h4.44v.972h.946v-.972h.837v1.431h.945v-2.376H5.11A2.586 2.586 0 002.558 9.37zm-.058.965a1.639 1.639 0 011.707 1.637 1.64 1.64 0 01-1.639 1.638 1.639 1.639 0 01-.068-3.275zm13.09.388a.75.75 0 00-.345 1.404l-.383 1.958h1.5l-.383-1.958a.75.75 0 00.384-.654.75.75 0 00-.773-.75zm2.218 1.391h3.421c-.01 1.758-.415 3.384-1.094 4.704-.744-.434-1.623-.755-2.577-.94a27.81 27.81 0 00.25-3.764zm3.556 0h2.095a7.805 7.805 0 01-2.281 5.47 5.825 5.825 0 00-.924-.696c.712-1.378 1.1-3.033 1.11-4.774zm-5.52 3.703a10.284 10.284 0 011.562.156 16.518 16.518 0 01-.357 1.791c-.275 1.045-.618 1.774-.982 2.114a7.972 7.972 0 01-.93 0c-.365-.34-.708-1.07-.983-2.114a16.519 16.519 0 01-.357-1.79 10.284 10.284 0 012.048-.157zm1.695.181c.94.184 1.803.5 2.533.926-.686 1.284-1.635 2.265-2.73 2.776a7.874 7.874 0 01-1.075.164c.344-.393.657-1.094.913-2.065a16.64 16.64 0 00.359-1.8zm-3.874 0a16.648 16.648 0 00.359 1.8c.255.973.568 1.674.913 2.066a7.873 7.873 0 01-1.075-.164c-1.096-.511-2.045-1.492-2.731-2.775.73-.428 1.594-.743 2.534-.927zm-2.652.997a8.16 8.16 0 00.506.825c.52.741 1.121 1.323 1.776 1.73a7.814 7.814 0 01-3.174-1.884 5.694 5.694 0 01.892-.67zm9.178 0a5.694 5.694 0 01.891.67 7.814 7.814 0 01-3.173 1.885c.654-.407 1.256-.989 1.775-1.73a8.16 8.16 0 00.507-.825z\"/></svg>\n </figure>\n </td>\n <td>webauthn.svg</td>\n <td><code>_includes/icons/simple-icons/webauthn.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"webauthn\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>webcomponents.org icon</title><path d=\"M11.73 2.225l-.01.016H5.617l-5.618 9.738 5.618 9.736h12.799l.04.06 2.134-3.735.518-.893H21.1l.008-.014-.626-.75h.895l.006-.01.008.01 2.607-4.389-2.607-4.39-.003.005-.011-.019h-.945l.631-.764-2.607-4.569-.006.01-.024-.04H11.73zM9.106 6.824h6.189l-.529.764h-.024l2.398 4.015h.875l-.277.328.357.435h-.956l-2.398 4.015h.027l.523.764H9.073l-2.99-5.168 3.022-5.155z\"/></svg>\n </figure>\n </td>\n <td>webcomponents-dot-org.svg</td>\n <td><code>_includes/icons/simple-icons/webcomponents-dot-org.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"webcomponents-dot-org\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>WebGL icon</title><path d=\"M18.928 14.179c-.214.09-.427.135-.643.135-.342 0-.65-.059-.923-.178a1.963 1.963 0 0 1-.69-.491c-.187-.209-.332-.453-.432-.735s-.149-.586-.149-.911c0-.335.05-.643.149-.93.1-.287.242-.536.429-.747a1.96 1.96 0 0 1 .69-.501 2.25 2.25 0 0 1 .923-.183c.23 0 .451.036.664.104.214.069.408.171.581.304s.316.299.427.496a1.7 1.7 0 0 1 .206.676h-.935c-.059-.249-.171-.437-.337-.562a.973.973 0 0 0-.607-.187c-.221 0-.408.043-.562.128s-.28.199-.375.344c-.095.145-.166.308-.209.491s-.066.372-.066.569c0 .187.021.37.066.548.043.178.114.337.209.479.095.142.221.256.375.342s.342.128.562.128c.325 0 .577-.083.754-.247.178-.164.28-.401.311-.714h-.987V11.8h1.872v2.413h-.624l-.1-.505a1.444 1.444 0 0 1-.579.471zm2.896-4.429v3.632H24v.828h-3.155V9.75h.979zM2.785 11.999c0-.709.343-1.376.948-1.962l1.109 4.221h.764l1.075-3.815 1.06 3.815h.766l1.321-4.856h-.86l-.861 3.725-1.039-3.726H6.28l-1.039 3.725-.84-3.632c1.489-1.025 3.868-1.69 6.548-1.69 2.512 0 4.764.529 6.261 1.445-1.632-1.535-4.565-2.612-7.915-2.614C4.161 6.635 0 9.036 0 11.999s4.161 5.367 9.293 5.367c3.338 0 6.261-1.075 7.9-2.6-1.497.911-3.741 1.428-6.244 1.428-4.51-.001-8.164-1.877-8.164-4.195zm9.194-.553a1.184 1.184 0 0 0-.444-.384 1.378 1.378 0 0 0-.622-.135c-.261 0-.496.047-.7.14a1.313 1.313 0 0 0-.489.387c-.244.311-.372.75-.372 1.269 0 .23.033.448.097.643a1.5 1.5 0 0 0 .285.515c.261.304.633.465 1.077.465.233 0 .422-.024.581-.074.138-.043.23-.1.306-.149a1.357 1.357 0 0 0 .444-.489c.09-.166.135-.323.145-.403l.007-.055h-.633l-.002.045c-.017.206-.287.574-.769.574-.688 0-.852-.498-.864-.937h2.306v-.05a3.15 3.15 0 0 0-.085-.766 1.84 1.84 0 0 0-.268-.596zm-1.139.05c.51 0 .783.275.833.84h-1.651c.025-.458.388-.84.818-.84zm4.678.415a1.575 1.575 0 0 0-.268-.515 1.25 1.25 0 0 0-.437-.346 1.36 1.36 0 0 0-.586-.126 1.141 1.141 0 0 0-.531.128 1.1 1.1 0 0 0-.346.28v-1.49h-.631v4.413h.6v-.301a.964.964 0 0 0 .211.206c.171.123.382.185.626.185.263 0 .501-.059.7-.176.178-.104.33-.254.448-.444a1.93 1.93 0 0 0 .235-.584 2.66 2.66 0 0 0 .069-.603 1.986 1.986 0 0 0-.09-.627zm-.567.717c0 .346-.069.636-.202.84a.682.682 0 0 1-.605.325c-.377 0-.819-.263-.819-1.008 0-.356.045-.631.135-.84.13-.301.351-.446.671-.446.342 0 .572.133.7.41.106.227.12.505.12.719z\"/></svg>\n </figure>\n </td>\n <td>webgl.svg</td>\n <td><code>_includes/icons/simple-icons/webgl.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"webgl\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Webmin icon</title><path d=\"M9.3 0C7.75.006 6.64 1.157 6.798 3.006c.102 1.227.209 2.473.313 3.729-1.08.455-2.218.934-3.428 1.446-1.255.536-2.123 1.609-2.457 2.885-.34 1.3-.135 2.808.723 4.143.763 1.195 1.856 2.006 3.255 2.445-.08 1.092.03 2.08.34 2.955.138.389.316.755.533 1.098.798 1.269 1.978 2.029 3.183 2.235a3.783 3.783 0 0 0 3.294-.998c.98-.945 1.907-1.838 2.79-2.684 1.047.63 2.056 1.235 3.038 1.827 1.604.957 3.243-.084 3.63-2.115.162-.847.09-1.792-.21-2.862.57-.351.925-.901 1.066-1.671.305-1.634-.503-3.782-1.827-4.88-.702-.582-1.427-1.177-2.164-1.783l-.005-.023c-.186-1.05-.367-2.08-.548-3.09-.306-1.724-1.799-3.538-3.374-4.04-.722-.23-1.393-.158-2.035.225-.779-.824-1.593-1.38-2.48-1.664A3.682 3.682 0 0 0 9.301 0zm1.019 2.479c.12-.003.25.012.381.048.467.125.912.49 1.155.932.198.368.29.67.37 1.298l.404 3.143c.013.099.027.195.038.293.115.889.644 1.528 1.33 1.619.659.087 1.01-.43.89-1.26a12.25 12.25 0 0 0-.038-.278l-.442-3.005c-.063-.425-.084-.75-.05-.96.052-.465.422-.707.896-.579.479.131.927.572 1.134 1.097.106.266.154.473.236.964.157.941.312 1.89.472 2.868.013.087.028.174.039.267.019.09.045.169.068.25l.002.014.001.002.023.084v-.002c0-.004 0-.007-.002-.01l.003.007v.003c.099.374.344.746.706 1.03.065.052.139.103.205.16.73.573 1.442 1.14 2.141 1.686.421.33.573.484.74.717.269.38.382.934.287 1.359-.087.393-.341.627-.658.59-.26-.031-.48-.137-.924-.465-.734-.55-1.484-1.112-2.26-1.684-.068-.048-.144-.1-.213-.152-.646-.476-1.208-.385-1.424.265-.222.666.09 1.449.754 1.914.072.05.153.107.223.158.81.567 1.605 1.12 2.38 1.66.329.229.573.444.735.638.357.409.527 1.08.404 1.642-.132.593-.514.902-.978.796-.235-.05-.411-.144-.832-.417-.817-.53-1.657-1.079-2.523-1.637-.08-.05-.16-.104-.237-.16-.273-.166-.537-.242-.768-.233h-.002c-.26-.017-.531.078-.792.286-.072.06-.146.117-.213.18-.809.666-1.647 1.375-2.535 2.122-.48.4-.696.557-1.017.67-.645.246-1.358-.03-1.804-.739-.421-.692-.404-1.589.032-2.154.185-.252.498-.54.93-.846.94-.672 1.83-1.305 2.676-1.912.077-.052.152-.104.228-.159.641-.455.764-1.26.312-2.011-.44-.75-1.17-.976-1.86-.559a5.307 5.307 0 0 0-.235.146c-.895.549-1.834 1.128-2.824 1.739-.638.384-.976.509-1.452.531-.59.03-1.205-.332-1.564-.904-.407-.636-.421-1.427-.03-1.918.22-.288.455-.463 1.13-.809 1.043-.54 2.045-1.048 2.995-1.525.082-.05.163-.084.247-.125.058-.029.112-.063.159-.097.425-.188.632-.657.566-1.293-.012-.107-.02-.21-.037-.312a375.257 375.257 0 0 0-.351-3.316c-.07-.66-.063-.892.021-1.154.1-.313.39-.493.752-.503zM7.11 6.736l.002.026a.022.022 0 0 1-.003-.005v-.018l.001-.002zm.004.043l.006.087c-.003-.026-.005-.051-.01-.08 0-.003.003-.005.004-.008zm.01.136l.003.025h-.002v-.015c0-.003.002-.005 0-.008v-.001zm.005.04v.012c-.001-.003-.003-.005-.003-.008.002 0 .002-.002.003-.004zm10.1 2.322l.002.012c0 .002 0 .004.003.007l-.006-.018zm.005.019c.005.015.008.034.013.05l-.01-.044a.011.011 0 0 1-.003-.007z\"/></svg>\n </figure>\n </td>\n <td>webmin.svg</td>\n <td><code>_includes/icons/simple-icons/webmin.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"webmin\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Webpack icon</title><path d=\"M21.0157 18.1202L12.351 23v-3.8007l5.3986-2.9567 3.266 1.8776zm.5927-.5344V7.3805l-3.1708 1.822v6.5593l3.1708 1.824zm-18.6827.5344L11.5904 23v-3.8007l-5.3986-2.9567-3.266 1.8776zm-.5927-.5344V7.3805l3.1707 1.822v6.5593l-3.1707 1.824zm.371-10.8656l8.8864-5.0056v3.6748L5.8974 8.507l-.0434.0248-3.15-1.8116zm18.5335 0L12.351 1.7146v3.6748l5.693 3.1177.0434.0248 3.15-1.8116zm-9.647 11.6146l-5.3262-2.9155V9.642l5.326 3.062v5.6308zm.7605 0l5.326-2.9155V9.642l-5.326 3.062v5.6308zM6.625 8.9734l5.3467-2.928 5.3468 2.928-5.3468 3.0744L6.625 8.9734z\"/></svg>\n </figure>\n </td>\n <td>webpack.svg</td>\n <td><code>_includes/icons/simple-icons/webpack.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"webpack\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>WebRTC icon</title><path d=\"M11.9998.3598c-2.8272 0-5.1456 2.1733-5.3793 4.94a5.4117 5.4117 0 00-1.2207-.1401C2.418 5.1597 0 7.5779 0 10.5603c0 2.2203 1.341 4.1274 3.2568 4.957a5.3734 5.3734 0 00-.7372 2.7227c0 2.9823 2.4175 5.4002 5.4002 5.4002 1.6627 0 3.1492-.7522 4.1397-1.934.9906 1.1818 2.4773 1.934 4.1398 1.934 2.983 0 5.4004-2.418 5.4004-5.4002 0-.9719-.258-1.883-.7073-2.6708C22.7283 14.7068 24 12.8418 24 10.6795c0-2.9823-2.4175-5.4006-5.3998-5.4006-.417 0-.8223.049-1.2121.1384C17.2112 2.5949 14.867.3598 11.9998.3598zm-5.717 6.8683h10.5924c.7458 0 1.352.605 1.352 1.3487v7.6463c0 .7438-.6062 1.3482-1.352 1.3482h-3.6085l-7.24 3.5491 1.1008-3.5491h-.8447c-.7458 0-1.3522-.6044-1.3522-1.3482V8.5768c0-.7438.6064-1.3487 1.3522-1.3487Z\"/></svg>\n\n </figure>\n </td>\n <td>webrtc.svg</td>\n <td><code>_includes/icons/simple-icons/webrtc.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"webrtc\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>WebStorm icon</title><path d=\"M0 0v24h24V0H0zm17.889 2.889c1.444 0 2.667.444 3.667 1.278l-1.111 1.667c-.889-.611-1.722-1-2.556-1s-1.278.389-1.278.889v.056c0 .667.444.889 2.111 1.333 2 .556 3.111 1.278 3.111 3v.056c0 2-1.5 3.111-3.611 3.111-1.5-.056-3-.611-4.167-1.667l1.278-1.556c.889.722 1.833 1.222 2.944 1.222.889 0 1.389-.333 1.389-.944v-.056c0-.556-.333-.833-2-1.278-2-.5-3.222-1.056-3.222-3.056v-.056c0-1.833 1.444-3 3.444-3zm-16.111.222h2.278l1.5 5.778 1.722-5.778h1.667l1.667 5.778 1.5-5.778h2.333l-2.833 9.944H9.723L8.112 7.277l-1.667 5.778H4.612L1.779 3.111zm.5 16.389h9V21h-9v-1.5z\"/></svg>\n </figure>\n </td>\n <td>webstorm.svg</td>\n <td><code>_includes/icons/simple-icons/webstorm.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"webstorm\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>WeChat icon</title><path d=\"M23.541 12.748c-.609-1.38-1.758-2.476-3.092-3.151-2.354-1.192-5.281-1.185-7.629.03-1.631.837-2.993 2.337-3.379 4.162-.318 1.344-.033 2.791.68 3.961 1.061 1.762 2.979 2.887 4.971 3.248 1.443.293 2.936.119 4.338-.285.842.326 1.592.854 2.408 1.246-.211-.707-.436-1.406-.676-2.102.916-.65 1.746-1.461 2.244-2.479.744-1.415.789-3.171.135-4.63zm-9.924-9.466c-2.495-1.404-5.602-1.615-8.286-.645-1.764.635-3.36 1.815-4.346 3.42-.895 1.45-1.23 3.258-.799 4.917.433 1.84 1.711 3.383 3.262 4.413-.3.85-.585 1.699-.855 2.555.975-.51 1.95-1.043 2.926-1.561 1.17.375 2.415.559 3.66.518-.33-.943-.405-1.965-.255-2.951.225-1.371.975-2.625 1.994-3.554 1.726-1.615 4.171-2.296 6.496-2.131-.436-2.135-1.936-3.939-3.824-4.98h.027zm1.733 9.989c-.209.652-1.156.848-1.615.352-.506-.459-.309-1.418.355-1.623.734-.31 1.582.537 1.26 1.271zm4.795.092c-.256.586-1.141.723-1.576.27-.209-.191-.27-.479-.344-.73.104-.458.42-.933.93-.955.705-.098 1.336.773.975 1.416h.015zM12.99 6.909c.008.961-1.275 1.561-1.995.909-.747-.535-.535-1.837.342-2.106.785-.315 1.713.344 1.651 1.185l.002.012zm-6.059.244c-.172.835-1.291 1.238-1.946.678-.759-.535-.546-1.861.345-2.131.873-.336 1.865.55 1.601 1.453z\"/></svg>\n </figure>\n </td>\n <td>wechat.svg</td>\n <td><code>_includes/icons/simple-icons/wechat.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"wechat\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>WhatsApp icon</title><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z\"/></svg>\n </figure>\n </td>\n <td>whatsapp.svg</td>\n <td><code>_includes/icons/simple-icons/whatsapp.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"whatsapp\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>When I Work icon</title><path d=\"M12 24C5.342 24 0 18.582 0 12 0 5.342 5.342 0 12 0s12 5.342 12 12c0 6.582-5.342 12-12 12zm0-21.986c-5.497 0-9.987 4.489-9.987 9.986 0 5.498 4.49 9.988 9.987 9.988 5.498 0 9.987-4.49 9.987-9.988 0-5.497-4.489-9.986-9.987-9.986zm5.885 11.148H9.213c-.384 0-.695-.309-.698-.691v-1.012c0-.387.311-.697.698-.697h8.748c.387 0 .697.311.697.697v1.006c-.077.387-.387.697-.773.697zm-2.246-3.871H6.891c-.383.002-.697-.307-.698-.691V7.59c0-.311.31-.621.697-.621h8.748c.31 0 .62.311.62.619v1.006c.001.386-.31.697-.619.697zm-8.748 5.418h8.748c.388 0 .696.311.696.697v1.006c.002.383-.309.695-.691.697H6.891c-.388-.076-.697-.387-.697-.773V15.33c-.001-.31.309-.621.697-.621z\"/></svg>\n </figure>\n </td>\n <td>wheniwork.svg</td>\n <td><code>_includes/icons/simple-icons/wheniwork.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"wheniwork\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>WhiteSource icon</title><path d=\"M12 0C5.373 0 0 5.372 0 12c0 6.627 5.373 12 12 12 6.628 0 12-5.373 12-12 0-6.628-5.372-12-12-12zm-1.58 4.916h3.167v5.268h.657V5.818c2.971 1.432 2.554 5.28 2.586 5.136h.718v1.014H6.452v-1.014h.718s-.687-3.559 2.587-5.136v4.366h.662zm-3.968 8.002h3.18V13.464A2.376 2.376 0 0012 15.833a2.376 2.376 0 002.369-2.369V12.918h3.18v2.066h-1.292l-.416.928.872.768-1.596 1.697-.911-.919-.988.424v1.202h-2.436v-1.202l-.987-.424-.912.919-1.595-1.697.871-.768-.415-.928H6.452z\"/></svg>\n </figure>\n </td>\n <td>whitesource.svg</td>\n <td><code>_includes/icons/simple-icons/whitesource.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"whitesource\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Wii icon</title><path d=\"M17.904 6.261c-.729-.014-1.33.565-1.344 1.293v.018c.012.732.612 1.315 1.344 1.305.783 0 1.404-.579 1.404-1.305.001-.732-.62-1.311-1.404-1.311zm4.71 0c-.747 0-1.36.58-1.36 1.311 0 .711.613 1.305 1.361 1.305.767 0 1.385-.579 1.385-1.305 0-.732-.618-1.311-1.386-1.311zm-14.84.543c-.748 0-1.252.374-1.514 1.215-.242.857-1.794 6.822-1.794 6.822L2.43 6.897H0s2.334 8.464 2.652 9.456c.241.765.84 1.386 1.7 1.386 1.009 0 1.479-.732 1.684-1.386.225-.676 1.738-6.261 1.738-6.261s1.515 5.589 1.719 6.261c.225.653.69 1.386 1.682 1.386.879 0 1.456-.621 1.72-1.386.315-.99 2.657-9.456 2.657-9.456h-2.45l-2.021 7.944s-1.55-5.965-1.812-6.822c-.242-.844-.77-1.215-1.495-1.215zm9.008 3.363v7.495h2.322v-7.495h-2.322zm4.693 0v7.495h2.317v-7.495h-2.317z\"/></svg>\n </figure>\n </td>\n <td>wii.svg</td>\n <td><code>_includes/icons/simple-icons/wii.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"wii\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Wii U icon</title><path d=\"M11.133 8.432c-.465 0-.835.359-.835.814.007.454.381.817.835.812.488 0 .873-.358.873-.81 0-.455-.385-.816-.873-.816zm2.93 0c-.465 0-.848.359-.848.814 0 .442.383.812.848.812.477 0 .861-.358.861-.81 0-.455-.385-.816-.861-.816zm3.655.011c-.53 0-.99.335-.99.858v3.315c0 .809.56 1.289 1.377 1.289h4.647c.689 0 1.248-.477 1.248-1.162V9.345c0-.412-.308-.86-.688-.86h-1.075v2.799c0 2.122-3.701 2.104-3.701.04v-2.88h-.818zm1.679 0v2.453c0 1.636 1.934 1.402 1.934.256V8.445h-1.934v-.002zM4.833 8.77c-.465 0-.776.232-.938.756-.152.533-1.116 4.242-1.116 4.242l-1.267-4.94H0s1.451 5.264 1.65 5.881c.15.476.521.86 1.058.86.627 0 .917-.454 1.045-.86.14-.421 1.08-3.895 1.08-3.895s.942 3.476 1.069 3.895c.14.406.431.86 1.047.86.547 0 .906-.385 1.07-.86.196-.617 1.65-5.881 1.65-5.881H8.148l-1.258 4.94s-.963-3.709-1.125-4.242c-.15-.526-.479-.756-.93-.756h-.002zm5.605 2.09v4.662h1.441V10.86h-1.441zm2.916 0v4.662h1.442V10.86h-1.442z\"/></svg>\n </figure>\n </td>\n <td>wiiu.svg</td>\n <td><code>_includes/icons/simple-icons/wiiu.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"wiiu\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Wikipedia icon</title><path d=\"M12.09 13.119c-.936 1.932-2.217 4.548-2.853 5.728-.616 1.074-1.127.931-1.532.029-1.406-3.321-4.293-9.144-5.651-12.409-.251-.601-.441-.987-.619-1.139-.181-.15-.554-.24-1.122-.271C.103 5.033 0 4.982 0 4.898v-.455l.052-.045c.924-.005 5.401 0 5.401 0l.051.045v.434c0 .119-.075.176-.225.176l-.564.031c-.485.029-.727.164-.727.436 0 .135.053.33.166.601 1.082 2.646 4.818 10.521 4.818 10.521l.136.046 2.411-4.81-.482-1.067-1.658-3.264s-.318-.654-.428-.872c-.728-1.443-.712-1.518-1.447-1.617-.207-.023-.313-.05-.313-.149v-.468l.06-.045h4.292l.113.037v.451c0 .105-.076.15-.227.15l-.308.047c-.792.061-.661.381-.136 1.422l1.582 3.252 1.758-3.504c.293-.64.233-.801.111-.947-.07-.084-.305-.22-.812-.24l-.201-.021c-.052 0-.098-.015-.145-.051-.045-.031-.067-.076-.067-.129v-.427l.061-.045c1.247-.008 4.043 0 4.043 0l.059.045v.436c0 .121-.059.178-.193.178-.646.03-.782.095-1.023.439-.12.186-.375.589-.646 1.039l-2.301 4.273-.065.135 2.792 5.712.17.048 4.396-10.438c.154-.422.129-.722-.064-.895-.197-.172-.346-.273-.857-.295l-.42-.016c-.061 0-.105-.014-.152-.045-.043-.029-.072-.075-.072-.119v-.436l.059-.045h4.961l.041.045v.437c0 .119-.074.18-.209.18-.648.03-1.127.18-1.443.421-.314.255-.557.616-.736 1.067 0 0-4.043 9.258-5.426 12.339-.525 1.007-1.053.917-1.503-.031-.571-1.171-1.773-3.786-2.646-5.71l.053-.036z\"/></svg>\n </figure>\n </td>\n <td>wikipedia.svg</td>\n <td><code>_includes/icons/simple-icons/wikipedia.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"wikipedia\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Windows icon</title><path d=\"M0 3.449L9.75 2.1v9.451H0m10.949-9.602L24 0v11.4H10.949M0 12.6h9.75v9.451L0 20.699M10.949 12.6H24V24l-12.9-1.801\"/></svg>\n </figure>\n </td>\n <td>windows.svg</td>\n <td><code>_includes/icons/simple-icons/windows.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"windows\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Wire icon</title><path d=\"M24 14.475c.009 4.084-3.296 7.401-7.38 7.41h-.016c-1.637-.015-3.222-.58-4.5-1.605-3.269 2.544-7.981 1.957-10.524-1.313-1-1.286-1.555-2.862-1.58-4.492V2.82h1.41v11.655c-.002 3.314 2.683 6.002 5.996 6.004 1.293.001 2.552-.416 3.589-1.189-1.163-1.335-1.806-3.043-1.815-4.814v-9.54c0-1.557 1.263-2.82 2.82-2.82s2.82 1.263 2.82 2.82v9.54c.006 1.766-.623 3.474-1.77 4.814 2.674 1.957 6.429 1.371 8.383-1.304.745-1.019 1.149-2.248 1.157-3.511V2.82H24v11.655zm-10.59-9.54c0-.778-.632-1.41-1.41-1.41-.779 0-1.41.631-1.41 1.41v9.54c.002 1.41.501 2.776 1.41 3.855.908-1.079 1.408-2.445 1.41-3.855v-9.54z\"/></svg>\n </figure>\n </td>\n <td>wire.svg</td>\n <td><code>_includes/icons/simple-icons/wire.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"wire\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>WireGuard icon</title><path d=\"M23.98 11.645S24.533 0 11.735 0C.418 0 .064 11.17.064 11.17S-1.6 24 11.997 24C25.04 24 23.98 11.645 23.98 11.645zM8.155 7.576c2.4-1.47 5.469-.571 6.618 1.638.218.419.246 1.063.108 1.503-.477 1.516-1.601 2.366-3.145 2.728.455-.39.817-.832.933-1.442a2.112 2.112 0 0 0-.364-1.677 2.14 2.14 0 0 0-2.465-.75c-.95.36-1.47 1.228-1.377 2.294.087.99.839 1.632 2.245 1.876-.21.111-.372.193-.53.281a5.113 5.113 0 0 0-1.644 1.43c-.143.192-.24.208-.458.075-2.827-1.729-3.009-6.067.078-7.956zM6.04 18.258c-.455.116-.895.286-1.359.438.227-1.532 2.021-2.943 3.539-2.782a3.91 3.91 0 0 0-.74 2.072c-.504.093-.98.155-1.44.272zM15.703 3.3c.448.017.898.01 1.347.02a2.324 2.324 0 0 1 .334.047 3.249 3.249 0 0 1-.34.434c-.16.15-.341.296-.573.069-.055-.055-.187-.042-.283-.044-.447-.005-.894-.02-1.34-.003a8.323 8.323 0 0 0-1.154.118c-.072.013-.178.25-.146.338.078.207.191.435.359.567.619.49 1.277.928 1.9 1.413.604.472 1.167.99 1.51 1.7.446.928.46 1.9.267 2.877-.322 1.63-1.147 2.98-2.483 3.962-.538.395-1.205.62-1.821.903-.543.25-1.1.465-1.644.712-.98.446-1.53 1.51-1.369 2.615.149 1.015 1.04 1.862 2.059 2.037 1.223.21 2.486-.586 2.785-1.83.336-1.397-.423-2.646-1.845-3.024l-.256-.066c.38-.17.708-.291 1.012-.458q.793-.437 1.558-.925c.15-.096.231-.096.36.014.977.846 1.56 1.898 1.724 3.187.27 2.135-.74 4.096-2.646 5.101-2.948 1.555-6.557-.215-7.208-3.484-.558-2.8 1.418-5.34 3.797-5.83 1.023-.211 1.958-.637 2.685-1.425.47-.508.697-.944.775-1.141a3.165 3.165 0 0 0 .217-1.158 2.71 2.71 0 0 0-.237-.992c-.248-.566-1.2-1.466-1.435-1.656l-2.24-1.754c-.079-.065-.168-.06-.36-.047-.23.016-.815.048-1.067-.018.204-.155.76-.38 1-.56-.726-.49-1.554-.314-2.315-.46.176-.328 1.046-.831 1.541-.888a7.323 7.323 0 0 0-.135-.822c-.03-.111-.154-.22-.263-.283-.262-.154-.541-.281-.843-.434a1.755 1.755 0 0 1 .906-.28 3.385 3.385 0 0 1 .908.088c.54.123.97.042 1.399-.324-.338-.136-.676-.26-1.003-.407a9.843 9.843 0 0 1-.942-.493c.85.118 1.671.437 2.54.32l.022-.118-2.018-.47c1.203-.11 2.323-.128 3.384.388.299.146.61.266.897.432.14.08.233.24.348.365.09.098.164.23.276.29.424.225.89.234 1.366.223l.01-.16c.479.15 1.017.702 1.017 1.105-.776 0-1.55-.003-2.325.004-.083 0-.165.061-.247.094.078.046.155.128.235.131z M14.703 2.153a.118.118 0 0 0-.016.19.179.179 0 0 0 .246.065c.075-.038.148-.078.238-.125-.072-.062-.13-.114-.19-.163-.106-.087-.193-.032-.278.033z\"/></svg>\n </figure>\n </td>\n <td>wireguard.svg</td>\n <td><code>_includes/icons/simple-icons/wireguard.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"wireguard\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Wish icon</title><path d=\"M21.463,8.653c-0.627,0-1.211,0.511-1.297,1.135l-0.637,4.647c-0.07,0.506-0.313,0.945-0.727,1.317 c-0.415,0.372-0.882,0.558-1.4,0.558c-0.504,0-0.913-0.182-1.224-0.547c-0.313-0.365-0.433-0.808-0.361-1.329l0.385-2.82 c0.012-0.563-0.411-1.003-0.993-1.003h-1.525c-0.582,0-1.127,0.44-1.27,1.003l-0.397,2.82c-0.072,0.521-0.315,0.964-0.729,1.329 c-0.414,0.365-0.872,0.547-1.376,0.547c-0.504,0-0.915-0.186-1.234-0.558c-0.319-0.372-0.443-0.811-0.373-1.317l0.854-6.166 c0.091-0.6-0.265-1.228-0.808-1.482c0,0-6.43-2.68-6.849-2.853C1.077,3.76,0.596,4.15,0.432,4.8L0.039,6.351 C-0.126,7,0.246,7.739,0.863,7.992l4.31,1.784l-0.646,4.659c-0.217,1.563,0.15,2.899,1.1,4.008c0.95,1.11,2.203,1.664,3.76,1.664 c1.437,0,2.748-0.483,3.934-1.451c0.947,0.968,2.133,1.451,3.555,1.451c1.556,0,2.962-0.554,4.22-1.664 c1.257-1.109,1.995-2.446,2.211-4.008c0,0,0.675-4.917,0.688-5.003c0.059-0.429-0.406-0.779-1.032-0.779L21.463,8.653L21.463,8.653 z\"/></svg>\n </figure>\n </td>\n <td>wish.svg</td>\n <td><code>_includes/icons/simple-icons/wish.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"wish\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Wix icon</title><path d=\"M13.731 7.509c-.476.249-.653.67-.653 1.832 0 0 .241-.233.598-.363.26-.094.483-.237.612-.331.401-.295.464-.674.464-1.312 0 0-.656-.018-1.021.174m-2.82.272c-.388.342-.502.887-.502.887l-1.284 4.975L8.057 9.57c-.104-.433-.291-.968-.588-1.33-.378-.46-1.146-.49-1.228-.49-.082 0-.85.03-1.228.49-.296.362-.484.897-.588 1.33l-1.068 4.072-1.284-4.975s-.113-.545-.5-.887C.942 7.227 0 7.345 0 7.345l2.459 9.297s.811.059 1.217-.148c.533-.272.787-.482 1.11-1.747.287-1.127 1.091-4.44 1.166-4.676.038-.116.085-.395.29-.395.208 0 .252.278.288.395.074.236.88 3.549 1.167 4.676.323 1.265.576 1.475 1.11 1.747.405.207 1.216.148 1.216.148l2.46-9.297s-.943-.118-1.572.436m3.84 1.082s-.154.238-.505.434c-.225.126-.441.212-.674.323-.388.186-.494.394-.494.71V16.643s.62.079 1.027-.128c.522-.266.642-.523.647-1.68V9.2h-.001zm6.13 3.153L24 7.376s-1.317-.224-1.969.369c-.417.38-.883 1.063-.883 1.063L20 10.463c-.056.086-.13.18-.245.18-.117 0-.19-.094-.245-.18l-1.148-1.655s-.467-.683-.884-1.063c-.652-.593-1.969-.37-1.969-.37l3.12 4.641-3.112 4.626s1.372.174 2.024-.42c.417-.38.82-.998.82-.998l1.149-1.654c.055-.086.128-.18.245-.18.116 0 .189.094.245.18l1.148 1.654s.427.618.844.998c.652.594 2 .42 2 .42Z\"/></svg>\n </figure>\n </td>\n <td>wix.svg</td>\n <td><code>_includes/icons/simple-icons/wix.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"wix\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Wolfram icon</title><path d=\"M20.105 12.001l3.307-3.708-4.854-1.059.495-4.944-4.55 1.996L12 0 9.495 4.287 4.947 2.291l.494 4.944L.587 8.289l3.305 3.707-3.305 3.713 4.854 1.053-.5 4.945 4.553-1.994L12 24l2.504-4.287 4.55 1.994-.495-4.938 4.854-1.06-3.308-3.708zm1.605 2.792l-2.861-.982-1.899-2.471 2.526.942 2.234 2.511zm.459-6.096l-2.602 2.918-3.066-1.141 1.844-2.612 3.824.835zm-4.288-1.324l-1.533 2.179.088-3.162 1.788-2.415-.343 3.398zm-3.304-2.399l3.091-1.354L15.9 5.998l-2.943 1.049 1.62-2.073zm1.187 1.772l-.096 3.652-3.341 1.12V7.969l3.437-1.223zM12 1.308l1.969 3.371L12 7.199l-1.971-2.521L12 1.308zM9.423 4.974l1.619 2.072-2.948-1.048L6.332 3.62l3.091 1.354zm2.245 2.995v3.549l-3.335-1.12-.102-3.652 3.437 1.223zM7.564 6.39l.086 3.162-1.532-2.179-.341-3.397L7.564 6.39zM1.83 8.692l3.824-.83 1.839 2.612-3.065 1.136L1.83 8.692zm2.694 3.585l2.526-.937-1.9 2.471-2.861.977 2.235-2.511zm-2.093 3.159l2.929-1 3.045.896-2.622.837-3.352-.733zm3.28 5.212l.392-3.896 3.111-.982.082 3.31-3.585 1.568zm3.691-5.708l-3.498-1.03 2.226-2.892 3.335 1.126-2.063 2.796zm2.266 7.191l-1.711-2.934-.066-2.771 1.777 2.597v3.108zm-1.73-6.8L12 12.532l2.063 2.799L12 18.336l-2.062-3.005zm4.104 3.866l-1.715 2.934v-3.107l1.782-2.597-.067 2.77zm-1.514-7.052l3.341-1.126 2.221 2.892-3.499 1.03-2.063-2.796zm2.175 6.935l.077-3.31 3.116.982.386 3.901-3.579-1.573zm3.514-2.912l-2.625-.837 3.049-.896 2.928 1.003-3.352.73z\"/></svg>\n </figure>\n </td>\n <td>wolfram.svg</td>\n <td><code>_includes/icons/simple-icons/wolfram.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"wolfram\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Wolfram Language icon</title><path d=\"M14.335 12.432c-.552.149-.615.18-1.164.337-.589-.337-1.107-.526-1.595-.463.057-.306.151-.525.245-.8 1.036-.151 1.805.4 2.514.926zM19.643 19.633a10.796 10.796 0 0 1-1.907 1.521h-.006l-3.702-4.614 3.07.336s1.471.151 1.807 0c.308-.117 1.963-2.449 1.963-2.449s-4.759-3.009-6.384-4.666c.188-2.794-.213-6.509-.213-6.479-1.193 1.195-1.35 1.383-2.544 2.489-.52-1.688-.769-2.269-1.289-3.958-1.568 1.289-2.763 3.464-3.62 6.016a12.29 12.29 0 0 0-.551.656c-.112.157-.23.313-.344.475-.231.326-.45.675-.663 1.032-.15.257-.299.52-.438.788-.063.112-.125.231-.188.35-.913 1.788-1.676 3.789-2.339 5.604A10.825 10.825 0 0 1 1.204 12c0-2.863 1.138-5.614 3.164-7.64S9.137 1.201 12 1.201a10.8 10.8 0 0 1 7.642 3.158 10.831 10.831 0 0 1 3.156 7.64 10.814 10.814 0 0 1-3.155 7.634M12 6.691c.832-.801.951-.92 1.751-1.689.063 1.532.031 2.333-.063 4.203-.463-.458-1.381-1.044-1.381-1.044s-.181-1.07-.307-1.47m3.834 15.464c-6.616 2.393-11.398-2.014-12.417-3.552.006-.014.006-.027.006-.039.92-3.889 2.058-8.535 3.884-9.91.955-1.656 1.231-4.114 2.943-5.402.432 1.288 1.107 3.958 1.57 5.246 2.025 2.026 5.087 4.546 7.146 5.59.212.12.489.981.489.981l-.825 1.038-8.835-.887c-.2-.02-.394-.028-.594-.028-.569 0-1.15.073-1.833.18.432-1.071 1.35-1.936 1.35-1.936s-.855-.519-1.505-.605c.187-.432.681-.989.799-1.138-.243.087-2.025.888-2.207 1.563.857.214 1.469.487 1.469.487s-.949.957-1.131 2.612c0 0 2.82-.431 4.939-.153.063.03.094.03.125.03l1.102.031 3.509 5.841.027.045a.012.012 0 0 1-.011.006m4.652-18.64A12.02 12.02 0 0 0 12 0C8.818 0 5.768 1.27 3.516 3.515 1.272 5.766.002 8.817.002 12s1.27 6.235 3.513 8.478a11.98 11.98 0 0 0 16.971 0c2.251-2.243 3.512-5.296 3.512-8.478s-1.261-6.234-3.512-8.485z\"/></svg>\n </figure>\n </td>\n <td>wolframlanguage.svg</td>\n <td><code>_includes/icons/simple-icons/wolframlanguage.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"wolframlanguage\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Wolfram Mathematica icon</title><path d=\"M15.74 10.7c-.53-1.53.14-4 .14-4S13.6 8.01 11.93 8 8.13 6.7 8.13 6.7s.56 2.46.07 4.04c-.48 1.58-2.47 3.34-2.47 3.34s2.58.23 3.85 1.1S12 18.64 12 18.64s.78-2.35 2.32-3.41c1.54-1.07 3.96-1.15 3.96-1.15s-2-1.84-2.54-3.37zm-2 3.69c-1.09.81-1.75 2.19-1.75 2.19s-.76-1.43-1.8-2.22c-1.05-.79-2.57-.97-2.57-.97a5.06 5.06 0 0 0 1.53-2.37c.46-1.54.18-2.73.18-2.73s.92.7 2.62.7c1.7 0 2.79-.7 2.79-.7s-.38 1.58.07 2.7c.44 1.14 1.57 2.41 1.57 2.41s-1.56.17-2.64.99zM13.73 9.6s-.95.38-1.77.37c-.82 0-1.7-.37-1.7-.37.05.58 0 1.15-.17 1.7-.27.86-.91 1.64-.91 1.64A4.23 4.23 0 0 1 12 14.95s.45-.85 1.18-1.33c.5-.31 1.05-.55 1.63-.7 0 0-.74-.78-1.02-1.57-.28-.78-.06-1.75-.06-1.75zM20.1 12l3.31-3.7-4.85-1.07.5-4.94-4.56 2L12 0 9.5 4.29l-4.55-2 .49 4.95L.59 8.29 3.89 12 .6 15.7l4.85 1.07-.5 4.94 4.55-2L12 24l2.5-4.29 4.56 2-.5-4.94 4.85-1.06-3.3-3.71zm-5.27 3.95C14 16.56 12 20.81 12 20.81S10.5 16.95 9 15.95c-1.48-1-5.38-1.22-5.38-1.22s2.99-2.37 3.57-4.47c.59-2.1-.37-5.37-.37-5.37s2.9 2.1 5.08 2.1c2.17 0 5.26-2.1 5.26-2.1s-.82 4.5-.53 5.46c.3.96 3.73 4.38 3.73 4.38s-4.7.62-5.54 1.22z\"/></svg>\n </figure>\n </td>\n <td>wolframmathematica.svg</td>\n <td><code>_includes/icons/simple-icons/wolframmathematica.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"wolframmathematica\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Woo icon</title><path d=\"M2.227 4.857A2.228 2.228 0 000 7.094v7.457c0 1.236 1.001 2.237 2.237 2.237h9.253l4.229 2.355-.962-2.355h7.006c1.236 0 2.237-1 2.237-2.237V7.094c0-1.236-1-2.237-2.237-2.237zm8.08 1.311c.194.002.372.071.535.2a.769.769 0 01.304.56.851.851 0 01-.098.47c-.382.707-.696 1.894-.951 3.542-.246 1.6-.334 2.846-.275 3.739.02.245-.02.46-.118.647a.632.632 0 01-.52.353c-.255.02-.52-.098-.775-.362-.913-.933-1.639-2.326-2.169-4.18a184.085 184.085 0 00-1.413 2.825c-.578 1.11-1.069 1.678-1.481 1.708-.265.02-.49-.206-.687-.677-.5-1.286-1.04-3.768-1.619-7.448-.03-.255.02-.48.157-.657.137-.186.344-.284.618-.304.5-.04.785.196.854.706.304 2.051.638 3.788.991 5.21L5.809 8.41c.196-.373.441-.57.736-.589.431-.03.696.245.804.824.246 1.305.56 2.414.932 3.356.255-2.492.687-4.288 1.295-5.397.148-.274.363-.412.648-.431a.866.866 0 01.084-.004zm3.734 1.063c.167 0 .343.02.53.06.687.146 1.216.52 1.57 1.137.314.53.47 1.168.47 1.933 0 1.011-.254 1.933-.765 2.777-.588.981-1.354 1.472-2.305 1.472-.167 0-.344-.02-.53-.059-.697-.147-1.217-.52-1.57-1.138-.314-.54-.471-1.187-.471-1.943 0-1.01.255-1.933.765-2.767.599-.981 1.364-1.472 2.306-1.472zm6.152 0c.167 0 .343.02.53.06.696.146 1.216.52 1.57 1.137.314.53.47 1.168.47 1.933 0 1.011-.254 1.933-.765 2.777-.588.981-1.354 1.472-2.305 1.472-.167 0-.344-.02-.53-.059-.697-.147-1.217-.52-1.57-1.138-.314-.54-.471-1.187-.471-1.943 0-1.01.255-1.933.765-2.767.599-.981 1.364-1.472 2.306-1.472zm-6.107 1.645c-.307-.002-.606.201-.889.622a3.173 3.173 0 00-.52 1.168c-.05.225-.069.47-.069.716 0 .284.06.589.177.893.147.382.343.589.579.638.245.049.51-.06.795-.315.363-.323.608-.804.745-1.452.05-.225.069-.47.069-.726a2.49 2.49 0 00-.176-.893c-.148-.382-.344-.588-.58-.637a.714.714 0 00-.131-.014zm6.152 0c-.307-.002-.606.201-.889.622a3.173 3.173 0 00-.52 1.168c-.049.225-.069.47-.069.716 0 .284.06.589.177.893.147.382.344.589.579.638.245.049.51-.06.795-.315.363-.323.608-.804.745-1.452.04-.225.07-.47.07-.726a2.49 2.49 0 00-.177-.893c-.148-.382-.344-.588-.58-.637a.714.714 0 00-.131-.014Z\"/></svg>\n\n </figure>\n </td>\n <td>woo.svg</td>\n <td><code>_includes/icons/simple-icons/woo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"woo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>WooCommerce icon</title><path d=\"M.754 9.58a.754.754 0 00-.754.758v2.525c0 .42.339.758.758.758h3.135l1.431.799-.326-.799h2.373a.757.757 0 00.758-.758v-2.525a.757.757 0 00-.758-.758H.754zm2.709.445h.03c.065.001.124.023.179.067a.26.26 0 01.103.19.29.29 0 01-.033.16c-.13.239-.236.64-.322 1.199-.083.541-.114.965-.094 1.267a.392.392 0 01-.039.219.213.213 0 01-.176.12c-.086.006-.177-.034-.263-.124-.31-.316-.555-.788-.735-1.416-.216.425-.375.744-.478.957-.196.376-.363.568-.502.578-.09.007-.166-.069-.233-.228-.17-.436-.352-1.277-.548-2.524a.297.297 0 01.054-.222c.047-.064.116-.095.21-.102.169-.013.265.065.288.238.103.695.217 1.284.336 1.766l.727-1.387c.066-.126.15-.192.25-.199.146-.01.237.083.273.28.083.441.188.817.315 1.136.086-.844.233-1.453.44-1.828a.255.255 0 01.218-.147zm1.293.36c.056 0 .116.006.18.02.232.05.411.177.53.386.107.18.161.395.161.654 0 .343-.087.654-.26.94-.2.332-.459.5-.781.5a.88.88 0 01-.18-.022.763.763 0 01-.531-.384 1.287 1.287 0 01-.158-.659c0-.342.085-.655.258-.937.202-.333.462-.498.78-.498zm2.084 0c.056 0 .116.006.18.02.236.05.411.177.53.386.107.18.16.395.16.654 0 .343-.086.654-.259.94-.2.332-.459.5-.781.5a.88.88 0 01-.18-.022.763.763 0 01-.531-.384 1.287 1.287 0 01-.16-.659c0-.342.087-.655.26-.937.202-.333.462-.498.78-.498zm4.437.047c-.305 0-.546.102-.718.304-.173.203-.256.49-.256.856 0 .395.086.697.256.906.17.21.418.316.744.316.315 0 .559-.107.728-.316.17-.21.256-.504.256-.883s-.087-.673-.26-.879c-.176-.202-.424-.304-.75-.304zm-1.466.002a1.13 1.13 0 00-.84.326c-.223.22-.332.499-.332.838 0 .362.108.658.328.88.22.223.505.336.861.336.103 0 .22-.016.346-.052v-.54c-.117.034-.216.051-.303.051a.545.545 0 01-.422-.177c-.106-.12-.16-.278-.16-.48 0-.19.053-.348.156-.468a.498.498 0 01.397-.181c.103 0 .212.015.332.049v-.537a1.394 1.394 0 00-.363-.045zm12.414 0a1.135 1.135 0 00-.84.326c-.223.22-.332.499-.332.838 0 .362.108.658.328.88.22.223.506.336.861.336.103 0 .22-.016.346-.052v-.54c-.116.034-.216.051-.303.051a.545.545 0 01-.422-.177c-.106-.12-.16-.278-.16-.48 0-.19.053-.348.156-.468a.498.498 0 01.397-.181c.103 0 .212.015.332.049v-.537a1.394 1.394 0 00-.363-.045zm-9.598.06l-.29 2.264h.579l.156-1.559.395 1.559h.412l.379-1.555.164 1.555h.603l-.304-2.264h-.791l-.12.508c-.03.13-.06.264-.087.4l-.067.352a29.97 29.97 0 00-.258-1.26h-.771zm2.768 0l-.29 2.264h.579l.156-1.559.396 1.559h.412l.375-1.555.165 1.555h.603l-.305-2.264h-.789l-.119.508c-.03.13-.06.264-.086.4l-.066.352c-.063-.352-.15-.771-.26-1.26h-.771zm3.988 0v2.264h.611v-1.031h.012l.494 1.03h.645l-.489-1.019a.61.61 0 00.37-.552.598.598 0 00-.25-.506c-.167-.123-.394-.186-.68-.186h-.713zm3.377 0v2.264H24v-.483h-.63v-.414h.54v-.468h-.54v-.416h.626v-.483H22.76zm-4.793.004v2.264h1.24v-.483h-.627v-.416h.541v-.468h-.54v-.415h.622v-.482h-1.236zm2.025.432c.146.003.25.025.313.072.063.046.091.12.091.227 0 .156-.135.236-.404.24v-.54zm-15.22.011c-.104 0-.205.069-.301.211a1.078 1.078 0 00-.2.639c0 .096.02.2.06.303.049.13.117.198.196.215.083.016.173-.02.27-.106.123-.11.205-.273.252-.492.016-.077.023-.16.023-.246 0-.097-.02-.2-.06-.303-.05-.13-.116-.198-.196-.215a.246.246 0 00-.045-.006zm2.083 0c-.103 0-.204.069-.3.211a1.078 1.078 0 00-.2.639c0 .096.02.2.06.303.049.13.117.198.196.215.083.016.173-.02.27-.106.123-.11.205-.273.252-.492.013-.077.023-.16.023-.246 0-.097-.02-.2-.06-.303-.05-.13-.116-.198-.196-.215a.246.246 0 00-.045-.006zm4.428.006c.233 0 .354.218.354.66-.004.273-.038.46-.098.553a.293.293 0 01-.262.139.266.266 0 01-.242-.139c-.056-.093-.084-.28-.084-.562 0-.436.11-.65.332-.65Z\"/></svg>\n\n </figure>\n </td>\n <td>woocommerce.svg</td>\n <td><code>_includes/icons/simple-icons/woocommerce.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"woocommerce\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>WordPress icon</title><path d=\"M21.469 6.825c.84 1.537 1.318 3.3 1.318 5.175 0 3.979-2.156 7.456-5.363 9.325l3.295-9.527c.615-1.54.82-2.771.82-3.864 0-.405-.026-.78-.07-1.11m-7.981.105c.647-.03 1.232-.105 1.232-.105.582-.075.514-.93-.067-.899 0 0-1.755.135-2.88.135-1.064 0-2.85-.15-2.85-.15-.585-.03-.661.855-.075.885 0 0 .54.061 1.125.09l1.68 4.605-2.37 7.08L5.354 6.9c.649-.03 1.234-.1 1.234-.1.585-.075.516-.93-.065-.896 0 0-1.746.138-2.874.138-.2 0-.438-.008-.69-.015C4.911 3.15 8.235 1.215 12 1.215c2.809 0 5.365 1.072 7.286 2.833-.046-.003-.091-.009-.141-.009-1.06 0-1.812.923-1.812 1.914 0 .89.513 1.643 1.06 2.531.411.72.89 1.643.89 2.977 0 .915-.354 1.994-.821 3.479l-1.075 3.585-3.9-11.61.001.014zM12 22.784c-1.059 0-2.081-.153-3.048-.437l3.237-9.406 3.315 9.087c.024.053.05.101.078.149-1.12.393-2.325.609-3.582.609M1.211 12c0-1.564.336-3.05.935-4.39L7.29 21.709C3.694 19.96 1.212 16.271 1.211 12M12 0C5.385 0 0 5.385 0 12s5.385 12 12 12 12-5.385 12-12S18.615 0 12 0\"/></svg>\n </figure>\n </td>\n <td>wordpress.svg</td>\n <td><code>_includes/icons/simple-icons/wordpress.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"wordpress\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Workplace icon</title><path d=\"M12.725 0C11.114 0 9.55.317 8.078.943a11.892 11.892 0 00-3.793 2.573A11.986 11.986 0 00.79 12a11.986 11.986 0 003.496 8.484 11.892 11.892 0 003.793 2.573c1.472.626 3.042.943 4.652.943.867 0 1.718-.094 2.565-.28v-2.534a9.524 9.524 0 01-2.565.353 9.406 9.406 0 01-6.71-2.795A9.502 9.502 0 013.24 12a9.5 9.5 0 012.778-6.744 9.398 9.398 0 016.707-2.795c4.439 0 8.037 3.618 8.037 8.082 0 1.647-.49 3.181-1.332 4.459l-2.09-5.166c-.306-.755-.67-1.895-2.059-1.895-1.387 0-1.75 1.14-2.054 1.895l-1.922 4.771-2.578-6.544h-2.71l3.213 7.95c.326.807.68 1.897 2.077 1.897 1.395 0 1.747-1.09 2.072-1.896l1.904-4.727 1.914 4.727c.387.973.797 1.894 2.07 1.894.903 0 1.475-.583 1.788-.959a10.54 10.54 0 002.156-6.406C23.21 4.72 18.516 0 12.725 0Z\"/></svg>\n\n </figure>\n </td>\n <td>workplace.svg</td>\n <td><code>_includes/icons/simple-icons/workplace.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"workplace\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>WP Engine icon</title><path d=\"M8.1 24h7.8v-5.85l-1.95-1.801h-3.9L8.1 18.15V24zM18.15 8.1l-1.801 1.95v3.9l1.801 1.95H24V8.1h-5.85zM15.9 0H8.1v5.85l1.95 1.801h3.9L15.9 5.85V0zM24 24v-5.85l-1.801-1.801h-5.85V24H24zM1.8 0L0 1.8v5.85h7.65V0H1.8zm14.55 0v5.85l1.8 1.8H24V0h-7.65zM12 13.05c-.6 0-1.05-.45-1.05-1.05s.45-1.05 1.05-1.05 1.05.45 1.05 1.05-.45 1.05-1.05 1.05m-4.35 5.1l-1.8-1.8H0V24h5.85l1.801-1.801V18.15zm0-10.05H0v7.8h5.85l1.801-1.95V8.1z\"/></svg>\n </figure>\n </td>\n <td>wpengine.svg</td>\n <td><code>_includes/icons/simple-icons/wpengine.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"wpengine\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>WP Rocket icon</title><path d=\"M3.723.666c-.08-.276.08-.47.356-.47h2.283c.16 0 .31.137.356.274L8.393 7.07h.08L11.491.218A.374.374 0 0111.824 0h.356c.172 0 .287.092.333.218l3.018 6.85h.08L17.286.47a.397.397 0 01.356-.275h2.284c.275 0 .424.195.355.47l-3.683 13.082a.369.369 0 01-.356.275h-.31a.38.38 0 01-.333-.218l-3.568-7.963h-.058l-3.545 7.963a.403.403 0 01-.333.218h-.31a.379.379 0 01-.356-.275L3.723.666m8.308 7.917l-2.594 5.818a1.663 1.663 0 01-.344.448v.004a1.466 1.466 0 01-.688.34l1.4 8.687c.091.16.263.16.367 0l1.79-2.72 1.64 2.708c.104.16.265.16.368 0l1.584-8.698a1.5 1.5 0 01-.832-.618l-.02-.03a1.405 1.405 0 01-.066-.12l-.609-1.366h-.003Z\"/></svg>\n\n </figure>\n </td>\n <td>wprocket.svg</td>\n <td><code>_includes/icons/simple-icons/wprocket.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"wprocket\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>write.as icon</title><path d=\"M12.815,5.139l2.179,7.509c0.107,0.381,0.22,0.793,0.339,1.236c0.12,0.443,0.229,0.85,0.327,1.223h0.025 c0.054-0.372,0.145-0.772,0.273-1.204c0.129-0.429,0.246-0.821,0.353-1.176l1.05-3.442c0.079-0.248,0.15-0.472,0.213-0.671 c0.062-0.199,0.126-0.382,0.192-0.551c0.068-0.167,0.131-0.327,0.194-0.478c0.062-0.151,0.132-0.301,0.213-0.451V7.106 l-1.569,0.105V5.139h5.169V6.88c-0.364,0-0.682,0.119-0.956,0.358c-0.275,0.239-0.512,0.524-0.711,0.85 c-0.201,0.328-0.364,0.657-0.493,0.984c-0.129,0.328-0.224,0.581-0.286,0.758l-3.096,8.997h-2.884l-1.874-5.807 c-0.053-0.142-0.12-0.345-0.199-0.606c-0.079-0.261-0.161-0.545-0.247-0.85c-0.083-0.307-0.173-0.623-0.265-0.95 c-0.092-0.328-0.179-0.638-0.259-0.931h-0.026c-0.053,0.381-0.14,0.809-0.26,1.283c-0.119,0.474-0.243,0.937-0.372,1.388 c-0.128,0.451-0.248,0.859-0.358,1.223c-0.111,0.364-0.194,0.62-0.246,0.771l-1.501,4.479H5.04L1.745,9.392 C1.62,9.046,1.523,8.767,1.452,8.555C1.381,8.342,1.321,8.157,1.273,8.002C1.223,7.848,1.186,7.709,1.16,7.584 C1.133,7.459,1.101,7.319,1.066,7.159L0.003,7.212V5.139h6.526V6.88C6.147,6.907,5.879,7.021,5.723,7.225 C5.568,7.429,5.492,7.691,5.492,8.009C5.483,8.16,5.493,8.32,5.524,8.487c0.032,0.169,0.074,0.342,0.128,0.519l0.916,3.322 c0.107,0.399,0.21,0.818,0.312,1.256c0.101,0.438,0.184,0.884,0.247,1.336h0.026c0.044-0.195,0.088-0.394,0.134-0.598 c0.044-0.204,0.092-0.424,0.145-0.658c0.054-0.235,0.116-0.492,0.186-0.771c0.072-0.278,0.155-0.587,0.254-0.922l1.993-6.832 C9.864,5.139,12.815,5.139,12.815,5.139z M24.003,16.628c0,1.233-1,2.233-2.233,2.233c-1.233,0-2.231-1-2.231-2.233 c0-1.233,0.998-2.233,2.231-2.233S24.003,15.395,24.003,16.628\"/></svg>\n </figure>\n </td>\n <td>write-dot-as.svg</td>\n <td><code>_includes/icons/simple-icons/write-dot-as.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"write-dot-as\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>X.Org icon</title><path d=\"M19.94 1.9l-9.092 11.874 4.598 6.392a14.29 14.29 0 0 1-2.56.228c-2.387 0-4.582-.577-6.316-1.542l6.556-8.627-6.031-8.311L2.23 1.91 9.8 12.48l-4.332 5.66c-1.692-1.266-2.729-2.965-2.729-4.832 0-2.13 1.348-4.042 3.48-5.342l-.655-.999C2.22 8.386 0 10.876 0 13.71c0 2.432 1.635 4.61 4.212 6.075l-1.765 2.307h1.661l1.299-1.709c1.892.83 4.158 1.314 6.592 1.314a17.43 17.43 0 0 0 4.188-.501l.65.903h4.865l-1.729-2.422C22.443 18.214 24 16.082 24 13.71c0-2.94-2.39-5.512-5.948-6.9l-.217.311c3.099 1.214 5.195 3.531 5.195 6.188 0 2.202-1.44 4.17-3.698 5.47l-5.153-7.22 7.382-9.658zM12 5.755c-.586 0-1.212.046-1.775.1 1.004 1.309 1.836 2.417 2.795 3.676-.538-1.157-1.644-2.268-1.261-2.839.378-.565 1.075-.47 1.128-.47 1.118 0 2.194.127 3.2.36l.235-.324C14.98 5.91 13.523 5.754 12 5.754z\"/></svg>\n </figure>\n </td>\n <td>x-dot-org.svg</td>\n <td><code>_includes/icons/simple-icons/x-dot-org.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"x-dot-org\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>X-Pack icon</title><path d=\"M13.7 19.55l5.88-5.89 3.35 3.36a3.57 3.57 0 0 1 0 5.05l-.83.83a3.57 3.57 0 0 1-5.05 0zM22.92 1.9l-.83-.83a3.57 3.57 0 0 0-5.05 0L12 6.12 6.95 1.07a3.57 3.57 0 0 0-5.05 0l-.83.83a3.57 3.57 0 0 0 0 5.05L6.12 12l-5.05 5.05a3.57 3.57 0 0 0 0 5.05l.83.83a3.57 3.57 0 0 0 5.05 0L12 17.88l3.68-3.68 2.2-2.2 5.05-5.05a3.57 3.57 0 0 0 0-5.05z\"/></svg>\n </figure>\n </td>\n <td>x-pack.svg</td>\n <td><code>_includes/icons/simple-icons/x-pack.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"x-pack\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Xamarin icon</title><path d=\"M6.925 1.323a1.904 1.904 0 00-1.609.93L.241 11.07a1.918 1.918 0 000 1.862l5.075 8.816c.326.56.96.929 1.609.93h10.15a1.904 1.904 0 001.609-.93l5.075-8.816a1.918 1.918 0 000-1.862l-5.075-8.816a1.904 1.904 0 00-1.609-.93zm.092 5.157a.22.22 0 01.043 0h1.75a.23.23 0 01.192.114l2.97 5.292a.228.228 0 01.028.086.228.228 0 01.028-.086l2.963-5.292a.231.231 0 01.198-.114h1.751c.155.002.271.197.199.334L14.239 12l2.9 5.179c.08.138-.04.342-.199.34h-1.75a.232.232 0 01-.2-.12l-2.962-5.292A.228.228 0 0112 12.02a.228.228 0 01-.028.086l-2.97 5.292a.231.231 0 01-.192.12H7.06c-.16.002-.278-.202-.199-.34L9.761 12l-2.9-5.186c-.07-.125.015-.307.156-.334Z\"/></svg>\n\n </figure>\n </td>\n <td>xamarin.svg</td>\n <td><code>_includes/icons/simple-icons/xamarin.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"xamarin\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>XAML icon</title><path d=\"M6.39 1.537a.78.78 0 00-.677.393L.105 11.607a.781.781 0 000 .786l5.608 9.68a.78.78 0 00.678.39h11.218a.781.781 0 00.678-.393l5.608-9.677a.781.781 0 000-.786l-5.608-9.68a.781.781 0 00-.678-.39H6.391zm0 .418H17.56l-5.68 9.836h-6.03l4.712-8.156v-.002l.013-.026.114-.195a.132.132 0 00-.114-.197h-.256l-2.81-.002a.265.265 0 00-.229.13l-4.847 8.391a.539.539 0 00-.03.057H.482l5.592-9.652a.371.371 0 01.317-.184zm11.542.191l5.6 9.67c.032.056.05.12.05.184a.367.367 0 01-.05.184l-5.606 9.677-.002.002-5.688-9.853 5.696-9.864zM7.598 3.633h2.478l-4.63 8.021a.68.68 0 000 .682l4.642 8.033-2.48-.002-4.815-8.318a.106.106 0 010-.106l4.805-8.31zm10.328 1.869a.131.131 0 00-.113.068l-.108.19-.002.002-.015.031h-.002l-1.391 2.465a.261.261 0 000 .26l1.943 3.36a.26.26 0 010 .263l-1.927 3.338a.261.261 0 000 .26l1.4 2.45v.002l.016.028v.002l.11.191a.13.13 0 00.227.002l.112-.195.002-.002.015-.026 3.422-5.92a.525.525 0 000-.525l-3.447-5.955-.018-.031-.11-.192a.13.13 0 00-.114-.066zm.004.71l3.324 5.743a.106.106 0 01-.002.106l-3.299 5.71-1.234-2.162 1.88-3.257.003-.002a.676.676 0 00-.002-.68v-.002l-1.897-3.281 1.227-2.174zM.482 12.21h1.924a.525.525 0 00.026.049l4.857 8.396a.26.26 0 00.227.131l2.814.002h.258a.13.13 0 00.113-.195l-.113-.196v-.001l-.016-.026-4.715-8.16h6.01l5.678 9.836H6.39a.362.362 0 01-.317-.184L.482 12.21ZZ\"/></svg>\n </figure>\n </td>\n <td>xaml.svg</td>\n <td><code>_includes/icons/simple-icons/xaml.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"xaml\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>XAMPP icon</title><path d=\"M16.792,11.923c0.113,0.043,0.226,0.079,0.334,0.128c0.45,0.203,0.715,0.553,0.748,1.044 c0.041,0.634,0.044,1.271,0.002,1.905c-0.049,0.732-0.725,1.292-1.483,1.271c-0.735-0.021-1.369-0.62-1.397-1.341 c-0.017-0.441-0.003-0.884-0.006-1.326c-0.001-0.239-0.003-0.242-0.245-0.243c-1.363-0.001-2.726,0.008-4.089-0.003 c-0.888-0.007-1.421,0.482-1.471,1.46c-0.019,0.38-0.1,0.727-0.357,1.018c-0.397,0.451-0.898,0.601-1.472,0.466 c-0.554-0.131-0.867-0.522-1.035-1.048c-0.117-0.367-0.056-0.737,0.012-1.094c0.341-1.797,1.366-3.006,3.125-3.555 c0.357-0.112,0.731-0.166,1.105-0.166c0.94,0.001,1.881,0.001,2.821-0.001c0.128,0,0.257-0.012,0.385-0.021 c0.702-0.051,1.166-0.511,1.22-1.352c0.004-0.064,0-0.129,0.001-0.193c0.011-0.788,0.605-1.396,1.393-1.425 c0.787-0.029,1.438,0.527,1.493,1.318c0.076,1.083-0.265,2.046-0.913,2.907C16.903,11.751,16.819,11.816,16.792,11.923z M8.249,10.436c-0.258-0.008-0.571,0.018-0.882-0.035c-0.536-0.09-0.876-0.39-1.02-0.916C6.19,8.912,6.25,8.388,6.698,7.96 C7.154,7.526,7.694,7.4,8.285,7.645c0.52,0.216,0.859,0.731,0.89,1.293C9.2,9.382,9.178,9.828,9.182,10.272 c0.001,0.116-0.043,0.167-0.161,0.165C8.781,10.434,8.542,10.436,8.249,10.436z M21.682,0H2.318C1.102,0,0.116,0.986,0.116,2.202 v19.317c0,1.37,1.111,2.481,2.481,2.481h18.807c1.37,0,2.481-1.111,2.481-2.481V2.202C23.884,0.986,22.898,0,21.682,0z M20.125,12.473c0.519,0.804,0.733,1.69,0.677,2.657c-0.108,1.886-1.413,3.474-3.25,3.916c-2.585,0.623-4.566-0.923-5.233-2.794 c-0.109-0.304-0.16-0.622-0.224-0.985c-0.068,0.414-0.115,0.789-0.264,1.134c-0.697,1.617-1.884,2.603-3.665,2.799 c-2.104,0.232-4.048-1.067-4.632-3.084c-0.25-0.863-0.175-1.747-0.068-2.625c0.08-0.653,0.321-1.268,0.632-1.848 c0.057-0.106,0.057-0.184-0.01-0.285c-0.561-0.845-0.779-1.777-0.7-2.784C3.43,8.035,3.56,7.52,3.805,7.038 C4.52,5.626,6.09,4.427,8.193,4.626c1.849,0.175,3.562,1.77,3.83,3.564c0.013,0.09,0.039,0.178,0.068,0.311 c0.044-0.241,0.076-0.439,0.118-0.636c0.344-1.63,1.94-3.335,4.201-3.357c2.292-0.021,3.99,1.776,4.31,3.446 c0.17,0.888,0.089,1.776-0.103,2.663c-0.112,0.517-0.31,1.008-0.524,1.492C20.034,12.245,20.043,12.345,20.125,12.473z\"/></svg>\n </figure>\n </td>\n <td>xampp.svg</td>\n <td><code>_includes/icons/simple-icons/xampp.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"xampp\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Xbox icon</title><path d=\"M4.102 21.033C6.211 22.881 8.977 24 12 24c3.026 0 5.789-1.119 7.902-2.967 1.877-1.912-4.316-8.709-7.902-11.417-3.582 2.708-9.779 9.505-7.898 11.417zm11.16-14.406c2.5 2.961 7.484 10.313 6.076 12.912C23.002 17.48 24 14.861 24 12.004c0-3.34-1.365-6.362-3.57-8.536 0 0-.027-.022-.082-.042-.063-.022-.152-.045-.281-.045-.592 0-1.985.434-4.805 3.246zM3.654 3.426c-.057.02-.082.041-.086.042C1.365 5.642 0 8.664 0 12.004c0 2.854.998 5.473 2.661 7.533-1.401-2.605 3.579-9.951 6.08-12.91-2.82-2.813-4.216-3.245-4.806-3.245-.131 0-.223.021-.281.046v-.002zM12 3.551S9.055 1.828 6.755 1.746c-.903-.033-1.454.295-1.521.339C7.379.646 9.659 0 11.984 0H12c2.334 0 4.605.646 6.766 2.085-.068-.046-.615-.372-1.52-.339C14.946 1.828 12 3.545 12 3.545v.006z\"/></svg>\n </figure>\n </td>\n <td>xbox.svg</td>\n <td><code>_includes/icons/simple-icons/xbox.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"xbox\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Xcode icon</title><path d=\"M20 4.8c.4-.2.6-.4.9-.4.5 0 .8.3.9.5.2.3.9.5 1.2.5.2 0 .5-.7.7-1.3s.2-1.3.1-1.4c-.1-.1-.9-.3-1.1-.3-.1.1-.3.2-.7.2s-.8-.3-1.1-.6c-.5-.5-1.1-.7-1.7-.9-.6-.2-1.3-.2-1.9-.2-.9-.1-1.9-.1-2.8.2-.4.1-.7.2-1.1.4-.1.1-.4.2-.5.2-.1.1-.1.2 0 .2s.5-.1.5-.1-.5.2-.5.4c0 .1.1.1.1.1s.3-.1.5-.1c.4 0 1-.2 1.5-.2.6 0 1.2.2 1.8.8.9 1.1.8 2.5.8 2.8-.2 2.1-4.9 14.9-5.1 15.8-.2.9-.2 1.4.9 1.7s1.5 0 1.7-.4c.1-.7 3.1-16.5 4.9-17.9zM16.1 3.8L0 6.3 2.6 23l8.6-1.4c-.1-.7 2.2-6.7 2.6-7.8l-4.4.7.6-1.8 3.1-.5.8 1s.2-.5.2-.7L9.8 7.2c-.2-.3-.2-.7.1-.9l.2-.2c.3-.2.7-.2.9.1l3.8 4.4c.8-2.4 1.5-4.5 1.5-5.2.1-.2.1-.9-.2-1.6zm-12 9.9l2.7-.5-.7 1.8-1.8.3-.2-1.6zm5.8-5.1l.3.1c.4.1.5.5.4.9l-3 8L5.8 20l.2-3 3-8c.1-.4.5-.5.9-.4zM20.7 5.8c-.4.4-.9 1.7-1.9 5.5h.1l.3 1.6-.8.1c-.1.5-.2 1-.4 1.6 1.7.9.8 3.1.7 3.1-.1 0-.1 0-.1-.1s.1-.4-.2-.5c-.2-.1-.6-.2-.9-.4-.3 1.2-.6 2.6-.9 4.1l6.3-1-2.1-14.1-.1.1z\"/></svg>\n </figure>\n </td>\n <td>xcode.svg</td>\n <td><code>_includes/icons/simple-icons/xcode.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"xcode\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>XDA Developers icon</title><path d=\"M14.547 6.502a.193.193 0 00-.131.19v2.396h-3.617c-.783 0-1.421.208-1.887.64-.468.436-.701 1.066-.701 1.852v3.416c-.01.089-.024.184-.024.285 0 .482.142.933.417 1.328.277.4.659.673 1.115.795.254.07.606.096 1.092.096h1.779c.86 0 1.529-.198 1.992-.617.463-.42.687-1.043.688-1.828V6.693a.193.193 0 00-.19-.19h-.475a.193.193 0 00-.058-.001zM.2 9.086a.193.193 0 00-.02.002.193.193 0 00-.095.308l3.049 3.915-3.096 3.878a.193.193 0 00.154.309h.641a.193.193 0 00.154-.07l2.692-3.416 2.68 3.416a.193.193 0 00.154.07h.629a.193.193 0 00.154-.309L4.238 13.3l3-3.903a.193.193 0 00-.154-.308h-.64a.193.193 0 00-.155.07l-2.61 3.428-2.644-3.428a.193.193 0 00-.154-.07H.24a.193.193 0 00-.04-.002zm16.986 0a.193.193 0 00-.019.002.193.193 0 00-.13.19v.486a.193.193 0 00.189.19h4.4c.541 0 .913.125 1.15.357.238.23.37.59.37 1.115v.332h-3.844c-.686 0-1.26.21-1.672.629-.412.418-.617.985-.617 1.672v1.197c0 .569.17 1.07.51 1.459.003.004.008.007.011.012.432.512 1.06.771 1.815.771h2.408c.706 0 1.281-.21 1.672-.64.386-.426.57-1.01.57-1.721V11.52c0-.784-.211-1.41-.664-1.827-.453-.416-1.118-.605-1.957-.605h-4.152a.193.193 0 00-.04-.002zm-6.402.879h3.631v5.066c0 .495-.143.846-.404 1.104-.257.254-.655.433-1.221.498h-.156a.193.193 0 00-.024 0 1 1 0 01-.142.012h-1.672c-.683 0-1.13-.153-1.363-.381-.233-.23-.381-.659-.381-1.34v-3.309c0-.649.234-1.102.713-1.424v.012c.217-.142.556-.238 1.02-.238zm8.483 2.644v.002h3.867v2.645c0 .495-.12.828-.332 1.045-.212.217-.538.344-1.022.344h-2.467a1.27 1.27 0 01-.224-.024c-.43-.075-.732-.238-.926-.463-.194-.225-.297-.525-.297-.937v-1.176c0-.43.108-.747.297-.973.187-.223.47-.37.877-.437h.012c.112-.017.187-.026.215-.026Z\"/></svg>\n\n </figure>\n </td>\n <td>xdadevelopers.svg</td>\n <td><code>_includes/icons/simple-icons/xdadevelopers.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"xdadevelopers\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Xero icon</title><path d=\"M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm6.585 14.655c-1.485 0-2.69-1.206-2.69-2.689 0-1.485 1.207-2.691 2.69-2.691 1.485 0 2.69 1.207 2.69 2.691s-1.207 2.689-2.69 2.689zM7.53 14.644c-.099 0-.192-.041-.267-.116l-2.043-2.04-2.052 2.047c-.069.068-.16.108-.258.108-.202 0-.368-.166-.368-.368 0-.099.04-.191.111-.263l2.04-2.05-2.038-2.047c-.075-.069-.113-.162-.113-.261 0-.203.166-.366.368-.366.098 0 .188.037.258.105l2.055 2.048 2.048-2.045c.069-.071.162-.108.26-.108.211 0 .375.165.375.366 0 .098-.029.188-.104.258l-2.056 2.055 2.055 2.051c.068.069.104.16.104.258 0 .202-.165.368-.365.368h-.01zm8.017-4.591c-.796.101-.882.476-.882 1.404v2.787c0 .202-.165.366-.366.366-.203 0-.367-.165-.368-.366v-4.53c0-.204.16-.366.362-.366.166 0 .316.125.346.289.27-.209.6-.317.93-.317h.105c.195 0 .359.165.359.368 0 .201-.164.352-.375.359 0 0-.09 0-.164.008l.053-.002zm-3.091 2.205H8.625c0 .019.003.037.006.057.02.105.045.211.083.31.194.531.765 1.275 1.829 1.29.33-.003.631-.086.9-.229.21-.12.391-.271.525-.428.045-.058.09-.112.12-.168.18-.229.405-.186.54-.083.164.135.18.391.045.57l-.016.016c-.21.27-.435.495-.689.66-.255.164-.525.284-.811.345-.33.09-.645.104-.975.06-1.095-.135-2.01-.93-2.28-2.01-.06-.21-.09-.42-.09-.645 0-.855.421-1.695 1.125-2.205.885-.615 2.085-.66 3-.075.63.405 1.035 1.021 1.185 1.771.075.419-.21.794-.734.81l.068-.046zm6.129-2.223c-1.064 0-1.931.865-1.931 1.931 0 1.064.866 1.931 1.931 1.931s1.931-.867 1.931-1.931c0-1.065-.866-1.933-1.931-1.933v.002zm0 2.595c-.367 0-.666-.297-.666-.666 0-.367.3-.665.666-.665.367 0 .667.299.667.665 0 .369-.3.667-.667.666zm-8.04-2.603c-.91 0-1.672.623-1.886 1.466v.03h3.776c-.203-.855-.973-1.494-1.891-1.494v-.002z\"/></svg>\n </figure>\n </td>\n <td>xero.svg</td>\n <td><code>_includes/icons/simple-icons/xero.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"xero\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>XFCE icon</title><path d=\"M.01 5.756c-.128.07 1.019.82 3.161 1.706 2.143.886 5.103 3.13 4.87 3.493-.695.984-1.105 2.162-.822 4.178.051.355-1.047.97-.968 1.506.067.408 1.228-.403 1.355-.243.078.288-.621 1.743-.338 1.847.206.062 2.023-1.73 2.129-1.7 2.995.908 6.892.222 6.967.194-.007-.016 2.804 1.326 3.049 1.166.616-.67-1.169-1.615-.871-1.992.13-.198 2.173.742 2.274.485.146-.443-.948-1.375-1.113-1.651-.143-.255-.174-.666.194-.924.367-.257 4.125-1.7 3.967-2.818-.272-2.03-4.766-2.161-4.839-2.332-.034-.08.199-2.902-1.112-2.38-.808.301-.15 2.099-.097 2.332.048.214-.359.19-.436.097-.17-.21-.736-2.084-1.403-1.75-.935.518-.055 2.135-.242 2.187-.346.195-.326.67-.604 1.056-.458.66-3.886-.309-4.994-.376-.811-.048-1.586.62-1.66.535-.987-.993-3.03-2.722-5.27-3.297C1.953 6.733.086 5.743.01 5.755zm22.866 1.816c-.068-.018-.382 1.593-.234 1.665.13.097.355-1.576.237-1.662l-.003-.002zm1.107.213c-.17-.003-1.076 1.449-.867 1.603.129.098.937-1.543.881-1.598a.024.024 0 00-.014-.005zm-4.385 1.768a.388.444 0 01.388.443.388.444 0 01-.388.444.388.444 0 01-.388-.444.388.444 0 01.388-.443zm-.871.27c.165.714.422.94 1.194.918-.983.905-1.58-.645-1.194-.919zm2.125 1.867c.04 0 .071.011.092.03.387.141-1.664.883-1.678.778-.021-.075 1.197-.823 1.586-.808zm.208.475a.1.1 0 01.056.009c.365.364-1.157 1.173-1.14 1.144-.123-.074.766-1.129 1.084-1.154z\"/></svg>\n </figure>\n </td>\n <td>xfce.svg</td>\n <td><code>_includes/icons/simple-icons/xfce.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"xfce\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Xiaomi icon</title><path d=\"M19.96 20a.32.32 0 0 1-.32-.32V4.32a.32.32 0 0 1 .32-.32h3.71a.32.32 0 0 1 .33.32v15.36a.32.32 0 0 1-.33.32zm-6.22 0s-.3-.09-.3-.32v-9.43A2.18 2.18 0 0 0 11.24 8H4.3c-.4 0-.3.3-.3.3v11.38c0 .27-.3.32-.3.32H.33a.32.32 0 0 1-.33-.32V4.32A.32.32 0 0 1 .33 4h12.86a4.28 4.28 0 0 1 4.25 4.27l.01 11.41a.32.32 0 0 1-.32.32zm-6.9 0a.3.3 0 0 1-.3-.3v-9a.3.3 0 0 1 .3-.3h3.77a.3.3 0 0 1 .29.3v9a.3.3 0 0 1-.3.3z\"/></svg>\n </figure>\n </td>\n <td>xiaomi.svg</td>\n <td><code>_includes/icons/simple-icons/xiaomi.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"xiaomi\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Xing icon</title><path d=\"M18.188 0c-.517 0-.741.325-.927.66 0 0-7.455 13.224-7.702 13.657.015.024 4.919 9.023 4.919 9.023.17.308.436.66.967.66h3.454c.211 0 .375-.078.463-.22.089-.151.089-.346-.009-.536l-4.879-8.916c-.004-.006-.004-.016 0-.022L22.139.756c.095-.191.097-.387.006-.535C22.056.078 21.894 0 21.686 0h-3.498zM3.648 4.74c-.211 0-.385.074-.473.216-.09.149-.078.339.02.531l2.34 4.05c.004.01.004.016 0 .021L1.86 16.051c-.099.188-.093.381 0 .529.085.142.239.234.45.234h3.461c.518 0 .766-.348.945-.667l3.734-6.609-2.378-4.155c-.172-.315-.434-.659-.962-.659H3.648v.016z\"/></svg>\n </figure>\n </td>\n <td>xing.svg</td>\n <td><code>_includes/icons/simple-icons/xing.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"xing\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>XMPP icon</title><path d=\"M24,3.276l-3.401,1.318l-1.025,0.366l-3.08,0.911l0,0c0.01,0.18,0.016,0.361,0.016,0.543 c0,3.353-1.693,7.444-4.51,10.386C9.183,13.859,7.49,9.768,7.49,6.415c0-0.182,0.006-0.363,0.016-0.543l0,0L4.426,4.96L3.401,4.594 L0,3.276C0.146,8.978,4.854,14.9,10.498,18.17c-1.303,1.028-2.778,1.81-4.388,2.216l-0.004,0.339 c1.716-0.146,3.333-0.599,4.822-1.279c0.359-0.148,0.717-0.308,1.072-0.479c0.355,0.171,0.712,0.33,1.071,0.478 c1.489,0.68,3.107,1.133,4.822,1.279l-0.004-0.339c-1.61-0.405-3.085-1.188-4.388-2.216C19.146,14.9,23.854,8.978,24,3.276z\"/></svg>\n\n </figure>\n </td>\n <td>xmpp.svg</td>\n <td><code>_includes/icons/simple-icons/xmpp.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"xmpp\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>XRP icon</title><path d=\"M5.52 2.955A3.521 3.521 0 001.996 6.48v2.558A2.12 2.12 0 010 11.157l.03.562-.03.561a2.12 2.12 0 011.996 2.121v2.948a3.69 3.69 0 003.68 3.696v-1.123a2.56 2.56 0 01-2.557-2.558v-2.963a3.239 3.239 0 00-1.42-2.682 3.26 3.26 0 001.42-2.682V6.48A2.412 2.412 0 015.52 4.078h.437V2.955zm12.538 0v1.123h.437a2.39 2.39 0 012.386 2.401v2.558a3.26 3.26 0 001.42 2.682 3.239 3.239 0 00-1.42 2.682v2.963a2.56 2.56 0 01-2.557 2.558v1.123a3.69 3.69 0 003.68-3.696V14.4A2.12 2.12 0 0124 12.281l-.03-.562.03-.561a2.12 2.12 0 01-1.996-2.12V6.478a3.518 3.518 0 00-3.509-3.524zM6.253 7.478l3.478 3.259a3.393 3.393 0 004.553 0l3.478-3.26h-1.669l-2.65 2.464a2.133 2.133 0 01-2.886 0L7.922 7.478zm5.606 4.884a3.36 3.36 0 00-2.128.886l-3.493 3.274h1.668l2.667-2.495a2.133 2.133 0 012.885 0l2.65 2.495h1.67l-3.494-3.274a3.36 3.36 0 00-2.425-.886z\"/></svg>\n </figure>\n </td>\n <td>xrp.svg</td>\n <td><code>_includes/icons/simple-icons/xrp.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"xrp\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>XSplit icon</title><path d=\"M24 19.5c-.7-.1-2.5-.3-2.7-.3-.1 0-2.8 2.3-4 3.399l-.1.101c.1-1.3.3-2.601.399-3.9C11.7 18.1 5.9 17.4 0 16.7V1.5v-.2H.3C.9 1.4 22.9 3.9 24 4v15.5zm-2.6-2.6V6.2C15.1 5.5 8.7 4.7 2.4 4v10.6c6.3.8 12.7 1.5 19 2.3z\"/></svg>\n </figure>\n </td>\n <td>xsplit.svg</td>\n <td><code>_includes/icons/simple-icons/xsplit.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"xsplit\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Yahoo! icon</title><path d=\"M18.86 1.56L14.27 11.87H19.4L24 1.56H18.86M0 6.71L5.15 18.27L3.3 22.44H7.83L14.69 6.71H10.19L7.39 13.44L4.62 6.71H0M15.62 12.87C13.95 12.87 12.71 14.12 12.71 15.58C12.71 17 13.91 18.19 15.5 18.19C17.18 18.19 18.43 16.96 18.43 15.5C18.43 14.03 17.23 12.87 15.62 12.87Z\"/></svg>\n\n </figure>\n </td>\n <td>yahoo.svg</td>\n <td><code>_includes/icons/simple-icons/yahoo.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"yahoo\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Yamaha Corporation icon</title><path d=\"M12 0a12 12 0 1012 12A12 12 0 0012 0zm-.412 1.377A10.648 10.648 0 0122.664 12 10.648 10.648 0 0112 22.664a10.648 10.648 0 01-.412-21.287zM12 1.9a.184.184 0 00-.172.131l-.883 2.526a.39.39 0 000 .097.3.3 0 00.133.25.926.926 0 01.074 1.465 2.345 2.345 0 00-.82 1.79v.903L5.865 6.498l-.547.953 4.987 2.877v.692l-.602.347-4.978-2.88-.551.954L8.602 12l-.782.45a2.345 2.345 0 00-1.127 1.616.93.93 0 01-1.312.668.293.293 0 00-.277 0 .324.324 0 00-.079.063l-1.742 2.037a.188.188 0 00.176.305l2.633-.493a.36.36 0 00.09-.035.3.3 0 00.152-.238.926.926 0 011.232-.781 2.345 2.345 0 001.954-.184l.78-.451v5.104h1.098v-5.756l.598-.344.598.344v5.756h1.1v-5.123l.78.45a2.345 2.345 0 001.954.184.926.926 0 011.234.782.285.285 0 00.149.238.36.36 0 00.09.035l2.634.492a.184.184 0 00.176-.305l.004.02-1.744-2.037a.39.39 0 00-.075-.063.3.3 0 00-.28 0 .938.938 0 01-.864-.035.93.93 0 01-.434-.633 2.368 2.368 0 00-1.14-1.609l-.782-.45 4.436-2.558-.549-.955-4.98 2.873-.602-.347v-.692l4.985-2.877-.547-.953L13.7 9.062v-.904a2.345 2.345 0 00-.803-1.789.922.922 0 01.079-1.465.309.309 0 00.128-.25.27.27 0 000-.097L12.18 2.03a.184.184 0 00-.18-.13zm.021 5.512a.598.598 0 01.58.598V9.7l-.597.347-.598-.348V8.01a.598.598 0 01.615-.597zm-.017 3.818l.687.391v.781l-.687.391-.688-.39v-.782zm2.299 1.403l1.46.847a.598.598 0 01.223.817v.004a.602.602 0 01-.82.219l-1.465-.844v-.696zm-4.596.004l.602.347v.692l-1.465.844a.598.598 0 11-.598-1.036z\"/></svg>\n </figure>\n </td>\n <td>yamahacorporation.svg</td>\n <td><code>_includes/icons/simple-icons/yamahacorporation.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"yamahacorporation\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Yamaha Motor Corporation icon</title><path d=\"M12 0A12 12 0 000 12a12 12 0 0012 12 12 12 0 0012-12A12 12 0 0012 0zm0 .57C18.315.57 23.43 5.685 23.43 12c0 6.31-5.115 11.43-11.43 11.43C5.69 23.43.57 18.314.57 12 .57 5.69 5.69.57 12 .57zm0 .234c-.1 0-.183.06-.218.147l-.492 1.551A9.523 9.523 0 002.475 12c0 1.48.337 2.885.94 4.136l-1.1 1.206a.241.241 0 00-.015.262.246.246 0 00.238.115l1.592-.353a9.52 9.52 0 007.87 4.16c3.27 0 6.16-1.652 7.874-4.16l1.592.353a.236.236 0 00.23-.123.234.234 0 00-.016-.262l-1.1-1.198A9.431 9.431 0 0021.526 12a9.523 9.523 0 00-8.815-9.498L12.218.947A.237.237 0 0012 .804zm-.003.25c.024 0 .048.02.056.043l1.02 3.354a1.2 1.2 0 00-.48.957c0 .389.19.734.48.952h-.004c.436.326.718.846.718 1.429v1.12l4.326-2.497.476.825-4.802 2.77v.965l.834.48 4.802-2.774.476.825-4.326 2.5.972.56c.508.294.818.798.882 1.338v-.004a1.193 1.193 0 001.655.953l2.393 2.56c.02.02.02.047.008.07-.016.025-.04.033-.068.029l-3.413-.794a1.193 1.193 0 00-1.65-.957l.003-.004c-.5.215-1.091.199-1.6-.095l-.968-.56v4.994h-.952v-5.545l-.834-.48-.833.48v5.545h-.953V15.1l-.972.555c-.508.294-1.1.31-1.6.096l.004.004a1.193 1.193 0 00-1.651.957l-3.413.793a.054.054 0 01-.063-.028c-.016-.02-.012-.047.008-.067l2.397-2.56c.333.143.73.135 1.067-.064.338-.194.544-.528.588-.889v.004c.063-.54.373-1.044.88-1.337l.97-.56-4.327-2.496.477-.826 4.802 2.774.833-.484v-.964l-4.802-2.77.476-.826 4.326 2.496V7.79c0-.583.282-1.103.719-1.429h-.004c.29-.214.476-.56.476-.952 0-.393-.19-.738-.48-.957l1.02-3.353c.008-.028.031-.044.051-.044zm.004 5.902a.833.833 0 00-.833.833v1.67L12 9.94l.833-.48V7.789a.833.833 0 00-.833-.833zm0 4.084l-.833.48v.964l.833.476.833-.48v-.96zm-2.62 1.516l-1.444.833a.833.833 0 00-.306 1.14.822.822 0 00.723.412.83.83 0 00.416-.111l1.445-.834v-.96zm5.243 0l-.833.48V14l1.445.834a.834.834 0 00.833-1.445z\"/></svg>\n </figure>\n </td>\n <td>yamahamotorcorporation.svg</td>\n <td><code>_includes/icons/simple-icons/yamahamotorcorporation.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"yamahamotorcorporation\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Yammer icon</title><path d=\"M20.852 6.489c.488-.389.611-1.088.268-1.621-.301-.47-.868-.662-1.378-.516l-.14.075c-.813.447-6.306 4.289-5.688 4.723.617.43 4.363-1.258 6.923-2.664m0 11.557c-2.574-1.405-6.321-3.092-6.938-2.664-.617.434 4.86 4.277 5.673 4.723l.137.075c.512.15 1.067-.044 1.368-.515.347-.534.211-1.233-.271-1.62m2.257-7.04c-.061-.015-.105-.015-.166-.015-.932 0-7.584.722-7.253 1.4.331.662 4.424.993 7.344.993.603-.106 1.053-.663 1.009-1.294-.046-.557-.437-1.008-.965-1.113M5.426 16.766c-.752 2.151-1.459 3.16-3.084 3.16-.151 0-.708-.029-.738-.046-.527-.029-1.008.317-1.144.844-.165.588.181 1.203.783 1.385.421.074.873.091 1.264.091 2.98 0 3.973-1.717 4.951-4.229l5.869-14.538c.211-.662-.165-1.354-.813-1.565-.646-.21-1.324.136-1.565.752L6.856 13.455h-.061L2.493 2.546c-.271-.602-.993-.903-1.64-.662-.663.241-1.009.978-.786 1.64l5.427 13.244-.068-.002z\"/></svg>\n </figure>\n </td>\n <td>yammer.svg</td>\n <td><code>_includes/icons/simple-icons/yammer.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"yammer\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Yandex icon</title><path d=\"M1.902 16.349v-2.85L0 8.398h.957l1.4 3.938L3.97 7.573h.877l-2.069 5.96v2.815h-.876zm5.638 0h-.734c-.033-.125-.065-.3-.075-.447h-.057c-.246.313-.559.525-1.051.525-.798 0-1.344-.601-1.344-1.704 0-1.2.611-1.956 2.18-1.956h.123v-.333c0-.735-.246-1.048-.735-1.048-.445 0-.824.234-1.112.49l-.167-.766c.256-.213.766-.447 1.336-.447.99 0 1.533.424 1.533 1.781v2.636c0 .534.055 1.002.1 1.267l.003.002zm-.955-2.925h-.101c-1.08 0-1.313.479-1.313 1.2 0 .645.21 1.067.655 1.067.3 0 .601-.2.757-.445l.002-1.822zm2.802 2.925h-.869v-5.621h.869v.491h.056c.154-.21.578-.556 1.101-.556.732 0 1.121.412 1.121 1.268v4.418h-.878v-4.34c0-.423-.188-.57-.524-.57-.364 0-.675.279-.877.559v4.35l.001.001zm3.135-2.592c0-2.08.78-3.094 1.901-3.094.268 0 .545.09.713.211V8.398h.869v7.95h-.645l-.069-.445h-.055c-.245.312-.556.521-1.013.521-1.1 0-1.699-.933-1.699-2.667h-.002zm2.615-2.115c-.176-.176-.366-.266-.656-.266-.7 0-1.035 1.057-1.035 2.202 0 1.313.246 2.114.881 2.114.436 0 .666-.213.811-.435v-3.615zm3.604 4.785c-1.155 0-1.869-.924-1.869-2.647 0-1.804.501-3.116 1.69-3.116.935 0 1.544.701 1.544 2.604v.478h-2.331c0 1.268.355 1.935 1.045 1.935.489 0 .847-.222 1.068-.378l.2.667c-.354.278-.79.456-1.345.456l-.002.001zm-.957-3.394h1.435c0-.957-.155-1.657-.656-1.657-.532 0-.72.657-.78 1.657h.001zm6.095-2.292l-1.045 2.625L24 16.349h-.899l-.87-2.314-.844 2.313h-.855l1.166-2.904-1.057-2.702h.901l.727 2.035.765-2.036h.846z\"/></svg>\n </figure>\n </td>\n <td>yandex.svg</td>\n <td><code>_includes/icons/simple-icons/yandex.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"yandex\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>Yarn icon</title><path d=\"M12 0C5.375 0 0 5.375 0 12s5.375 12 12 12 12-5.375 12-12S18.625 0 12 0zm.768 4.105c.183 0 .363.053.525.157.125.083.287.185.755 1.154.31-.088.468-.042.551-.019.204.056.366.19.463.375.477.917.542 2.553.334 3.605-.241 1.232-.755 2.029-1.131 2.576.324.329.778.899 1.117 1.825.278.774.31 1.478.273 2.015a5.51 5.51 0 0 0 .602-.329c.593-.366 1.487-.917 2.553-.931.714-.009 1.269.445 1.353 1.103a1.23 1.23 0 0 1-.945 1.362c-.649.158-.95.278-1.821.843-1.232.797-2.539 1.242-3.012 1.39a1.686 1.686 0 0 1-.704.343c-.737.181-3.266.315-3.466.315h-.046c-.783 0-1.214-.241-1.45-.491-.658.329-1.51.19-2.122-.134a1.078 1.078 0 0 1-.58-1.153 1.243 1.243 0 0 1-.153-.195c-.162-.25-.528-.936-.454-1.946.056-.723.556-1.367.88-1.71a5.522 5.522 0 0 1 .408-2.256c.306-.727.885-1.348 1.32-1.737-.32-.537-.644-1.367-.329-2.21.227-.602.412-.936.82-1.08h-.005c.199-.074.389-.153.486-.259a3.418 3.418 0 0 1 2.298-1.103c.037-.093.079-.185.125-.283.31-.658.639-1.029 1.024-1.168a.94.94 0 0 1 .328-.06zm.006.7c-.507.016-1.001 1.519-1.001 1.519s-1.27-.204-2.266.871c-.199.218-.468.334-.746.44-.079.028-.176.023-.417.672-.371.991.625 2.094.625 2.094s-1.186.839-1.626 1.881c-.486 1.144-.338 2.261-.338 2.261s-.843.732-.899 1.487c-.051.663.139 1.2.343 1.515.227.343.51.176.51.176s-.561.653-.037.931c.477.25 1.283.394 1.71-.037.31-.31.371-1.001.486-1.283.028-.065.12.111.209.199.097.093.264.195.264.195s-.755.324-.445 1.066c.102.246.468.403 1.066.398.222-.005 2.664-.139 3.313-.296.375-.088.505-.283.505-.283s1.566-.431 2.998-1.357c.917-.598 1.293-.76 2.034-.936.612-.148.57-1.098-.241-1.084-.839.009-1.575.44-2.196.825-1.163.718-1.742.672-1.742.672l-.018-.032c-.079-.13.371-1.293-.134-2.678-.547-1.515-1.413-1.881-1.344-1.997.297-.5 1.038-1.297 1.334-2.78.176-.899.13-2.377-.269-3.151-.074-.144-.732.241-.732.241s-.616-1.371-.788-1.483a.271.271 0 0 0-.157-.046z\"/></svg>\n </figure>\n </td>\n <td>yarn.svg</td>\n <td><code>_includes/icons/simple-icons/yarn.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"yarn\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Y Combinator icon</title><path d=\"M0 24V0h24v24H0zM6.951 5.896l4.112 7.708v5.064h1.583v-4.972l4.148-7.799h-1.749l-2.457 4.875c-.372.745-.688 1.434-.688 1.434s-.297-.708-.651-1.434L8.831 5.896h-1.88z\"/></svg>\n </figure>\n </td>\n <td>ycombinator.svg</td>\n <td><code>_includes/icons/simple-icons/ycombinator.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"ycombinator\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Yelp icon</title><path d=\"M21.111 18.226c-.141.969-2.119 3.483-3.029 3.847-.311.124-.611.094-.85-.09-.154-.12-.314-.365-2.447-3.827l-.633-1.032c-.244-.37-.199-.857.104-1.229.297-.359.732-.494 1.111-.35.02.012 1.596.531 1.596.531 3.588 1.179 3.705 1.224 3.857 1.338.227.186.332.475.285.813h.006zm-7.191-5.267c-.254-.386-.25-.841.012-1.155l.998-1.359c2.189-2.984 2.311-3.141 2.459-3.245.256-.171.57-.179.871-.032.869.422 2.623 3.029 2.729 4.029v.034c.029.341-.105.618-.346.784-.164.105-.314.166-4.393 1.156-.645.164-1.004.254-1.215.329l.029-.03c-.404.12-.854-.074-1.109-.479l-.035-.032zm-2.504-1.546c-.195.061-.789.245-1.519-.938 0 0-4.931-7.759-5.047-7.998-.07-.27.015-.574.255-.82.734-.761 4.717-1.875 5.76-1.621.34.088.574.301.656.604.06.335.545 7.536.615 9.149.066 1.38-.525 1.565-.72 1.624zm.651 7.893c-.011 3.774-.019 3.9-.081 4.079-.105.281-.346.469-.681.53-.96.164-3.967-.946-4.594-1.69-.12-.164-.195-.328-.21-.493-.016-.12 0-.24.045-.346.075-.195.18-.345 2.88-3.51l.794-.944c.271-.345.75-.45 1.199-.271.436.165.706.54.676.945v1.68l-.028.02zm-8.183-2.414c-.295-.01-.56-.187-.715-.48-.111-.215-.189-.57-.238-1.002-.137-1.301.029-3.264.419-3.887.183-.285.45-.436.745-.426.195 0 .369.061 4.229 1.65l1.13.449c.404.15.654.57.63 1.051-.03.465-.298.824-.694.93l-1.605.51c-3.59 1.155-3.709 1.185-3.898 1.17l-.003.035zm14.977 7.105h-.004l-.005.003.009-.003z\"/></svg>\n </figure>\n </td>\n <td>yelp.svg</td>\n <td><code>_includes/icons/simple-icons/yelp.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"yelp\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>YouTube icon</title><path d=\"M23.495 6.205a3.007 3.007 0 0 0-2.088-2.088c-1.87-.501-9.396-.501-9.396-.501s-7.507-.01-9.396.501A3.007 3.007 0 0 0 .527 6.205a31.247 31.247 0 0 0-.522 5.805 31.247 31.247 0 0 0 .522 5.783 3.007 3.007 0 0 0 2.088 2.088c1.868.502 9.396.502 9.396.502s7.506 0 9.396-.502a3.007 3.007 0 0 0 2.088-2.088 31.247 31.247 0 0 0 .5-5.783 31.247 31.247 0 0 0-.5-5.805zM9.609 15.601V8.408l6.264 3.602z\"/></svg>\n </figure>\n </td>\n <td>youtube.svg</td>\n <td><code>_includes/icons/simple-icons/youtube.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"youtube\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>YouTube Gaming icon</title><path d=\"M24 13.2v-6l-6-3.6-6 3.6-6-3.6-6 3.6v6l12 7.2zM8.4 10.8H6v2.4H4.8v-2.4H2.4V9.6h2.4V7.2H6v2.4h2.4zm7.2 2.4a1.2 1.2 0 01-1.2-1.2c0-.66.54-1.2 1.2-1.2.66 0 1.2.54 1.2 1.2 0 .66-.54 1.2-1.2 1.2zm3.6-2.4A1.2 1.2 0 0118 9.6c0-.66.54-1.2 1.2-1.2.66 0 1.2.54 1.2 1.2 0 .66-.54 1.2-1.2 1.2Z\"/></svg>\n\n </figure>\n </td>\n <td>youtubegaming.svg</td>\n <td><code>_includes/icons/simple-icons/youtubegaming.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"youtubegaming\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>YouTube Studio icon</title><path d=\"M9.577 15.606L15.606 12 9.577 8.394zm11.38-2.423l2.536 1.972q.394.282.113.789l-2.423 4.169q-.225.394-.732.225l-2.986-1.183q-1.183.845-2.028 1.183l-.451 3.155q-.113.507-.563.507H9.577q-.45 0-.563-.507l-.45-3.155q-1.071-.45-2.029-1.183L3.55 20.338q-.507.169-.732-.225l-2.423-4.17q-.281-.506.113-.788l2.535-1.972Q2.986 12.79 2.986 12t.056-1.183L.507 8.845q-.394-.282-.113-.789l2.423-4.169q.225-.394.732-.225l2.986 1.183Q7.718 4 8.563 3.662L9.014.507Q9.127 0 9.577 0h4.846q.45 0 .563.507l.45 3.155q1.071.45 2.029 1.183l2.986-1.183q.507-.169.732.225l2.423 4.17q.281.506-.113.788l-2.535 1.972q.056.394.056 1.183t-.056 1.183Z\"/></svg>\n\n </figure>\n </td>\n <td>youtubestudio.svg</td>\n <td><code>_includes/icons/simple-icons/youtubestudio.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"youtubestudio\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>YouTube TV icon</title><path d=\"M17.36 20.988H6.536c-.306 0-.51-.205-.51-.511 0-.306.204-.51.51-.51h10.928c.306 0 .51.204.51.51 0 .306-.306.51-.612.51zM1.635 3.012C.714 3.012 0 3.73 0 4.648v12.56c0 .92.714 1.634 1.634 1.634h20.73c.92 0 1.636-.714 1.636-1.633V4.648c0-.92-.716-1.636-1.636-1.636zm7.863 4.393l6.23 3.472-6.23 3.575Z\"/></svg>\n\n </figure>\n </td>\n <td>youtubetv.svg</td>\n <td><code>_includes/icons/simple-icons/youtubetv.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"youtubetv\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Z-Wave icon</title><path d=\"M17.156.014C7.69.014 0 7.704 0 17.17h2.3C2.33 8.956 8.973 2.316 17.157 2.316V.014zm0 4.574c-6.932 0-12.584 5.65-12.584 12.582h2.301c.03-5.68 4.633-10.281 10.283-10.281V4.588zm0 5.709a6.837 6.837 0 00-6.845 6.844 6.839 6.839 0 006.845 6.845A6.837 6.837 0 0024 17.141a6.835 6.835 0 00-6.844-6.844zm-2.273 3.174h5.738l-3.058 4.863h3.058l-1.398 2.156h-5.795l3.144-4.922h-3l1.31-2.097Z\"/></svg>\n\n </figure>\n </td>\n <td>z-wave.svg</td>\n <td><code>_includes/icons/simple-icons/z-wave.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"z-wave\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Zalando icon</title><path d=\"M4.78 24c-.88 0-1.36-.2-1.62-.36-.36-.21-1.02-.75-1.62-2.33A27.06 27.06 0 0 1 0 12V12c.02-3.66.59-6.76 1.54-9.3C2.14 1.1 2.8.56 3.16.35 3.42.21 3.9 0 4.78 0c.33 0 .72.03 1.18.1a26.1 26.1 0 0 1 8.7 3.3h.01a26.4 26.4 0 0 1 7.16 6.01c1.06 1.32 1.19 2.17 1.19 2.59 0 .42-.13 1.27-1.19 2.59a26.4 26.4 0 0 1-7.16 6h-.01a26.03 26.03 0 0 1-8.7 3.3c-.46.08-.85.11-1.18.11z\"/></svg>\n </figure>\n </td>\n <td>zalando.svg</td>\n <td><code>_includes/icons/simple-icons/zalando.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"zalando\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Zapier icon</title><path d=\"M15 12.004c0 .893-.165 1.746-.461 2.535-.787.297-1.643.461-2.535.461h-.009c-.893 0-1.745-.165-2.534-.461C9.164 13.75 9 12.896 9 12.004v-.009c0-.893.164-1.745.461-2.534C10.25 9.164 11.103 9 11.995 9h.009c.893 0 1.748.164 2.535.462.297.788.461 1.641.461 2.535v.007zM23.835 10H16.83l4.948-4.952c-.39-.548-.82-1.06-1.295-1.533-.473-.474-.985-.907-1.53-1.296l-4.954 4.949V.165C13.35.061 12.686 0 12.004 0h-.01c-.68 0-1.346.061-1.995.165V7.17l-4.95-4.949c-.549.386-1.06.821-1.534 1.294-.474.474-.908.987-1.296 1.533L7.168 10H.165S0 11.316 0 11.995v.009c0 .68.061 1.348.165 1.995H7.17l-4.949 4.952c.777 1.096 1.733 2.051 2.827 2.83L10 16.831v7.004c.648.105 1.313.165 1.991.165h.017c.679 0 1.344-.06 1.991-.165v-7.004l4.952 4.95c.548-.375 1.06-.812 1.529-1.29h.005c.473-.465.906-.976 1.296-1.531l-4.95-4.949h7.004c.105-.645.165-1.304.165-1.98V12c0-.678-.06-1.343-.165-1.99\"/></svg>\n </figure>\n </td>\n <td>zapier.svg</td>\n <td><code>_includes/icons/simple-icons/zapier.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"zapier\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>ZDF icon</title><path d=\"M7.014 4.984A7.02 7.02 0 0 0 0 12.002a7.017 7.017 0 0 0 13.271 3.174h2.915c.696 0 1.324-.044 1.962-.553.461-.365.749-.884.883-1.56v2.103h1.336v-2.473h3.153v-1.1h-3.16l.02-.445c.005-.724.226-1.162 1.277-1.162H24V8.873h-2.818c-1.517 0-2.141.85-2.141 2.18v.129c-.254-1.565-1.185-2.309-2.889-2.309h-2.855a7.018 7.018 0 0 0-6.283-3.889zM8.02 8.873h3.436c1.742 0 1.992 1.219 1.992 1.9 0 .725-.298 1.873-1.992 1.873h-.844c-1.056 0-1.281.38-1.281 1.104v.336h3.945v1.074H7.982v-1.558c0-1.335.625-2.123 2.137-2.123h.873c.691 0 1.1-.14 1.1-.725 0-.605-.409-.772-1.12-.772h-2.95V8.873zm6.63 1.113h1.472c1.157 0 1.574.496 1.574 2.041 0 1.541-.412 2.035-1.574 2.035H14.65V9.986z\"/></svg>\n\n </figure>\n </td>\n <td>zdf.svg</td>\n <td><code>_includes/icons/simple-icons/zdf.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"zdf\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Zeit icon</title><path d=\"M24 22.525H0l12-21.05 12 21.05z\"/></svg>\n </figure>\n </td>\n <td>zeit.svg</td>\n <td><code>_includes/icons/simple-icons/zeit.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"zeit\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Zend icon</title><path d=\"M24 .467L9.01 20.217H20.54A3.46 3.46 0 0024 16.757V.468zM3.459 3.783C1.585 3.783 0 5.153 0 7.1v16.433l15.063-19.75H3.459Z\"/></svg>\n\n </figure>\n </td>\n <td>zend.svg</td>\n <td><code>_includes/icons/simple-icons/zend.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"zend\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Zendesk icon</title><path d=\"M11.085 21.095H0L11.085 7.712v13.383zm12.915 0H12.915c0-3.063 2.479-5.543 5.543-5.543 3.063 0 5.542 2.482 5.542 5.543zm-11.085-4.804V2.905H24L12.915 16.291zm-1.83-13.386c0 3.061-2.481 5.544-5.543 5.544C2.482 8.449 0 5.968 0 2.907h11.085v-.002z\"/></svg>\n </figure>\n </td>\n <td>zendesk.svg</td>\n <td><code>_includes/icons/simple-icons/zendesk.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"zendesk\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Zend Framework icon</title><path d=\"M.932 6.242v2.535h5.652L0 17.757h10.219v-2.534h-5.18l6.553-8.98H.932zm13.537.162c-3.178 0-3.178 3.178-3.178 3.178h9.531C24 9.582 24 6.404 24 6.404h-9.531zm-.006 4.067c-3.173 0-3.172 3.172-3.172 3.172l4.762.005c3.178 0 3.177-3.177 3.177-3.177h-4.767zm0 4.049c-3.173 0-3.172 3.183-3.172 3.183l1.584-.006c3.178 0 3.178-3.177 3.178-3.177h-1.59Z\"/></svg>\n\n </figure>\n </td>\n <td>zendframework.svg</td>\n <td><code>_includes/icons/simple-icons/zendframework.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"zendframework\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>ZeroMQ icon</title><path d=\"M22.088,5.499l1.894-1.894l-3.587-3.587l-1.894,1.894C16.627,0.702,14.396,0,12,0C5.373,0,0,5.373,0,12c0,2.396,0.702,4.627,1.912,6.501l-1.894,1.894l3.587,3.587l1.894-1.894C7.373,23.298,9.604,24,12,24c6.627,0,12-5.373,12-12C24,9.604,23.298,7.373,22.088,5.499z M4.569,12c0-4.104,3.327-7.431,7.431-7.431c1.125,0,2.191,0.25,3.146,0.698l-9.88,9.88C4.819,14.191,4.569,13.125,4.569,12z M12,19.431c-1.125,0-2.191-0.25-3.146-0.698l9.88-9.88c0.447,0.956,0.698,2.022,0.698,3.146C19.431,16.104,16.104,19.431,12,19.431z\"/></svg>\n </figure>\n </td>\n <td>zeromq.svg</td>\n <td><code>_includes/icons/simple-icons/zeromq.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"zeromq\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Zerply icon</title><path d=\"M20.779 18.746c-.747.714-1.562 1.017-2.543 1.017-1.32 0-3.322-.61-4.846-1.66-1.629-1.119-3.765-2.237-5.562-2.271 1.323-1.798 3.39-3.628 5.322-5.798.713-.78 4.983-5.7 5.73-6.586.54-.645.813-1.424.813-2.205 0-.3-.033-.585-.101-.855-2.035.405-3.561.601-6.001.601-2.677.015-4.607-.314-5.73-.989-.78 1.018-1.56 2.373-1.56 3.12 0 .948.918 1.728 3.189 1.728.746 0 1.965-.034 3.66-.169-3.492 4.5-6.949 8.16-9.016 10.47-.713.781-1.121 1.83-1.121 2.881 0 .405.075.81.18 1.185.645-.104 1.291-.179 1.965-.179 1.395 0 2.79.299 4.081.839C11.805 21.014 14.205 24 16.921 24c2.204 0 4.065-1.741 4.065-4.036 0-.404-.061-.825-.195-1.229l-.012.011z\"/></svg>\n </figure>\n </td>\n <td>zerply.svg</td>\n <td><code>_includes/icons/simple-icons/zerply.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"zerply\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Zhihu icon</title><path d=\"M5.721 0C2.251 0 0 2.25 0 5.719V18.28C0 21.751 2.252 24 5.721 24h12.56C21.751 24 24 21.75 24 18.281V5.72C24 2.249 21.75 0 18.281 0zm1.964 4.078c-.271.73-.5 1.434-.68 2.11h4.587c.545-.006.445 1.168.445 1.171H9.384a58.104 58.104 0 01-.112 3.797h2.712c.388.023.393 1.251.393 1.266H9.183a9.223 9.223 0 01-.408 2.102l.757-.604c.452.456 1.512 1.712 1.906 2.177.473.681.063 2.081.063 2.081l-2.794-3.382c-.653 2.518-1.845 3.607-1.845 3.607-.523.468-1.58.82-2.64.516 2.218-1.73 3.44-3.917 3.667-6.497H4.491c0-.015.197-1.243.806-1.266h2.71c.024-.32.086-3.254.086-3.797H6.598c-.136.406-.158.447-.268.753-.594 1.095-1.603 1.122-1.907 1.155.906-1.821 1.416-3.6 1.591-4.064.425-1.124 1.671-1.125 1.671-1.125zM13.078 6h6.377v11.33h-2.573l-2.184 1.373-.401-1.373h-1.219zm1.313 1.219v8.86h.623l.263.937 1.455-.938h1.456v-8.86z\"/></svg>\n </figure>\n </td>\n <td>zhihu.svg</td>\n <td><code>_includes/icons/simple-icons/zhihu.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"zhihu\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Zigbee icon</title><path d=\"M11.988 0a11.85 11.85 0 00-8.617 3.696c7.02-.875 11.401-.583 13.289-.34 3.752.583 3.558 3.404 3.558 3.404L8.237 19.112c2.299.22 6.897.366 13.796-.631a11.86 11.86 0 001.912-6.469C23.945 5.374 18.595 0 11.988 0zm.232 4.31c-2.451-.014-5.772.146-9.963.723C.854 7.003.055 9.41.055 12.012.055 18.626 5.38 24 11.988 24c3.63 0 6.85-1.63 9.053-4.182-7.286.948-11.813.631-13.75.388-3.775-.56-3.557-3.404-3.557-3.404L15.691 4.474a38.635 38.635 0 00-3.471-.163Z\"/></svg>\n\n </figure>\n </td>\n <td>zigbee.svg</td>\n <td><code>_includes/icons/simple-icons/zigbee.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"zigbee\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Zillow icon</title><path d=\"M17.381 18.056c-7.43.445-15.51 3.135-16.362 3.51l.989-2.789c2.521-1.166 8.775-3.469 16.486-4.019-.15.57-.961 2.671-1.125 3.285l.012.013zm2.649-7.509s-.363.765-.709 1.814c-2.954.18-7.635 1.154-9.915 1.98 1.186-1.08 8.686-8.61 8.686-8.61C20.985 7.71 24 10.155 24 10.155l-3.97.395v-.003zm-17.55.33c1.647-.75 6.265-2.146 10.685-3.181 0 0-8.497 7.845-10.859 10.275l1.95-5.28c-1.516.225-2.184.315-4.256.75l2.479-2.551.001-.013zm10.6-8.432c.734.359 3.45 2.205 4.419 2.888-3.096.074-9.135 1.409-11.652 2.25 2.065-1.568 5.903-4.53 7.233-5.148v.01z\"/></svg>\n </figure>\n </td>\n <td>zillow.svg</td>\n <td><code>_includes/icons/simple-icons/zillow.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"zillow\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Zingat icon</title><path d=\"M12.271.006A8.584 8.584 0 009.906.25a8.705 8.705 0 00-4.83 3.059 8.377 8.377 0 00-1.85 4.556 6.2 6.2 0 00.159 2.168 15.04 15.04 0 001.053 2.748 38.762 38.762 0 002.498 4.336A82.576 82.576 0 0011.994 24l.067-.074c.456-.574.923-1.14 1.363-1.725.789-1.048 1.562-2.11 2.34-3.168a1 1 0 00.21-.756.973.973 0 00-1.195-.802c-.307.077-.5.286-.675.527-.547.753-1.095 1.505-1.647 2.256-.147.2-.301.393-.488.553a64.17 64.17 0 01-4.38-6.356c-.763-1.28-1.47-2.589-2.007-3.98a8.079 8.079 0 01-.334-1.006c-.105-.44-.096-.892-.068-1.344a5.144 5.144 0 01.328-1.643c.244-.604.507-1.195.9-1.712a6.947 6.947 0 012.65-2.165c.788-.36 1.596-.62 2.47-.62a17.886 17.886 0 011.349.03 4.389 4.389 0 01.943.167c1.486.448 2.742 1.256 3.696 2.494a6.771 6.771 0 01.925 1.709 6.83 6.83 0 01.276.885 4.903 4.903 0 01.086.677c.044.494.063.99-.047 1.477-.079.324-.18.641-.305.951-.133.359-.281.71-.437 1.059V9.793a.835.835 0 00-.184-.56 2.57 2.57 0 00-.394-.354c-1.62-1.23-3.238-2.46-4.858-3.688a.964.964 0 00-1.168.006c-.212.161-.422.325-.633.487l-1.273.972V5.74c-.001-.088-.013-.175-.035-.261a.982.982 0 10-1.932.26V8.06a.169.169 0 01-.074.152c-.194.14-.379.284-.563.428l-.025.02a.98.98 0 00-.148 1.376c.339.422.956.49 1.378.152l3.825-2.92.006-.005a.102.102 0 01.144.006l2.268 1.734c.52.397 1.039.8 1.564 1.19a.293.293 0 01.135.275v4.83c0 .02.003.039.004.058a.97.97 0 00.01.123.97.97 0 000 .002c0 .007 0 .013.002.02a.981.981 0 00.015.072.981.981 0 00.028.094.981.981 0 00.037.09.981.981 0 001.8-.045l.03-.043c.314-.54.635-1.076.937-1.627.597-1.084 1.132-2.196 1.518-3.375a6.706 6.706 0 00.375-1.855 8 8 0 00-.338-2.561 8.497 8.497 0 00-2.943-4.338C15.986.7 14.227.076 12.272.006zM11.178 10.21a1.022 1.022 0 00-.996 1.047v1.615a1.024 1.024 0 001.039 1.002h1.61a1.02 1.02 0 001.019-1.023v-1.618a1.024 1.024 0 00-1.018-1.021h-.81v-.002zm.072.957h1.54c.074 0 .1.03.1.103v.778l.003.006c0 .248-.009.497 0 .74 0 .084-.026.115-.112.115h-1.529c-.08 0-.107-.027-.107-.107v-1.526c0-.077.023-.109.105-.109z\"/></svg>\n </figure>\n </td>\n <td>zingat.svg</td>\n <td><code>_includes/icons/simple-icons/zingat.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"zingat\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Zoom icon</title><path d=\"M4.587 13.63l-.27-.012H1.89l3.235-3.235-.013-.27a.815.815 0 0 0-.795-.795l-.27-.013H.004l.014.27c.034.438.353.77.794.795l.27.013H3.51L.273 13.618l.014.269c.015.433.362.78.795.796l.27.013h4.044l-.014-.27c-.036-.443-.35-.767-.795-.795zm3.237-4.325H7.82a2.695 2.695 0 1 0 .003 0zm1.141 3.839a1.618 1.618 0 1 1-2.288-2.287 1.618 1.618 0 0 1 2.288 2.287zm12.872-3.838a2.157 2.157 0 0 0-1.615.729 2.152 2.152 0 0 0-1.618-.731 2.147 2.147 0 0 0-1.208.37c-.21-.233-.68-.37-.948-.37v5.392l.27-.013c.45-.03.777-.349.795-.796l.013-.27V11.73l.014-.27c.01-.202.04-.382.132-.54a1.078 1.078 0 0 1 1.473-.393 1.078 1.078 0 0 1 .392.392c.093.16.12.339.132.54l.014.271v1.887l.013.269c.027.44.35.768.795.796l.27.013V11.73l.012-.27c.01-.2.04-.384.134-.543.299-.514.959-.69 1.473-.39a1.078 1.078 0 0 1 .392.393c.092.16.12.343.131.54l.014.27v1.887l.013.269c.028.443.35.77.796.796l.27.013V11.46a2.157 2.157 0 0 0-2.16-2.155zm-10.26.788a2.696 2.696 0 1 0 3.81 3.813 2.696 2.696 0 0 0-3.81-3.813zm3.049 3.05a1.618 1.618 0 1 1-2.288-2.288 1.618 1.618 0 0 1 2.288 2.288z\"/></svg>\n </figure>\n </td>\n <td>zoom.svg</td>\n <td><code>_includes/icons/simple-icons/zoom.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"zoom\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Zorin icon</title><path d=\"M4 18.944L5.995 22.4h12.01L20 18.944H4zM24 12l-2.013 3.488H9.216l12.771-6.976L24 12zM0 12l2.013-3.488h12.771L2.013 15.488 0 12zm4-6.944L5.995 1.6h12.01L20 5.056H4z\"/></svg>\n </figure>\n </td>\n <td>zorin.svg</td>\n <td><code>_includes/icons/simple-icons/zorin.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"zorin\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Zulip icon</title><path d=\"M24 12a12 12 0 1 1-24 0 12 12 0 0 1 24 0zm-8.03-6H7.02l1 2.03h6.06l-7.06 7.5 1 2.46h8.96l-1-2.02H9.91l7.06-7.5-1-2.46z\"/></svg>\n </figure>\n </td>\n <td>zulip.svg</td>\n <td><code>_includes/icons/simple-icons/zulip.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"simple-icons\"\n                symbol=\"zulip\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n </tbody>\n</table>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h2 class=\"heading \"\n >\n \n Other\n \n </h2>\n\n\n\n\n<table>\n <thead>\n <tr>\n <th>Icon</th>\n <th>Filename</th>\n <th>Full path</th>\n <th>Include code</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n <td>\n <figure class=\"figure figure--icon\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 54 54\"><defs/><path fill-rule=\"evenodd\" d=\"M46 35v9c0 2-1 5-3 7l-6 2H9l-7-2c-2-2-2-5-2-7V16c0-2 0-5 2-6 2-2 4-3 7-3h9v1l-1 1-4 2H9l-4 2-1 3v28l1 4 4 1h28l3-1 2-4v-8l2-1 1-1zm8-16L41 32h-2l-1-2v-6h-6c-7 0-12 1-14 4-3 3-4 8-3 16v1h-1l-1-1v-1l-2-2-1-3a24 24 0 01-2-8v-3l1-3a12 12 0 012-6l2-2 3-2 5-2 5-1h12V5l1-2 1-1 1 1 13 13z\"/></svg>\n </figure>\n </td>\n <td>share.svg</td>\n <td><code>_includes/icons/other/share.svg</code></td>\n <td>\n <code><pre>\n            \n              {% include atoms/icon.html\n                library=\"other\"\n                symbol=\"share\"\n              %}\n            \n          </pre></code>\n </td>\n </tr>\n \n </tbody>\n</table>\n", "url": "/docs/design/icons/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"The very smallest components in the design system.","robots":"noindex,follow"}, "title": "Icons", "slug": "icons", "ext": ".html", "tags": [] }, { "path": "_docs/design/molecules.html", "relative_path": "_docs/design/molecules.html", "excerpt": "<p>Molecules are characterized by having more than just one little thing to them, and by not being a form input.</p>\n\n", "id": "/docs/design/molecules", "collection": "docs", "content": "<p>Molecules are characterized by having more than just one little thing to them, and by not being a form input.</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Accordion</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <details class=\"accordion include include--molecule include--molecule--accordion text-align--left\n \" >\n <summary class=\"position--relative font-weight--900\">I haven't gotten my invitation. Are you still mailing them out?</summary>\n <p>We mailed out all invitations a while ago. If you did not receive one you probably were not invited. It's a small wedding, sorry.</p>\n </details>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"accordion--background-color-main-light\"\n id=\"accordion--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"accordion--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"accordion--font-size-2em\"\n id=\"accordion--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"accordion--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nchildren</td>\n \n <td> content . Can be plain text or markup</td>\n \n <td> Here is some plain text</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nopen</td>\n \n <td> whether or not the accordion is open by default</td>\n \n <td> true</td>\n \n </tr>\n \n <tr>\n \n \n <td>\ntitle</td>\n \n <td> The summary of the children contents</td>\n \n <td> Plaintext\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;details</span> <span class=\"na\">class=</span><span class=\"s\">\"accordion include include--molecule include--molecule--accordion text-align--left\n    \"</span> <span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;summary</span> <span class=\"na\">class=</span><span class=\"s\">\"position--relative font-weight--900\"</span><span class=\"nt\">&gt;</span>I haven't gotten my invitation. Are you still mailing them out?<span class=\"nt\">&lt;/summary&gt;</span>\n    <span class=\"nt\">&lt;p&gt;</span>We mailed out all invitations a while ago. If you did not receive one you probably were not invited. It's a small wedding, sorry.<span class=\"nt\">&lt;/p&gt;</span>\n  <span class=\"nt\">&lt;/details&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include molecules/accordion.html\n    classes=\"\"\n    children=\"<span class=\"nt\">&lt;p&gt;</span>We mailed out all invitations a while ago. If you did not receive one you probably were not invited. It's a small wedding, sorry.<span class=\"nt\">&lt;/p&gt;</span>\"\n    title=\"I haven't gotten my invitation. Are you still mailing them out?\"\n  %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>Accordions are used for progressive disclosure. Specifically, they can be used for things like FAQs, where the\nalternativue would be anchor links in a table of contents for showing the headings, then clicking to show the\nanswer/detail.</p>\n\n<p>Accordions should not be used to hide large amounts of content. That is being dishonest to the user about the content\non the page. To mediate this, the accordion could be open by default.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Just some sample text in the accessibility section for now.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Alert</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <div class=\"alert include include--module include--molecule--alert position--relative\n \n js--dismissible\n alert--status\"\n id=\"alert--brad-made-a-status-alert\" role=\"alert\">\n <p>Brad made a status alert</p>\n </div>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"alert--margin-vertical-16\"\n id=\"alert--margin-vertical-16\"\n value=\"margin-vertical--16\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"alert--margin-vertical-16\">\n <code>margin-vertical--16</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"alert--font-size-2em\"\n id=\"alert--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"alert--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nchildren</td>\n \n <td> content . Can be plain text or markup</td>\n \n <td> Here is some plain text</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark</td>\n \n </tr>\n \n <tr>\n \n \n <td>\ndismissible</td>\n \n <td> whether the alert can be closed</td>\n \n <td> true</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nlevel</td>\n \n <td> three levels that influence styling: status warning error</td>\n \n <td> status\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"alert include include--module include--molecule--alert position--relative\n    \n    js--dismissible\n    alert--status\"</span>\n  <span class=\"na\">id=</span><span class=\"s\">\"alert--brad-made-a-status-alert\"</span> <span class=\"na\">role=</span><span class=\"s\">\"alert\"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;p&gt;</span>Brad made a status alert<span class=\"nt\">&lt;/p&gt;</span>\n  <span class=\"nt\">&lt;/div&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include molecules/alert.html\n    children=\"<span class=\"nt\">&lt;p&gt;</span>Brad made a status alert<span class=\"nt\">&lt;/p&gt;</span>\"\n    classes=\"\"\n    dismissible=true\n    level=\"status\"\n  %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>Alerts let the user know something more important and timely that body text.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Just some sample text in the accessibility section for now.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Byline</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <div class=\"byline byline--docs display--flex layout--row justify-content--center\n \">\n \n <address class=\"byline--authors author layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <strong>Author(s):</strong>\n <ol class=\"byline--authors--list list-style--none margin-horizontal--0\">\n \n \n <li class=\"byline--authors--list-item\">\n <a rel=\"author\" itemprop=\"author\" href=\"/people/brad-czerniak/\">\n <span itemprop=\"name\">Brad Czerniak</span>\n </a>\n </li>\n \n </ol>\n </address>\n \n\n <time class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center padding-horizontal--4\n padding-horizontal--collapse\" pubdate datetime=\"\" itemprop=\"datePublished\">\n \n </time>\n\n <aside class=\"byline--word-count layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <div>\n <strong>Word count</strong>:\n <span itemprop=\"wordCount\">13737</span>\n </div>\n\n <div class=\"font-size--p875em\">\n That is <span>61.1</span> minutes of reading.\n </div>\n </aside>\n\n \n </div>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"byline--background-color-main-light\"\n id=\"byline--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"byline--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"byline--font-size-2em\"\n id=\"byline--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"byline--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nentity</td>\n \n <td> the page post event etc. to summarize</td>\n \n <td> page\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"byline byline--docs display--flex layout--row justify-content--center\n    \"</span><span class=\"nt\">&gt;</span>\n    \n      <span class=\"nt\">&lt;address</span> <span class=\"na\">class=</span><span class=\"s\">\"byline--authors author layout--column flex--1 display--flex flex-direction--column justify-content--center\n        padding-horizontal--4 padding-horizontal--collapse\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;strong&gt;</span>Author(s):<span class=\"nt\">&lt;/strong&gt;</span>\n        <span class=\"nt\">&lt;ol</span> <span class=\"na\">class=</span><span class=\"s\">\"byline--authors--list list-style--none margin-horizontal--0\"</span><span class=\"nt\">&gt;</span>\n          \n            \n            <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"byline--authors--list-item\"</span><span class=\"nt\">&gt;</span>\n              <span class=\"nt\">&lt;a</span> <span class=\"na\">rel=</span><span class=\"s\">\"author\"</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"author\"</span> <span class=\"na\">href=</span><span class=\"s\">\"/people/brad-czerniak/\"</span><span class=\"nt\">&gt;</span>\n                <span class=\"nt\">&lt;span</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"name\"</span><span class=\"nt\">&gt;</span>Brad Czerniak<span class=\"nt\">&lt;/span&gt;</span>\n              <span class=\"nt\">&lt;/a&gt;</span>\n            <span class=\"nt\">&lt;/li&gt;</span>\n          \n        <span class=\"nt\">&lt;/ol&gt;</span>\n      <span class=\"nt\">&lt;/address&gt;</span>\n    \n\n    <span class=\"nt\">&lt;time</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--column flex--1 display--flex flex-direction--column justify-content--center padding-horizontal--4\n      padding-horizontal--collapse\"</span> <span class=\"na\">pubdate</span> <span class=\"na\">datetime=</span><span class=\"s\">\"\"</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"datePublished\"</span><span class=\"nt\">&gt;</span>\n      \n    <span class=\"nt\">&lt;/time&gt;</span>\n\n    <span class=\"nt\">&lt;aside</span> <span class=\"na\">class=</span><span class=\"s\">\"byline--word-count layout--column flex--1 display--flex flex-direction--column justify-content--center\n      padding-horizontal--4 padding-horizontal--collapse\"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;div&gt;</span>\n        <span class=\"nt\">&lt;strong&gt;</span>Word count<span class=\"nt\">&lt;/strong&gt;</span>:\n        <span class=\"nt\">&lt;span</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"wordCount\"</span><span class=\"nt\">&gt;</span>13737<span class=\"nt\">&lt;/span&gt;</span>\n      <span class=\"nt\">&lt;/div&gt;</span>\n\n      <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"font-size--p875em\"</span><span class=\"nt\">&gt;</span>\n        That is <span class=\"nt\">&lt;span&gt;</span>61.1<span class=\"nt\">&lt;/span&gt;</span> minutes of reading.\n      <span class=\"nt\">&lt;/div&gt;</span>\n    <span class=\"nt\">&lt;/aside&gt;</span>\n\n    \n  <span class=\"nt\">&lt;/div&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include molecules/byline.html\n    classes=\"\"\n    entity=page\n  %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>Bylines give metadata about a page, post, or entity.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Just some sample text in the accessibility section for now.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Card</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <li class=\"card js--child--link display--flex flex-direction--column \">\n <div class=\"card--text padding-horizontal--4 padding-vertical--4\">\n <h3 class=\"card--title font-size--1p25em\"><a href=\"/events/2076/07/tricentennial-party/\">Tricentennial party</a></h3>\n \n <strong class=\"card--subtitle display--block font-size--p875em font-weight--100 font-style--italic\">Sat, Jul 4, 2076</strong>\n \n <p class=\"card--description font-size--p75em\">Arbitrary location for a party three centuries in the making</p>\n </div>\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--image figure--image--required-meta-image-default-jpg figure--card--image order--neg1 box-shadow--lifted-edges\">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <source srcset=\"/assets/images/required/s.webp\"\n data-srcset=\"/assets/images/required/meta-image--default.jpg.webp\" type=\"image/webp\" />\n \n <img src=\"/assets/images/required/s.gif\"\n data-src=\"/assets/images/required/meta-image--default.jpg\" alt=\"Site default social image\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/meta-image--default.jpg\" alt=\"Site default social image\" loading=\"lazy\" />\n </noscript>\n \n \n </figure>\n\n\n\n </li>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"card--background-color-main-light\"\n id=\"card--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"card--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"card--font-size-2em\"\n id=\"card--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"card--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\n classes</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark</td>\n \n </tr>\n \n <tr>\n \n \n <td>\n entity</td>\n \n <td> An individual item from a output collection</td>\n \n <td> post\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"card js--child--link display--flex flex-direction--column \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"card--text padding-horizontal--4 padding-vertical--4\"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;h3</span> <span class=\"na\">class=</span><span class=\"s\">\"card--title font-size--1p25em\"</span><span class=\"nt\">&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/events/2076/07/tricentennial-party/\"</span><span class=\"nt\">&gt;</span>Tricentennial party<span class=\"nt\">&lt;/a&gt;&lt;/h3&gt;</span>\n      \n        <span class=\"nt\">&lt;strong</span> <span class=\"na\">class=</span><span class=\"s\">\"card--subtitle display--block font-size--p875em font-weight--100 font-style--italic\"</span><span class=\"nt\">&gt;</span>Sat, Jul  4, 2076<span class=\"nt\">&lt;/strong&gt;</span>\n      \n      <span class=\"nt\">&lt;p</span> <span class=\"na\">class=</span><span class=\"s\">\"card--description font-size--p75em\"</span><span class=\"nt\">&gt;</span>Arbitrary location for a party three centuries in the making<span class=\"nt\">&lt;/p&gt;</span>\n    <span class=\"nt\">&lt;/div&gt;</span>\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  <span class=\"nt\">&lt;figure</span> <span class=\"na\">class=</span><span class=\"s\">\"figure figure--image figure--image--required-meta-image-default-jpg figure--card--image order--neg1 box-shadow--lifted-edges\"</span><span class=\"nt\">&gt;</span>\n    \n      <span class=\"nt\">&lt;picture</span> <span class=\"na\">class=</span><span class=\"s\">\"picture picture--lazy-load layout--hide--no-javascript\"</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"image\"</span><span class=\"nt\">&gt;</span>\n        \n        \n        \n          <span class=\"nt\">&lt;source</span> <span class=\"na\">srcset=</span><span class=\"s\">\"/assets/images/required/s.webp\"</span>\n            <span class=\"na\">data-srcset=</span><span class=\"s\">\"/assets/images/required/meta-image--default.jpg.webp\"</span> <span class=\"na\">type=</span><span class=\"s\">\"image/webp\"</span> <span class=\"nt\">/&gt;</span>\n        \n        <span class=\"nt\">&lt;img</span> <span class=\"na\">src=</span><span class=\"s\">\"/assets/images/required/s.gif\"</span>\n          <span class=\"na\">data-src=</span><span class=\"s\">\"/assets/images/required/meta-image--default.jpg\"</span> <span class=\"na\">alt=</span><span class=\"s\">\"Site default social image\"</span> <span class=\"na\">loading=</span><span class=\"s\">\"lazy\"</span> <span class=\"nt\">/&gt;</span>\n      <span class=\"nt\">&lt;/picture&gt;</span>\n      <span class=\"nt\">&lt;noscript&gt;</span>\n        <span class=\"nt\">&lt;img</span> <span class=\"na\">src=</span><span class=\"s\">\"/assets/images/required/meta-image--default.jpg\"</span> <span class=\"na\">alt=</span><span class=\"s\">\"Site default social image\"</span> <span class=\"na\">loading=</span><span class=\"s\">\"lazy\"</span> <span class=\"nt\">/&gt;</span>\n      <span class=\"nt\">&lt;/noscript&gt;</span>\n    \n    \n  <span class=\"nt\">&lt;/figure&gt;</span>\n\n\n\n  <span class=\"nt\">&lt;/li&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include molecules/card.html\n    entity=event\n  %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>Cards are represent content that has its own page.</p>\n\n<p>@see https://inclusive-components.design/cards/</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Just some sample text in the accessibility section for now.</p>\n\n<p>@see https://inclusive-components.design/cards/</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Collection hierarchy</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n \n <ul class=\"collection-hierarchy--list list-style--none \">\n \n \n\n \n \n\n \n \n \n \n <li><strong>Content guide</strong>\n <ul>\n \n \n \n <li><a href=\"/docs/content-guide/accessibility/\" class=\"\n \n \">Accessibility</a></li>\n \n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/content-guide/be-concise/\" class=\"\n \n \">Be concise</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/content-guide/content-principles/\" class=\"\n \n \">Content principles</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/content-guide/grammar-mechanics/\" class=\"\n \n \">Grammar and mechanics</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/content-guide/voice-tone/\" class=\"\n \n \">Voice and tone</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/content-guide/writing-about-people/\" class=\"\n \n \">Writing about people</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n </ul></li>\n \n \n \n\n \n \n\n \n \n \n \n <li><strong>Content technical</strong>\n <ul>\n \n \n \n <li><a href=\"/docs/content-technical/javascript/\" class=\"\n \n \">JavaScript</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/content-technical/layouts/\" class=\"\n \n \">Layouts</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/content-technical/markdown/\" class=\"\n \n \">Markdown</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/content-technical/seo/\" class=\"\n \n \">Search engine optimization</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n </ul></li>\n \n \n \n\n \n \n\n \n \n \n \n <li><strong>Design</strong>\n <ul>\n \n \n \n <li><strong>Assets</strong>\n <ul>\n \n \n \n <li><a href=\"/docs/design/assets/gif/\" class=\"\n \n \">GIF files</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/design/assets/jpg/\" class=\"\n \n \">JPEG files</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/design/assets/json/\" class=\"\n \n \">JSON files</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/design/assets/png/\" class=\"\n \n \">PNG files</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/design/assets/svg/\" class=\"\n \n \">SVG files</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n </ul></li>\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/design/atoms/\" class=\"\n \n \">Atoms</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n \n \n <li><strong>Design tokens</strong>\n <ul>\n \n \n \n <li><strong>Lang</strong>\n <ul>\n \n \n \n <li><a href=\"/docs/design/design-tokens/lang/lang/\" class=\"\n \n \">Lang (translated)</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n </ul></li>\n \n \n \n\n \n \n\n \n \n \n \n <li><strong>Root</strong>\n <ul>\n \n \n \n <li><a href=\"/docs/design/design-tokens/root/color/\" class=\"\n \n \">Color</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/design/design-tokens/root/values/\" class=\"\n \n \">Values (design tokens)</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n </ul></li>\n \n \n \n\n \n </ul></li>\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/design/forms/\" class=\"\n \n \">Forms</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/design/icons/\" class=\"\n \n \">Icons</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/design/molecules/\" class=\"\n active\n \">Molecules</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/design/moodboard/\" class=\"\n \n \">Moodboard</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/design/organisms/\" class=\"\n \n \">Organisms</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/design/sections/\" class=\"\n \n \">Sections (reusable)</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n </ul></li>\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/strategic-plan/\" class=\"\n \n \">Strategic Plan</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n \n \n <li><strong>Technical</strong>\n <ul>\n \n \n \n <li><a href=\"/docs/technical/browser-support/\" class=\"\n \n \">Browser support</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/technical/performance-budget/\" class=\"\n \n \">Performance budget</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n </ul></li>\n \n \n \n\n \n \n\n \n \n \n \n <li><strong>User experience</strong>\n <ul>\n \n \n \n <li><a href=\"/docs/user-experience/information-architecture/\" class=\"\n \n \">Information architecture</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/user-experience/personas/\" class=\"\n \n \">Personas</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/user-experience/user-testing/\" class=\"\n \n \">User testing</a></li>\n \n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n \n \n <li><a href=\"/docs/user-experience/ux-principles/\" class=\"\n \n \">UX principles</a></li>\n \n \n \n\n \n \n \n \n </ul></li>\n \n \n\n \n \n \n </ul>\n \n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"collection-hierarchy--background-color-main-light\"\n id=\"collection-hierarchy--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"collection-hierarchy--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"collection-hierarchy--font-size-2em\"\n id=\"collection-hierarchy--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"collection-hierarchy--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark</td>\n \n </tr>\n \n <tr>\n \n \n <td>\ncollection</td>\n \n <td> a collection registered with Jekyll</td>\n \n <td> docs</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nentity</td>\n \n <td> usually the current page. Used for highlight the active page</td>\n \n <td> page\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  \n    <span class=\"nt\">&lt;ul</span> <span class=\"na\">class=</span><span class=\"s\">\"collection-hierarchy--list list-style--none \"</span><span class=\"nt\">&gt;</span>\n      \n      \n\n        \n        \n\n        \n        \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;strong&gt;</span>Content guide<span class=\"nt\">&lt;/strong&gt;</span>\n                <span class=\"nt\">&lt;ul&gt;</span>\n            \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/content-guide/accessibility/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>Accessibility<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/content-guide/be-concise/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>Be concise<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/content-guide/content-principles/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>Content principles<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/content-guide/grammar-mechanics/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>Grammar and mechanics<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/content-guide/voice-tone/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>Voice and tone<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/content-guide/writing-about-people/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>Writing about people<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              <span class=\"nt\">&lt;/ul&gt;&lt;/li&gt;</span>\n            \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;strong&gt;</span>Content technical<span class=\"nt\">&lt;/strong&gt;</span>\n                <span class=\"nt\">&lt;ul&gt;</span>\n            \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/content-technical/javascript/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>JavaScript<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/content-technical/layouts/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>Layouts<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/content-technical/markdown/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>Markdown<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/content-technical/seo/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>Search engine optimization<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              <span class=\"nt\">&lt;/ul&gt;&lt;/li&gt;</span>\n            \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;strong&gt;</span>Design<span class=\"nt\">&lt;/strong&gt;</span>\n                <span class=\"nt\">&lt;ul&gt;</span>\n            \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;strong&gt;</span>Assets<span class=\"nt\">&lt;/strong&gt;</span>\n                <span class=\"nt\">&lt;ul&gt;</span>\n            \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/design/assets/gif/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>GIF files<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/design/assets/jpg/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>JPEG files<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/design/assets/json/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>JSON files<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/design/assets/png/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>PNG files<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/design/assets/svg/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>SVG files<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              <span class=\"nt\">&lt;/ul&gt;&lt;/li&gt;</span>\n            \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/design/atoms/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>Atoms<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;strong&gt;</span>Design tokens<span class=\"nt\">&lt;/strong&gt;</span>\n                <span class=\"nt\">&lt;ul&gt;</span>\n            \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;strong&gt;</span>Lang<span class=\"nt\">&lt;/strong&gt;</span>\n                <span class=\"nt\">&lt;ul&gt;</span>\n            \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/design/design-tokens/lang/lang/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>Lang (translated)<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              <span class=\"nt\">&lt;/ul&gt;&lt;/li&gt;</span>\n            \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;strong&gt;</span>Root<span class=\"nt\">&lt;/strong&gt;</span>\n                <span class=\"nt\">&lt;ul&gt;</span>\n            \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/design/design-tokens/root/color/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>Color<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/design/design-tokens/root/values/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>Values (design tokens)<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              <span class=\"nt\">&lt;/ul&gt;&lt;/li&gt;</span>\n            \n          \n            \n\n            \n              <span class=\"nt\">&lt;/ul&gt;&lt;/li&gt;</span>\n            \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/design/forms/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>Forms<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/design/icons/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>Icons<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/design/molecules/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                active\n              \"</span><span class=\"nt\">&gt;</span>Molecules<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/design/moodboard/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>Moodboard<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/design/organisms/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>Organisms<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/design/sections/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>Sections (reusable)<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              <span class=\"nt\">&lt;/ul&gt;&lt;/li&gt;</span>\n            \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/strategic-plan/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>Strategic Plan<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;strong&gt;</span>Technical<span class=\"nt\">&lt;/strong&gt;</span>\n                <span class=\"nt\">&lt;ul&gt;</span>\n            \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/technical/browser-support/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>Browser support<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/technical/performance-budget/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>Performance budget<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              <span class=\"nt\">&lt;/ul&gt;&lt;/li&gt;</span>\n            \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;strong&gt;</span>User experience<span class=\"nt\">&lt;/strong&gt;</span>\n                <span class=\"nt\">&lt;ul&gt;</span>\n            \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/user-experience/information-architecture/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>Information architecture<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/user-experience/personas/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>Personas<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/user-experience/user-testing/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>User testing<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n\n        \n        \n      \n\n        \n        \n\n        \n        \n\n        \n        \n\n          \n          \n\n          \n          \n            \n\n            \n              \n\n          \n          \n          \n            \n              <span class=\"nt\">&lt;li&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/user-experience/ux-principles/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"\n                \n              \"</span><span class=\"nt\">&gt;</span>UX principles<span class=\"nt\">&lt;/a&gt;&lt;/li&gt;</span>\n            \n          \n        \n\n        \n        \n          \n            \n            <span class=\"nt\">&lt;/ul&gt;&lt;/li&gt;</span>\n          \n        \n\n        \n        \n      \n    <span class=\"nt\">&lt;/ul&gt;</span>\n  \n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include molecules/collection-hierarchy.html\n    collection=\"docs\"\n    entity=page\n  %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>A collection hierarchy represents all the items in a collection, as organized in the collection’s directory structure. It\ncan serve as a secondary navigation, especially on pages for docs.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Just some sample text in the accessibility section for now.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Docblock</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\"></h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n\n </div>\n </details>\n </section>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"docblock--background-color-main-light\"\n id=\"docblock--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"docblock--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"docblock--font-size-2em\"\n id=\"docblock--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"docblock--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\naccessibility</td>\n \n <td> text describing any concerns or guidance on the accessibility of the component</td>\n \n <td> Sample text</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to the parent</td>\n \n <td> color--main-dark</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nhtml</td>\n \n <td> rendered HTML of the component</td>\n \n <td> component</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nliquid</td>\n \n <td> example of calling the component in liquid with the necessary props</td>\n \n <td> liquid</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nname</td>\n \n <td> short name of the component for the block</td>\n \n <td> name</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nprops</td>\n \n <td> enumeration of the props for the component in a parsable format</td>\n \n <td> props</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nsource</td>\n \n <td> pass along the source include for usage if needed</td>\n \n <td> include</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nusage</td>\n \n <td> detailed notes on using and not using the component</td>\n \n <td> usage\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;section</span> <span class=\"na\">class=</span><span class=\"s\">\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n    padding-horizontal--collapse\"</span><span class=\"nt\">&gt;</span>\n\n    <span class=\"nt\">&lt;h3</span> <span class=\"na\">class=</span><span class=\"s\">\"text-align--center\"</span><span class=\"nt\">&gt;&lt;/h3&gt;</span>\n\n    <span class=\"nt\">&lt;h4</span> <span class=\"na\">class=</span><span class=\"s\">\"docblock--example--label\"</span><span class=\"nt\">&gt;</span>Example<span class=\"nt\">&lt;/h4&gt;</span>\n    <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"docblock--example position--relative\"</span><span class=\"nt\">&gt;</span>\n      \n    <span class=\"nt\">&lt;/div&gt;</span>\n\n    <span class=\"nt\">&lt;details&gt;</span>\n      <span class=\"nt\">&lt;summary&gt;</span>Options<span class=\"nt\">&lt;/summary&gt;</span>\n\n      <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--row display--flex\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;aside</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n          padding-horizontal--4 padding-horizontal--collapse\"</span><span class=\"nt\">&gt;</span>\n          <span class=\"nt\">&lt;fieldset</span> <span class=\"na\">class=</span><span class=\"s\">\"docblock--classes\"</span><span class=\"nt\">&gt;</span>\n            <span class=\"nt\">&lt;legend&gt;</span>Toggle classes<span class=\"nt\">&lt;/legend&gt;</span>\n            \n          <span class=\"nt\">&lt;/fieldset&gt;</span>\n        <span class=\"nt\">&lt;/aside&gt;</span>\n        <span class=\"nt\">&lt;aside</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n          padding-horizontal--4 padding-horizontal--collapse\"</span><span class=\"nt\">&gt;</span>\n          <span class=\"nt\">&lt;h4&gt;</span>Props<span class=\"nt\">&lt;/h4&gt;</span>\n          <span class=\"nt\">&lt;table&gt;</span>\n            <span class=\"nt\">&lt;thead&gt;</span>\n             <span class=\"nt\">&lt;tr&gt;</span>\n               <span class=\"nt\">&lt;th&gt;</span>Name<span class=\"nt\">&lt;/th&gt;</span>\n               <span class=\"nt\">&lt;th&gt;</span>Description<span class=\"nt\">&lt;/th&gt;</span>\n               <span class=\"nt\">&lt;th&gt;</span>Example<span class=\"nt\">&lt;/th&gt;</span>\n             <span class=\"nt\">&lt;/tr&gt;</span>\n            <span class=\"nt\">&lt;/thead&gt;</span>\n            <span class=\"nt\">&lt;tbody&gt;</span>\n              \n              \n            <span class=\"nt\">&lt;/tbody&gt;</span>\n          <span class=\"nt\">&lt;/table&gt;</span>\n        <span class=\"nt\">&lt;/aside&gt;</span>\n      <span class=\"nt\">&lt;/div&gt;</span>\n\n    <span class=\"nt\">&lt;/details&gt;</span>\n\n    <span class=\"nt\">&lt;details&gt;</span>\n      <span class=\"nt\">&lt;summary&gt;</span>Code<span class=\"nt\">&lt;/summary&gt;</span>\n\n      <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--row display--flex\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;aside</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n          padding-horizontal--4 padding-horizontal--collapse\"</span><span class=\"nt\">&gt;</span>\n          <span class=\"nt\">&lt;h4&gt;</span>HTML<span class=\"nt\">&lt;/h4&gt;</span>\n          <span class=\"nt\">&lt;figure</span> <span class=\"na\">class=</span><span class=\"s\">\"highlight\"</span><span class=\"nt\">&gt;&lt;pre&gt;&lt;code</span> <span class=\"na\">class=</span><span class=\"s\">\"language-html\"</span> <span class=\"na\">data-lang=</span><span class=\"s\">\"html\"</span><span class=\"nt\">&gt;</span>          \n          <span class=\"nt\">&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;</span>\n        <span class=\"nt\">&lt;/aside&gt;</span>\n        <span class=\"nt\">&lt;aside</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n          padding-horizontal--4 padding-horizontal--collapse\"</span><span class=\"nt\">&gt;</span>\n          <span class=\"nt\">&lt;h4&gt;</span>Liquid template<span class=\"nt\">&lt;/h4&gt;</span>\n          <span class=\"nt\">&lt;figure</span> <span class=\"na\">class=</span><span class=\"s\">\"highlight\"</span><span class=\"nt\">&gt;&lt;pre&gt;&lt;code</span> <span class=\"na\">class=</span><span class=\"s\">\"language-smarty\"</span> <span class=\"na\">data-lang=</span><span class=\"s\">\"smarty\"</span><span class=\"nt\">&gt;</span>          \n          <span class=\"nt\">&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;</span>\n        <span class=\"nt\">&lt;/aside&gt;</span>\n      <span class=\"nt\">&lt;/div&gt;</span>\n    <span class=\"nt\">&lt;/details&gt;</span>\n\n    <span class=\"nt\">&lt;details</span> <span class=\"na\">open</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;summary&gt;</span>Usage<span class=\"nt\">&lt;/summary&gt;</span>\n      <span class=\"nt\">&lt;div&gt;</span>\n        \n\n\n\n      <span class=\"nt\">&lt;/div&gt;</span>\n    <span class=\"nt\">&lt;/details&gt;</span>\n\n    <span class=\"nt\">&lt;details&gt;</span>\n      <span class=\"nt\">&lt;summary&gt;</span>Accessibility<span class=\"nt\">&lt;/summary&gt;</span>\n      <span class=\"nt\">&lt;div&gt;</span>\n        \n\n      <span class=\"nt\">&lt;/div&gt;</span>\n    <span class=\"nt\">&lt;/details&gt;</span>\n  <span class=\"nt\">&lt;/section&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include molecules/docblock.html\n    accessibility=accessibility\n    classes=classes\n    html=component\n    liquid=liquid\n    name=name\n    props=props\n    source=include\n    usage=usage\n  %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>Docblocks are used by the internal component system to show examples and documentation for other components.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Just some sample text in the accessibility section for now.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Event details</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <div class=\"event-details event-details--events display--flex layout--row justify-content--center\n \">\n \n <aside class=\"event-details--times layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <time class=\"\"\n datetime=\"2076-07-04T10:00:00+00:00\"\n itemprop=\"startDate\" content=\"2076-07-04T10:00:00+00:00\"\n >\n \n <strong>Start</strong>:\n \n Saturday, July 4, 2076 at 10:00AM\n </time>\n\n \n <time class=\"\"\n datetime=\"2076-07-04T22:00:00+00:00\"\n itemprop=\"endDate\" content=\"2076-07-04T22:00:00+00:00\"\n >\n <strong>End</strong>: Saturday, July 4, 2076 at 10:00PM\n </time>\n \n </aside>\n \n\n \n <aside class=\"byline--word-count layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <address itemprop=\"location\" itemscope itemtype=\"http://schema.org/PostalAddress\">\n <span>Kensington Metropark</span><br>\n <span itemprop=\"streetAddress\">4570 Huron River Pkwy</span><br>\n <span itemprop=\"addressLocality\">Milford</span>,\n <span itemprop=\"addressRegion\">MI</span>\n <span itemprop=\"postalCode\">48380</span>\n </address>\n </aside>\n \n </div>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"event-details--background-color-main-light\"\n id=\"event-details--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"event-details--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"event-details--font-size-2em\"\n id=\"event-details--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"event-details--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nentity</td>\n \n <td> an event with all the expected event fields</td>\n \n <td> page\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"event-details event-details--events display--flex layout--row justify-content--center\n    \"</span><span class=\"nt\">&gt;</span>\n    \n      <span class=\"nt\">&lt;aside</span> <span class=\"na\">class=</span><span class=\"s\">\"event-details--times layout--column flex--1 display--flex flex-direction--column justify-content--center\n        padding-horizontal--4 padding-horizontal--collapse\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;time</span> <span class=\"na\">class=</span><span class=\"s\">\"\"</span>\n          <span class=\"na\">datetime=</span><span class=\"s\">\"2076-07-04T10:00:00+00:00\"</span>\n          <span class=\"na\">itemprop=</span><span class=\"s\">\"startDate\"</span> <span class=\"na\">content=</span><span class=\"s\">\"2076-07-04T10:00:00+00:00\"</span>\n        <span class=\"nt\">&gt;</span>\n          \n            <span class=\"nt\">&lt;strong&gt;</span>Start<span class=\"nt\">&lt;/strong&gt;</span>:\n          \n          Saturday, July  4, 2076 at 10:00AM\n        <span class=\"nt\">&lt;/time&gt;</span>\n\n        \n          <span class=\"nt\">&lt;time</span> <span class=\"na\">class=</span><span class=\"s\">\"\"</span>\n            <span class=\"na\">datetime=</span><span class=\"s\">\"2076-07-04T22:00:00+00:00\"</span>\n            <span class=\"na\">itemprop=</span><span class=\"s\">\"endDate\"</span> <span class=\"na\">content=</span><span class=\"s\">\"2076-07-04T22:00:00+00:00\"</span>\n          <span class=\"nt\">&gt;</span>\n            <span class=\"nt\">&lt;strong&gt;</span>End<span class=\"nt\">&lt;/strong&gt;</span>: Saturday, July  4, 2076 at 10:00PM\n          <span class=\"nt\">&lt;/time&gt;</span>\n        \n      <span class=\"nt\">&lt;/aside&gt;</span>\n    \n\n    \n      <span class=\"nt\">&lt;aside</span> <span class=\"na\">class=</span><span class=\"s\">\"byline--word-count layout--column flex--1 display--flex flex-direction--column justify-content--center\n        padding-horizontal--4 padding-horizontal--collapse\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;address</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"location\"</span> <span class=\"na\">itemscope</span> <span class=\"na\">itemtype=</span><span class=\"s\">\"http://schema.org/PostalAddress\"</span><span class=\"nt\">&gt;</span>\n          <span class=\"nt\">&lt;span&gt;</span>Kensington Metropark<span class=\"nt\">&lt;/span&gt;&lt;br&gt;</span>\n          <span class=\"nt\">&lt;span</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"streetAddress\"</span><span class=\"nt\">&gt;</span>4570 Huron River Pkwy<span class=\"nt\">&lt;/span&gt;&lt;br&gt;</span>\n          <span class=\"nt\">&lt;span</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"addressLocality\"</span><span class=\"nt\">&gt;</span>Milford<span class=\"nt\">&lt;/span&gt;</span>,\n          <span class=\"nt\">&lt;span</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"addressRegion\"</span><span class=\"nt\">&gt;</span>MI<span class=\"nt\">&lt;/span&gt;</span>\n          <span class=\"nt\">&lt;span</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"postalCode\"</span><span class=\"nt\">&gt;</span>48380<span class=\"nt\">&lt;/span&gt;</span>\n        <span class=\"nt\">&lt;/address&gt;</span>\n      <span class=\"nt\">&lt;/aside&gt;</span>\n    \n  <span class=\"nt\">&lt;/div&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include molecules/event-details.html\n    classes=\"\"\n    entity=page\n  %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>Event details can be placed in the page hero for an event, or perhaps elsewhere. Events have details that other collections\ndo not, so putting the dates and locations somewhere other than the body may yield greater attention to it.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Just some sample text in the accessibility section for now.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Menu</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n<ul class=\"menu menu--copyright list-style--none margin-horizontal--0 border-spaced display--flex layout--row menu-layout--horizontal\">\n \n \n <li class=\"menu-item menu-item--menu-copyright menu-item--page-terms-and-conditions\n menu-item--menu-copyright--page-terms-and-conditions flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/terms-conditions/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Terms and conditions</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-copyright menu-item--page-privacy-policy\n menu-item--menu-copyright--page-privacy-policy flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/privacy-policy/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Privacy Policy</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-copyright menu-item--page-accessibility-statement\n menu-item--menu-copyright--page-accessibility-statement flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/accessibility-statement/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Accessibility Statement</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-copyright menu-item--page-press\n menu-item--menu-copyright--page-press flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/press/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Press</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-copyright menu-item--page-site-map\n menu-item--menu-copyright--page-site-map flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/site-map/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Site map</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-copyright menu-item--page-documentation\n menu-item--menu-copyright--page-documentation flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/docs/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Documentation</a>\n </li>\n \n \n</ul>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"menu--background-color-main-light\"\n id=\"menu--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"menu--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"menu--font-size-2em\"\n id=\"menu--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"menu--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nmenu</td>\n \n <td> the name of the menu as it appears in the front matter of the page</td>\n \n <td> main\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n<span class=\"nt\">&lt;ul</span> <span class=\"na\">class=</span><span class=\"s\">\"menu menu--copyright list-style--none margin-horizontal--0 border-spaced display--flex layout--row menu-layout--horizontal\"</span><span class=\"nt\">&gt;</span>\n  \n    \n      <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item menu-item--menu-copyright menu-item--page-terms-and-conditions\n        menu-item--menu-copyright--page-terms-and-conditions flex--1 display--flex\n        flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/terms-conditions/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link \n          display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>Terms and conditions<span class=\"nt\">&lt;/a&gt;</span>\n      <span class=\"nt\">&lt;/li&gt;</span>\n    \n  \n    \n      <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item menu-item--menu-copyright menu-item--page-privacy-policy\n        menu-item--menu-copyright--page-privacy-policy flex--1 display--flex\n        flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/privacy-policy/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link \n          display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>Privacy Policy<span class=\"nt\">&lt;/a&gt;</span>\n      <span class=\"nt\">&lt;/li&gt;</span>\n    \n  \n    \n      <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item menu-item--menu-copyright menu-item--page-accessibility-statement\n        menu-item--menu-copyright--page-accessibility-statement flex--1 display--flex\n        flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/accessibility-statement/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link \n          display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>Accessibility Statement<span class=\"nt\">&lt;/a&gt;</span>\n      <span class=\"nt\">&lt;/li&gt;</span>\n    \n  \n    \n      <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item menu-item--menu-copyright menu-item--page-press\n        menu-item--menu-copyright--page-press flex--1 display--flex\n        flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/press/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link \n          display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>Press<span class=\"nt\">&lt;/a&gt;</span>\n      <span class=\"nt\">&lt;/li&gt;</span>\n    \n  \n    \n      <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item menu-item--menu-copyright menu-item--page-site-map\n        menu-item--menu-copyright--page-site-map flex--1 display--flex\n        flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/site-map/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link \n          display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>Site map<span class=\"nt\">&lt;/a&gt;</span>\n      <span class=\"nt\">&lt;/li&gt;</span>\n    \n  \n    \n      <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item menu-item--menu-copyright menu-item--page-documentation\n        menu-item--menu-copyright--page-documentation flex--1 display--flex\n        flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link \n          display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>Documentation<span class=\"nt\">&lt;/a&gt;</span>\n      <span class=\"nt\">&lt;/li&gt;</span>\n    \n  \n<span class=\"nt\">&lt;/ul&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include molecules/menu.html\n    menu=\"copyright\"\n    classes=\"border-spaced display--flex layout--row menu-layout--horizontal\"\n  %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>Menus can be used to group related navigation links together in order to display an implied information architecture.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Just some sample text in the accessibility section for now.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n\n\n\n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Product summary</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <div class=\"product--summary \">\n <p><em>SKU</em>: SBFRT-0001</p>\n <p><em>Price</em>: <strong>82.99</strong></p>\n </div>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"product-summary--background-color-main-light\"\n id=\"product-summary--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"product-summary--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"product-summary--font-size-2em\"\n id=\"product-summary--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"product-summary--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nentity</td>\n \n <td> the product with the necessary props</td>\n \n <td> product\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"product--summary \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;p&gt;&lt;em&gt;</span>SKU<span class=\"nt\">&lt;/em&gt;</span>: SBFRT-0001<span class=\"nt\">&lt;/p&gt;</span>\n    <span class=\"nt\">&lt;p&gt;&lt;em&gt;</span>Price<span class=\"nt\">&lt;/em&gt;</span>: <span class=\"nt\">&lt;strong&gt;</span>82.99<span class=\"nt\">&lt;/strong&gt;&lt;/p&gt;</span>\n  <span class=\"nt\">&lt;/div&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include molecules/product--summary.html\n    entity=product\n  %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>Product summary is the product equivalent of a byline or event details component. It shows the SKU, price, and other fixed\nfields for a product.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Just some sample text in the accessibility section for now.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Product widget</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <div class=\"product--widget layout--hide--no-javascript \">\n <div class=\"product--widget--quantity\">\n <label for=\"sbfrt-0001-quantity\">Quantity:</label>\n <input type=\"number\" id=\"sbfrt-0001-quantity\" name=\"sbfrt-0001-quantity\"\n class=\"product--widget--quantity--input\" min=\"1\" value=\"1\" />\n </div>\n <div class=\"product--widget--buy-button\">\n <button type=\"button\"\n class=\"buy-button snipcart-add-item\"\n data-item-quantity=\"1\"\n data-item-id=\"SBFRT-0001\"\n data-item-name=\"A banana\"\n data-item-price=\"82.99\"\n \n data-item-image=\"http://bradczerniak.com/assets/images/1200x630/banana.jpg\"\n \n data-item-url=\"http://bradczerniak.com/products/a-banana/\"\n data-item-description=\"Affordable, portable fruiting\"\n >\n Add to cart\n </button>\n </div>\n </div>\n <noscript>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <div class=\"alert include include--module include--molecule--alert position--relative\n \n js--dismissible\n alert--error\"\n id=\"alert--notice-shopping-cart-functi...\" role=\"alert\">\n <p><strong>Notice</strong>: Shopping cart functionality requires JavaScript to be enabled.</p>\n </div>\n\n\n\n </noscript>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"product-widget--background-color-main-light\"\n id=\"product-widget--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"product-widget--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"product-widget--font-size-2em\"\n id=\"product-widget--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"product-widget--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\n classes</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark</td>\n \n </tr>\n \n <tr>\n \n \n <td>\n entity</td>\n \n <td> the product with the necessary props</td>\n \n <td> product\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"product--widget layout--hide--no-javascript \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"product--widget--quantity\"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;label</span> <span class=\"na\">for=</span><span class=\"s\">\"sbfrt-0001-quantity\"</span><span class=\"nt\">&gt;</span>Quantity:<span class=\"nt\">&lt;/label&gt;</span>\n      <span class=\"nt\">&lt;input</span> <span class=\"na\">type=</span><span class=\"s\">\"number\"</span> <span class=\"na\">id=</span><span class=\"s\">\"sbfrt-0001-quantity\"</span> <span class=\"na\">name=</span><span class=\"s\">\"sbfrt-0001-quantity\"</span>\n        <span class=\"na\">class=</span><span class=\"s\">\"product--widget--quantity--input\"</span> <span class=\"na\">min=</span><span class=\"s\">\"1\"</span> <span class=\"na\">value=</span><span class=\"s\">\"1\"</span> <span class=\"nt\">/&gt;</span>\n    <span class=\"nt\">&lt;/div&gt;</span>\n    <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"product--widget--buy-button\"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;button</span> <span class=\"na\">type=</span><span class=\"s\">\"button\"</span>\n        <span class=\"na\">class=</span><span class=\"s\">\"buy-button snipcart-add-item\"</span>\n        <span class=\"na\">data-item-quantity=</span><span class=\"s\">\"1\"</span>\n        <span class=\"na\">data-item-id=</span><span class=\"s\">\"SBFRT-0001\"</span>\n        <span class=\"na\">data-item-name=</span><span class=\"s\">\"A banana\"</span>\n        <span class=\"na\">data-item-price=</span><span class=\"s\">\"82.99\"</span>\n        \n          <span class=\"na\">data-item-image=</span><span class=\"s\">\"http://bradczerniak.com/assets/images/1200x630/banana.jpg\"</span>\n        \n        <span class=\"na\">data-item-url=</span><span class=\"s\">\"http://bradczerniak.com/products/a-banana/\"</span>\n        <span class=\"na\">data-item-description=</span><span class=\"s\">\"Affordable, portable fruiting\"</span>\n      <span class=\"nt\">&gt;</span>\n        Add to cart\n      <span class=\"nt\">&lt;/button&gt;</span>\n    <span class=\"nt\">&lt;/div&gt;</span>\n  <span class=\"nt\">&lt;/div&gt;</span>\n  <span class=\"nt\">&lt;noscript&gt;</span>\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"alert include include--module include--molecule--alert position--relative\n    \n    js--dismissible\n    alert--error\"</span>\n  <span class=\"na\">id=</span><span class=\"s\">\"alert--notice-shopping-cart-functi...\"</span> <span class=\"na\">role=</span><span class=\"s\">\"alert\"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;p&gt;&lt;strong&gt;</span>Notice<span class=\"nt\">&lt;/strong&gt;</span>: Shopping cart functionality requires JavaScript to be enabled.<span class=\"nt\">&lt;/p&gt;</span>\n  <span class=\"nt\">&lt;/div&gt;</span>\n\n\n\n  <span class=\"nt\">&lt;/noscript&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include molecules/product--widget.html\n    entity=product\n  %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>Product widgets set up a buy button for snipcart with a quantity selector.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Just some sample text in the accessibility section for now.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Search widget</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <div class=\"search-widget z-index--9998 \">\n <button type=\"button\" class=\"js--toggle-below button--search-widget--toggle\" aria-expanded=\"false\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\">\n <path fill-rule=\"evenodd\" d=\"M15.7 13.3l-3.81-3.83A5.93 5.93 0 0013 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3.25 0 .52-.09.7-.3a.996.996 0 000-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7 0-2.59 2.11-4.7 4.7-4.7 2.59 0 4.7 2.11 4.7 4.7 0 2.59-2.11 4.7-4.7 4.7z\"/>\n </svg>\n <span class=\"js--toggle-below--label a11y--visually-hidden\">Open below</span>\n </button>\n\n <form method=\"get\" action=\"/search/\"\n class=\"display--flex flex-direction--row position--absolute right--0 js--toggle-below--closed\">\n <div class=\"form--item form--item--input form--item--input--search\">\n <label class=\"label form--item--label a11y--visually-hidden\" for=\"q\">Search query</label>\n <input name=\"q\" id=\"q\" placeholder=\"'Restaurant'...?\" type=\"search\" />\n </div>\n <button class=\"form--button form--button--submit button--search-widget--submit\" type=\"submit\">Go</button>\n </form>\n </div>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"search-widget--background-color-main-light\"\n id=\"search-widget--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"search-widget--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"search-widget--font-size-2em\"\n id=\"search-widget--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"search-widget--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"search-widget z-index--9998 \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;button</span> <span class=\"na\">type=</span><span class=\"s\">\"button\"</span> <span class=\"na\">class=</span><span class=\"s\">\"js--toggle-below button--search-widget--toggle\"</span> <span class=\"na\">aria-expanded=</span><span class=\"s\">\"false\"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;svg</span> <span class=\"na\">xmlns=</span><span class=\"s\">\"http://www.w3.org/2000/svg\"</span> <span class=\"na\">width=</span><span class=\"s\">\"16\"</span> <span class=\"na\">height=</span><span class=\"s\">\"16\"</span> <span class=\"na\">viewBox=</span><span class=\"s\">\"0 0 16 16\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;path</span> <span class=\"na\">fill-rule=</span><span class=\"s\">\"evenodd\"</span> <span class=\"na\">d=</span><span class=\"s\">\"M15.7 13.3l-3.81-3.83A5.93 5.93 0 0013 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3.25 0 .52-.09.7-.3a.996.996 0 000-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7 0-2.59 2.11-4.7 4.7-4.7 2.59 0 4.7 2.11 4.7 4.7 0 2.59-2.11 4.7-4.7 4.7z\"</span><span class=\"nt\">/&gt;</span>\n      <span class=\"nt\">&lt;/svg&gt;</span>\n      <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"js--toggle-below--label a11y--visually-hidden\"</span><span class=\"nt\">&gt;</span>Open below<span class=\"nt\">&lt;/span&gt;</span>\n    <span class=\"nt\">&lt;/button&gt;</span>\n\n    <span class=\"nt\">&lt;form</span> <span class=\"na\">method=</span><span class=\"s\">\"get\"</span> <span class=\"na\">action=</span><span class=\"s\">\"/search/\"</span>\n      <span class=\"na\">class=</span><span class=\"s\">\"display--flex flex-direction--row position--absolute right--0 js--toggle-below--closed\"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"form--item form--item--input form--item--input--search\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;label</span> <span class=\"na\">class=</span><span class=\"s\">\"label form--item--label a11y--visually-hidden\"</span> <span class=\"na\">for=</span><span class=\"s\">\"q\"</span><span class=\"nt\">&gt;</span>Search query<span class=\"nt\">&lt;/label&gt;</span>\n        <span class=\"nt\">&lt;input</span> <span class=\"na\">name=</span><span class=\"s\">\"q\"</span> <span class=\"na\">id=</span><span class=\"s\">\"q\"</span> <span class=\"na\">placeholder=</span><span class=\"s\">\"'Restaurant'...?\"</span> <span class=\"na\">type=</span><span class=\"s\">\"search\"</span> <span class=\"nt\">/&gt;</span>\n      <span class=\"nt\">&lt;/div&gt;</span>\n      <span class=\"nt\">&lt;button</span> <span class=\"na\">class=</span><span class=\"s\">\"form--button form--button--submit button--search-widget--submit\"</span> <span class=\"na\">type=</span><span class=\"s\">\"submit\"</span><span class=\"nt\">&gt;</span>Go<span class=\"nt\">&lt;/button&gt;</span>\n    <span class=\"nt\">&lt;/form&gt;</span>\n  <span class=\"nt\">&lt;/div&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include molecules/search-widget.html %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>The search widget is a toggleable icon that opens a search form for keyword searching the whole site. Only one should appear\nper page in order to avoid id attribute conflicts.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Just some sample text in the accessibility section for now.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n", "url": "/docs/design/molecules/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"Components that are made up of more than one little thing.","robots":"noindex,follow"}, "title": "Molecules", "slug": "molecules", "ext": ".html", "tags": [] }, { "path": "_docs/design/moodboard.html", "relative_path": "_docs/design/moodboard.html", "excerpt": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h2 class=\"heading \"\n >\n \n Identity and mood\n \n </h2>\n\n\n\n\n", "id": "/docs/design/moodboard", "collection": "docs", "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h2 class=\"heading \"\n >\n \n Identity and mood\n \n </h2>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h3 class=\"heading \"\n >\n \n Brand positioning\n \n </h3>\n\n\n\n\n<p><strong>Promise</strong>: We make the least-breakable widgets on the market in the Peoria area.</p>\n\n<p><strong>Mission</strong>: Take the Chicagoland area's widget market by storm in the next five years.</p>\n\n<p><strong>Tone</strong>: Direct, concise, uncomplicated. You should get what we're saying the first time you read it.</p>\n\n<p><strong>Elevator pitch</strong>: \"You know when you're up on the top floor trying to install a widget, and it breaks?\n Yeah, we've dealt with that forever, too. Our company makes widgets that don't break, so you pay less and get more.\"</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h3 class=\"heading \"\n >\n \n Logo mark concepts\n \n </h3>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--2 \"></div>\n\n\n\n\n<p>Worked through 8 concepts, which seems like the right number to really explore the creative space. Each concept is\n a black-and-white rendering, since the end result has to be used for web, print (including b&amp;w), and other media.</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--2 \"></div>\n\n\n\n\n<ul class=\"list-style--none layout--multiple--horizontal\">\n <li class=\"flex--1\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--image figure--image--required-logo-svg \">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <img src=\"/assets/images/required/s.gif\"\n data-src=\"/assets/images/required/logo.svg\" alt=\"First logo concept\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/logo.svg\" alt=\"First logo concept\" loading=\"lazy\" />\n </noscript>\n \n \n <figcaption class=\"figcaption figure--image--figcaption position--relative z-index--1\">Rushed the logo</figcaption>\n \n </figure>\n\n\n\n </li>\n <li class=\"flex--1\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--image figure--image--required-logo-svg \">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <img src=\"/assets/images/required/s.gif\"\n data-src=\"/assets/images/required/logo.svg\" alt=\"First logo concept\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/logo.svg\" alt=\"First logo concept\" loading=\"lazy\" />\n </noscript>\n \n \n <figcaption class=\"figcaption figure--image--figcaption position--relative z-index--1\">Rushed the logo</figcaption>\n \n </figure>\n\n\n\n </li>\n <li class=\"flex--1\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--image figure--image--required-logo-svg \">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <img src=\"/assets/images/required/s.gif\"\n data-src=\"/assets/images/required/logo.svg\" alt=\"First logo concept\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/logo.svg\" alt=\"First logo concept\" loading=\"lazy\" />\n </noscript>\n \n \n <figcaption class=\"figcaption figure--image--figcaption position--relative z-index--1\">Rushed the logo</figcaption>\n \n </figure>\n\n\n\n </li>\n <li class=\"flex--1\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--image figure--image--required-logo-svg \">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <img src=\"/assets/images/required/s.gif\"\n data-src=\"/assets/images/required/logo.svg\" alt=\"First logo concept\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/logo.svg\" alt=\"First logo concept\" loading=\"lazy\" />\n </noscript>\n \n \n <figcaption class=\"figcaption figure--image--figcaption position--relative z-index--1\">Rushed the logo</figcaption>\n \n </figure>\n\n\n\n </li>\n <li class=\"flex--1\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--image figure--image--required-logo-svg \">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <img src=\"/assets/images/required/s.gif\"\n data-src=\"/assets/images/required/logo.svg\" alt=\"First logo concept\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/logo.svg\" alt=\"First logo concept\" loading=\"lazy\" />\n </noscript>\n \n \n <figcaption class=\"figcaption figure--image--figcaption position--relative z-index--1\">Rushed the logo</figcaption>\n \n </figure>\n\n\n\n </li>\n <li class=\"flex--1\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--image figure--image--required-logo-svg \">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <img src=\"/assets/images/required/s.gif\"\n data-src=\"/assets/images/required/logo.svg\" alt=\"First logo concept\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/logo.svg\" alt=\"First logo concept\" loading=\"lazy\" />\n </noscript>\n \n \n <figcaption class=\"figcaption figure--image--figcaption position--relative z-index--1\">Rushed the logo</figcaption>\n \n </figure>\n\n\n\n </li>\n <li class=\"flex--1\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--image figure--image--required-logo-svg \">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <img src=\"/assets/images/required/s.gif\"\n data-src=\"/assets/images/required/logo.svg\" alt=\"First logo concept\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/logo.svg\" alt=\"First logo concept\" loading=\"lazy\" />\n </noscript>\n \n \n <figcaption class=\"figcaption figure--image--figcaption position--relative z-index--1\">Rushed the logo</figcaption>\n \n </figure>\n\n\n\n </li>\n <li class=\"flex--1\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--image figure--image--required-logo-svg \">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <img src=\"/assets/images/required/s.gif\"\n data-src=\"/assets/images/required/logo.svg\" alt=\"First logo concept\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/logo.svg\" alt=\"First logo concept\" loading=\"lazy\" />\n </noscript>\n \n \n <figcaption class=\"figcaption figure--image--figcaption position--relative z-index--1\">Rushed the logo</figcaption>\n \n </figure>\n\n\n\n </li>\n</ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--2 \"></div>\n\n\n\n\n<p>A logo mark should accomplish a few things:</p>\n\n<ul class=\"text-align--left\">\n <li>Be quickly recognizable</li>\n <li>Hint at what the brand is for</li>\n <li>Not look cheesy, trendy, trashy, or otherwise negative</li>\n <li>Be able to be printed in black-and-white as well as full-color</li>\n <li>Allow placement in prominent ways like signage</li>\n <li>Allow placement in tiny places like tab icons</li>\n <li>Ideally be a bit clever</li>\n</ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h3 class=\"heading \"\n >\n \n Color\n \n </h3>\n\n\n\n\n<p>Color plays a big part in bringing a brand together. Here is the palette of the base scheme, right next to each\n other. If you can't feel a brand impression or at least get a hint at a mood, it might be worthwhile to revisit the\n scheme.</p>\n\n<ul class=\"list-style--none layout--multiple--horizontal\">\n <li class=\"flex--1\">\n <div class=\"palette background-color--main color--white font-family--monospace text-align--center display--flex\n flex-direction--column justify-content--center\">\n #0081a7\n </div>\n </li>\n <li class=\"flex--1\">\n <div class=\"palette background-color--second color--white font-family--monospace text-align--center display--flex\n flex-direction--column justify-content--center\">\n #f07167\n </div>\n </li>\n <li class=\"flex--1\">\n <div class=\"palette background-color--third color--white font-family--monospace text-align--center display--flex\n flex-direction--column justify-content--center\">\n #00afb9\n </div>\n </li>\n <li class=\"flex--1\">\n <div class=\"palette background-color--accent color--white font-family--monospace text-align--center display--flex\n flex-direction--column justify-content--center\">\n #6100a7\n </div>\n </li>\n</ul>\n\n<p>Often the brand palette is used more subtly, via the light versions of the brand shades. These washed-out or pastel\n tones should also work together to give you a hint of the brand:</p>\n\n<ul class=\"list-style--none layout--multiple--horizontal\">\n <li class=\"flex--1\">\n <div class=\"palette background-color--main-light font-family--monospace text-align--center display--flex\n flex-direction--column justify-content--center\">\n #ccf4ff\n </div>\n </li>\n <li class=\"flex--1\">\n <div class=\"palette background-color--second-light font-family--monospace text-align--center display--flex\n flex-direction--column justify-content--center\">\n #ffcfcc\n </div>\n </li>\n <li class=\"flex--1\">\n <div class=\"palette background-color--third-light font-family--monospace text-align--center display--flex\n flex-direction--column justify-content--center\">\n #ccfcff\n </div>\n </li>\n</ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h3 class=\"heading \"\n >\n \n Brand package\n \n </h3>\n\n\n\n\n<p>Every site/brand has one or more assets that get dropped all over the place: logo for print, social, app icons, etc.\n Social usually has cover images. There are defaults and treatments that are best explained.</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h4 class=\"heading \"\n >\n \n Icons and tiles\n \n </h4>\n\n\n\n\n<table>\n <thead>\n <tr>\n <th>Image</th>\n <th>Description</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--image figure--image--required-logo-svg \">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <img src=\"/assets/images/required/s.gif\"\n data-src=\"/assets/images/required/logo.svg\" alt=\"Logo\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/logo.svg\" alt=\"Logo\" loading=\"lazy\" />\n </noscript>\n \n \n </figure>\n\n\n\n </td>\n <td>The chosen logo concept with its main color treatment</td>\n </tr>\n\n <tr>\n <td>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--image figure--image--required-apple-touch-icon-png \">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <source srcset=\"/assets/images/required/s.webp\"\n data-srcset=\"/assets/images/required/apple-touch-icon.png.webp\" type=\"image/webp\" />\n \n <img src=\"/assets/images/required/s.gif\"\n data-src=\"/assets/images/required/apple-touch-icon.png\" alt=\"Apple touch icon\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/apple-touch-icon.png\" alt=\"Apple touch icon\" loading=\"lazy\" />\n </noscript>\n \n \n </figure>\n\n\n\n </td>\n <td>The app icon when you install this site as a bookmark on a mobile device.</td>\n </tr>\n\n <tr>\n <td>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--image figure--image--required-favicon-ico \">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <img src=\"/assets/images/required/s.gif\"\n data-src=\"/assets/images/required/favicon.ico\" alt=\"Favicon\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/favicon.ico\" alt=\"Favicon\" loading=\"lazy\" />\n </noscript>\n \n \n </figure>\n\n\n\n </td>\n <td>The simplified mark used as an icon in browser tabs and bookmarks.</td>\n </tr>\n\n <tr>\n <td>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--image figure--image--required-tile-png \">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <source srcset=\"/assets/images/required/s.webp\"\n data-srcset=\"/assets/images/required/tile.png.webp\" type=\"image/webp\" />\n \n <img src=\"/assets/images/required/s.gif\"\n data-src=\"/assets/images/required/tile.png\" alt=\"Tile\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/tile.png\" alt=\"Tile\" loading=\"lazy\" />\n </noscript>\n \n \n </figure>\n\n\n\n </td>\n <td>An app tile, primarily for Windows.</td>\n </tr>\n\n <tr>\n <td>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--image figure--image--required-tile-wide-png \">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <source srcset=\"/assets/images/required/s.webp\"\n data-srcset=\"/assets/images/required/tile-wide.png.webp\" type=\"image/webp\" />\n \n <img src=\"/assets/images/required/s.gif\"\n data-src=\"/assets/images/required/tile-wide.png\" alt=\"Wide tile\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/tile-wide.png\" alt=\"Wide tile\" loading=\"lazy\" />\n </noscript>\n \n \n </figure>\n\n\n\n </td>\n <td>A wide app tile, primarily for Windows.</td>\n </tr>\n </tbody>\n</table>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h4 class=\"heading \"\n >\n \n Social\n \n </h4>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--2 \"></div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--image figure--image--required-logo-mark-512-png \">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <source srcset=\"/assets/images/required/s.webp\"\n data-srcset=\"/assets/images/required/logo-mark_512.png.webp\" type=\"image/webp\" />\n \n <img src=\"/assets/images/required/s.gif\"\n data-src=\"/assets/images/required/logo-mark_512.png\" alt=\"Logo for social profile pic\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/logo-mark_512.png\" alt=\"Logo for social profile pic\" loading=\"lazy\" />\n </noscript>\n \n \n <figcaption class=\"figcaption figure--image--figcaption position--relative z-index--1\">Here is a logo treatment for use in a social profile picture.</figcaption>\n \n </figure>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--4 \"></div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--image figure--image--required-meta-image-default-jpg \">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <source srcset=\"/assets/images/required/s.webp\"\n data-srcset=\"/assets/images/required/meta-image--default.jpg.webp\" type=\"image/webp\" />\n \n <img src=\"/assets/images/required/s.gif\"\n data-src=\"/assets/images/required/meta-image--default.jpg\" alt=\"Default social and cover pic\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/meta-image--default.jpg\" alt=\"Default social and cover pic\" loading=\"lazy\" />\n </noscript>\n \n \n <figcaption class=\"figcaption figure--image--figcaption position--relative z-index--1\">Image properly formatted as both a social cover photo and default social share.</figcaption>\n \n </figure>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--4 \"></div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--image figure--image--required-demo-jpg \">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <source srcset=\"/assets/images/required/s.webp\"\n data-srcset=\"/assets/images/required/demo.jpg.webp\" type=\"image/webp\" />\n \n <img src=\"/assets/images/required/s.gif\"\n data-src=\"/assets/images/required/demo.jpg\" alt=\"Brand treatment over a photo\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/demo.jpg\" alt=\"Brand treatment over a photo\" loading=\"lazy\" />\n </noscript>\n \n \n <figcaption class=\"figcaption figure--image--figcaption position--relative z-index--1\">A photo with branded treatments for social posts and elsewhere.</figcaption>\n \n </figure>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--4 \"></div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--image figure--image--required-demo-bw-jpg \">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <source srcset=\"/assets/images/required/s.webp\"\n data-srcset=\"/assets/images/required/demo_bw.jpg.webp\" type=\"image/webp\" />\n \n <img src=\"/assets/images/required/s.gif\"\n data-src=\"/assets/images/required/demo_bw.jpg\" alt=\"Black-and-white treatment demo\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/demo_bw.jpg\" alt=\"Black-and-white treatment demo\" loading=\"lazy\" />\n </noscript>\n \n \n <figcaption class=\"figcaption figure--image--figcaption position--relative z-index--1\">A black-and-white photo similarly using a brand treatment.</figcaption>\n \n </figure>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h3 class=\"heading text-align--center\"\n >\n \n Mood\n \n </h3>\n\n\n\n\n<p>In this section we'll leverage the defaults in the system to see how the design choices reinforce a brand mood.</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h3 class=\"heading \"\n >\n \n Card\n \n </h3>\n\n\n\n\n<p>A card is usually a good example of a site's mood, since it often has the site's choices of shadows (lighting direction),\n borders, corners, colors, image treatments, etc.</p>\n\n<ol class=\"list-style--none layout--multiple--horizontal\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <li class=\"card js--child--link display--flex flex-direction--column \">\n <div class=\"card--text padding-horizontal--4 padding-vertical--4\">\n <h3 class=\"card--title font-size--1p25em\"><a href=\"/docs/design/moodboard/\">Moodboard</a></h3>\n \n <p class=\"card--description font-size--p75em\">Fonts, colors, logos and imagery, and other things that contribute to the feel.</p>\n </div>\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--image figure--image--required-meta-image-default-jpg figure--card--image order--neg1 box-shadow--lifted-edges\">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <source srcset=\"/assets/images/required/s.webp\"\n data-srcset=\"/assets/images/required/meta-image--default.jpg.webp\" type=\"image/webp\" />\n \n <img src=\"/assets/images/required/s.gif\"\n data-src=\"/assets/images/required/meta-image--default.jpg\" alt=\"Site default social image\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/meta-image--default.jpg\" alt=\"Site default social image\" loading=\"lazy\" />\n </noscript>\n \n \n </figure>\n\n\n\n </li>\n\n\n\n</ol>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h4 class=\"heading \"\n >\n \n Defaults\n \n </h4>\n\n\n\n\n<p>Here are the individual properties, highlighted for review:</p>\n\n<p class=\"border--default padding-horizontal--4 padding-vertical--4\">Along with the standard typographic styles demonstrated\n in the section below, this paragraph has the default border on it. It also has some padding applied, since otherwise\n the border would be tight to the text.\n <br />\n <dfn class=\"background-color--grey-dark color--white font-family--monospace\">border--default:\n <strong>1px solid</strong></dfn>\n</p>\n\n<p class=\"border--default border-radius--default padding-horizontal--4 padding-vertical--4\">This paragraph is similar\n to the one above, but it applies the standard amount of corner rounding for the site. In broad terms, very square\n corners feel calculated, structural, rigid, whereas a very round corner feels smooth, safe, playful. A subtle rounding\n in between can evoke a compromise between two extremes.\n <br />\n <dfn class=\"background-color--grey-dark color--white font-family--monospace\">border-radius--default:\n <strong>.25em</strong></dfn>\n</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--4 \"></div>\n\n\n\n\n<p class=\"border--default border-radius--default box-shadow--default padding-horizontal--4 padding-vertical--4\">Here\n we add the default box-shadow. Even if a site doesn't explicitly use shadows (ie. flat design), setting a default has\n value because it gives a design idea of a light source and its direction. This can be used for art direction, and can\n contribute to imagery choice; keeping consistent lighting direction can make a site feel cohesive.\n <br />\n <dfn class=\"background-color--grey-dark color--white font-family--monospace\">box-shadow--default:\n <strong>0 .1em .75em rgba(99,99,99,.625)</strong></dfn>\n</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--4 \"></div>\n\n\n\n\n<div class=\"border--default background-color--second-light text-align--justify padding-horizontal--4 padding-vertical--4\">\n <p>This box demonstrates how wide a box will go within the content area. Within reason, a narrow content area feels legible\n and cozy, while a wide area feels creative and expansive. We typically set up a 1200-pixel-wide content area, for two\n good reasons:</p>\n\n <ol>\n <li>A 13-inch laptop usually has the equivalent of a 1280-pixel width, so 1200 gives some breathing room in regular\n conditions</li>\n <li>The standard image specification for the site, based on Facebook's social share image spec, is 1200x630. At a\n 1200-pixel content area width, we can format all our images consistently and they'll take up their allotment</li>\n </ol>\n\n <dfn class=\"background-color--grey-dark color--white font-family--monospace\">layout--content-area:\n <strong>1200px</strong></dfn>\n</div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--4 \"></div>\n\n\n\n\n<p>The standard spacing on the site is multiples of a single,set value. This way, if you end up wanting to change the\n feel of the site, you can do it by changing one thing in one place. A site with big whitespace feels luxurious and\n upmarket, while tight spacing feels efficient but can also come across as unrefined. Here is a single space, not very\n indicative of much on its own:\n <br />\n <div class=\"display--inline-block background-color--accent padding-vertical--1 padding-horizontal--1\"></div>\n <br />\n We set the spacing based relatively on the root font-size, which is almost always 16px.\n <br />\n <dfn class=\"background-color--grey-dark color--white font-family--monospace\">spacing--single:\n <strong>0.625rem</strong></dfn>\n</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--4 \"></div>\n\n\n\n\n<p>Motion, transitions, animations, and 'micro-animations' (which is industry buzzword talk rather than a meaningful\n distinction) can also influence how a visitor feels about your brand presence. An example of the default transition\n timing is below:</p>\n\n<button>Hover this for a transition example</button>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--2 \"></div>\n\n\n\n\n<p>Human perception and preference for snappy interfaces constrains transitions to between instant and half a second.\n Obviously you can't make a transition faster than instant, and any slower than half a second and people feel like\n there's a computer problem.\n <br />\n <dfn class=\"background-color--grey-dark color--white font-family--monospace\">transition--default:\n <strong>all .3s ease-in</strong></dfn>\n</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h3 class=\"heading text-align--center\"\n >\n \n Typography\n \n </h3>\n\n\n\n\n<p>Below are textual explanations of the typographic choices, as well as some samples of common elements. This is what\n normal body text looks like, for instance.</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h2 class=\"heading text-align--center\"\n >\n \n Heading 2 begins a section\n \n </h2>\n\n\n\n\n<p>Following a heading should be some text. If there's a heading and then another heading it's usually a sign that the\n content isn't being outlined in a manner that humans of all abilities as well as search engines can easily understand.</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h3 class=\"heading \"\n >\n \n Level-3 headings are most common within text passages\n \n </h3>\n\n\n\n\n<p>A level-1 heading is often the page title. Depending on your school of thought, the logo may also be a level-1 heading.\n Level-2 headings are for section headers. So once you've gotten into a section and are writing text, you're using third-level\n headings to keep the right outline level.</p>\n\n<p>There should be a comfortable amount of space between paragraphs. Not a tiny space that makes it feel like a continuous\n paragraph, nor a giant space that makes the page feel like a void.</p>\n\n<p>Anyway, level three headings, as a common text treatment within body text, should appear distinct from the paragrpah\n text, but should be legible and easy to visually discern when skimming or scanning.</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h4 class=\"heading \"\n >\n \n Level 4 is the last practical heading level\n \n </h4>\n\n\n\n\n<p>In practice, a document written for humans on the web doesn't go down six outline levels. If you find yourself writing\n a fifth-level heading, it may be time to reconsider the density and complexity of the page. It might be worthwhile to\n write simpler prose and split different concepts onto different pages.</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h5 class=\"heading \"\n >\n \n Alas, Level 5 exists\n \n </h5>\n\n\n\n\n<p>More often than not, the type scale approaches the body text size around heading level 5 or 6. It's not uncommon for\n heading level six to be smaller than body text, albeit bold or italic or underlined or a different font or a different\n shade/color. If you're writing a dense, technical site, it's probably worthwhile to keep heading 5 bigger than body\n text.</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h6 class=\"heading \"\n >\n \n Might as well be creative with heading level 6\n \n </h6>\n\n\n\n\n<p>An important thing to note with heading levels, beyond font size and text treatments, it the comfort of the spacing\n between a heading and text, especially above it. A consistent amount of space between all text elements including headings\n is similar to square corners: harsh, calculating, flat. A variable amount of space (bigger headings have bigger spaces)\n feels more human and organic.</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h4 class=\"heading \"\n >\n \n Typefaces\n \n </h4>\n\n\n\n\n<p>Here are the fonts used to evoke brand feelings and aid the user in reading the site.</p>\n\n<p class=\"font-family--primary\">This paragraph probably looks like the once above it. That's because paragraphs are\n overwhelmingly set in the primary font. The web is a majority of sans-serif faces for the body copy, but a serif can\n give a classic, timeless feel.\n <br />\n <dfn class=\"background-color--grey-dark color--white font-family--monospace\">font-family--primary:\n <strong>'Public Sans', Arial, Helvetica, sans-serif</strong></dfn>\n</p>\n\n<p class=\"font-family--secondary\">Here is some body text set in the secondary font. Depending on the face being used,\n this may not be particularly easy-to-read. The secondary font is for making a statement in your headings and other\n places where feeling can be generated with text treatment. See in the definition box that the main font is declared,\n but then there's a 'stack' of web-safe fonts separated by commas. These are the fallbacks for when the web font doesn't\n load. You can also use them as secondary brand fonts.\n <br />\n <dfn class=\"background-color--grey-dark color--white font-family--monospace\">font-family--secondary:\n <strong>'Emberly', Georgia, Times New Roman, serif</strong></dfn>\n</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h2 class=\"heading font-family--secondary\"\n >\n \n Secondary font in realistic example\n \n </h2>\n\n\n\n\n<p class=\"font-family--monospace\">If your site has code samples, having a monospace font can be a good, subtle branding\n enhancement. Typically we'll just set a web-safe stack, but if you have a technical site you'll likely see a benefit\n picking and loading a brand-specific code font.\n <br />\n <dfn class=\"background-color--grey-dark color--white font-family--monospace\">font-family--monospace:\n <strong>'courier new', courier, monospace</strong></dfn>\n</p>\n\n<code class=\"font-family--monospace\"><pre>\n  // Here is some code as an example, set in monospace font:\n  console.log({\n    fontName: 'test1',\n    sillyCode: 'what the heck?'\n  });\n</pre></code>\n\n<p class=\"font-family--input\">Text boxes and other form inputs can have their own font, and on this site it is set to\n this! For the most part you're gonna want to stick to a boring sans-serif font for form inputs, since that's what\n users expect.\n <br />\n <dfn class=\"background-color--grey-dark color--white font-family--monospace\">font-family--input:\n <strong>'Public Sans', Arial, Helvetica, sans-serif</strong></dfn>\n</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <div class=\"form--item form--item--input form--item--input--email font-family--input\">\n <label class=\"label form--item--label display--block font-size--p75em\" for=\"EMAIL\">\n Example input font\n \n <sup class=\"form--item--required\" aria-hidden=\"true\">*</sup>\n <span class=\"a11y--visually-hidden\">required</span>\n \n </label>\n <input name=\"EMAIL\" id=\"EMAIL\" type=\"email\"\n \n required\n />\n \n </div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h4 class=\"heading \"\n >\n \n Treatments\n \n </h4>\n\n\n\n\n<p class=\"line-height--default\">This paragraph has the standard line-height (leading) applied. A value of 1 means the\n text is strictly single-spaced. A value of 2 is double-spaced. In practical terms text feels legible when it's a little\n less than 1.5. You can make the text feel urgent and dense by going lower, or breezy by going higher.\n <br />\n <dfn class=\"background-color--grey-dark color--white font-family--monospace\">line-height--default:\n <strong>1.425</strong></dfn>\n</p>\n\n<p class=\"line-height--heading\">This is probably more difficult to read. Body text can be nearly double-spaced and it\n still feels pretty comfortable. Headings with more than about 1.2 spacing begin to subvert the proportions of space.\n In order to preserve the gestalt of the heading's logical text grouping, text with a line-height for headings should\n be nearly single-spaced.\n <br />\n <dfn class=\"background-color--grey-dark color--white font-family--monospace\">line-height--heading:\n <strong>1</strong></dfn>\n</p>\n\n<p class=\"text-shadow--default\">Text shadows are not typically applied to body text because it is so small, and the\n shadows can interfere with the shapes of letters and words when reading. But headings, especially those placed over\n image backgrounds, can benefit from a little shadow or glow, especially when a brand mood appreciates depth and lighting\n over flatness.\n <br />\n <dfn class=\"background-color--grey-dark color--white font-family--monospace\">text-shadow--default:\n <strong>0 0 2px rgba(0,0,0,.325)</strong></dfn>\n</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h4 class=\"heading \"\n >\n \n Elements\n \n </h4>\n\n\n\n\n<blockquote>\n <p>A blockquote is a way to highlight a large amount of quoted text. Often you'll find typographic flourishes in conjunction\n with lines, spacing, and especially big quotation marks. Colors and backgrounds are also not uncommon.</p>\n</blockquote>\n\n<p>Next, after this paragraph, is a horizontal rule. They can be as plain and utilitarian as a 1-pixel black line, or\n an ornate source of visual flourishes.</p>\n\n<hr />\n\n<p>Unordered lists most usually have bullet dots at the beginning of each line.</p>\n\n<ul>\n <li>They should be brief tastes of information</li>\n <li>They should be easy to skim and scan</li>\n <li>Both hanging and flush indentation are acceptable</li>\n <li>Lists work best with between 2 and 7 items</li>\n <li>Styling the bullets themselves has historically been more trouble than it's worth</li>\n</ul>\n\n<ol>\n <li>Numbered lists are like bullet lists, but with numbers</li>\n <li>Bullets are for equal-strength points, while numbers imply order</li>\n</ol>\n\n<p>Here, near the bottom of all this discussion of brand and mood, are <a href-\"https://www.bing.com\">links, of all things</a>!\n Within body copy you'll find links, as well as <strong>bold, strong text</strong> and <em>italic, emphasized text</em>.\n Please, dear reader, keep underlines on textual links, and avoid using underlines for non-link purposes.</p>\n", "url": "/docs/design/moodboard/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"Fonts, colors, logos and imagery, and other things that contribute to the feel.","robots":"noindex,follow"}, "title": "Moodboard", "slug": "moodboard", "ext": ".html", "tags": [] }, { "path": "_docs/design/organisms.html", "relative_path": "_docs/design/organisms.html", "excerpt": "<p>\n For the most part, organism components can be dropped in wherever they're needed or desired. Often they're added via\n layouts, though, so be careful to account for any duplicates that may arise from one-off usage.\n</p>\n\n", "id": "/docs/design/organisms", "collection": "docs", "content": "<p>\n For the most part, organism components can be dropped in wherever they're needed or desired. Often they're added via\n layouts, though, so be careful to account for any duplicates that may arise from one-off usage.\n</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Copyright</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <section class=\"copyright layout--strip background-color--main-dark color--white font-size--p875em\n \">\n <div class=\"layout--stripe--inner\">\n <h2 class=\"a11y--visually-hidden\">Copyright, license, and documentation</h2>\n\n <div>\n &copy; Copyright 2024 Brad Czerniak.\n \n Content is available under the\n <a itemprop=\"license\" href=\"http://creativecommons.org/licenses/by-sa/4.0/\">\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--icon \">\n <svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Creative Commons icon</title><path d=\"M11.983 0c-3.292 0-6.19 1.217-8.428 3.485C1.25 5.819 0 8.844 0 12c0 3.189 1.217 6.148 3.522 8.45C5.827 22.75 8.822 24 11.983 24c3.16 0 6.222-1.25 8.593-3.583C22.815 18.214 24 15.287 24 12c0-3.255-1.186-6.214-3.458-8.483C18.238 1.217 15.275 0 11.983 0zm.033 2.17c2.7 0 5.103 1.02 6.98 2.893 1.843 1.841 2.83 4.274 2.83 6.937 0 2.696-.954 5.063-2.798 6.872-1.943 1.906-4.444 2.926-7.012 2.926-2.601 0-5.038-1.019-6.914-2.893-1.877-1.875-2.93-4.34-2.93-6.905 0-2.597 1.053-5.063 2.93-6.97 1.844-1.874 4.214-2.86 6.914-2.86zM8.68 8.278C6.723 8.278 5.165 9.66 5.165 12c0 2.38 1.465 3.722 3.581 3.722 1.358 0 2.516-.744 3.155-1.874l-1.491-.758c-.333.798-.839 1.037-1.478 1.037-1.105 0-1.61-.917-1.61-2.126 0-1.21.426-2.127 1.61-2.127.32 0 .96.173 1.332.97l1.597-.838c-.68-1.236-1.837-1.728-3.181-1.728zm6.932 0c-1.957 0-3.514 1.382-3.514 3.722 0 2.38 1.464 3.722 3.58 3.722 1.359 0 2.516-.744 3.155-1.874l-1.49-.758c-.333.798-.84 1.037-1.478 1.037-1.105 0-1.611-.917-1.611-2.126 0-1.21.426-2.127 1.61-2.127.32 0 .96.173 1.332.97l1.597-.838c-.68-1.236-1.837-1.728-3.181-1.728z\"/></svg>\n </figure>\n\n\n\n \n CC BY-SA 4.0\n </a>.\n \n \n <a href=\"https://github.com/ao5357/ao5357.github.com\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--icon \">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z\"/></svg>\n </figure>\n\n\n\n Code\n </a>\n is subject to the <a href=\"https://api.github.com/licenses/mit\" itemprop=\"license\">MIT License</a>.\n \n </div>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<ul class=\"menu menu--copyright list-style--none margin-horizontal--0 border-spaced display--flex layout--row menu-layout--horizontal\">\n \n \n <li class=\"menu-item menu-item--menu-copyright menu-item--page-terms-and-conditions\n menu-item--menu-copyright--page-terms-and-conditions flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/terms-conditions/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Terms and conditions</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-copyright menu-item--page-privacy-policy\n menu-item--menu-copyright--page-privacy-policy flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/privacy-policy/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Privacy Policy</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-copyright menu-item--page-accessibility-statement\n menu-item--menu-copyright--page-accessibility-statement flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/accessibility-statement/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Accessibility Statement</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-copyright menu-item--page-press\n menu-item--menu-copyright--page-press flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/press/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Press</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-copyright menu-item--page-site-map\n menu-item--menu-copyright--page-site-map flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/site-map/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Site map</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-copyright menu-item--page-documentation\n menu-item--menu-copyright--page-documentation flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/docs/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Documentation</a>\n </li>\n \n \n</ul>\n\n\n\n </div>\n </section>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"copyright--background-color-main-light\"\n id=\"copyright--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"copyright--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"copyright--font-size-2em\"\n id=\"copyright--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"copyright--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;section</span> <span class=\"na\">class=</span><span class=\"s\">\"copyright layout--strip background-color--main-dark color--white font-size--p875em\n  \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--stripe--inner\"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;h2</span> <span class=\"na\">class=</span><span class=\"s\">\"a11y--visually-hidden\"</span><span class=\"nt\">&gt;</span>Copyright, license, and documentation<span class=\"nt\">&lt;/h2&gt;</span>\n\n      <span class=\"nt\">&lt;div&gt;</span>\n        <span class=\"ni\">&amp;copy;</span> Copyright 2024 Brad Czerniak.\n        \n          Content is available under the\n          <span class=\"nt\">&lt;a</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"license\"</span> <span class=\"na\">href=</span><span class=\"s\">\"http://creativecommons.org/licenses/by-sa/4.0/\"</span><span class=\"nt\">&gt;</span>\n            \n              \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  <span class=\"nt\">&lt;figure</span> <span class=\"na\">class=</span><span class=\"s\">\"figure figure--icon \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;svg</span> <span class=\"na\">viewBox=</span><span class=\"s\">\"0 0 24 24\"</span> <span class=\"na\">xmlns=</span><span class=\"s\">\"http://www.w3.org/2000/svg\"</span><span class=\"nt\">&gt;&lt;title&gt;</span>Creative Commons icon<span class=\"nt\">&lt;/title&gt;&lt;path</span> <span class=\"na\">d=</span><span class=\"s\">\"M11.983 0c-3.292 0-6.19 1.217-8.428 3.485C1.25 5.819 0 8.844 0 12c0 3.189 1.217 6.148 3.522 8.45C5.827 22.75 8.822 24 11.983 24c3.16 0 6.222-1.25 8.593-3.583C22.815 18.214 24 15.287 24 12c0-3.255-1.186-6.214-3.458-8.483C18.238 1.217 15.275 0 11.983 0zm.033 2.17c2.7 0 5.103 1.02 6.98 2.893 1.843 1.841 2.83 4.274 2.83 6.937 0 2.696-.954 5.063-2.798 6.872-1.943 1.906-4.444 2.926-7.012 2.926-2.601 0-5.038-1.019-6.914-2.893-1.877-1.875-2.93-4.34-2.93-6.905 0-2.597 1.053-5.063 2.93-6.97 1.844-1.874 4.214-2.86 6.914-2.86zM8.68 8.278C6.723 8.278 5.165 9.66 5.165 12c0 2.38 1.465 3.722 3.581 3.722 1.358 0 2.516-.744 3.155-1.874l-1.491-.758c-.333.798-.839 1.037-1.478 1.037-1.105 0-1.61-.917-1.61-2.126 0-1.21.426-2.127 1.61-2.127.32 0 .96.173 1.332.97l1.597-.838c-.68-1.236-1.837-1.728-3.181-1.728zm6.932 0c-1.957 0-3.514 1.382-3.514 3.722 0 2.38 1.464 3.722 3.58 3.722 1.359 0 2.516-.744 3.155-1.874l-1.49-.758c-.333.798-.84 1.037-1.478 1.037-1.105 0-1.611-.917-1.611-2.126 0-1.21.426-2.127 1.61-2.127.32 0 .96.173 1.332.97l1.597-.838c-.68-1.236-1.837-1.728-3.181-1.728z\"</span><span class=\"nt\">/&gt;&lt;/svg&gt;</span>\n  <span class=\"nt\">&lt;/figure&gt;</span>\n\n\n\n            \n            CC BY-SA 4.0\n          <span class=\"nt\">&lt;/a&gt;</span>.\n        \n        \n          <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"https://github.com/ao5357/ao5357.github.com\"</span><span class=\"nt\">&gt;</span>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  <span class=\"nt\">&lt;figure</span> <span class=\"na\">class=</span><span class=\"s\">\"figure figure--icon \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;svg</span> <span class=\"na\">xmlns=</span><span class=\"s\">\"http://www.w3.org/2000/svg\"</span> <span class=\"na\">width=</span><span class=\"s\">\"16\"</span> <span class=\"na\">height=</span><span class=\"s\">\"16\"</span> <span class=\"na\">viewBox=</span><span class=\"s\">\"0 0 16 16\"</span><span class=\"nt\">&gt;&lt;path</span> <span class=\"na\">fill-rule=</span><span class=\"s\">\"evenodd\"</span> <span class=\"na\">d=</span><span class=\"s\">\"M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z\"</span><span class=\"nt\">/&gt;&lt;/svg&gt;</span>\n  <span class=\"nt\">&lt;/figure&gt;</span>\n\n\n\n            Code\n          <span class=\"nt\">&lt;/a&gt;</span>\n          is subject to the <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"https://api.github.com/licenses/mit\"</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"license\"</span><span class=\"nt\">&gt;</span>MIT License<span class=\"nt\">&lt;/a&gt;</span>.\n        \n      <span class=\"nt\">&lt;/div&gt;</span>\n      \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n<span class=\"nt\">&lt;ul</span> <span class=\"na\">class=</span><span class=\"s\">\"menu menu--copyright list-style--none margin-horizontal--0 border-spaced display--flex layout--row menu-layout--horizontal\"</span><span class=\"nt\">&gt;</span>\n  \n    \n      <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item menu-item--menu-copyright menu-item--page-terms-and-conditions\n        menu-item--menu-copyright--page-terms-and-conditions flex--1 display--flex\n        flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/terms-conditions/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link \n          display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>Terms and conditions<span class=\"nt\">&lt;/a&gt;</span>\n      <span class=\"nt\">&lt;/li&gt;</span>\n    \n  \n    \n      <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item menu-item--menu-copyright menu-item--page-privacy-policy\n        menu-item--menu-copyright--page-privacy-policy flex--1 display--flex\n        flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/privacy-policy/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link \n          display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>Privacy Policy<span class=\"nt\">&lt;/a&gt;</span>\n      <span class=\"nt\">&lt;/li&gt;</span>\n    \n  \n    \n      <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item menu-item--menu-copyright menu-item--page-accessibility-statement\n        menu-item--menu-copyright--page-accessibility-statement flex--1 display--flex\n        flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/accessibility-statement/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link \n          display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>Accessibility Statement<span class=\"nt\">&lt;/a&gt;</span>\n      <span class=\"nt\">&lt;/li&gt;</span>\n    \n  \n    \n      <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item menu-item--menu-copyright menu-item--page-press\n        menu-item--menu-copyright--page-press flex--1 display--flex\n        flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/press/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link \n          display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>Press<span class=\"nt\">&lt;/a&gt;</span>\n      <span class=\"nt\">&lt;/li&gt;</span>\n    \n  \n    \n      <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item menu-item--menu-copyright menu-item--page-site-map\n        menu-item--menu-copyright--page-site-map flex--1 display--flex\n        flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/site-map/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link \n          display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>Site map<span class=\"nt\">&lt;/a&gt;</span>\n      <span class=\"nt\">&lt;/li&gt;</span>\n    \n  \n    \n      <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item menu-item--menu-copyright menu-item--page-documentation\n        menu-item--menu-copyright--page-documentation flex--1 display--flex\n        flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link \n          display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>Documentation<span class=\"nt\">&lt;/a&gt;</span>\n      <span class=\"nt\">&lt;/li&gt;</span>\n    \n  \n<span class=\"nt\">&lt;/ul&gt;</span>\n\n\n\n    <span class=\"nt\">&lt;/div&gt;</span>\n  <span class=\"nt\">&lt;/section&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include organisms/copyright.html %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>The copyright section contains the copyright statement, as well as licensing links if applicable, and the copyright menu.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Just some sample text in the accessibility section for now.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Footer</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <footer itemprop=\"publisher\" itemscope itemtype=\"http://schema.org/Person\"\n class=\"footer layout--strip background-color--main color--white \">\n <div class=\"layout--stripe--inner\">\n \n <h2 class=\"a11y--visually-hidden\" itemprop=\"name\">Brad Czerniak</h2>\n \n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n \n <address itemprop=\"address\" itemscope itemtype=\"http://schema.org/PostalAddress\">\n <span>Brad Czerniak</span><br>\n <span itemprop=\"streetAddress\">5168 Walden Dr</span><br>\n <span itemprop=\"addressLocality\">Swartz Creek</span>,\n <span itemprop=\"addressRegion\">MI</span>\n <span itemprop=\"postalCode\">48473</span>\n </address>\n \n\n \n <ul class=\"social margin-horizontal--0\">\n \n <li class=\"display--inline-block\">\n \n <a href=\"https://www.facebook.com/bradczerniak\" class=\"font-size--2em\" aria-label=\"Facebook\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--icon \">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Facebook icon</title><path d=\"M23.9981 11.9991C23.9981 5.37216 18.626 0 11.9991 0C5.37216 0 0 5.37216 0 11.9991C0 17.9882 4.38789 22.9522 10.1242 23.8524V15.4676H7.07758V11.9991H10.1242V9.35553C10.1242 6.34826 11.9156 4.68714 14.6564 4.68714C15.9692 4.68714 17.3424 4.92149 17.3424 4.92149V7.87439H15.8294C14.3388 7.87439 13.8739 8.79933 13.8739 9.74824V11.9991H17.2018L16.6698 15.4676H13.8739V23.8524C19.6103 22.9522 23.9981 17.9882 23.9981 11.9991Z\"/></svg>\n </figure>\n\n\n\n </a>\n \n </li>\n \n <li class=\"display--inline-block\">\n \n <a href=\"https://twitter.com/ao5357\" class=\"font-size--2em\" aria-label=\"Twitter\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--icon \">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Twitter icon</title><path d=\"M23.954 4.569c-.885.389-1.83.654-2.825.775 1.014-.611 1.794-1.574 2.163-2.723-.951.555-2.005.959-3.127 1.184-.896-.959-2.173-1.559-3.591-1.559-2.717 0-4.92 2.203-4.92 4.917 0 .39.045.765.127 1.124C7.691 8.094 4.066 6.13 1.64 3.161c-.427.722-.666 1.561-.666 2.475 0 1.71.87 3.213 2.188 4.096-.807-.026-1.566-.248-2.228-.616v.061c0 2.385 1.693 4.374 3.946 4.827-.413.111-.849.171-1.296.171-.314 0-.615-.03-.916-.086.631 1.953 2.445 3.377 4.604 3.417-1.68 1.319-3.809 2.105-6.102 2.105-.39 0-.779-.023-1.17-.067 2.189 1.394 4.768 2.209 7.557 2.209 9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63.961-.689 1.8-1.56 2.46-2.548l-.047-.02z\"/></svg>\n </figure>\n\n\n\n </a>\n \n </li>\n \n <li class=\"display--inline-block\">\n \n <a href=\"https://github.com/ao5357\" class=\"font-size--2em\" aria-label=\"GitHub\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--icon \">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>GitHub icon</title><path d=\"M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12\"/></svg>\n </figure>\n\n\n\n </a>\n \n </li>\n \n <li class=\"display--inline-block\">\n \n <a href=\"https://drupal.org/user/313975\" class=\"font-size--2em\" aria-label=\"Drupal\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--icon \">\n <svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Drupal icon</title><path d=\"M20.45 3.552C18.258 1.257 15.233.006 12 .006 5.431.006.007 5.428.007 12S5.43 23.994 12 23.994 23.995 18.572 23.995 12c0-3.233-1.251-6.258-3.546-8.448zM12 19.822c-3.65 0-6.57-2.92-6.57-6.57 0-3.025 2.085-5.111 3.858-6.884 1.252-1.252 2.4-2.4 2.712-3.755.313 1.252 1.46 2.399 2.712 3.65 1.773 1.774 3.859 3.86 3.859 6.884 0 3.65-2.92 6.571-6.571 6.675z\"/></svg>\n </figure>\n\n\n\n </a>\n \n </li>\n \n <li class=\"display--inline-block\">\n \n <a href=\"https://www.linkedin.com/in/bczerniak\" class=\"font-size--2em\" aria-label=\"LinkedIn\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--icon \">\n <svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>LinkedIn icon</title><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"/></svg>\n </figure>\n\n\n\n </a>\n \n </li>\n \n </ul>\n \n </aside>\n\n <aside class=\"layout--column flex--3 display--flex flex-direction--column justify-content--center\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<ul class=\"menu menu--footer list-style--none margin-horizontal--0 border-spaced display--flex layout--row menu-layout--horizontal font-weight--600 font-size--1p25em\">\n \n \n <li class=\"menu-item menu-item--menu-footer menu-item--page-home\n menu-item--menu-footer--page-home flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Home</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-footer menu-item--page-about-brad\n menu-item--menu-footer--page-about-brad flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/about/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">About Brad</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-footer menu-item--page-blog\n menu-item--menu-footer--page-blog flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/blog/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Blog</a>\n </li>\n \n \n \n \n \n \n</ul>\n\n\n\n </aside>\n </div>\n </div>\n </footer>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"footer--background-color-main-light\"\n id=\"footer--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"footer--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"footer--font-size-2em\"\n id=\"footer--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"footer--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;footer</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"publisher\"</span> <span class=\"na\">itemscope</span> <span class=\"na\">itemtype=</span><span class=\"s\">\"http://schema.org/Person\"</span>\n    <span class=\"na\">class=</span><span class=\"s\">\"footer layout--strip background-color--main color--white \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--stripe--inner\"</span><span class=\"nt\">&gt;</span>\n      \n        <span class=\"nt\">&lt;h2</span> <span class=\"na\">class=</span><span class=\"s\">\"a11y--visually-hidden\"</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"name\"</span><span class=\"nt\">&gt;</span>Brad Czerniak<span class=\"nt\">&lt;/h2&gt;</span>\n      \n\n      <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--row display--flex\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;aside</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n          padding-horizontal--4 padding-horizontal--collapse\"</span><span class=\"nt\">&gt;</span>\n          \n            <span class=\"nt\">&lt;address</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"address\"</span> <span class=\"na\">itemscope</span> <span class=\"na\">itemtype=</span><span class=\"s\">\"http://schema.org/PostalAddress\"</span><span class=\"nt\">&gt;</span>\n              <span class=\"nt\">&lt;span&gt;</span>Brad Czerniak<span class=\"nt\">&lt;/span&gt;&lt;br&gt;</span>\n              <span class=\"nt\">&lt;span</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"streetAddress\"</span><span class=\"nt\">&gt;</span>5168 Walden Dr<span class=\"nt\">&lt;/span&gt;&lt;br&gt;</span>\n              <span class=\"nt\">&lt;span</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"addressLocality\"</span><span class=\"nt\">&gt;</span>Swartz Creek<span class=\"nt\">&lt;/span&gt;</span>,\n              <span class=\"nt\">&lt;span</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"addressRegion\"</span><span class=\"nt\">&gt;</span>MI<span class=\"nt\">&lt;/span&gt;</span>\n              <span class=\"nt\">&lt;span</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"postalCode\"</span><span class=\"nt\">&gt;</span>48473<span class=\"nt\">&lt;/span&gt;</span>\n            <span class=\"nt\">&lt;/address&gt;</span>\n          \n\n          \n            <span class=\"nt\">&lt;ul</span> <span class=\"na\">class=</span><span class=\"s\">\"social margin-horizontal--0\"</span><span class=\"nt\">&gt;</span>\n            \n              <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"display--inline-block\"</span><span class=\"nt\">&gt;</span>\n                \n                  <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"https://www.facebook.com/bradczerniak\"</span> <span class=\"na\">class=</span><span class=\"s\">\"font-size--2em\"</span> <span class=\"na\">aria-label=</span><span class=\"s\">\"Facebook\"</span><span class=\"nt\">&gt;</span>\n                    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  <span class=\"nt\">&lt;figure</span> <span class=\"na\">class=</span><span class=\"s\">\"figure figure--icon \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;svg</span> <span class=\"na\">role=</span><span class=\"s\">\"img\"</span> <span class=\"na\">viewBox=</span><span class=\"s\">\"0 0 24 24\"</span> <span class=\"na\">xmlns=</span><span class=\"s\">\"http://www.w3.org/2000/svg\"</span><span class=\"nt\">&gt;&lt;title&gt;</span>Facebook icon<span class=\"nt\">&lt;/title&gt;&lt;path</span> <span class=\"na\">d=</span><span class=\"s\">\"M23.9981 11.9991C23.9981 5.37216 18.626 0 11.9991 0C5.37216 0 0 5.37216 0 11.9991C0 17.9882 4.38789 22.9522 10.1242 23.8524V15.4676H7.07758V11.9991H10.1242V9.35553C10.1242 6.34826 11.9156 4.68714 14.6564 4.68714C15.9692 4.68714 17.3424 4.92149 17.3424 4.92149V7.87439H15.8294C14.3388 7.87439 13.8739 8.79933 13.8739 9.74824V11.9991H17.2018L16.6698 15.4676H13.8739V23.8524C19.6103 22.9522 23.9981 17.9882 23.9981 11.9991Z\"</span><span class=\"nt\">/&gt;&lt;/svg&gt;</span>\n  <span class=\"nt\">&lt;/figure&gt;</span>\n\n\n\n                  <span class=\"nt\">&lt;/a&gt;</span>\n                \n              <span class=\"nt\">&lt;/li&gt;</span>\n            \n              <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"display--inline-block\"</span><span class=\"nt\">&gt;</span>\n                \n                  <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"https://twitter.com/ao5357\"</span> <span class=\"na\">class=</span><span class=\"s\">\"font-size--2em\"</span> <span class=\"na\">aria-label=</span><span class=\"s\">\"Twitter\"</span><span class=\"nt\">&gt;</span>\n                    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  <span class=\"nt\">&lt;figure</span> <span class=\"na\">class=</span><span class=\"s\">\"figure figure--icon \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;svg</span> <span class=\"na\">role=</span><span class=\"s\">\"img\"</span> <span class=\"na\">viewBox=</span><span class=\"s\">\"0 0 24 24\"</span> <span class=\"na\">xmlns=</span><span class=\"s\">\"http://www.w3.org/2000/svg\"</span><span class=\"nt\">&gt;&lt;title&gt;</span>Twitter icon<span class=\"nt\">&lt;/title&gt;&lt;path</span> <span class=\"na\">d=</span><span class=\"s\">\"M23.954 4.569c-.885.389-1.83.654-2.825.775 1.014-.611 1.794-1.574 2.163-2.723-.951.555-2.005.959-3.127 1.184-.896-.959-2.173-1.559-3.591-1.559-2.717 0-4.92 2.203-4.92 4.917 0 .39.045.765.127 1.124C7.691 8.094 4.066 6.13 1.64 3.161c-.427.722-.666 1.561-.666 2.475 0 1.71.87 3.213 2.188 4.096-.807-.026-1.566-.248-2.228-.616v.061c0 2.385 1.693 4.374 3.946 4.827-.413.111-.849.171-1.296.171-.314 0-.615-.03-.916-.086.631 1.953 2.445 3.377 4.604 3.417-1.68 1.319-3.809 2.105-6.102 2.105-.39 0-.779-.023-1.17-.067 2.189 1.394 4.768 2.209 7.557 2.209 9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63.961-.689 1.8-1.56 2.46-2.548l-.047-.02z\"</span><span class=\"nt\">/&gt;&lt;/svg&gt;</span>\n  <span class=\"nt\">&lt;/figure&gt;</span>\n\n\n\n                  <span class=\"nt\">&lt;/a&gt;</span>\n                \n              <span class=\"nt\">&lt;/li&gt;</span>\n            \n              <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"display--inline-block\"</span><span class=\"nt\">&gt;</span>\n                \n                  <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"https://github.com/ao5357\"</span> <span class=\"na\">class=</span><span class=\"s\">\"font-size--2em\"</span> <span class=\"na\">aria-label=</span><span class=\"s\">\"GitHub\"</span><span class=\"nt\">&gt;</span>\n                    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  <span class=\"nt\">&lt;figure</span> <span class=\"na\">class=</span><span class=\"s\">\"figure figure--icon \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;svg</span> <span class=\"na\">role=</span><span class=\"s\">\"img\"</span> <span class=\"na\">viewBox=</span><span class=\"s\">\"0 0 24 24\"</span> <span class=\"na\">xmlns=</span><span class=\"s\">\"http://www.w3.org/2000/svg\"</span><span class=\"nt\">&gt;&lt;title&gt;</span>GitHub icon<span class=\"nt\">&lt;/title&gt;&lt;path</span> <span class=\"na\">d=</span><span class=\"s\">\"M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12\"</span><span class=\"nt\">/&gt;&lt;/svg&gt;</span>\n  <span class=\"nt\">&lt;/figure&gt;</span>\n\n\n\n                  <span class=\"nt\">&lt;/a&gt;</span>\n                \n              <span class=\"nt\">&lt;/li&gt;</span>\n            \n              <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"display--inline-block\"</span><span class=\"nt\">&gt;</span>\n                \n                  <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"https://drupal.org/user/313975\"</span> <span class=\"na\">class=</span><span class=\"s\">\"font-size--2em\"</span> <span class=\"na\">aria-label=</span><span class=\"s\">\"Drupal\"</span><span class=\"nt\">&gt;</span>\n                    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  <span class=\"nt\">&lt;figure</span> <span class=\"na\">class=</span><span class=\"s\">\"figure figure--icon \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;svg</span> <span class=\"na\">role=</span><span class=\"s\">\"img\"</span> <span class=\"na\">xmlns=</span><span class=\"s\">\"http://www.w3.org/2000/svg\"</span> <span class=\"na\">viewBox=</span><span class=\"s\">\"0 0 24 24\"</span><span class=\"nt\">&gt;&lt;title&gt;</span>Drupal icon<span class=\"nt\">&lt;/title&gt;&lt;path</span> <span class=\"na\">d=</span><span class=\"s\">\"M20.45 3.552C18.258 1.257 15.233.006 12 .006 5.431.006.007 5.428.007 12S5.43 23.994 12 23.994 23.995 18.572 23.995 12c0-3.233-1.251-6.258-3.546-8.448zM12 19.822c-3.65 0-6.57-2.92-6.57-6.57 0-3.025 2.085-5.111 3.858-6.884 1.252-1.252 2.4-2.4 2.712-3.755.313 1.252 1.46 2.399 2.712 3.65 1.773 1.774 3.859 3.86 3.859 6.884 0 3.65-2.92 6.571-6.571 6.675z\"</span><span class=\"nt\">/&gt;&lt;/svg&gt;</span>\n  <span class=\"nt\">&lt;/figure&gt;</span>\n\n\n\n                  <span class=\"nt\">&lt;/a&gt;</span>\n                \n              <span class=\"nt\">&lt;/li&gt;</span>\n            \n              <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"display--inline-block\"</span><span class=\"nt\">&gt;</span>\n                \n                  <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"https://www.linkedin.com/in/bczerniak\"</span> <span class=\"na\">class=</span><span class=\"s\">\"font-size--2em\"</span> <span class=\"na\">aria-label=</span><span class=\"s\">\"LinkedIn\"</span><span class=\"nt\">&gt;</span>\n                    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  <span class=\"nt\">&lt;figure</span> <span class=\"na\">class=</span><span class=\"s\">\"figure figure--icon \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;svg</span> <span class=\"na\">role=</span><span class=\"s\">\"img\"</span> <span class=\"na\">viewBox=</span><span class=\"s\">\"0 0 24 24\"</span> <span class=\"na\">xmlns=</span><span class=\"s\">\"http://www.w3.org/2000/svg\"</span><span class=\"nt\">&gt;&lt;title&gt;</span>LinkedIn icon<span class=\"nt\">&lt;/title&gt;&lt;path</span> <span class=\"na\">d=</span><span class=\"s\">\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"</span><span class=\"nt\">/&gt;&lt;/svg&gt;</span>\n  <span class=\"nt\">&lt;/figure&gt;</span>\n\n\n\n                  <span class=\"nt\">&lt;/a&gt;</span>\n                \n              <span class=\"nt\">&lt;/li&gt;</span>\n            \n            <span class=\"nt\">&lt;/ul&gt;</span>\n          \n        <span class=\"nt\">&lt;/aside&gt;</span>\n\n        <span class=\"nt\">&lt;aside</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--column flex--3 display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n          \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n<span class=\"nt\">&lt;ul</span> <span class=\"na\">class=</span><span class=\"s\">\"menu menu--footer list-style--none margin-horizontal--0 border-spaced display--flex layout--row menu-layout--horizontal font-weight--600 font-size--1p25em\"</span><span class=\"nt\">&gt;</span>\n  \n    \n      <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item menu-item--menu-footer menu-item--page-home\n        menu-item--menu-footer--page-home flex--1 display--flex\n        flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link \n          display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>Home<span class=\"nt\">&lt;/a&gt;</span>\n      <span class=\"nt\">&lt;/li&gt;</span>\n    \n  \n    \n      <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item menu-item--menu-footer menu-item--page-about-brad\n        menu-item--menu-footer--page-about-brad flex--1 display--flex\n        flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/about/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link \n          display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>About Brad<span class=\"nt\">&lt;/a&gt;</span>\n      <span class=\"nt\">&lt;/li&gt;</span>\n    \n  \n    \n      <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item menu-item--menu-footer menu-item--page-blog\n        menu-item--menu-footer--page-blog flex--1 display--flex\n        flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/blog/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link \n          display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>Blog<span class=\"nt\">&lt;/a&gt;</span>\n      <span class=\"nt\">&lt;/li&gt;</span>\n    \n  \n    \n  \n    \n  \n<span class=\"nt\">&lt;/ul&gt;</span>\n\n\n\n        <span class=\"nt\">&lt;/aside&gt;</span>\n      <span class=\"nt\">&lt;/div&gt;</span>\n    <span class=\"nt\">&lt;/div&gt;</span>\n  <span class=\"nt\">&lt;/footer&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include organisms/footer.html %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>The footer section contains site contact information, socials, and the footer menu.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Just some sample text in the accessibility section for now.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Form</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <form method=\"POST\" action=\"https://formsubmit.co/ao5357@gmail.com\"\n enctype=\"multipart/form-data\"\n \n class=\"form include include--organism include--organism--form\n \n \">\n <label for=\"_honey\" class=\"a11y--visually-hidden\" aria-hidden=\"true\">\n Math CAPTCHA: What's the number of stars on the American flag divided by two?\n </label>\n <input type=\"text\" id=\"_honey\" name=\"_honey\"\n placeholder=\"(if you're human leave this blank)\" class=\"a11y--visually-hidden\" aria-hidden=\"true\" />\n \n <input type=\"hidden\" name=\"_next\" value=\"http://bradczerniak.com/thank-you/\" />\n <input type=\"hidden\" name=\"_template\" value=\"box\" />\n <input type=\"hidden\" name=\"_subject\" value=\"[Brad Czerniak] Contact Form\" />\n \n\n <fieldset name=\"message\">\n <legend>Shoot us a message</legend>\n\n {% include forms/form--input.html\n classes=\"\"\n description=false\n label=\"Name\"\n name=\"fullname\"\n required=false\n type=\"text\"\n %}\n\n {% include forms/form--input.html\n classes=\"\"\n description=false\n label=\"Email\"\n name=\"email\"\n required=true\n type=\"email\"\n %}\n\n {% include forms/form--textarea.html\n classes=\"\"\n description=\"Questions, comments, anything.\"\n label=\"Message\"\n name=\"message\"\n required=true\n rows=\"4\"\n %}\n</fieldset>\n\n\n <div class=\"form--actions display--flex justify-content--center\">\n <button class=\"form--button form--button--submit form--actions--button form--actions--button--submit\" type=\"submit\">Send</button>\n <button class=\"form--button form--button--reset form--actions--button form--actions--button--reset a11y--visually-hidden\" type=\"reset\">Reset</button>\n </div>\n </form>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"form--background-color-main-light\"\n id=\"form--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"form--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"form--font-size-2em\"\n id=\"form--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"form--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nentity</td>\n \n <td> the form entity with all the required props</td>\n \n <td> form</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nmode</td>\n \n <td> to show a form as a docblock or ref a form entity directly</td>\n \n <td> ref</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nslug</td>\n \n <td> if mode is ref this is the slug of the form entity to ref</td>\n \n <td> mailchimp\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;form</span> <span class=\"na\">method=</span><span class=\"s\">\"POST\"</span> <span class=\"na\">action=</span><span class=\"s\">\"https://formsubmit.co/ao5357@gmail.com\"</span>\n    <span class=\"na\">enctype=</span><span class=\"s\">\"multipart/form-data\"</span>\n    \n    <span class=\"na\">class=</span><span class=\"s\">\"form include include--organism include--organism--form\n    \n    \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;label</span> <span class=\"na\">for=</span><span class=\"s\">\"_honey\"</span> <span class=\"na\">class=</span><span class=\"s\">\"a11y--visually-hidden\"</span> <span class=\"na\">aria-hidden=</span><span class=\"s\">\"true\"</span><span class=\"nt\">&gt;</span>\n      Math CAPTCHA: What's the number of stars on the American flag divided by two?\n    <span class=\"nt\">&lt;/label&gt;</span>\n    <span class=\"nt\">&lt;input</span> <span class=\"na\">type=</span><span class=\"s\">\"text\"</span> <span class=\"na\">id=</span><span class=\"s\">\"_honey\"</span> <span class=\"na\">name=</span><span class=\"s\">\"_honey\"</span>\n      <span class=\"na\">placeholder=</span><span class=\"s\">\"(if you're human leave this blank)\"</span> <span class=\"na\">class=</span><span class=\"s\">\"a11y--visually-hidden\"</span> <span class=\"na\">aria-hidden=</span><span class=\"s\">\"true\"</span> <span class=\"nt\">/&gt;</span>\n    \n      <span class=\"nt\">&lt;input</span> <span class=\"na\">type=</span><span class=\"s\">\"hidden\"</span> <span class=\"na\">name=</span><span class=\"s\">\"_next\"</span> <span class=\"na\">value=</span><span class=\"s\">\"http://bradczerniak.com/thank-you/\"</span> <span class=\"nt\">/&gt;</span>\n      <span class=\"nt\">&lt;input</span> <span class=\"na\">type=</span><span class=\"s\">\"hidden\"</span> <span class=\"na\">name=</span><span class=\"s\">\"_template\"</span> <span class=\"na\">value=</span><span class=\"s\">\"box\"</span> <span class=\"nt\">/&gt;</span>\n      <span class=\"nt\">&lt;input</span> <span class=\"na\">type=</span><span class=\"s\">\"hidden\"</span> <span class=\"na\">name=</span><span class=\"s\">\"_subject\"</span> <span class=\"na\">value=</span><span class=\"s\">\"[Brad Czerniak] Contact Form\"</span> <span class=\"nt\">/&gt;</span>\n    \n\n    <span class=\"nt\">&lt;fieldset</span> <span class=\"na\">name=</span><span class=\"s\">\"message\"</span><span class=\"nt\">&gt;</span>\n  <span class=\"nt\">&lt;legend&gt;</span>Shoot us a message<span class=\"nt\">&lt;/legend&gt;</span>\n\n  {% include forms/form--input.html\n    classes=\"\"\n    description=false\n    label=\"Name\"\n    name=\"fullname\"\n    required=false\n    type=\"text\"\n  %}\n\n  {% include forms/form--input.html\n    classes=\"\"\n    description=false\n    label=\"Email\"\n    name=\"email\"\n    required=true\n    type=\"email\"\n  %}\n\n  {% include forms/form--textarea.html\n    classes=\"\"\n    description=\"Questions, comments, anything.\"\n    label=\"Message\"\n    name=\"message\"\n    required=true\n    rows=\"4\"\n  %}\n<span class=\"nt\">&lt;/fieldset&gt;</span>\n\n\n    <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"form--actions display--flex justify-content--center\"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;button</span> <span class=\"na\">class=</span><span class=\"s\">\"form--button form--button--submit form--actions--button form--actions--button--submit\"</span> <span class=\"na\">type=</span><span class=\"s\">\"submit\"</span><span class=\"nt\">&gt;</span>Send<span class=\"nt\">&lt;/button&gt;</span>\n      <span class=\"nt\">&lt;button</span> <span class=\"na\">class=</span><span class=\"s\">\"form--button form--button--reset form--actions--button form--actions--button--reset a11y--visually-hidden\"</span> <span class=\"na\">type=</span><span class=\"s\">\"reset\"</span><span class=\"nt\">&gt;</span>Reset<span class=\"nt\">&lt;/button&gt;</span>\n    <span class=\"nt\">&lt;/div&gt;</span>\n  <span class=\"nt\">&lt;/form&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include organisms/form.html\n    entity=form\n  %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>The form section can use the mode property in conjunction with a slug to call an entity from a form collection. It can also\nbuild a form with any suitably-constructed entity with all the necessary props.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Just some sample text in the accessibility section for now.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Header</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <header class=\"header layout--strip background-color--main color--white text-align--center\n \">\n <div class=\"layout--stripe--inner position--relative has--search-widget\">\n <a class=\"header--logo logo\" itemprop=\"url\" href=\"/\">\n <img src=\"/assets/images/required/logo.svg\" alt=\"Brad Czerniak\"\n class=\"image header--image header--logo--image\" loading=\"lazy\" />\n <span class=\"header--logo--tagline tagline font-weight--900 font-style--italic\">The solve-it-once guy</span>\n </a>\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <div class=\"search-widget z-index--9998 position--absolute right--0\">\n <button type=\"button\" class=\"js--toggle-below button--search-widget--toggle\" aria-expanded=\"false\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\">\n <path fill-rule=\"evenodd\" d=\"M15.7 13.3l-3.81-3.83A5.93 5.93 0 0013 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3.25 0 .52-.09.7-.3a.996.996 0 000-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7 0-2.59 2.11-4.7 4.7-4.7 2.59 0 4.7 2.11 4.7 4.7 0 2.59-2.11 4.7-4.7 4.7z\"/>\n </svg>\n <span class=\"js--toggle-below--label a11y--visually-hidden\">Open below</span>\n </button>\n\n <form method=\"get\" action=\"/search/\"\n class=\"display--flex flex-direction--row position--absolute right--0 js--toggle-below--closed\">\n <div class=\"form--item form--item--input form--item--input--search\">\n <label class=\"label form--item--label a11y--visually-hidden\" for=\"q\">Search query</label>\n <input name=\"q\" id=\"q\" placeholder=\"'Restaurant'...?\" type=\"search\" />\n </div>\n <button class=\"form--button form--button--submit button--search-widget--submit\" type=\"submit\">Go</button>\n </form>\n </div>\n\n\n\n </div>\n </header>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"header--background-color-main-light\"\n id=\"header--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"header--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"header--font-size-2em\"\n id=\"header--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"header--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;header</span> <span class=\"na\">class=</span><span class=\"s\">\"header layout--strip background-color--main color--white text-align--center\n  \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--stripe--inner position--relative has--search-widget\"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;a</span> <span class=\"na\">class=</span><span class=\"s\">\"header--logo logo\"</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"url\"</span> <span class=\"na\">href=</span><span class=\"s\">\"/\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;img</span> <span class=\"na\">src=</span><span class=\"s\">\"/assets/images/required/logo.svg\"</span> <span class=\"na\">alt=</span><span class=\"s\">\"Brad Czerniak\"</span>\n          <span class=\"na\">class=</span><span class=\"s\">\"image header--image header--logo--image\"</span> <span class=\"na\">loading=</span><span class=\"s\">\"lazy\"</span> <span class=\"nt\">/&gt;</span>\n        <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"header--logo--tagline tagline font-weight--900 font-style--italic\"</span><span class=\"nt\">&gt;</span>The solve-it-once guy<span class=\"nt\">&lt;/span&gt;</span>\n      <span class=\"nt\">&lt;/a&gt;</span>\n\n      \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"search-widget z-index--9998 position--absolute right--0\"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;button</span> <span class=\"na\">type=</span><span class=\"s\">\"button\"</span> <span class=\"na\">class=</span><span class=\"s\">\"js--toggle-below button--search-widget--toggle\"</span> <span class=\"na\">aria-expanded=</span><span class=\"s\">\"false\"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;svg</span> <span class=\"na\">xmlns=</span><span class=\"s\">\"http://www.w3.org/2000/svg\"</span> <span class=\"na\">width=</span><span class=\"s\">\"16\"</span> <span class=\"na\">height=</span><span class=\"s\">\"16\"</span> <span class=\"na\">viewBox=</span><span class=\"s\">\"0 0 16 16\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;path</span> <span class=\"na\">fill-rule=</span><span class=\"s\">\"evenodd\"</span> <span class=\"na\">d=</span><span class=\"s\">\"M15.7 13.3l-3.81-3.83A5.93 5.93 0 0013 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3.25 0 .52-.09.7-.3a.996.996 0 000-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7 0-2.59 2.11-4.7 4.7-4.7 2.59 0 4.7 2.11 4.7 4.7 0 2.59-2.11 4.7-4.7 4.7z\"</span><span class=\"nt\">/&gt;</span>\n      <span class=\"nt\">&lt;/svg&gt;</span>\n      <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"js--toggle-below--label a11y--visually-hidden\"</span><span class=\"nt\">&gt;</span>Open below<span class=\"nt\">&lt;/span&gt;</span>\n    <span class=\"nt\">&lt;/button&gt;</span>\n\n    <span class=\"nt\">&lt;form</span> <span class=\"na\">method=</span><span class=\"s\">\"get\"</span> <span class=\"na\">action=</span><span class=\"s\">\"/search/\"</span>\n      <span class=\"na\">class=</span><span class=\"s\">\"display--flex flex-direction--row position--absolute right--0 js--toggle-below--closed\"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"form--item form--item--input form--item--input--search\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;label</span> <span class=\"na\">class=</span><span class=\"s\">\"label form--item--label a11y--visually-hidden\"</span> <span class=\"na\">for=</span><span class=\"s\">\"q\"</span><span class=\"nt\">&gt;</span>Search query<span class=\"nt\">&lt;/label&gt;</span>\n        <span class=\"nt\">&lt;input</span> <span class=\"na\">name=</span><span class=\"s\">\"q\"</span> <span class=\"na\">id=</span><span class=\"s\">\"q\"</span> <span class=\"na\">placeholder=</span><span class=\"s\">\"'Restaurant'...?\"</span> <span class=\"na\">type=</span><span class=\"s\">\"search\"</span> <span class=\"nt\">/&gt;</span>\n      <span class=\"nt\">&lt;/div&gt;</span>\n      <span class=\"nt\">&lt;button</span> <span class=\"na\">class=</span><span class=\"s\">\"form--button form--button--submit button--search-widget--submit\"</span> <span class=\"na\">type=</span><span class=\"s\">\"submit\"</span><span class=\"nt\">&gt;</span>Go<span class=\"nt\">&lt;/button&gt;</span>\n    <span class=\"nt\">&lt;/form&gt;</span>\n  <span class=\"nt\">&lt;/div&gt;</span>\n\n\n\n    <span class=\"nt\">&lt;/div&gt;</span>\n  <span class=\"nt\">&lt;/header&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include organisms/header.html %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>The header section contains the logo and identifying information. It also houses the search widget markup.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Just some sample text in the accessibility section for now.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Header + Main nav</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <header class=\"header--main layout--strip background-color--white color--main-dark text-align--center sticky--top\n \">\n <div class=\"layout--stripe--inner \">\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--none display--flex flex-direction--column justify-content--center\">\n <a class=\"header--logo logo\" itemprop=\"url\" href=\"/\">\n <img src=\"/assets/images/required/logo.svg\" alt=\"Brad Czerniak\"\n class=\"image header--image header--logo--image\" loading=\"lazy\" />\n <span class=\"header--logo--tagline tagline font-weight--900 font-style--italic\">The solve-it-once guy</span>\n </a>\n </aside>\n\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<ul class=\"menu menu--main list-style--none margin-horizontal--0 border-spaced display--flex layout--row menu-layout--horizontal\">\n \n \n <li class=\"menu-item menu-item--menu-main menu-item--page-home\n menu-item--menu-main--page-home flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Home</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-main menu-item--page-about-brad\n menu-item--menu-main--page-about-brad flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/about/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">About Brad</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-main menu-item--page-blog\n menu-item--menu-main--page-blog flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/blog/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Blog</a>\n </li>\n \n \n \n \n \n \n</ul>\n\n\n\n </aside>\n\n <aside class=\"layout--column flex--none display--flex flex-direction--column justify-content--center position--relative\n has--search-widget\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Search widget</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <div class=\"search-widget z-index--9998 \">\n <button type=\"button\" class=\"js--toggle-below button--search-widget--toggle\" aria-expanded=\"false\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\">\n <path fill-rule=\"evenodd\" d=\"M15.7 13.3l-3.81-3.83A5.93 5.93 0 0013 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3.25 0 .52-.09.7-.3a.996.996 0 000-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7 0-2.59 2.11-4.7 4.7-4.7 2.59 0 4.7 2.11 4.7 4.7 0 2.59-2.11 4.7-4.7 4.7z\"/>\n </svg>\n <span class=\"js--toggle-below--label a11y--visually-hidden\">Open below</span>\n </button>\n\n <form method=\"get\" action=\"/search/\"\n class=\"display--flex flex-direction--row position--absolute right--0 js--toggle-below--closed\">\n <div class=\"form--item form--item--input form--item--input--search\">\n <label class=\"label form--item--label a11y--visually-hidden\" for=\"q\">Search query</label>\n <input name=\"q\" id=\"q\" placeholder=\"'Restaurant'...?\" type=\"search\" />\n </div>\n <button class=\"form--button form--button--submit button--search-widget--submit\" type=\"submit\">Go</button>\n </form>\n </div>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"search-widget--background-color-main-light\"\n id=\"search-widget--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"search-widget--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"search-widget--font-size-2em\"\n id=\"search-widget--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"search-widget--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"search-widget z-index--9998 \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;button</span> <span class=\"na\">type=</span><span class=\"s\">\"button\"</span> <span class=\"na\">class=</span><span class=\"s\">\"js--toggle-below button--search-widget--toggle\"</span> <span class=\"na\">aria-expanded=</span><span class=\"s\">\"false\"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;svg</span> <span class=\"na\">xmlns=</span><span class=\"s\">\"http://www.w3.org/2000/svg\"</span> <span class=\"na\">width=</span><span class=\"s\">\"16\"</span> <span class=\"na\">height=</span><span class=\"s\">\"16\"</span> <span class=\"na\">viewBox=</span><span class=\"s\">\"0 0 16 16\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;path</span> <span class=\"na\">fill-rule=</span><span class=\"s\">\"evenodd\"</span> <span class=\"na\">d=</span><span class=\"s\">\"M15.7 13.3l-3.81-3.83A5.93 5.93 0 0013 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3.25 0 .52-.09.7-.3a.996.996 0 000-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7 0-2.59 2.11-4.7 4.7-4.7 2.59 0 4.7 2.11 4.7 4.7 0 2.59-2.11 4.7-4.7 4.7z\"</span><span class=\"nt\">/&gt;</span>\n      <span class=\"nt\">&lt;/svg&gt;</span>\n      <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"js--toggle-below--label a11y--visually-hidden\"</span><span class=\"nt\">&gt;</span>Open below<span class=\"nt\">&lt;/span&gt;</span>\n    <span class=\"nt\">&lt;/button&gt;</span>\n\n    <span class=\"nt\">&lt;form</span> <span class=\"na\">method=</span><span class=\"s\">\"get\"</span> <span class=\"na\">action=</span><span class=\"s\">\"/search/\"</span>\n      <span class=\"na\">class=</span><span class=\"s\">\"display--flex flex-direction--row position--absolute right--0 js--toggle-below--closed\"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"form--item form--item--input form--item--input--search\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;label</span> <span class=\"na\">class=</span><span class=\"s\">\"label form--item--label a11y--visually-hidden\"</span> <span class=\"na\">for=</span><span class=\"s\">\"q\"</span><span class=\"nt\">&gt;</span>Search query<span class=\"nt\">&lt;/label&gt;</span>\n        <span class=\"nt\">&lt;input</span> <span class=\"na\">name=</span><span class=\"s\">\"q\"</span> <span class=\"na\">id=</span><span class=\"s\">\"q\"</span> <span class=\"na\">placeholder=</span><span class=\"s\">\"'Restaurant'...?\"</span> <span class=\"na\">type=</span><span class=\"s\">\"search\"</span> <span class=\"nt\">/&gt;</span>\n      <span class=\"nt\">&lt;/div&gt;</span>\n      <span class=\"nt\">&lt;button</span> <span class=\"na\">class=</span><span class=\"s\">\"form--button form--button--submit button--search-widget--submit\"</span> <span class=\"na\">type=</span><span class=\"s\">\"submit\"</span><span class=\"nt\">&gt;</span>Go<span class=\"nt\">&lt;/button&gt;</span>\n    <span class=\"nt\">&lt;/form&gt;</span>\n  <span class=\"nt\">&lt;/div&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include molecules/search-widget.html %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>The search widget is a toggleable icon that opens a search form for keyword searching the whole site. Only one should appear\nper page in order to avoid id attribute conflicts.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Just some sample text in the accessibility section for now.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n </aside>\n </div>\n </div>\n </header>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"header-main-nav--background-color-main-light\"\n id=\"header-main-nav--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"header-main-nav--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"header-main-nav--font-size-2em\"\n id=\"header-main-nav--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"header-main-nav--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;header</span> <span class=\"na\">class=</span><span class=\"s\">\"header--main layout--strip background-color--white color--main-dark text-align--center sticky--top\n    \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--stripe--inner \"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--row display--flex\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;aside</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--column flex--none display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n          <span class=\"nt\">&lt;a</span> <span class=\"na\">class=</span><span class=\"s\">\"header--logo logo\"</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"url\"</span> <span class=\"na\">href=</span><span class=\"s\">\"/\"</span><span class=\"nt\">&gt;</span>\n            <span class=\"nt\">&lt;img</span> <span class=\"na\">src=</span><span class=\"s\">\"/assets/images/required/logo.svg\"</span> <span class=\"na\">alt=</span><span class=\"s\">\"Brad Czerniak\"</span>\n              <span class=\"na\">class=</span><span class=\"s\">\"image header--image header--logo--image\"</span> <span class=\"na\">loading=</span><span class=\"s\">\"lazy\"</span> <span class=\"nt\">/&gt;</span>\n            <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"header--logo--tagline tagline font-weight--900 font-style--italic\"</span><span class=\"nt\">&gt;</span>The solve-it-once guy<span class=\"nt\">&lt;/span&gt;</span>\n          <span class=\"nt\">&lt;/a&gt;</span>\n        <span class=\"nt\">&lt;/aside&gt;</span>\n\n        <span class=\"nt\">&lt;aside</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n          padding-horizontal--4 padding-horizontal--collapse\"</span><span class=\"nt\">&gt;</span>\n          \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n<span class=\"nt\">&lt;ul</span> <span class=\"na\">class=</span><span class=\"s\">\"menu menu--main list-style--none margin-horizontal--0 border-spaced display--flex layout--row menu-layout--horizontal\"</span><span class=\"nt\">&gt;</span>\n  \n    \n      <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item menu-item--menu-main menu-item--page-home\n        menu-item--menu-main--page-home flex--1 display--flex\n        flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link \n          display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>Home<span class=\"nt\">&lt;/a&gt;</span>\n      <span class=\"nt\">&lt;/li&gt;</span>\n    \n  \n    \n      <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item menu-item--menu-main menu-item--page-about-brad\n        menu-item--menu-main--page-about-brad flex--1 display--flex\n        flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/about/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link \n          display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>About Brad<span class=\"nt\">&lt;/a&gt;</span>\n      <span class=\"nt\">&lt;/li&gt;</span>\n    \n  \n    \n      <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item menu-item--menu-main menu-item--page-blog\n        menu-item--menu-main--page-blog flex--1 display--flex\n        flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/blog/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link \n          display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>Blog<span class=\"nt\">&lt;/a&gt;</span>\n      <span class=\"nt\">&lt;/li&gt;</span>\n    \n  \n    \n  \n    \n  \n<span class=\"nt\">&lt;/ul&gt;</span>\n\n\n\n        <span class=\"nt\">&lt;/aside&gt;</span>\n\n        <span class=\"nt\">&lt;aside</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--column flex--none display--flex flex-direction--column justify-content--center position--relative\n          has--search-widget\"</span><span class=\"nt\">&gt;</span>\n          \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  <span class=\"nt\">&lt;section</span> <span class=\"na\">class=</span><span class=\"s\">\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n    padding-horizontal--collapse\"</span><span class=\"nt\">&gt;</span>\n\n    <span class=\"nt\">&lt;h3</span> <span class=\"na\">class=</span><span class=\"s\">\"text-align--center\"</span><span class=\"nt\">&gt;</span>Search widget<span class=\"nt\">&lt;/h3&gt;</span>\n\n    <span class=\"nt\">&lt;h4</span> <span class=\"na\">class=</span><span class=\"s\">\"docblock--example--label\"</span><span class=\"nt\">&gt;</span>Example<span class=\"nt\">&lt;/h4&gt;</span>\n    <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"docblock--example position--relative\"</span><span class=\"nt\">&gt;</span>\n      \n  <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"search-widget z-index--9998 \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;button</span> <span class=\"na\">type=</span><span class=\"s\">\"button\"</span> <span class=\"na\">class=</span><span class=\"s\">\"js--toggle-below button--search-widget--toggle\"</span> <span class=\"na\">aria-expanded=</span><span class=\"s\">\"false\"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;svg</span> <span class=\"na\">xmlns=</span><span class=\"s\">\"http://www.w3.org/2000/svg\"</span> <span class=\"na\">width=</span><span class=\"s\">\"16\"</span> <span class=\"na\">height=</span><span class=\"s\">\"16\"</span> <span class=\"na\">viewBox=</span><span class=\"s\">\"0 0 16 16\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;path</span> <span class=\"na\">fill-rule=</span><span class=\"s\">\"evenodd\"</span> <span class=\"na\">d=</span><span class=\"s\">\"M15.7 13.3l-3.81-3.83A5.93 5.93 0 0013 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3.25 0 .52-.09.7-.3a.996.996 0 000-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7 0-2.59 2.11-4.7 4.7-4.7 2.59 0 4.7 2.11 4.7 4.7 0 2.59-2.11 4.7-4.7 4.7z\"</span><span class=\"nt\">/&gt;</span>\n      <span class=\"nt\">&lt;/svg&gt;</span>\n      <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"js--toggle-below--label a11y--visually-hidden\"</span><span class=\"nt\">&gt;</span>Open below<span class=\"nt\">&lt;/span&gt;</span>\n    <span class=\"nt\">&lt;/button&gt;</span>\n\n    <span class=\"nt\">&lt;form</span> <span class=\"na\">method=</span><span class=\"s\">\"get\"</span> <span class=\"na\">action=</span><span class=\"s\">\"/search/\"</span>\n      <span class=\"na\">class=</span><span class=\"s\">\"display--flex flex-direction--row position--absolute right--0 js--toggle-below--closed\"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"form--item form--item--input form--item--input--search\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;label</span> <span class=\"na\">class=</span><span class=\"s\">\"label form--item--label a11y--visually-hidden\"</span> <span class=\"na\">for=</span><span class=\"s\">\"q\"</span><span class=\"nt\">&gt;</span>Search query<span class=\"nt\">&lt;/label&gt;</span>\n        <span class=\"nt\">&lt;input</span> <span class=\"na\">name=</span><span class=\"s\">\"q\"</span> <span class=\"na\">id=</span><span class=\"s\">\"q\"</span> <span class=\"na\">placeholder=</span><span class=\"s\">\"'Restaurant'...?\"</span> <span class=\"na\">type=</span><span class=\"s\">\"search\"</span> <span class=\"nt\">/&gt;</span>\n      <span class=\"nt\">&lt;/div&gt;</span>\n      <span class=\"nt\">&lt;button</span> <span class=\"na\">class=</span><span class=\"s\">\"form--button form--button--submit button--search-widget--submit\"</span> <span class=\"na\">type=</span><span class=\"s\">\"submit\"</span><span class=\"nt\">&gt;</span>Go<span class=\"nt\">&lt;/button&gt;</span>\n    <span class=\"nt\">&lt;/form&gt;</span>\n  <span class=\"nt\">&lt;/div&gt;</span>\n\n    <span class=\"nt\">&lt;/div&gt;</span>\n\n    <span class=\"nt\">&lt;details&gt;</span>\n      <span class=\"nt\">&lt;summary&gt;</span>Options<span class=\"nt\">&lt;/summary&gt;</span>\n\n      <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--row display--flex\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;aside</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n          padding-horizontal--4 padding-horizontal--collapse\"</span><span class=\"nt\">&gt;</span>\n          <span class=\"nt\">&lt;fieldset</span> <span class=\"na\">class=</span><span class=\"s\">\"docblock--classes\"</span><span class=\"nt\">&gt;</span>\n            <span class=\"nt\">&lt;legend&gt;</span>Toggle classes<span class=\"nt\">&lt;/legend&gt;</span>\n            \n              <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"form--item form--item--checkbox position--relative\"</span><span class=\"nt\">&gt;</span>\n                <span class=\"nt\">&lt;input</span> <span class=\"na\">type=</span><span class=\"s\">\"checkbox\"</span> <span class=\"na\">name=</span><span class=\"s\">\"search-widget--background-color-main-light\"</span>\n                  <span class=\"na\">id=</span><span class=\"s\">\"search-widget--background-color-main-light\"</span>\n                  <span class=\"na\">value=</span><span class=\"s\">\"background-color--main-light\"</span> <span class=\"na\">class=</span><span class=\"s\">\"docblock--classes--class\"</span><span class=\"nt\">&gt;</span>\n                <span class=\"nt\">&lt;label</span> <span class=\"na\">class=</span><span class=\"s\">\"label form--item--label display--block font-size--p75em padding-vertical--2\"</span>\n                  <span class=\"na\">for=</span><span class=\"s\">\"search-widget--background-color-main-light\"</span><span class=\"nt\">&gt;</span>\n                  <span class=\"nt\">&lt;code&gt;</span>background-color--main-light<span class=\"nt\">&lt;/code&gt;</span>\n                <span class=\"nt\">&lt;/label&gt;</span>\n              <span class=\"nt\">&lt;/div&gt;</span>\n            \n              <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"form--item form--item--checkbox position--relative\"</span><span class=\"nt\">&gt;</span>\n                <span class=\"nt\">&lt;input</span> <span class=\"na\">type=</span><span class=\"s\">\"checkbox\"</span> <span class=\"na\">name=</span><span class=\"s\">\"search-widget--font-size-2em\"</span>\n                  <span class=\"na\">id=</span><span class=\"s\">\"search-widget--font-size-2em\"</span>\n                  <span class=\"na\">value=</span><span class=\"s\">\"font-size--2em\"</span> <span class=\"na\">class=</span><span class=\"s\">\"docblock--classes--class\"</span><span class=\"nt\">&gt;</span>\n                <span class=\"nt\">&lt;label</span> <span class=\"na\">class=</span><span class=\"s\">\"label form--item--label display--block font-size--p75em padding-vertical--2\"</span>\n                  <span class=\"na\">for=</span><span class=\"s\">\"search-widget--font-size-2em\"</span><span class=\"nt\">&gt;</span>\n                  <span class=\"nt\">&lt;code&gt;</span>font-size--2em<span class=\"nt\">&lt;/code&gt;</span>\n                <span class=\"nt\">&lt;/label&gt;</span>\n              <span class=\"nt\">&lt;/div&gt;</span>\n            \n          <span class=\"nt\">&lt;/fieldset&gt;</span>\n        <span class=\"nt\">&lt;/aside&gt;</span>\n        <span class=\"nt\">&lt;aside</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n          padding-horizontal--4 padding-horizontal--collapse\"</span><span class=\"nt\">&gt;</span>\n          <span class=\"nt\">&lt;h4&gt;</span>Props<span class=\"nt\">&lt;/h4&gt;</span>\n          <span class=\"nt\">&lt;table&gt;</span>\n            <span class=\"nt\">&lt;thead&gt;</span>\n             <span class=\"nt\">&lt;tr&gt;</span>\n               <span class=\"nt\">&lt;th&gt;</span>Name<span class=\"nt\">&lt;/th&gt;</span>\n               <span class=\"nt\">&lt;th&gt;</span>Description<span class=\"nt\">&lt;/th&gt;</span>\n               <span class=\"nt\">&lt;th&gt;</span>Example<span class=\"nt\">&lt;/th&gt;</span>\n             <span class=\"nt\">&lt;/tr&gt;</span>\n            <span class=\"nt\">&lt;/thead&gt;</span>\n            <span class=\"nt\">&lt;tbody&gt;</span>\n              \n              \n                <span class=\"nt\">&lt;tr&gt;</span>\n                  \n                  \n                    <span class=\"nt\">&lt;td&gt;</span>\nclasses<span class=\"nt\">&lt;/td&gt;</span>\n                  \n                    <span class=\"nt\">&lt;td&gt;</span> css classes applied to parent<span class=\"nt\">&lt;/td&gt;</span>\n                  \n                    <span class=\"nt\">&lt;td&gt;</span> color--main-dark\n<span class=\"nt\">&lt;/td&gt;</span>\n                  \n                <span class=\"nt\">&lt;/tr&gt;</span>\n              \n            <span class=\"nt\">&lt;/tbody&gt;</span>\n          <span class=\"nt\">&lt;/table&gt;</span>\n        <span class=\"nt\">&lt;/aside&gt;</span>\n      <span class=\"nt\">&lt;/div&gt;</span>\n\n    <span class=\"nt\">&lt;/details&gt;</span>\n\n    <span class=\"nt\">&lt;details&gt;</span>\n      <span class=\"nt\">&lt;summary&gt;</span>Code<span class=\"nt\">&lt;/summary&gt;</span>\n\n      <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--row display--flex\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;aside</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n          padding-horizontal--4 padding-horizontal--collapse\"</span><span class=\"nt\">&gt;</span>\n          <span class=\"nt\">&lt;h4&gt;</span>HTML<span class=\"nt\">&lt;/h4&gt;</span>\n          <span class=\"nt\">&lt;figure</span> <span class=\"na\">class=</span><span class=\"s\">\"highlight\"</span><span class=\"nt\">&gt;&lt;pre&gt;&lt;code</span> <span class=\"na\">class=</span><span class=\"s\">\"language-html\"</span> <span class=\"na\">data-lang=</span><span class=\"s\">\"html\"</span><span class=\"nt\">&gt;</span>          \n  <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;lt;</span>div<span class=\"nt\">&lt;/span&gt;</span> <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"na\"</span><span class=\"nt\">&gt;</span>class=<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"s\"</span><span class=\"nt\">&gt;</span>\"search-widget z-index--9998 \"<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;gt;</span><span class=\"nt\">&lt;/span&gt;</span>\n    <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;lt;</span>button<span class=\"nt\">&lt;/span&gt;</span> <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"na\"</span><span class=\"nt\">&gt;</span>type=<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"s\"</span><span class=\"nt\">&gt;</span>\"button\"<span class=\"nt\">&lt;/span&gt;</span> <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"na\"</span><span class=\"nt\">&gt;</span>class=<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"s\"</span><span class=\"nt\">&gt;</span>\"js--toggle-below button--search-widget--toggle\"<span class=\"nt\">&lt;/span&gt;</span> <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"na\"</span><span class=\"nt\">&gt;</span>aria-expanded=<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"s\"</span><span class=\"nt\">&gt;</span>\"false\"<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;gt;</span><span class=\"nt\">&lt;/span&gt;</span>\n      <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;lt;</span>svg<span class=\"nt\">&lt;/span&gt;</span> <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"na\"</span><span class=\"nt\">&gt;</span>xmlns=<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"s\"</span><span class=\"nt\">&gt;</span>\"http://www.w3.org/2000/svg\"<span class=\"nt\">&lt;/span&gt;</span> <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"na\"</span><span class=\"nt\">&gt;</span>width=<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"s\"</span><span class=\"nt\">&gt;</span>\"16\"<span class=\"nt\">&lt;/span&gt;</span> <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"na\"</span><span class=\"nt\">&gt;</span>height=<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"s\"</span><span class=\"nt\">&gt;</span>\"16\"<span class=\"nt\">&lt;/span&gt;</span> <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"na\"</span><span class=\"nt\">&gt;</span>viewBox=<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"s\"</span><span class=\"nt\">&gt;</span>\"0 0 16 16\"<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;gt;</span><span class=\"nt\">&lt;/span&gt;</span>\n        <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;lt;</span>path<span class=\"nt\">&lt;/span&gt;</span> <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"na\"</span><span class=\"nt\">&gt;</span>fill-rule=<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"s\"</span><span class=\"nt\">&gt;</span>\"evenodd\"<span class=\"nt\">&lt;/span&gt;</span> <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"na\"</span><span class=\"nt\">&gt;</span>d=<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"s\"</span><span class=\"nt\">&gt;</span>\"M15.7 13.3l-3.81-3.83A5.93 5.93 0 0013 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3.25 0 .52-.09.7-.3a.996.996 0 000-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7 0-2.59 2.11-4.7 4.7-4.7 2.59 0 4.7 2.11 4.7 4.7 0 2.59-2.11 4.7-4.7 4.7z\"<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span>/<span class=\"ni\">&amp;gt;</span><span class=\"nt\">&lt;/span&gt;</span>\n      <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;lt;</span>/svg<span class=\"ni\">&amp;gt;</span><span class=\"nt\">&lt;/span&gt;</span>\n      <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;lt;</span>span<span class=\"nt\">&lt;/span&gt;</span> <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"na\"</span><span class=\"nt\">&gt;</span>class=<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"s\"</span><span class=\"nt\">&gt;</span>\"js--toggle-below--label a11y--visually-hidden\"<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;gt;</span><span class=\"nt\">&lt;/span&gt;</span>Open below<span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;lt;</span>/span<span class=\"ni\">&amp;gt;</span><span class=\"nt\">&lt;/span&gt;</span>\n    <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;lt;</span>/button<span class=\"ni\">&amp;gt;</span><span class=\"nt\">&lt;/span&gt;</span>\n\n    <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;lt;</span>form<span class=\"nt\">&lt;/span&gt;</span> <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"na\"</span><span class=\"nt\">&gt;</span>method=<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"s\"</span><span class=\"nt\">&gt;</span>\"get\"<span class=\"nt\">&lt;/span&gt;</span> <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"na\"</span><span class=\"nt\">&gt;</span>action=<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"s\"</span><span class=\"nt\">&gt;</span>\"/search/\"<span class=\"nt\">&lt;/span&gt;</span>\n      <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"na\"</span><span class=\"nt\">&gt;</span>class=<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"s\"</span><span class=\"nt\">&gt;</span>\"display--flex flex-direction--row position--absolute right--0 js--toggle-below--closed\"<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;gt;</span><span class=\"nt\">&lt;/span&gt;</span>\n      <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;lt;</span>div<span class=\"nt\">&lt;/span&gt;</span> <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"na\"</span><span class=\"nt\">&gt;</span>class=<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"s\"</span><span class=\"nt\">&gt;</span>\"form--item form--item--input form--item--input--search\"<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;gt;</span><span class=\"nt\">&lt;/span&gt;</span>\n        <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;lt;</span>label<span class=\"nt\">&lt;/span&gt;</span> <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"na\"</span><span class=\"nt\">&gt;</span>class=<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"s\"</span><span class=\"nt\">&gt;</span>\"label form--item--label a11y--visually-hidden\"<span class=\"nt\">&lt;/span&gt;</span> <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"na\"</span><span class=\"nt\">&gt;</span>for=<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"s\"</span><span class=\"nt\">&gt;</span>\"q\"<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;gt;</span><span class=\"nt\">&lt;/span&gt;</span>Search query<span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;lt;</span>/label<span class=\"ni\">&amp;gt;</span><span class=\"nt\">&lt;/span&gt;</span>\n        <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;lt;</span>input<span class=\"nt\">&lt;/span&gt;</span> <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"na\"</span><span class=\"nt\">&gt;</span>name=<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"s\"</span><span class=\"nt\">&gt;</span>\"q\"<span class=\"nt\">&lt;/span&gt;</span> <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"na\"</span><span class=\"nt\">&gt;</span>id=<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"s\"</span><span class=\"nt\">&gt;</span>\"q\"<span class=\"nt\">&lt;/span&gt;</span> <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"na\"</span><span class=\"nt\">&gt;</span>placeholder=<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"s\"</span><span class=\"nt\">&gt;</span>\"'Restaurant'...?\"<span class=\"nt\">&lt;/span&gt;</span> <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"na\"</span><span class=\"nt\">&gt;</span>type=<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"s\"</span><span class=\"nt\">&gt;</span>\"search\"<span class=\"nt\">&lt;/span&gt;</span> <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span>/<span class=\"ni\">&amp;gt;</span><span class=\"nt\">&lt;/span&gt;</span>\n      <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;lt;</span>/div<span class=\"ni\">&amp;gt;</span><span class=\"nt\">&lt;/span&gt;</span>\n      <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;lt;</span>button<span class=\"nt\">&lt;/span&gt;</span> <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"na\"</span><span class=\"nt\">&gt;</span>class=<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"s\"</span><span class=\"nt\">&gt;</span>\"form--button form--button--submit button--search-widget--submit\"<span class=\"nt\">&lt;/span&gt;</span> <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"na\"</span><span class=\"nt\">&gt;</span>type=<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"s\"</span><span class=\"nt\">&gt;</span>\"submit\"<span class=\"nt\">&lt;/span&gt;&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;gt;</span><span class=\"nt\">&lt;/span&gt;</span>Go<span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;lt;</span>/button<span class=\"ni\">&amp;gt;</span><span class=\"nt\">&lt;/span&gt;</span>\n    <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;lt;</span>/form<span class=\"ni\">&amp;gt;</span><span class=\"nt\">&lt;/span&gt;</span>\n  <span class=\"nt\">&lt;span</span> <span class=\"na\">class=</span><span class=\"s\">\"nt\"</span><span class=\"nt\">&gt;</span><span class=\"ni\">&amp;lt;</span>/div<span class=\"ni\">&amp;gt;</span><span class=\"nt\">&lt;/span&gt;</span>\n\n          <span class=\"nt\">&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;</span>\n        <span class=\"nt\">&lt;/aside&gt;</span>\n        <span class=\"nt\">&lt;aside</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n          padding-horizontal--4 padding-horizontal--collapse\"</span><span class=\"nt\">&gt;</span>\n          <span class=\"nt\">&lt;h4&gt;</span>Liquid template<span class=\"nt\">&lt;/h4&gt;</span>\n          <span class=\"nt\">&lt;figure</span> <span class=\"na\">class=</span><span class=\"s\">\"highlight\"</span><span class=\"nt\">&gt;&lt;pre&gt;&lt;code</span> <span class=\"na\">class=</span><span class=\"s\">\"language-smarty\"</span> <span class=\"na\">data-lang=</span><span class=\"s\">\"smarty\"</span><span class=\"nt\">&gt;</span>          \n  {% include molecules/search-widget.html %}\n\n          <span class=\"nt\">&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;</span>\n        <span class=\"nt\">&lt;/aside&gt;</span>\n      <span class=\"nt\">&lt;/div&gt;</span>\n    <span class=\"nt\">&lt;/details&gt;</span>\n\n    <span class=\"nt\">&lt;details</span> <span class=\"na\">open</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;summary&gt;</span>Usage<span class=\"nt\">&lt;/summary&gt;</span>\n      <span class=\"nt\">&lt;div&gt;</span>\n        \n<span class=\"nt\">&lt;h4</span> <span class=\"na\">id=</span><span class=\"s\">\"general-guidance\"</span><span class=\"nt\">&gt;</span>General guidance<span class=\"nt\">&lt;/h4&gt;</span>\n\n<span class=\"nt\">&lt;p&gt;</span>The search widget is a toggleable icon that opens a search form for keyword searching the whole site. Only one should appear\nper page in order to avoid id attribute conflicts.<span class=\"nt\">&lt;/p&gt;</span>\n\n\n\n      <span class=\"nt\">&lt;/div&gt;</span>\n    <span class=\"nt\">&lt;/details&gt;</span>\n\n    <span class=\"nt\">&lt;details&gt;</span>\n      <span class=\"nt\">&lt;summary&gt;</span>Accessibility<span class=\"nt\">&lt;/summary&gt;</span>\n      <span class=\"nt\">&lt;div&gt;</span>\n        \n<span class=\"nt\">&lt;p&gt;</span>Just some sample text in the accessibility section for now.<span class=\"nt\">&lt;/p&gt;</span>\n\n      <span class=\"nt\">&lt;/div&gt;</span>\n    <span class=\"nt\">&lt;/details&gt;</span>\n  <span class=\"nt\">&lt;/section&gt;</span>\n\n\n\n\n\n        <span class=\"nt\">&lt;/aside&gt;</span>\n      <span class=\"nt\">&lt;/div&gt;</span>\n    <span class=\"nt\">&lt;/div&gt;</span>\n  <span class=\"nt\">&lt;/header&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include organisms/header--main.html %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>The header section contains the logo and identifying information. It also houses the main menu and search widget markup.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Just some sample text in the accessibility section for now.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Header (Pre)</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <div class=\"layout--stripe background-color--second-light color--third-dark js--dismissible\n \">\n <div class=\"layout--stripe--inner\">\n <strong class=\"heading--h2 font-family--secondary\">Special promotion! (fake heading for doc outline)</strong>\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--4 \"></div>\n\n\n\n\n <p>\n This section can be customized for a fancy, important, temporary feature on the home page. You will probably want\n to put a fancy background here or otherwise catch users' eyes.\n </p>\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--2 \"></div>\n\n\n\n\n <a href=\"https://github.com/lowerbarriers/finished-starter\" class=\"button\">Make your own site easily</a>\n </div>\n </div>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"header-pre--background-color-main-light\"\n id=\"header-pre--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"header-pre--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"header-pre--font-size-2em\"\n id=\"header-pre--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"header-pre--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--stripe background-color--second-light color--third-dark js--dismissible\n    \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--stripe--inner\"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;strong</span> <span class=\"na\">class=</span><span class=\"s\">\"heading--h2 font-family--secondary\"</span><span class=\"nt\">&gt;</span>Special promotion! (fake heading for doc outline)<span class=\"nt\">&lt;/strong&gt;</span>\n\n      \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n<span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"spacer padding-vertical--4 \"</span><span class=\"nt\">&gt;&lt;/div&gt;</span>\n\n\n\n\n      <span class=\"nt\">&lt;p&gt;</span>\n        This section can be customized for a fancy, important, temporary feature on the home page. You will probably want\n        to put a fancy background here or otherwise catch users' eyes.\n      <span class=\"nt\">&lt;/p&gt;</span>\n\n      \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n<span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"spacer padding-vertical--2 \"</span><span class=\"nt\">&gt;&lt;/div&gt;</span>\n\n\n\n\n      <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"https://github.com/lowerbarriers/finished-starter\"</span> <span class=\"na\">class=</span><span class=\"s\">\"button\"</span><span class=\"nt\">&gt;</span>Make your own site easily<span class=\"nt\">&lt;/a&gt;</span>\n    <span class=\"nt\">&lt;/div&gt;</span>\n  <span class=\"nt\">&lt;/div&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include organisms/header--pre.html %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>The header pre is an optional section for the front page, to draw attention above the fold.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Just some sample text in the accessibility section for now.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Hero</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n \n \n \n\n <header class=\"include include--organisms include--organisms--section layout--stripe background-color--main background-image--affectation color--white text-align--center background-image-display-mobile--hide\n \"\n id=\"hero--organisms\">\n <div class=\"layout--stripe--inner\">\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h1 class=\"heading \"\n itemprop=\"headline\">\n \n Organisms\n \n </h1>\n\n\n\n \n\n \n\n </div>\n </header>\n \n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"hero--background-color-main-light\"\n id=\"hero--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"hero--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"hero--font-size-2em\"\n id=\"hero--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"hero--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  \n    \n    \n\n    <span class=\"nt\">&lt;header</span> <span class=\"na\">class=</span><span class=\"s\">\"include include--organisms include--organisms--section layout--stripe background-color--main background-image--affectation color--white text-align--center background-image-display-mobile--hide\n      \"</span>\n      <span class=\"na\">id=</span><span class=\"s\">\"hero--organisms\"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--stripe--inner\"</span><span class=\"nt\">&gt;</span>\n\n        \n          \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  <span class=\"nt\">&lt;h1</span> <span class=\"na\">class=</span><span class=\"s\">\"heading \"</span>\n    <span class=\"na\">itemprop=</span><span class=\"s\">\"headline\"</span><span class=\"nt\">&gt;</span>\n    \n      Organisms\n    \n  <span class=\"nt\">&lt;/h1&gt;</span>\n\n\n\n        \n\n        \n\n      <span class=\"nt\">&lt;/div&gt;</span>\n    <span class=\"nt\">&lt;/header&gt;</span>\n  \n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include organisms/hero.html %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>The hero contains the page title, and sometimes more information like the meta description or other details.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Just some sample text in the accessibility section for now.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Nav</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <nav class=\"nav nav--main layout--strip padding-vertical--0 background-color--main-dark color--white font-size--1p5em\n font-weight--900 sticky--top \">\n <div class=\"layout--stripe--inner\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<ul class=\"menu menu--main list-style--none margin-horizontal--0 border-spaced display--flex layout--row menu-layout--horizontal\">\n \n \n <li class=\"menu-item menu-item--menu-main menu-item--page-home\n menu-item--menu-main--page-home flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Home</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-main menu-item--page-about-brad\n menu-item--menu-main--page-about-brad flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/about/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">About Brad</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-main menu-item--page-blog\n menu-item--menu-main--page-blog flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/blog/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Blog</a>\n </li>\n \n \n \n \n \n \n</ul>\n\n\n\n </div>\n </nav>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"nav--background-color-main-light\"\n id=\"nav--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"nav--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"nav--font-size-2em\"\n id=\"nav--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"nav--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;nav</span> <span class=\"na\">class=</span><span class=\"s\">\"nav nav--main layout--strip padding-vertical--0 background-color--main-dark color--white font-size--1p5em\n    font-weight--900 sticky--top \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--stripe--inner\"</span><span class=\"nt\">&gt;</span>\n      \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n<span class=\"nt\">&lt;ul</span> <span class=\"na\">class=</span><span class=\"s\">\"menu menu--main list-style--none margin-horizontal--0 border-spaced display--flex layout--row menu-layout--horizontal\"</span><span class=\"nt\">&gt;</span>\n  \n    \n      <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item menu-item--menu-main menu-item--page-home\n        menu-item--menu-main--page-home flex--1 display--flex\n        flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link \n          display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>Home<span class=\"nt\">&lt;/a&gt;</span>\n      <span class=\"nt\">&lt;/li&gt;</span>\n    \n  \n    \n      <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item menu-item--menu-main menu-item--page-about-brad\n        menu-item--menu-main--page-about-brad flex--1 display--flex\n        flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/about/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link \n          display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>About Brad<span class=\"nt\">&lt;/a&gt;</span>\n      <span class=\"nt\">&lt;/li&gt;</span>\n    \n  \n    \n      <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item menu-item--menu-main menu-item--page-blog\n        menu-item--menu-main--page-blog flex--1 display--flex\n        flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/blog/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link \n          display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>Blog<span class=\"nt\">&lt;/a&gt;</span>\n      <span class=\"nt\">&lt;/li&gt;</span>\n    \n  \n    \n  \n    \n  \n<span class=\"nt\">&lt;/ul&gt;</span>\n\n\n\n    <span class=\"nt\">&lt;/div&gt;</span>\n  <span class=\"nt\">&lt;/nav&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include organisms/nav.html %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>The nav section contains the main menu. It is a headroom-style sticky menu by default.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Just some sample text in the accessibility section for now.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Related</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <section class=\"include include--organisms include--organisms--related layout--stripe\n \"\n >\n <div class=\"layout--stripe--inner\">\n \n\n \n \n \n <ul class=\"list-style--none layout--multiple--horizontal\">\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <li class=\"card js--child--link display--flex flex-direction--column \">\n <div class=\"card--text padding-horizontal--4 padding-vertical--4\">\n <h3 class=\"card--title font-size--1p25em\"><a href=\"/docs/content-guide/accessibility/\">Accessibility</a></h3>\n \n <p class=\"card--description font-size--p75em\">Writing guide for inclusivity</p>\n </div>\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--image figure--image--required-meta-image-default-jpg figure--card--image order--neg1 box-shadow--lifted-edges\">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <source srcset=\"/assets/images/required/s.webp\"\n data-srcset=\"/assets/images/required/meta-image--default.jpg.webp\" type=\"image/webp\" />\n \n <img src=\"/assets/images/required/s.gif\"\n data-src=\"/assets/images/required/meta-image--default.jpg\" alt=\"Site default social image\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/meta-image--default.jpg\" alt=\"Site default social image\" loading=\"lazy\" />\n </noscript>\n \n \n </figure>\n\n\n\n </li>\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <li class=\"card js--child--link display--flex flex-direction--column \">\n <div class=\"card--text padding-horizontal--4 padding-vertical--4\">\n <h3 class=\"card--title font-size--1p25em\"><a href=\"/docs/content-guide/be-concise/\">Be concise</a></h3>\n \n <p class=\"card--description font-size--p75em\">Write enough to get your point across, but no more.</p>\n </div>\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--image figure--image--required-meta-image-default-jpg figure--card--image order--neg1 box-shadow--lifted-edges\">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <source srcset=\"/assets/images/required/s.webp\"\n data-srcset=\"/assets/images/required/meta-image--default.jpg.webp\" type=\"image/webp\" />\n \n <img src=\"/assets/images/required/s.gif\"\n data-src=\"/assets/images/required/meta-image--default.jpg\" alt=\"Site default social image\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/meta-image--default.jpg\" alt=\"Site default social image\" loading=\"lazy\" />\n </noscript>\n \n \n </figure>\n\n\n\n </li>\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <li class=\"card js--child--link display--flex flex-direction--column \">\n <div class=\"card--text padding-horizontal--4 padding-vertical--4\">\n <h3 class=\"card--title font-size--1p25em\"><a href=\"/docs/content-guide/content-principles/\">Content principles</a></h3>\n \n <p class=\"card--description font-size--p75em\">Quick overview of our guiding content principles.</p>\n </div>\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <figure class=\"figure figure--image figure--image--required-meta-image-default-jpg figure--card--image order--neg1 box-shadow--lifted-edges\">\n \n <picture class=\"picture picture--lazy-load layout--hide--no-javascript\" itemprop=\"image\">\n \n \n \n <source srcset=\"/assets/images/required/s.webp\"\n data-srcset=\"/assets/images/required/meta-image--default.jpg.webp\" type=\"image/webp\" />\n \n <img src=\"/assets/images/required/s.gif\"\n data-src=\"/assets/images/required/meta-image--default.jpg\" alt=\"Site default social image\" loading=\"lazy\" />\n </picture>\n <noscript>\n <img src=\"/assets/images/required/meta-image--default.jpg\" alt=\"Site default social image\" loading=\"lazy\" />\n </noscript>\n \n \n </figure>\n\n\n\n </li>\n\n\n\n \n </ul>\n \n </div>\n </section>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"related--background-color-main-light\"\n id=\"related--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"related--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"related--font-size-2em\"\n id=\"related--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"related--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> background-color--main-dark color--white</td>\n \n </tr>\n \n <tr>\n \n \n <td>\nchildren</td>\n \n <td> Contents and sub-contents of the section</td>\n \n <td> Here is some text.</td>\n \n </tr>\n \n <tr>\n \n \n <td>\ntitle</td>\n \n <td> Each section should have an h2</td>\n \n <td> This describes what is in the section</td>\n \n </tr>\n \n <tr>\n \n \n <td>\ntitle_classes</td>\n \n <td> Styling for the section title</td>\n \n <td> heading--h1\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;section</span> <span class=\"na\">class=</span><span class=\"s\">\"include include--organisms include--organisms--related layout--stripe\n    \"</span>\n    <span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--stripe--inner\"</span><span class=\"nt\">&gt;</span>\n      \n\n      \n      \n      \n        <span class=\"nt\">&lt;ul</span> <span class=\"na\">class=</span><span class=\"s\">\"list-style--none layout--multiple--horizontal\"</span><span class=\"nt\">&gt;</span>\n          \n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"card js--child--link display--flex flex-direction--column \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"card--text padding-horizontal--4 padding-vertical--4\"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;h3</span> <span class=\"na\">class=</span><span class=\"s\">\"card--title font-size--1p25em\"</span><span class=\"nt\">&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/content-guide/accessibility/\"</span><span class=\"nt\">&gt;</span>Accessibility<span class=\"nt\">&lt;/a&gt;&lt;/h3&gt;</span>\n      \n      <span class=\"nt\">&lt;p</span> <span class=\"na\">class=</span><span class=\"s\">\"card--description font-size--p75em\"</span><span class=\"nt\">&gt;</span>Writing guide for inclusivity<span class=\"nt\">&lt;/p&gt;</span>\n    <span class=\"nt\">&lt;/div&gt;</span>\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  <span class=\"nt\">&lt;figure</span> <span class=\"na\">class=</span><span class=\"s\">\"figure figure--image figure--image--required-meta-image-default-jpg figure--card--image order--neg1 box-shadow--lifted-edges\"</span><span class=\"nt\">&gt;</span>\n    \n      <span class=\"nt\">&lt;picture</span> <span class=\"na\">class=</span><span class=\"s\">\"picture picture--lazy-load layout--hide--no-javascript\"</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"image\"</span><span class=\"nt\">&gt;</span>\n        \n        \n        \n          <span class=\"nt\">&lt;source</span> <span class=\"na\">srcset=</span><span class=\"s\">\"/assets/images/required/s.webp\"</span>\n            <span class=\"na\">data-srcset=</span><span class=\"s\">\"/assets/images/required/meta-image--default.jpg.webp\"</span> <span class=\"na\">type=</span><span class=\"s\">\"image/webp\"</span> <span class=\"nt\">/&gt;</span>\n        \n        <span class=\"nt\">&lt;img</span> <span class=\"na\">src=</span><span class=\"s\">\"/assets/images/required/s.gif\"</span>\n          <span class=\"na\">data-src=</span><span class=\"s\">\"/assets/images/required/meta-image--default.jpg\"</span> <span class=\"na\">alt=</span><span class=\"s\">\"Site default social image\"</span> <span class=\"na\">loading=</span><span class=\"s\">\"lazy\"</span> <span class=\"nt\">/&gt;</span>\n      <span class=\"nt\">&lt;/picture&gt;</span>\n      <span class=\"nt\">&lt;noscript&gt;</span>\n        <span class=\"nt\">&lt;img</span> <span class=\"na\">src=</span><span class=\"s\">\"/assets/images/required/meta-image--default.jpg\"</span> <span class=\"na\">alt=</span><span class=\"s\">\"Site default social image\"</span> <span class=\"na\">loading=</span><span class=\"s\">\"lazy\"</span> <span class=\"nt\">/&gt;</span>\n      <span class=\"nt\">&lt;/noscript&gt;</span>\n    \n    \n  <span class=\"nt\">&lt;/figure&gt;</span>\n\n\n\n  <span class=\"nt\">&lt;/li&gt;</span>\n\n\n\n          \n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"card js--child--link display--flex flex-direction--column \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"card--text padding-horizontal--4 padding-vertical--4\"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;h3</span> <span class=\"na\">class=</span><span class=\"s\">\"card--title font-size--1p25em\"</span><span class=\"nt\">&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/content-guide/be-concise/\"</span><span class=\"nt\">&gt;</span>Be concise<span class=\"nt\">&lt;/a&gt;&lt;/h3&gt;</span>\n      \n      <span class=\"nt\">&lt;p</span> <span class=\"na\">class=</span><span class=\"s\">\"card--description font-size--p75em\"</span><span class=\"nt\">&gt;</span>Write enough to get your point across, but no more.<span class=\"nt\">&lt;/p&gt;</span>\n    <span class=\"nt\">&lt;/div&gt;</span>\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  <span class=\"nt\">&lt;figure</span> <span class=\"na\">class=</span><span class=\"s\">\"figure figure--image figure--image--required-meta-image-default-jpg figure--card--image order--neg1 box-shadow--lifted-edges\"</span><span class=\"nt\">&gt;</span>\n    \n      <span class=\"nt\">&lt;picture</span> <span class=\"na\">class=</span><span class=\"s\">\"picture picture--lazy-load layout--hide--no-javascript\"</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"image\"</span><span class=\"nt\">&gt;</span>\n        \n        \n        \n          <span class=\"nt\">&lt;source</span> <span class=\"na\">srcset=</span><span class=\"s\">\"/assets/images/required/s.webp\"</span>\n            <span class=\"na\">data-srcset=</span><span class=\"s\">\"/assets/images/required/meta-image--default.jpg.webp\"</span> <span class=\"na\">type=</span><span class=\"s\">\"image/webp\"</span> <span class=\"nt\">/&gt;</span>\n        \n        <span class=\"nt\">&lt;img</span> <span class=\"na\">src=</span><span class=\"s\">\"/assets/images/required/s.gif\"</span>\n          <span class=\"na\">data-src=</span><span class=\"s\">\"/assets/images/required/meta-image--default.jpg\"</span> <span class=\"na\">alt=</span><span class=\"s\">\"Site default social image\"</span> <span class=\"na\">loading=</span><span class=\"s\">\"lazy\"</span> <span class=\"nt\">/&gt;</span>\n      <span class=\"nt\">&lt;/picture&gt;</span>\n      <span class=\"nt\">&lt;noscript&gt;</span>\n        <span class=\"nt\">&lt;img</span> <span class=\"na\">src=</span><span class=\"s\">\"/assets/images/required/meta-image--default.jpg\"</span> <span class=\"na\">alt=</span><span class=\"s\">\"Site default social image\"</span> <span class=\"na\">loading=</span><span class=\"s\">\"lazy\"</span> <span class=\"nt\">/&gt;</span>\n      <span class=\"nt\">&lt;/noscript&gt;</span>\n    \n    \n  <span class=\"nt\">&lt;/figure&gt;</span>\n\n\n\n  <span class=\"nt\">&lt;/li&gt;</span>\n\n\n\n          \n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"card js--child--link display--flex flex-direction--column \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"card--text padding-horizontal--4 padding-vertical--4\"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;h3</span> <span class=\"na\">class=</span><span class=\"s\">\"card--title font-size--1p25em\"</span><span class=\"nt\">&gt;&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/docs/content-guide/content-principles/\"</span><span class=\"nt\">&gt;</span>Content principles<span class=\"nt\">&lt;/a&gt;&lt;/h3&gt;</span>\n      \n      <span class=\"nt\">&lt;p</span> <span class=\"na\">class=</span><span class=\"s\">\"card--description font-size--p75em\"</span><span class=\"nt\">&gt;</span>Quick overview of our guiding content principles.<span class=\"nt\">&lt;/p&gt;</span>\n    <span class=\"nt\">&lt;/div&gt;</span>\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  <span class=\"nt\">&lt;figure</span> <span class=\"na\">class=</span><span class=\"s\">\"figure figure--image figure--image--required-meta-image-default-jpg figure--card--image order--neg1 box-shadow--lifted-edges\"</span><span class=\"nt\">&gt;</span>\n    \n      <span class=\"nt\">&lt;picture</span> <span class=\"na\">class=</span><span class=\"s\">\"picture picture--lazy-load layout--hide--no-javascript\"</span> <span class=\"na\">itemprop=</span><span class=\"s\">\"image\"</span><span class=\"nt\">&gt;</span>\n        \n        \n        \n          <span class=\"nt\">&lt;source</span> <span class=\"na\">srcset=</span><span class=\"s\">\"/assets/images/required/s.webp\"</span>\n            <span class=\"na\">data-srcset=</span><span class=\"s\">\"/assets/images/required/meta-image--default.jpg.webp\"</span> <span class=\"na\">type=</span><span class=\"s\">\"image/webp\"</span> <span class=\"nt\">/&gt;</span>\n        \n        <span class=\"nt\">&lt;img</span> <span class=\"na\">src=</span><span class=\"s\">\"/assets/images/required/s.gif\"</span>\n          <span class=\"na\">data-src=</span><span class=\"s\">\"/assets/images/required/meta-image--default.jpg\"</span> <span class=\"na\">alt=</span><span class=\"s\">\"Site default social image\"</span> <span class=\"na\">loading=</span><span class=\"s\">\"lazy\"</span> <span class=\"nt\">/&gt;</span>\n      <span class=\"nt\">&lt;/picture&gt;</span>\n      <span class=\"nt\">&lt;noscript&gt;</span>\n        <span class=\"nt\">&lt;img</span> <span class=\"na\">src=</span><span class=\"s\">\"/assets/images/required/meta-image--default.jpg\"</span> <span class=\"na\">alt=</span><span class=\"s\">\"Site default social image\"</span> <span class=\"na\">loading=</span><span class=\"s\">\"lazy\"</span> <span class=\"nt\">/&gt;</span>\n      <span class=\"nt\">&lt;/noscript&gt;</span>\n    \n    \n  <span class=\"nt\">&lt;/figure&gt;</span>\n\n\n\n  <span class=\"nt\">&lt;/li&gt;</span>\n\n\n\n          \n        <span class=\"nt\">&lt;/ul&gt;</span>\n      \n    <span class=\"nt\">&lt;/div&gt;</span>\n  <span class=\"nt\">&lt;/section&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include organisms/related.html\n    classes=\"\"\n    entity=page\n    title=\"Related\"\n    title_classes=\"\"\n  %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>The related section can highlight content of the same type as the page you’re on.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Just some sample text in the accessibility section for now.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Section</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <section class=\"include include--organisms include--organisms--section layout--stripe\n background-color--main-light color--white background-image--affectation text-align--center\"\n id=\"section--example-section\">\n <div class=\"layout--stripe--inner\">\n \n <h2 class=\"\">Example section</h2>\n \n\n <p>This is a paragraph of text</p>\n </div>\n </section>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"section--background-color-main-light\"\n id=\"section--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"section--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"section--font-size-2em\"\n id=\"section--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"section--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\n classes</td>\n \n <td> css classes applied to parent</td>\n \n <td> background-color--main-dark color--white</td>\n \n </tr>\n \n <tr>\n \n \n <td>\n children</td>\n \n <td> Contents and sub-contents of the section</td>\n \n <td> Here is some text.</td>\n \n </tr>\n \n <tr>\n \n \n <td>\n title</td>\n \n <td> Each section should have an h2</td>\n \n <td> This describes what is in the section</td>\n \n </tr>\n \n <tr>\n \n \n <td>\n title_classes</td>\n \n <td> Styling for the section title</td>\n \n <td> heading--h1\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;section</span> <span class=\"na\">class=</span><span class=\"s\">\"include include--organisms include--organisms--section layout--stripe\n    background-color--main-light color--white background-image--affectation text-align--center\"</span>\n    <span class=\"na\">id=</span><span class=\"s\">\"section--example-section\"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--stripe--inner\"</span><span class=\"nt\">&gt;</span>\n      \n        <span class=\"nt\">&lt;h2</span> <span class=\"na\">class=</span><span class=\"s\">\"\"</span><span class=\"nt\">&gt;</span>Example section<span class=\"nt\">&lt;/h2&gt;</span>\n      \n\n      <span class=\"nt\">&lt;p&gt;</span>This is a paragraph of text<span class=\"nt\">&lt;/p&gt;</span>\n    <span class=\"nt\">&lt;/div&gt;</span>\n  <span class=\"nt\">&lt;/section&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include organisms/section.html\n    slug=\"alerts\"\n    mode=\"ref\"\n  %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>Sections separate large distinct portions of content on a page.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Just some sample text in the accessibility section for now.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Utility</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <section class=\"utility background-color--main-dark color--white font-size--p875em\n \">\n <div class=\"layout--stripe--inner\">\n <h2 class=\"a11y--visually-hidden\">Utility (verb) navigation</h2>\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<ul class=\"menu menu--utility list-style--none margin-horizontal--0 border-spaced display--flex layout--row menu-layout--horizontal\">\n \n \n <li class=\"menu-item menu-item--menu-utility menu-item--page-contact-us\n menu-item--menu-utility--page-contact-us flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/contact-us/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Contact us</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-utility menu-item--page-frequently-asked-questions\n menu-item--menu-utility--page-frequently-asked-questions flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/faq/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Frequently asked questions</a>\n </li>\n \n \n</ul>\n\n\n\n </div>\n </section>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"utility--background-color-main-light\"\n id=\"utility--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"utility--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"utility--font-size-2em\"\n id=\"utility--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"utility--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;section</span> <span class=\"na\">class=</span><span class=\"s\">\"utility background-color--main-dark color--white font-size--p875em\n  \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--stripe--inner\"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;h2</span> <span class=\"na\">class=</span><span class=\"s\">\"a11y--visually-hidden\"</span><span class=\"nt\">&gt;</span>Utility (verb) navigation<span class=\"nt\">&lt;/h2&gt;</span>\n\n      \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n<span class=\"nt\">&lt;ul</span> <span class=\"na\">class=</span><span class=\"s\">\"menu menu--utility list-style--none margin-horizontal--0 border-spaced display--flex layout--row menu-layout--horizontal\"</span><span class=\"nt\">&gt;</span>\n  \n    \n      <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item menu-item--menu-utility menu-item--page-contact-us\n        menu-item--menu-utility--page-contact-us flex--1 display--flex\n        flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/contact-us/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link \n          display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>Contact us<span class=\"nt\">&lt;/a&gt;</span>\n      <span class=\"nt\">&lt;/li&gt;</span>\n    \n  \n    \n      <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item menu-item--menu-utility menu-item--page-frequently-asked-questions\n        menu-item--menu-utility--page-frequently-asked-questions flex--1 display--flex\n        flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n        <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"/faq/\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link \n          display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>Frequently asked questions<span class=\"nt\">&lt;/a&gt;</span>\n      <span class=\"nt\">&lt;/li&gt;</span>\n    \n  \n<span class=\"nt\">&lt;/ul&gt;</span>\n\n\n\n    <span class=\"nt\">&lt;/div&gt;</span>\n  <span class=\"nt\">&lt;/section&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include organisms/utility.html %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>The utility navigation section is for verb-based navigation actions like “Contact us”, as opposed to nouns like About that\nbelong in the main nav.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Just some sample text in the accessibility section for now.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <section class=\"docblock border-radius--default background-color--grey-light padding-vertical--4 padding-horizontal--4\n padding-horizontal--collapse\">\n\n <h3 class=\"text-align--center\">Utility (external)</h3>\n\n <h4 class=\"docblock--example--label\">Example</h4>\n <div class=\"docblock--example position--relative\">\n \n <section class=\"utility utility-external background-color--main-dark color--white font-size--p875em\n \">\n <div class=\"layout--stripe--inner\">\n <h2 class=\"a11y--visually-hidden\">Utility (external) navigation</h2>\n\n <ul class=\"menu menu--utility-external list-style--none margin-horizontal--0 border-spaced display--flex layout--row menu-layout--horizontal\">\n \n <li class=\"menu-item flex--1 display--flex flex-direction--column justify-content--center\">\n <a href=\"https://solveitonce.com\" class=\"menu-item--link display--flex flex-direction--column justify-content--center\">Solve it once</a>\n </li>\n \n <li class=\"menu-item flex--1 display--flex flex-direction--column justify-content--center\">\n <a href=\"https://lowerbarriers.org\" class=\"menu-item--link display--flex flex-direction--column justify-content--center\">Lower barriers</a>\n </li>\n \n <li class=\"menu-item flex--1 display--flex flex-direction--column justify-content--center\">\n <a href=\"https://shelbybrad.com\" class=\"menu-item--link display--flex flex-direction--column justify-content--center\">Shelby and Brad</a>\n </li>\n \n <li class=\"menu-item flex--1 display--flex flex-direction--column justify-content--center\">\n <a href=\"https://resume.bradczerniak.com\" class=\"menu-item--link display--flex flex-direction--column justify-content--center\">Resume</a>\n </li>\n \n </ul>\n\n </div>\n </section>\n\n </div>\n\n <details>\n <summary>Options</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <fieldset class=\"docblock--classes\">\n <legend>Toggle classes</legend>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"utility-external--background-color-main-light\"\n id=\"utility-external--background-color-main-light\"\n value=\"background-color--main-light\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"utility-external--background-color-main-light\">\n <code>background-color--main-light</code>\n </label>\n </div>\n \n <div class=\"form--item form--item--checkbox position--relative\">\n <input type=\"checkbox\" name=\"utility-external--font-size-2em\"\n id=\"utility-external--font-size-2em\"\n value=\"font-size--2em\" class=\"docblock--classes--class\">\n <label class=\"label form--item--label display--block font-size--p75em padding-vertical--2\"\n for=\"utility-external--font-size-2em\">\n <code>font-size--2em</code>\n </label>\n </div>\n \n </fieldset>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Props</h4>\n <table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n \n \n <tr>\n \n \n <td>\nclasses</td>\n \n <td> css classes applied to parent</td>\n \n <td> color--main-dark\n</td>\n \n </tr>\n \n </tbody>\n </table>\n </aside>\n </div>\n\n </details>\n\n <details>\n <summary>Code</summary>\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>HTML</h4>\n <figure class=\"highlight\"><pre><code class=\"language-html\" data-lang=\"html\">          \n  <span class=\"nt\">&lt;section</span> <span class=\"na\">class=</span><span class=\"s\">\"utility utility-external background-color--main-dark color--white font-size--p875em\n  \"</span><span class=\"nt\">&gt;</span>\n    <span class=\"nt\">&lt;div</span> <span class=\"na\">class=</span><span class=\"s\">\"layout--stripe--inner\"</span><span class=\"nt\">&gt;</span>\n      <span class=\"nt\">&lt;h2</span> <span class=\"na\">class=</span><span class=\"s\">\"a11y--visually-hidden\"</span><span class=\"nt\">&gt;</span>Utility (external) navigation<span class=\"nt\">&lt;/h2&gt;</span>\n\n      <span class=\"nt\">&lt;ul</span> <span class=\"na\">class=</span><span class=\"s\">\"menu menu--utility-external list-style--none margin-horizontal--0 border-spaced display--flex layout--row menu-layout--horizontal\"</span><span class=\"nt\">&gt;</span>\n        \n          <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item flex--1 display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n            <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"https://solveitonce.com\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>Solve it once<span class=\"nt\">&lt;/a&gt;</span>\n          <span class=\"nt\">&lt;/li&gt;</span>\n        \n          <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item flex--1 display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n            <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"https://lowerbarriers.org\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>Lower barriers<span class=\"nt\">&lt;/a&gt;</span>\n          <span class=\"nt\">&lt;/li&gt;</span>\n        \n          <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item flex--1 display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n            <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"https://shelbybrad.com\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>Shelby and Brad<span class=\"nt\">&lt;/a&gt;</span>\n          <span class=\"nt\">&lt;/li&gt;</span>\n        \n          <span class=\"nt\">&lt;li</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item flex--1 display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>\n            <span class=\"nt\">&lt;a</span> <span class=\"na\">href=</span><span class=\"s\">\"https://resume.bradczerniak.com\"</span> <span class=\"na\">class=</span><span class=\"s\">\"menu-item--link display--flex flex-direction--column justify-content--center\"</span><span class=\"nt\">&gt;</span>Resume<span class=\"nt\">&lt;/a&gt;</span>\n          <span class=\"nt\">&lt;/li&gt;</span>\n        \n      <span class=\"nt\">&lt;/ul&gt;</span>\n\n    <span class=\"nt\">&lt;/div&gt;</span>\n  <span class=\"nt\">&lt;/section&gt;</span>\n\n          </code></pre></figure>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <h4>Liquid template</h4>\n <figure class=\"highlight\"><pre><code class=\"language-smarty\" data-lang=\"smarty\">          \n  {% include organisms/utility-external.html %}\n\n          </code></pre></figure>\n </aside>\n </div>\n </details>\n\n <details open>\n <summary>Usage</summary>\n <div>\n \n<h4 id=\"general-guidance\">General guidance</h4>\n\n<p>The external utility navigation section is for affiliated and other brand sites related to the current site.</p>\n\n\n\n </div>\n </details>\n\n <details>\n <summary>Accessibility</summary>\n <div>\n \n<p>Just some sample text in the accessibility section for now.</p>\n\n </div>\n </details>\n </section>\n\n\n\n\n\n", "url": "/docs/design/organisms/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"Biggest components, made up of all the smaller kinds.","robots":"noindex,follow"}, "title": "Organisms", "slug": "organisms", "ext": ".html", "tags": [] }, { "path": "_docs/design/sections.html", "relative_path": "_docs/design/sections.html", "excerpt": "<p>@todo for some reason this page is running into rendering issues.</p>\n\n", "id": "/docs/design/sections", "collection": "docs", "content": "<p>@todo for some reason this page is running into rendering issues.</p>\n\n<p>\n Section entities may be called by <code>organisms/section.html</code> using the mode=\"ref\" prop. They can also be automatically\n added to any content in the Page collection via the front-matter.\n</p>\n\n\n {% comment %}\n To add a site-wide alert to the alerts section, copy one of these from the comment block and put it below.\n\n {% include molecules/alert.html\n children=\"<p>Brad made a status alert</p>\"\n classes=\"\"\n dismissible=true\n level=\"status\"\n %}\n\n {% include molecules/alert.html\n children=\"This is a warning-level alert using plain text rather than markup.\"\n classes=\"\"\n dismissible=true\n level=\"warning\"\n %}\n\n {% include molecules/alert.html\n children=\"<p>Here is an error alert with <strong>bold text</strong> and <a href='https://www.bing.com'>a link</a>.</p>\"\n classes=\"\"\n dismissible=true\n level=\"error\"\n %}\n\n{% endcomment %}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n\n {% include organisms/form.html\n mode=\"ref\"\n slug=\"contact\"\n%}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n\n <div class=\"layout--row display--flex\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\n padding-horizontal--4 padding-horizontal--collapse\">\n <p>This version of the site redesign was primarily completed in about 2 days.</p>\n\n <p>If you want a high-quality site with all of the features but very little of the cost, get in touch with Brad.</p>\n\n {% include atoms/spacer.html size=\"2\" %}\n\n <a class=\"button cta\" href=\"https://solveitonce.com\">Solve it once</a>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--center\">\n {% include atoms/image.html\n src=\"logo-mark.png\"\n alt=\"Solve it once logo\"\n classes=\"\"\n %}\n </aside>\n</div>\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n\n {% include atoms/spacer.html size=\"4\" %}\n\n{% assign events = site.events | where_exp:\"item\", \"item.date >= site.time\" %}\n{% if events[0] %}\n <ul class=\"list-style--none layout--multiple--horizontal\">\n {% for event in events %}\n {% include molecules/card.html\n entity=event\n %}\n {% endfor %}\n </ul>\n\n <p>To see all current events, check out the <a href=\"{% link collections/pages/events.html %}\">Events page</a></p>\n{% else %}\n <p class=\"listing--no-results\">There are presently no future events.</p>\n{% endif %}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n\n {% include atoms/spacer.html size=\"4\" %}\n\n{% if site.posts[0] %}\n <ul class=\"list-style--none layout--multiple--horizontal\">\n {% for post in site.posts limit:3 %}\n {% include molecules/card.html\n entity=post\n %}\n {% endfor %}\n </ul>\n\n <p>See more on our <a href=\"{% link blog/index.html %}\">Blog page</a>.</p>\n{% else %}\n <p class=\"listing--no-results\">There are presently no posts.</p>\n{% endif %}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n\n {% include atoms/spacer.html size=\"2\" %}\n\n<p>Updates aren't too frequent. If you subscribe and then quickly unsubscribe, no hard feelings.</p>\n\n{% include organisms/form.html\n mode=\"ref\"\n slug=\"mailchimp\"\n%}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n\n {% include atoms/spacer.html size=\"4\" %}\n\n{% if site.people[0] %}\n <ul class=\"list-style--none layout--multiple--horizontal\">\n {% assign people_sorted = site.people | sort: \"weight\" %}\n {% for person in people_sorted %}\n {% include molecules/card.html\n entity=person\n %}\n {% endfor %}\n </ul>\n{% else %}\n <p class=\"listing--no-results\">There are presently no people on this site.</p>\n{% endif %}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n\n {% include atoms/spacer.html size=\"4\" %}\n\n{% assign products = site.products %}\n{% if products[0] %}\n <ul class=\"list-style--none layout--multiple--horizontal\">\n {% for product in products limit: 3 %}\n {% include molecules/card.html\n entity=product\n %}\n {% endfor %}\n </ul>\n\n <p>To see all products, check out the <a href=\"{% link collections/pages/products.html %}\">Products page</a></p>\n{% else %}\n <p class=\"listing--no-results\">There are presently no products.</p>\n{% endif %}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n\n", "url": "/docs/design/sections/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"Reusable and demonstration content at organism size.","robots":"noindex,follow"}, "title": "Sections (reusable)", "slug": "sections", "ext": ".html", "tags": [] }, { "path": "_docs/strategic-plan.md", "relative_path": "_docs/strategic-plan.md", "excerpt": "<h2 id=\"vision-mission-values-goals--objectives\">Vision, mission, values, goals &amp; objectives</h2>\n\n", "id": "/docs/strategic-plan", "collection": "docs", "content": "<h2 id=\"vision-mission-values-goals--objectives\">Vision, mission, values, goals &amp; objectives</h2>\n\n<p>The following strategic direction encompasses the strategy of this site <em>qua</em> website; that is, it is a website strategy\nrather than an organization strategy. The vision, mission, values, goals, and objectives herein define what is to be\naccomplished by the site <em>in service</em> of a greater organizational vision.</p>\n\n<h3 id=\"vision\">Vision</h3>\n\n<p>A site where everyone can find what they need quickly.</p>\n\n<h3 id=\"mission\">Mission</h3>\n\n<p>To deliver a broadly-accessible and inclusive web experience that is efficient and feels fast, using compelling copy,\nmedia, and web-standards-based technologies.</p>\n\n<h3 id=\"values\">Values</h3>\n\n<h4 id=\"what-we-value\">What we value</h4>\n\n<ol>\n <li><strong>Reusable</strong>: if you can keep things general so you don’t have to rewrite or even tweak it next time, do that!</li>\n <li><strong>Empathetic</strong>: the team is the product, and the team needs to think always of the user</li>\n <li><strong>Brief</strong></li>\n <li><strong>Consistent</strong>: one pattern per solution, less one-off stuff and mixed metaphors</li>\n <li><strong>Understandable</strong>: plain language, plenty of documentation, nothing <em>too</em> clever</li>\n <li><strong>Standard</strong>: avoid overbuilt frameworks and abstractions in favor of ‘vanilla’ solutions</li>\n</ol>\n\n<h4 id=\"what-we-avoid\">What we avoid</h4>\n\n<ol>\n <li><strong>Dishonesty</strong>: don’t plagiarize and always cite your sources</li>\n <li><strong>Window-dressing</strong>: we don’t design for design’s sake, and we don’t remove focus outlines just for the aesthetic</li>\n <li><strong>Bleeding</strong>: the hot newness will still exist after the other guy has gotten the bugs out</li>\n <li><strong>Perfection</strong>: real artists ship</li>\n</ol>\n\n<h3 id=\"goals-and-objectives\">Goals and objectives</h3>\n\n<ol>\n <li><strong>Inclusive, accessible, usable design</strong> that respects our users’ wishes\n <ul>\n <li>Zero errors reported on any tested page via Lighthouse or WAVE</li>\n <li>One-week or faster turnaround on repairing any reported accessibility issues</li>\n </ul>\n </li>\n <li><strong>Blazing front-end performance</strong> that improves conversions and SEO, works for slow connections, and reduces hardware costs\n <ul>\n <li>Lighthouse performance tests always over 90%</li>\n <li>Conversion improvement over time via <em>user tests</em> rather than CRO/A-B tests</li>\n <li>Reduced mobile bounce rate</li>\n </ul>\n </li>\n <li><strong>Users don’t need to contact support</strong> because the information was right there on the site and easy to find and understand\n <ul>\n <li>Fewer client support contacts year-over-year</li>\n </ul>\n </li>\n <li><strong>Demonstrable journey paths for all personas</strong>, and no cheating by deleting personas\n <ul>\n <li>Prominent, clear, easy-to-use main navigation that reflects the core Information Architecture</li>\n <li>Snappy and effective search for information foraging</li>\n <li>Well-written, simple, skimmable content that doesn’t make <em>Steve Krug</em> think</li>\n </ul>\n </li>\n</ol>\n", "url": "/docs/strategic-plan/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"The mission, vision, and goals of the website qua website.","robots":"noindex,follow"}, "title": "Strategic Plan", "slug": "strategic-plan", "ext": ".md", "tags": [] }, { "path": "_docs/technical/browser-support.html", "relative_path": "_docs/technical/browser-support.html", "excerpt": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h2 class=\"heading \"\n >\n \n Table\n \n </h2>\n\n\n\n\n", "id": "/docs/technical/browser-support", "collection": "docs", "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h2 class=\"heading \"\n >\n \n Table\n \n </h2>\n\n\n\n\n<p>\n For human testing and automated tools, this project is committed to supporting the following browsers:\n</p>\n\n<table>\n <thead>\n <th>Browser versions</th>\n <th>Notes</th>\n </thead>\n <tbody>\n \n \n \n \n <tr>\n <td>last 2 Chrome versions</td>\n <td>Chrome is an 'Evergreen' browser</td>\n </tr>\n \n \n <tr>\n <td>last 2 ChromeAndroid versions</td>\n <td>Chrome is an 'Evergreen' browser</td>\n </tr>\n \n \n <tr>\n <td>last 2 Edge versions</td>\n <td>Edge is an 'Evergreen' browser based on Chrome</td>\n </tr>\n \n \n <tr>\n <td>last 2 Firefox versions</td>\n <td>Firefox is an 'Evergreen' browser</td>\n </tr>\n \n \n <tr>\n <td>last 1 iOS versions</td>\n <td>iOS Safari has a limited release cycle, but software updates are readily performed</td>\n </tr>\n \n \n <tr>\n <td>last 1 Safari versions</td>\n <td>Safari has a limited release cycle, but software updates are readily performed</td>\n </tr>\n \n \n <tr>\n <td>not IE 1-11</td>\n <td>Internet Explorer has declining market share, poor feature support, and is no longer supported by Microsoft</td>\n </tr>\n \n </tbody>\n</table>\n\n<p>\n Browser support information is in ./_includes/.browserslistrc and can be used in node.js (autoprefixer and the like)\n by ensuring <code>env BROWSERSLIST_CONFIG=./_includes/.browserslistrc</code>.\n</p>\n", "url": "/docs/technical/browser-support/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"Browsers this site supports when testing and building.","robots":"noindex,follow"}, "title": "Browser support", "slug": "browser-support", "ext": ".html", "tags": [] }, { "path": "_docs/technical/performance-budget.html", "relative_path": "_docs/technical/performance-budget.html", "excerpt": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h2 class=\"heading \"\n >\n \n Budget\n \n </h2>\n\n\n\n\n", "id": "/docs/technical/performance-budget", "collection": "docs", "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h2 class=\"heading \"\n >\n \n Budget\n \n </h2>\n\n\n\n\n<p>\n In order to ensure snappy and standards-compliant front-end performance, each asset group should be limited to the\n following maximum numbers of files and total payload.\n</p>\n\n<table>\n <thead>\n <th>Asset class</th>\n <th>Max number of files</th>\n <th>Total payload size</th>\n </thead>\n <tbody>\n \n \n <tr>\n <td>document</td>\n <td>1</td>\n <td>20 kB</td>\n </tr>\n \n \n <tr>\n <td>font</td>\n <td>8</td>\n <td>250 kB</td>\n </tr>\n \n \n <tr>\n <td>image</td>\n <td>20</td>\n <td>500 kB</td>\n </tr>\n \n \n <tr>\n <td>media</td>\n <td>3</td>\n <td>100 kB</td>\n </tr>\n \n \n <tr>\n <td>other</td>\n <td>20</td>\n <td>100 kB</td>\n </tr>\n \n \n <tr>\n <td>script</td>\n <td>5</td>\n <td>100 kB</td>\n </tr>\n \n \n <tr>\n <td>stylesheet</td>\n <td>3</td>\n <td>50 kB</td>\n </tr>\n \n \n <tr>\n <td>third-party</td>\n <td>5</td>\n <td>60 kB</td>\n </tr>\n \n \n <tr>\n <td>total</td>\n <td>40</td>\n <td>1500 kB</td>\n </tr>\n \n </tbody>\n</table>\n\n<p>\n The above data comes from <code>./_data/budget.json</code>, which is a performance budget file that can be directly\n used <a href=\"https://web.dev/use-lighthouse-for-performance-budgets/\">by the Lighthouse CLI</a> to test pages against\n the budget.\n</p>\n\n<p>\n If editing the budget.json file, please ensure to keep the asset classes in both <code>resourceCounts</code> and\n <code>resourceSizes</code> identical and in the same (alphabetical) order, since the way this table is rendered efficiently\n depends on that.\n</p>\n\n<h3>Background</h3>\n\n<p>\n Front-end performance is important, as reflected in this site's strategic plan. Performance affects multiple aspects of\n site operation:\n</p>\n\n<ul>\n <li><a href=\"https://developers.google.com/web/fundamentals/performance/why-performance-matters\">User visits and marketing conversions</a></li>\n <li>Server and bandwidth costs</li>\n <li>Usability on mobile, low-power, and slow-connection devices</li>\n <li>Brand perception</li>\n</ul>\n\n<p>\n As a website team, it is our duty to keep site front-end performance within the budget whenever humanly possible. When\n we are in jeopardy of exceeding the budget, we can approach the issue in one or more ways\n (<a href=\"https://24ways.org/2012/responsive-responsive-design/#targetText=Create%20a%20culture%20of%20performance\">according to Tim Kadlec</a>):\n</p>\n\n<ol>\n <li>Optimize an existing feature or asset on the page</li>\n <li>Remove an existing feature or asset from the page</li>\n <li>Don’t add the new feature or asset</li>\n <li><del>Remove useful content instead</del></li>\n</ol>\n\n<p>\n Great performance sometimes means making tough choices, but as a team we will prevail as long as we remain goal-oriented.\n</p>\n\n<h3>Resources</h3>\n\n<ul>\n <li><a href=\"https://timkadlec.com/2013/01/setting-a-performance-budget/\">Setting a performance budget</a> by Tim Kadlec</li>\n <li><a href=\"https://developer.mozilla.org/en-US/docs/Web/Performance/Performance_budgets\">Performance budgets</a> on the Mozilla Developer Network</li>\n <li><a href=\"https://web.dev/performance-budgets-101/\">Performance budgets 101</a> at Google's web.dev</li>\n</ul>\n", "url": "/docs/technical/performance-budget/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"The allowed number and size of assets delivered to users on the front end.","robots":"noindex,follow"}, "title": "Performance budget", "slug": "performance-budget", "ext": ".html", "tags": [] }, { "path": "_docs/user-experience/information-architecture.html", "relative_path": "_docs/user-experience/information-architecture.html", "excerpt": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h2 class=\"heading \"\n >\n \n Site map[ped]\n \n </h2>\n\n\n\n\n", "id": "/docs/user-experience/information-architecture", "collection": "docs", "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h2 class=\"heading \"\n >\n \n Site map[ped]\n \n </h2>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h3 class=\"heading \"\n >\n \n Menus\n \n </h3>\n\n\n\n\n<p>\n Menus are a good indication of the implied structure of a site, even when the typed data is stored in a flat manner.\n</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h4 class=\"heading \"\n >\n \n Main\n \n </h4>\n\n\n\n\n<p>The main menu is the primary way users navigate between top-level sections. Pages in the main menu should have short,\n instantly-understandable titles. There should be between 1 and 7 main menu items, including the home page.</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<ul class=\"menu menu--main list-style--none margin-horizontal--0 \">\n \n \n <li class=\"menu-item menu-item--menu-main menu-item--page-home\n menu-item--menu-main--page-home flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Home</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-main menu-item--page-about-brad\n menu-item--menu-main--page-about-brad flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/about/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">About Brad</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-main menu-item--page-blog\n menu-item--menu-main--page-blog flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/blog/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Blog</a>\n </li>\n \n \n \n \n \n \n</ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h4 class=\"heading \"\n >\n \n Footer\n \n </h4>\n\n\n\n\n<p>More often than not, the footer menu is a duplicate of the main menu. If there is an important but secondary page that\n does not fit in the main menu or elsewhere, the footer menu could be the place for it, tentatively. It's a good place to\n park a page in order to resolve an argument.</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<ul class=\"menu menu--footer list-style--none margin-horizontal--0 \">\n \n \n <li class=\"menu-item menu-item--menu-footer menu-item--page-home\n menu-item--menu-footer--page-home flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Home</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-footer menu-item--page-about-brad\n menu-item--menu-footer--page-about-brad flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/about/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">About Brad</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-footer menu-item--page-blog\n menu-item--menu-footer--page-blog flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/blog/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Blog</a>\n </li>\n \n \n \n \n \n \n</ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h4 class=\"heading \"\n >\n \n Utility\n \n </h4>\n\n\n\n\n<p>The utility menu is where to put 'verb' items; if the main menu has nouns like 'About' or 'Products', then the utility\n menu would be best for 'Contact us' or 'Schedule an appointment'. Overall, the utility menu is a great place for contact\n information.</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<ul class=\"menu menu--utility list-style--none margin-horizontal--0 \">\n \n \n <li class=\"menu-item menu-item--menu-utility menu-item--page-contact-us\n menu-item--menu-utility--page-contact-us flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/contact-us/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Contact us</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-utility menu-item--page-frequently-asked-questions\n menu-item--menu-utility--page-frequently-asked-questions flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/faq/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Frequently asked questions</a>\n </li>\n \n \n</ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h4 class=\"heading \"\n >\n \n Copyright\n \n </h4>\n\n\n\n\n<p>The copyright menu holds legal and technical documentation links. This is stuff you have to have, but not that anybody\n clicks into with any regularity.</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<ul class=\"menu menu--copyright list-style--none margin-horizontal--0 \">\n \n \n <li class=\"menu-item menu-item--menu-copyright menu-item--page-terms-and-conditions\n menu-item--menu-copyright--page-terms-and-conditions flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/terms-conditions/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Terms and conditions</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-copyright menu-item--page-privacy-policy\n menu-item--menu-copyright--page-privacy-policy flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/privacy-policy/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Privacy Policy</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-copyright menu-item--page-accessibility-statement\n menu-item--menu-copyright--page-accessibility-statement flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/accessibility-statement/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Accessibility Statement</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-copyright menu-item--page-press\n menu-item--menu-copyright--page-press flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/press/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Press</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-copyright menu-item--page-site-map\n menu-item--menu-copyright--page-site-map flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/site-map/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Site map</a>\n </li>\n \n \n \n <li class=\"menu-item menu-item--menu-copyright menu-item--page-documentation\n menu-item--menu-copyright--page-documentation flex--1 display--flex\n flex-direction--column justify-content--center\">\n <a href=\"/docs/\" class=\"menu-item--link \n display--flex flex-direction--column justify-content--center\">Documentation</a>\n </li>\n \n \n</ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h3 class=\"heading \"\n >\n \n Collections\n \n </h3>\n\n\n\n\n<p>The site's content can be put into the following buckets for use throughout:</p>\n\n<ul>\n \n <li>docs</li>\n \n <li>events</li>\n \n <li>forms</li>\n \n <li>people</li>\n \n <li>posts</li>\n \n <li>products</li>\n \n <li>sections</li>\n \n</ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h3 class=\"heading \"\n >\n \n Taxonomy\n \n </h3>\n\n\n\n\n<p>All content on the site can be described (for keyword SEO purposes) and grouped together using two different vocabularies:</p>\n\n<ul>\n <li><strong>Categories</strong> for broad, structured description</li>\n <li><strong>Tags</strong> for free-form description</li>\n</ul>\n", "url": "/docs/user-experience/information-architecture/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"Menus, tagging, and other structures.","robots":"noindex,follow"}, "title": "Information architecture", "slug": "information-architecture", "ext": ".html", "tags": [] }, { "path": "_docs/user-experience/personas.html", "relative_path": "_docs/user-experience/personas.html", "excerpt": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h2 class=\"heading \"\n >\n \n Behavioral personas\n \n </h2>\n\n\n\n\n", "id": "/docs/user-experience/personas", "collection": "docs", "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h2 class=\"heading \"\n >\n \n Behavioral personas\n \n </h2>\n\n\n\n\n<p>\n Personas, as used in UX, are useful for testing and heuristics where <em>empathizing with the motivations</em> of a particular\n user or segment could yield insights about the IA and UI of a site or app. The following personas are applicable to a wide\n range of applications.\n</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h3 class=\"heading \"\n >\n \n Barry Browser\n \n </h3>\n\n\n\n\n<p>\n Barry is a 65-year-old from a rural area. He's curious, deliberate, and prefers things kind of slow. His primary behavior\n on websites is <strong>skimming and browsing</strong>. He's likely to peruse 5 or more pages on the site before bouncing,\n read some passages in depth, and eschew the search functionality in preference to the navigation and other information scents.\n</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--2 \"></div>\n\n\n\n\n<div class=\"layout--row display--flex flex-direction--row\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--flex-start\n padding-horizontal--4 padding-horizontal--collapse\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h4 class=\"heading \"\n >\n \n Attributes and behaviors\n \n </h4>\n\n\n\n\n <ul>\n <li>Not a digital native. Learned enough about computers to live in 21st-century society</li>\n <li>Accustomed to reading books front-to-back</li>\n <li>More likely to print website pages than the average user</li>\n <li>Uses an iPad. It is his main camera</li>\n <li>Mildly nostalgic. Not very political, though skewing conservative</li>\n <li>Polite, but also a little wary of strangers</li>\n </ul>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--flex-start\n padding-horizontal--4 padding-horizontal--collapse\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h4 class=\"heading \"\n >\n \n Goals and needs\n \n </h4>\n\n\n\n\n <ul>\n <li>Desires to not hit dead ends when clicking around for relevant information</li>\n <li>Appreciates relevant imagery. Dislikes misleading stock photos</li>\n <li>Wants content broken into sections with headings and lists</li>\n <li>Needs unambiguous wording and logical grouping to thrive</li>\n <li>Wants to find trustworthy information</li>\n </ul>\n </aside>\n</div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h3 class=\"heading \"\n >\n \n Stephanie Searcher\n \n </h3>\n\n\n\n\n<p>\n Stephanie is 24, a Sagittarius, lives in a suburb, and works in the city. She grew up with the internet, and is not inclined\n to waste time. She got to the site from a search engine, will use site search to narrow and refine results, and will even\n <code>Ctrl+F</code> on pages to find what she's looking for. She's more likely to bounce quickly, but may return to a\n different page via organic.\n</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--2 \"></div>\n\n\n\n\n<div class=\"layout--row display--flex flex-direction--row\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--flex-start\n padding-horizontal--4 padding-horizontal--collapse\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h4 class=\"heading \"\n >\n \n Attributes and behaviors\n \n </h4>\n\n\n\n\n <ul>\n <li>Has a 13\" MacBook for work, and an iPhone for both work and personal use</li>\n <li>Grew up in a world of standardized tests and endless homework. Values quickly getting useful info</li>\n <li>Can't remember a world without Google. Knows some solid Google tricks</li>\n <li>Embraces flat design and post-great-recession minimalism</li>\n <li>Skeptical but not cynical. Skews liberal</li>\n <li>Anti-big-business. Prefers to support small, local businesses whenever practical</li>\n </ul>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--flex-start\n padding-horizontal--4 padding-horizontal--collapse\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h4 class=\"heading \"\n >\n \n Goals and needs\n \n </h4>\n\n\n\n\n <ul>\n <li>Wants to get the task done. Willing to sacrifice thoroughness for speed</li>\n <li>Looking for apps and technologies that automate repetitive work</li>\n <li>Needs on-page text to be visible so Find works</li>\n <li>Wants single-purpose pages that can be shared</li>\n <li>Needs relevant keywords and phrases for landing on the right page</li>\n </ul>\n </aside>\n</div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h3 class=\"heading \"\n >\n \n Steve Krug\n \n </h3>\n\n\n\n\n<p>\n Legendary usability author of <cite>Don't make me think!</cite> Steve Krug is a 70-year-old in the suburbs. He has high\n proficiency with tech, combines information-seeking techniques, and judges sites harshly for problems with IA and content.\n</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--2 \"></div>\n\n\n\n\n<div class=\"layout--row display--flex flex-direction--row\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--flex-start\n padding-horizontal--4 padding-horizontal--collapse\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h4 class=\"heading \"\n >\n \n Attributes and behaviors\n \n </h4>\n\n\n\n\n <ul>\n <li>Values a short, compelling read</li>\n <li>Impatient with cumbersome sites from brands that should know better</li>\n <li>Very smart, but prefers text written at a fifth-grade level</li>\n <li>Likely to open sites on an Android 'phablet' just to see what happens</li>\n <li>Politics and overall personality unknown, but obviously sympathetic to the common man</li>\n </ul>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--flex-start\n padding-horizontal--4 padding-horizontal--collapse\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h4 class=\"heading \"\n >\n \n Goals and needs\n \n </h4>\n\n\n\n\n <ul>\n <li>Wants to go his whole visit without having to think!</li>\n <li>Needs information and to complete tasks, and will search and browse to find it</li>\n <li>Wants a similar experience on both desktop and mobile</li>\n </ul>\n </aside>\n</div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h3 class=\"heading \"\n >\n \n Felicia Frugal\n \n </h3>\n\n\n\n\n<p>\n Felicia is 33 years old. She was absolutely clobbered in her career by the Great Recession. She lives in a suburb in an\n overpriced rental, has remaining student debt, and has come to terms with her situation not getting much better any time\n soon. Still, she remains optimistic that technology and societal progress will improve her lot in life by the time she'd\n want to retire.\n</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--2 \"></div>\n\n\n\n\n<div class=\"layout--row display--flex flex-direction--row\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--flex-start\n padding-horizontal--4 padding-horizontal--collapse\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h4 class=\"heading \"\n >\n \n Attributes and behaviors\n \n </h4>\n\n\n\n\n <ul>\n <li>Progressive politics are important to her</li>\n <li>She has an older Windows laptop with Chrome installed, plus a midrange Android phone</li>\n <li>Remembers AOL and AIM, IE6 when it was good, and Homestar Runner</li>\n <li>Buys rice in bulk, goes to resale shops, and seeks promo codes and coupons for even small purchases</li>\n <li>Composts food waste and grows a few square feet of vegetable garden on her balcony</li>\n <li>Willing to pay a bit extra for longevity and environmental responsibility</li>\n </ul>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--flex-start\n padding-horizontal--4 padding-horizontal--collapse\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h4 class=\"heading \"\n >\n \n Goals and needs\n \n </h4>\n\n\n\n\n <ul>\n <li>Wants to find the best free resources</li>\n <li>Needs justification for any product that costs a premium</li>\n <li>Wants assurances that brands' values align with hers</li>\n <li>Needs a break</li>\n <li>Wants 1990s nostalgia distilled away from the retrograde politics of the era</li>\n </ul>\n </aside>\n</div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h3 class=\"heading \"\n >\n \n Dominique Disability\n \n </h3>\n\n\n\n\n<p>\n Dominique is 49 and living in an assisted living facility just outside of the city. She is not defined by her numerous\n sensory, cognitive, and motor difficulties, but certainly has to grapple with them every day. Dominique wants to get through\n the computer work so she can get back to her non-computer crafts and hobbies.\n</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--2 \"></div>\n\n\n\n\n<div class=\"layout--row display--flex flex-direction--row\">\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--flex-start\n padding-horizontal--4 padding-horizontal--collapse\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h4 class=\"heading \"\n >\n \n Attributes and behaviors\n \n </h4>\n\n\n\n\n <ul>\n <li>Overcoming adversity is a way of life</li>\n <li>On bad days will use a screen reader. On other days will struggle with color contrast and small elements</li>\n <li>Is loyal to people and brands that respect her and make things easier without having to ask</li>\n <li>Gravitates to ergonomic solutions</li>\n <li>Likes and appreciates arts and crafts</li>\n </ul>\n </aside>\n <aside class=\"layout--column flex--1 display--flex flex-direction--column justify-content--flex-start\n padding-horizontal--4 padding-horizontal--collapse\">\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h4 class=\"heading \"\n >\n \n Goals and needs\n \n </h4>\n\n\n\n\n <ul>\n <li>Needs sites that are accessible beyond just visual alternatives</li>\n <li>Wants to find sites and brands that are trustworthy</li>\n <li>Wants things to be quick and simple</li>\n </ul>\n </aside>\n</div>\n", "url": "/docs/user-experience/personas/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"Intentional stereotypes used for empathetic framing.","robots":"noindex,follow"}, "title": "Personas", "slug": "personas", "ext": ".html", "tags": [] }, { "path": "_docs/user-experience/user-testing.html", "relative_path": "_docs/user-experience/user-testing.html", "excerpt": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h2 class=\"heading \"\n >\n \n Protocol\n \n </h2>\n\n\n\n\n", "id": "/docs/user-experience/user-testing", "collection": "docs", "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h2 class=\"heading \"\n >\n \n Protocol\n \n </h2>\n\n\n\n\n<p>\n This platform relies on the principles of <a href=\"https://www.nngroup.com/topic/user-testing/\">discount usability testing</a>\n that the Nielsen/Norman Group has promoted for the last 3 decades:\n</p>\n\n<ul>\n <li>Simple tests</li>\n <li>5 or 6 individual subjects per test run</li>\n <li>Test early and often</li>\n <li>Perform heuristic evaluations between tests</li>\n</ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--2 \"></div>\n\n\n\n\n<p>\n More than any other piece of testing guidance, the most important thing to ensure when doing discount/guerilla testing\n is that you're <strong>not leading the user</strong>. The <em>simple</em> test script should be open-ended, and the test\n should be to get the user telling you what they're doing rather than telling them what to do next (after all, a user getting\n stuck is a useful result!).\n</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--2 \"></div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h3 class=\"heading \"\n >\n \n Heuristics\n \n </h3>\n\n\n\n\n<p>\n See the <a href=\"/docs/user-experience/ux-principles/\">UX principles docs page</a> for the\n heuristic and Gestalt priorities for the platform.\n</p>\n\n<p>\n To save test subjects' time and to clear up obvious potential issues, the UX practitioner should perform heuristic analysis\n following the insights of a test. The team should then update the site based on those analyses before performing more user\n tests.\n</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--4 \"></div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h3 class=\"heading \"\n >\n \n Template/example\n \n </h3>\n\n\n\n\n<p>\n Here's a script that can be copy/pasted and adapted to the particulars of the test you're looking to run:\n</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--4 \"></div>\n\n\n\n\n<p>\n \"<strong>Navigate to the FAQ page, then read out loud the second question on that page. Please describe out loud what\n you're doing as you do it.</strong>\"</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--4 \"></div>\n\n\n\n\n<p>\n As the user describes what they are doing, note what they describe for any navigation dead-ends, ambiguous links or impediments,\n and other usability issues that the user describes. Seek clarification or expansion if there's anything they say that isn't\n totally clear. Repeat the test with up to 6 users to get a variety of results.\n</p>\n\n<p>\n If there is agreement between two or more users (or a single user makes an easy-to-fix insight) about a particular usability\n issue, it is likely worth addressing.\n</p>\n", "url": "/docs/user-experience/user-testing/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"Instructions for testing the site with users.","robots":"noindex,follow"}, "title": "User testing", "slug": "user-testing", "ext": ".html", "tags": [] }, { "path": "_docs/user-experience/ux-principles.html", "relative_path": "_docs/user-experience/ux-principles.html", "excerpt": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h2 class=\"heading \"\n >\n \n Laws of UX\n \n </h2>\n\n\n\n\n", "id": "/docs/user-experience/ux-principles", "collection": "docs", "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h2 class=\"heading \"\n >\n \n Laws of UX\n \n </h2>\n\n\n\n\n<p>\n The <a href=\"https://lawsofux.com\">Laws of UX site</a> is a fantastic resource for learning in depth about mental models,\n heuristics, and immutable laws of human behavior that undergird the practice of user experience design.\n</p>\n\n<p>\n Whereas the Laws of UX site presents in a numerical order, that order is just alphabetical with numbers. For the purpose\n of this site, the ordered list establishes <strong>an opinionated priority</strong>, with 1 being more important than 2,\n and so forth. In the event that two solutions or even their underlyring principles conflict, the answer abiding to the\n lowest-number law in the list is the one that should be chosen.\n</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--4 \"></div>\n\n\n\n\n<ol>\n <li>\n <h3><a href=\"https://lawsofux.com/occams-razor.html\">Occam’s Razor</a></h3>\n <blockquote><p>Among competing hypotheses that predict equally well, the one with the fewest assumptions should be selected.</p></blockquote>\n <p>\n Especially where users' attention is concerned, less is more. If a single form field can do, don't split it into 3.\n If a section can be a heading, some text, and a little bit of space, avoid a complex layout. Keep it simple.\n </p>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n </li>\n\n <li>\n <h3><a href=\"https://lawsofux.com/jakobs-law.html\">Jakob’s Law</a></h3>\n <blockquote><p>Users spend most of their time on other sites. This means that users prefer your site to work the same way as all the other sites they already know.</p></blockquote>\n <p>\n When you can stick to convention, reuse obvious patterns, and avoid reinventing the wheel, it's better for <em>eveyone</em>\n to do so.\n </p>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n </li>\n\n <li>\n <h3><a href=\"https://lawsofux.com/fittss-law.html\">Fitts’s Law</a></h3>\n <blockquote><p>The time to acquire a target is a function of the distance to and size of the target.</p></blockquote>\n <p>\n Fitts' Law seems underappreciated compared to other interaction guidance. On this site, important interactive elements\n should always be big and nearby. Any two elements should have adequate spacing to prevent misses.\n </p>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n </li>\n\n <li>\n <h3><a href=\"https://lawsofux.com/law-of-proximity.html\">Law of Proximity</a></h3>\n <blockquote><p>Objects that are near, or proximate to each other, tend to be grouped together.</p></blockquote>\n <p>\n We are strongly inclined to group related content together: at the page and menu level, on a page via sections and\n the heading outline, and in smaller ways both visually and syntactically.\n </p>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n </li>\n\n <li>\n <h3><a href=\"https://lawsofux.com/serial-position-effect.html\">Serial Position Effect</a></h3>\n <blockquote><p>Users have a propensity to best remember the first and last items in a series.</p></blockquote>\n <p>\n We want the starts and ends of things to be the best parts. People derive value from the middle of a story or a section\n containing supplementary information, yes, but they retain the headline and the call to action. Prioritize this over\n Miller's Law, slightly.\n </p>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n </li>\n\n <li>\n <h3><a href=\"https://lawsofux.com/millers-law.html\">Miller’s Law</a></h3>\n <blockquote><p>The average person can only keep 7 (plus or minus 2) items in their working memory.</p></blockquote>\n <p>\n This, coupled with the serial position effect, should be the basis for navigation menus. Each level of menu (with\n Occam's Razor driving toward a minimal number of levels) should start and end with the most important items, and should\n number no more than 9 items, ideally 7 or fewer.\n </p>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n </li>\n\n <li>\n <h3><a href=\"https://lawsofux.com/law-of-common-region.html\">Law of Common Region</a></h3>\n <blockquote><p>Elements tend to be perceived into groups if they are sharing an area with a clearly defined boundary.</p></blockquote>\n <p>\n Useful to keep in mind when making a small part of an interface, like a fieldset or layout column. The use of a background,\n border, or tactical spacing can yield benefits for making an element or elements easier to understand.\n </p>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n </li>\n\n <li>\n <h3><a href=\"https://lawsofux.com/doherty-threshold.html\">Doherty Threshold</a></h3>\n <blockquote><p>Productivity soars when a computer and its users interact at a pace (<400ms) that ensures that neither\n has to wait on the other.</p></blockquote>\n <p>\n We set <a href=\"/docs/technical/performance-budget/\">a performance budget</a> to ensure that everything\n on the site is as snappy as can be. Where practical, such as the <a href=\"_docs/design/moodboard.html\">moodboard and\n identity documentation</a>, we also specify that transitions and animations remain within the Doherty Threshold.\n </p>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n </li>\n\n <li>\n <h3><a href=\"https://lawsofux.com/postels-law.html\">Postel’s Law</a></h3>\n <blockquote><p>Be liberal in what you accept, and conservative in what you send.</p></blockquote>\n <p>\n It's vitally important, especially in the context of inputs, that we accept user inputs liberally. In the context of\n <a href=\"https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/\">Falsehoods programmers\n believe about names</a> and the CRM/MA convention of splitting name fields, we want to fight back and let users be\n their authentic selves. And receiving data means respecting users' privacy.\n </p>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n </li>\n\n <li>\n <h3><a href=\"https://lawsofux.com/aesthetic-usability-effect.html\">Aesthetic Usability Effect</a></h3>\n <blockquote><p>Users often perceive aesthetically pleasing design as design that’s more usable.</p></blockquote>\n <p>\n This principle is less important in a decision-making framework because aesthetic can derive from simplicity, from\n convention, and via detail work rather than foundationally. Aesthetic is also more subjective than other laws and\n effects in this list.\n </p>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n </li>\n</ol>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n <h2 class=\"heading \"\n >\n \n Secondary laws\n \n </h2>\n\n\n\n\n<p>\n All laws from the reference site are included, though some are under-emphasized and others deemed redundant or harmful.\n The remaining laws in the list below should not directly drive decision-making.\n</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--4 \"></div>\n\n\n\n\n<ul>\n <li>\n <h3><a href=\"https://lawsofux.com/pareto-principle.html\">Pareto Principle</a></h3>\n <blockquote><p>For many events, roughly 80% of the effects come from 20% of the causes..</p></blockquote>\n <p>\n This is a useful mental model and certainly a strong effect. For largely-static sites rather than contributory efforts\n (such as wikis), though, the 20% of causes is largely known and internal to the brand.\n </p>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n </li>\n\n <li>\n <h3><a href=\"https://lawsofux.com/peak-end-rule.html\">Peak-End Rule</a></h3>\n <blockquote><p>People judge an experience largely based on how they felt at its peak and at its end, rather than the\n total sum or average of every moment of the experience.</p></blockquote>\n <p>\n We want to keep this in mind, especially when telling stories; a good story takes great care to make a satisfying\n climax and ending. For a website, we have to battle serial position and \"the fold\" against the peak-end, since bounces\n can mean very quick starts, peaks, and ends for some user segments. Defer to the serial position effect ten times\n for every application of the Peak-End rule.\n </p>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n </li>\n\n <li>\n <h3><a href=\"https://lawsofux.com/parkinsons-law.html\">Parkinson’s Law</a></h3>\n <blockquote><p>Any task will inflate until all of the available time is spent.</p></blockquote>\n <p>\n Less a driver of decision-making and more a joke about project management... We should aspire to provide maximum value\n for available time. Perhaps the lesson from this 'law' is to always have an enticing backlog!\n </p>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n </li>\n\n <li>\n <h3><a href=\"https://lawsofux.com/von-restorff-effect.html\">Von Restorff Effect</a></h3>\n <blockquote><p>When multiple similar objects are present, the one that differs from the rest is most likely to be remembered.</p></blockquote>\n <p>\n Prioritize this effect, wherein a combo-breaker helps drive user engagement (see \"Amazon recommends\") over implying\n patterns via the Law of Similarity. At the same time, do not overuse this effect, since it can lead to the \"if everything\n is bold then nothing is bold\" feeling.\n </p>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n </li>\n\n <li>\n <h3><a href=\"https://lawsofux.com/law-of-similarity.html\">Law of Similarity</a></h3>\n <blockquote><p>The human eye tends to perceive similar elements in a design as a complete picture, shape, or group,\n even if those elements are separated.</p></blockquote>\n <p>\n An interesting effect, certainly. However, if a design <em>relies</em> on similarity and difference rather than being\n simply enhanced by the effect, it is a likely sign of too much visual complexity driving the design.\n </p>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n </li>\n\n <li class=\"background-color--grey-light color--grey\">\n <h3><a href=\"https://lawsofux.com/teslers-law.html\">Tesler’s Law</a></h3>\n <blockquote><p>For any system there is a certain amount of complexity which cannot be reduced.</p></blockquote>\n <p>\n Yet another corollary of Occam's Razor, albeit insightful. We want to convey meaning to users as simply as possible.\n Any simpler and the meaning falls apart. Any more complex and the conveyance is inefficient. We want as simple as we\n can, but no simpler.\n </p>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n </li>\n\n <li class=\"background-color--grey-light color--grey\">\n <h3><a href=\"https://lawsofux.com/law-of-uniform-connectedness.html\">Law of Uniform Connectedness</a></h3>\n <blockquote><p>Elements that are visually connected are perceived as more related than elements with no connection.</p></blockquote>\n <p>\n Another corollary, this time of the law of proximity. Things that are connected are by definition proximate. Let's\n Occam this and keep in mind how important proximity is.\n </p>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n </li>\n\n <li class=\"background-color--grey-light color--grey\">\n <h3><a href=\"https://lawsofux.com/law-of-pragnanz.html\">Law of Prägnanz</a></h3>\n <blockquote><p>People will perceive and interpret ambiguous or complex images as the simplest form possible, because\n it is the interpretation that requires the least cognitive effort of us.</p></blockquote>\n <p>\n Both a corollary of Occam's Razor and a fairly-minute effect compared to regular-old clear communication. All Gestalt\n demonstrates that humans recognize and process perceived patterns with innate biases. If an interface relies on Prägnanz\n in a meaningful way, it's likely too complex of a design to begin with.\n </p>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n </li>\n\n <li class=\"background-color--grey-light color--grey\">\n <h3><a href=\"https://lawsofux.com/zeigarnik-effect.html\">Zeigarnik Effect</a></h3>\n <blockquote><p>People remember uncompleted or interrupted tasks better than completed tasks.</p></blockquote>\n <p>\n Some psychological principles are true, but not necessarily pleasant. This effect enhances memory while increasing\n anxiety. We don't want our visitors to feel anxious about completing tasks, and we don't want users to feel like a\n first-year marketing intern is sending them a \"time's running out\" email. Just note that this is a tool in the black-hat\n UX box and move on.\n </p>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n </li>\n\n <li class=\"background-color--grey-light color--grey\">\n <h3><a href=\"https://lawsofux.com/hicks-law.html\">Hick’s Law</a></h3>\n <blockquote><p>The time it takes to make a decision increases with the number and complexity of choices.</p></blockquote>\n <p>\n This is a corollary of Occam's Razor; while true, in the interest of abiding by our first principles we'll de-prioritize\n it.\n </p>\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"spacer padding-vertical--8 \"></div>\n\n\n\n </li>\n</ul>\n", "url": "/docs/user-experience/ux-principles/", "draft": false, "categories": [], "layout": "doc", "sitemap": false, "authors": ["brad-czerniak"], "meta": {"description":"Prioritzation of the laws of user experience for heuristic work.","robots":"noindex,follow"}, "title": "UX principles", "slug": "ux-principles", "ext": ".html", "tags": [] } ]
