WordPress/wp-includes/css/dashicons.css

1103 lines
47 KiB
CSS
Raw Normal View History

Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
/**
* DO NOT EDIT THIS FILE DIRECTLY
* This file is automatically built using a build process
* If you need to fix errors, see https://github.com/WordPress/dashicons
*/
/* stylelint-disable function-url-quotes, declaration-colon-newline-after */
@font-face {
font-family: dashicons;
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
src: url("../fonts/dashicons.eot?e3a9e3bbd6b32ec71ddbf6585ba1e8b2");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: dashicons;
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
src: url("../fonts/dashicons.eot?e3a9e3bbd6b32ec71ddbf6585ba1e8b2");
src: url("../fonts/dashicons.eot?e3a9e3bbd6b32ec71ddbf6585ba1e8b2#iefix") format("embedded-opentype"),
url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAGDQAAsAAAAAqlAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAecAAARHNE6/ERnbHlmAAAJGAAATGkAAIEUMWp1E2hlYWQAAFWEAAAALQAAADYSlR/paGhlYQAAVbQAAAAfAAAAJAQ2Av5obXR4AABV1AAAAB8AAAQQBgP//GxvY2EAAFX0AAACCgAAAgqKaGoAbWF4cAAAWAAAAAAfAAAAIAIfANpuYW1lAABYIAAAATAAAAIiwytf8nBvc3QAAFlQAAAHfwAADguGjs/qeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nM3Yh3tWZx3G8e8hYQRaDZuotCGs0BkghKBWQygQHJWWVepilaFV2QWtld2iVWkptDhrrbuuqrWuWnddde9VcdXts+ou3ic3f0Mvc/iQK+91kec9z3ue3+/+AQwEGuQ8adSfh6ioXzqpV6v+1xsY2v96Y8Pd+nkjPfo37WFYODOMCC2hNXSFOaE3zA99YWVYHTaF3eFgrGJTbIlT47Q4J/bE3lSlpjQqtaQpqT3NSX15UV6RV+ZVeX3elHfm3flAPpyP5hOlsTSVljKtTC/dZV5ZeOoUBLRScxgdxoe20B16tNLCsCSsCmvDlrAnEhtic2zVSh2nV2pIzWlMatVKHakn9+XF/SutyRvz5rwr78mH8pF8rFAGlebSWjrKzNJT5tcrPSpflXbwWl37eCVHuIePc6+u+/gaD/Bj/kDm4WpANapq09V5+uqp+qpLqit0XVVdU11b3dB/3Vwdr26v7qjurO6q7qnuq+6vHqgerGKVq0cGNPav1MAgBjOEYZzBSB7DmbyUD2mNUfoEh/JfHuHf/IdTPJZmhlcV17Ofr3NQ7+wA17GhGsAFerdv5ok8icMs4ov8izGMpYVxTOIsJjCVi6oGBrCMn/Izvf8v8yneyTs4xB1cw83cyglu4Th/0f3drydnD338Q/f4Lb7JD/gTj2M+83g269jBJl7MSi7nCtayhVWsZydXsp0XcRUvYRfP5wWsYTVbuZol2r/beTtv4/W8gcLD/J3vcjG9fJvv8Gft5Su0x0/hNbyWdu7W/n6FabyK5STmMoLNnMOXOKkH/BP8kR/pKT+X7/NhvscnOcpNzOGtnE0rk5lCGxN5AuN5ExcynS5mcT4dzGA2M+nk53yUG4is4GXs5ics5If8kqX8mufwXF7Ib/gVj2cBH+Fv+qx/r8/8Lr7BB/kAn+VzvJ/38V7u5D28m3fxeb7Ky3kef+XJvJo38lS6eZDRXMKzWMzTeDqXchnP5Bk8xGf07Nyrw/E7buR1HOOfbGMvv+AtOsVN/JYv8DE+zW16DAY9Sk/2//PXGf1/dfoHPbHaOKtrXDitroNhgOnkEBpMZ4jQaDpNhIGmc0UYZPUKYbDprBGGmE4docl0/ghDTSeRMMx0JlXjTKeT0Gw6p4ThVtfpMMLqehxGm04xYYzpPBPGmk42YZzpjBNajLqijjede8JZRr3m2Ua9ZqtV9d60meoDYaKpUhAmmWoGYbKpehCmmOoIYaqpohDaTbWFMM3YoO/nWFXv/bmmykM4z1SDCOebqhHhAlNdIlxoqlCEDlOtIkw3VS3CDFP9Isw0VTJCp1Hv3yyj3r8uo96zbqPeyzlGfd89Rr1/c031kNBr1Pc937hI3xda/7PXZ9T3u8RUQQlLTbWUsMxUVQnLTfWVsMJUaQmXm2ouYaWp+hJWmeowYbWpIhPWmmozYZ2pShOuNNVrwnpT5SZsMNVwwkZTNSdsMtV1whZThSdsNdV6wjZT1SdsN+o922HqBISdRr0fV5u6A2GXqU8Qdps6BmGPqXcQ9pq6CGGfqZ8Q9ps6C+GAUX8OB03dRsXa1HeIlakDKUmYehGx0dSViANN/Yk4yNSpiINNPYs4xNS9iE2mPkZsNnU04nBTbyOOMHU54khTvyOOMnU+4mhTDySOMXVD4lhTXySOM3VIYoupVxJbTV2TOMHUP4ltpk5KnGjqqcRJpu5KnGzqs8Qppo5LnGrqvcRppi5M7DD1Y+J0U2cmzjD1aOJMU7cmdpr6NnGWqYMTu0y9nDjb1NWJ3ab+Tpxj6vTEHlPPJ/aauj+pMuUAUoMpEZAaTdmANNCUEkiDTHmBNNiUHEhDTBmC1GRKE6RmU64gDTclDNIIU9YgjTSlDtIoU/4gjTElEdJYUyYhjTOlE1KLUf++VlNiIU0wZRdSmynFkCYaJ/V9ktW3nyabMg5piintkNpNuYfUYXX+T9NNWYg0w5SKSDNN+YjUaUpKpFmmzETqMqUn0mxTjiJ1mxIV6TRlK1KPKWWR5hr1vfYa9XufZ9Tv/WKjvu/5Rn3fC0wJjbTQlNVIfabURu4z5TfyIlOSIy82ZTrypaZ0R77MlPPIS0yJj7zUlP3Iy0wpkLzclAfJK0zJkLzSlBHJq0xpkbzGlBvJa60uSHmdUf+OK02pkrzelC/JG01Jk7zJlDnJm03pk7zFlEPJW436vW8zZVPydlNKJe8w5VXyTlNyJe8yZVjyblOaJe8x5VryXlPCJe8zZV3yflPqJR8w5V/yIVMSJl9nysTk603pmHzYlJPJR0yJmXyjKTuTbzKlaPJRU54mHzMla/JxU8Ym32JK2+RbTbmbfMKUwOty1E9ZnFKZUjllgCmfUxpMSZ3SaMrsmiZN6Z0y2JTjKUNMiZ7SZMr2lGZTyqcMN+V9yghT8qeMNM0AlFGmaYBymuYCyhjThEAZa5oVKONMUwOlxTQ/UFpNkwRlgmmmoLSZpgvKRNOcQZlkmjgok02zB2WKaQqhTDXNI5R2q8N1mWaaUSgdpmmFMt00t1BmmiYYSqdplqHMMk01lC7TfEOZbZp0KN2mmYfSY/X/YZS5Rr3fvaaJiDLPNBtR5pumJMoC07xEWWjc9j8pzvyseJyUvQmcI8d5H9rVV/XdABrdDTQG9wA99+xM49hzdnbJPUgOluSSlHiK1GGMSEk0FUmUIj6RkCw/27LOSI41yMtzZEtylGc7jmdlOU5kW4ltRclCjuIcsuL42XnWTBw5v7z37DhOXoJ931fdwGB2KR8zQHV19VVVXfV9/+8qcDwHf+T/Izc5k1vnuEbY7Xh+8t+lIZWzZeJlqWwTmcK/1+10O+cJJJtQvtkl7/hiUzvlm2nPK2VLtb0vrlFaUBRtLpNWi7pZr84VVVPPGtRVCopLv/3Fpi7aiuWYKYnSIZwN5dSjcIapFucq86ZeVNOpokHpHKVYtbh+XyNf4wzOhtxmiWQtUlsjrS3itCnhuk92Ok8+/2Sn++SzP0K+xrKdJ9/2VGf8L3/9DXgpu35IRlyG45xo0yuSrLxMaLtea54jrc7gwCuVvGgQuaUSGZXcG25pMGCbybO/Sf45V+EiyHXanbAZNmmNbrDOoEmXbBHslW6HdLrJv+eX4v4i/4oQwlPFoKI+vzK/7hm6Lgh+4Ed6rl4o+OOHPYMqsqRamZWUKlNjbnWBfE7gFVmVVUJkf65Qz5m5wAtyPO/puRONlfnxj1tZ3c+olmYKabVW1wuSmNR1BO0MuRPwHusy9WkoU7feboY07DbDejvqdMOu3+m2I9fzuz71/IhudlrNmpz1yOgktRY6C17QC3zYWrTble2FTujN9QIPtpZ88luV1dXt1dVRwQ/jE9gVfrCTXHHypGyFWPAOPG17FasksHp9hfwKp3IWvgMC1YL6+O2I+m617bfrLhmGhc9/vvCVfms4HN8c9Ukz2Y8W9vb2XhkMpvf5DvkdzuNq3EnIQw/bxCIwYKEFNmnCsNwinoC7OFqzXod2PXbKGs+O+TCYvU3y665tu6F7au65VGUt9Ry1cOfUv/ohJe0rP6ikfO
url("../fonts/dashicons.ttf?e3a9e3bbd6b32ec71ddbf6585ba1e8b2") format("truetype");
font-weight: 400;
font-style: normal;
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
/* stylelint-enable */
.dashicons,
.dashicons-before:before {
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
font-family: dashicons;
display: inline-block;
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
line-height: 1;
font-weight: 400;
font-style: normal;
speak: none;
text-decoration: inherit;
text-transform: none;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 20px;
height: 20px;
font-size: 20px;
vertical-align: top;
text-align: center;
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
transition: color 0.1s ease-in 0;
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
/* Icons */
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-admin-appearance:before {
content: "\f100";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-admin-collapse:before {
content: "\f148";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-admin-comments:before {
content: "\f101";
}
.dashicons-admin-customizer:before {
content: "\f540";
}
.dashicons-admin-generic:before {
content: "\f111";
}
.dashicons-admin-home:before {
content: "\f102";
}
.dashicons-admin-links:before {
content: "\f103";
}
.dashicons-admin-media:before {
content: "\f104";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-admin-multisite:before {
content: "\f541";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-admin-network:before {
content: "\f112";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-admin-page:before {
content: "\f105";
}
.dashicons-admin-plugins:before {
content: "\f106";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-admin-post:before {
content: "\f109";
}
.dashicons-admin-settings:before {
content: "\f108";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-admin-site-alt:before {
content: "\f11d";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-admin-site-alt2:before {
content: "\f11e";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-admin-site-alt3:before {
content: "\f11f";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-admin-site:before {
content: "\f319";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-admin-tools:before {
content: "\f107";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-admin-users:before {
content: "\f110";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-album:before {
content: "\f514";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-align-center:before {
content: "\f134";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-align-left:before {
content: "\f135";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-align-none:before {
content: "\f138";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-align-right:before {
content: "\f136";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-analytics:before {
content: "\f183";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-archive:before {
content: "\f480";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-arrow-down-alt:before {
content: "\f346";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-arrow-down-alt2:before {
content: "\f347";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-arrow-down:before {
content: "\f140";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-arrow-left-alt:before {
content: "\f340";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-arrow-left-alt2:before {
content: "\f341";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-arrow-left:before {
content: "\f141";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-arrow-right-alt:before {
content: "\f344";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-arrow-right-alt2:before {
content: "\f345";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-arrow-right:before {
content: "\f139";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-arrow-up-alt:before {
content: "\f342";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-arrow-up-alt2:before {
content: "\f343";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-arrow-up:before {
content: "\f142";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-art:before {
content: "\f309";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-awards:before {
content: "\f313";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-backup:before {
content: "\f321";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-book-alt:before {
content: "\f331";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-book:before {
content: "\f330";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-buddicons-activity:before {
content: "\f452";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-buddicons-bbpress-logo:before {
content: "\f12b";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-buddicons-buddypress-logo:before {
content: "\f448";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-buddicons-community:before {
content: "\f453";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-buddicons-forums:before {
content: "\f449";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-buddicons-friends:before {
content: "\f454";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-buddicons-groups:before {
content: "\f456";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-buddicons-pm:before {
content: "\f457";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-buddicons-replies:before {
content: "\f451";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-buddicons-topics:before {
content: "\f450";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-buddicons-tracking:before {
content: "\f455";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-building:before {
content: "\f512";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-businessman:before {
content: "\f338";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-businessperson:before {
content: "\f12e";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-businesswoman:before {
content: "\f12f";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-calendar-alt:before {
content: "\f508";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-calendar:before {
content: "\f145";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-camera:before {
content: "\f306";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-carrot:before {
content: "\f511";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-cart:before {
content: "\f174";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-category:before {
content: "\f318";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-chart-area:before {
content: "\f239";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-chart-bar:before {
content: "\f185";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-chart-line:before {
content: "\f238";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-chart-pie:before {
content: "\f184";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-clipboard:before {
content: "\f481";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-clock:before {
content: "\f469";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-cloud:before {
content: "\f176";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-color-picker:before {
content: "\f131";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-controls-back:before {
content: "\f518";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-controls-forward:before {
content: "\f519";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-controls-pause:before {
content: "\f523";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-controls-play:before {
content: "\f522";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-controls-repeat:before {
content: "\f515";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-controls-skipback:before {
content: "\f516";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-controls-skipforward:before {
content: "\f517";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-controls-volumeoff:before {
content: "\f520";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-controls-volumeon:before {
content: "\f521";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-dashboard:before {
content: "\f226";
}
.dashicons-desktop:before {
content: "\f472";
}
.dashicons-dismiss:before {
content: "\f153";
}
.dashicons-download:before {
content: "\f316";
}
.dashicons-edit:before {
content: "\f464";
}
.dashicons-editor-aligncenter:before {
content: "\f207";
}
.dashicons-editor-alignleft:before {
content: "\f206";
}
.dashicons-editor-alignright:before {
content: "\f208";
}
.dashicons-editor-bold:before {
content: "\f200";
}
.dashicons-editor-break:before {
content: "\f474";
}
.dashicons-editor-code:before {
content: "\f475";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-contract:before {
content: "\f506";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-customchar:before {
content: "\f220";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-expand:before {
content: "\f211";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-help:before {
content: "\f223";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-indent:before {
content: "\f222";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-insertmore:before {
content: "\f209";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-italic:before {
content: "\f201";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-justify:before {
content: "\f214";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-kitchensink:before {
content: "\f212";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-ltr:before {
content: "\f129";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-ol-rtl:before {
content: "\f12c";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-ol:before {
content: "\f204";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-outdent:before {
content: "\f221";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-paragraph:before {
content: "\f476";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-paste-text:before {
content: "\f217";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-paste-word:before {
content: "\f216";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-quote:before {
content: "\f205";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-removeformatting:before {
content: "\f218";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-rtl:before {
content: "\f320";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-spellcheck:before {
content: "\f210";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-strikethrough:before {
content: "\f224";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-table:before {
content: "\f535";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-textcolor:before {
content: "\f215";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-ul:before {
content: "\f203";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-underline:before {
content: "\f213";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-unlink:before {
content: "\f225";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-editor-video:before {
content: "\f219";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-email-alt:before {
content: "\f466";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-email-alt2:before {
content: "\f10a";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-email:before {
content: "\f465";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-excerpt-view:before {
content: "\f164";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-external:before {
content: "\f504";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-facebook-alt:before {
content: "\f305";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-facebook:before {
content: "\f304";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-feedback:before {
content: "\f175";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-filter:before {
content: "\f536";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-flag:before {
content: "\f227";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-format-aside:before {
content: "\f123";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-format-audio:before {
content: "\f127";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-format-chat:before {
content: "\f125";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-format-gallery:before {
content: "\f161";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-format-image:before {
content: "\f128";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-format-quote:before {
content: "\f122";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-format-status:before {
content: "\f130";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-format-video:before {
content: "\f126";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-forms:before {
content: "\f314";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-googleplus:before {
content: "\f462";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-grid-view:before {
content: "\f509";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-groups:before {
content: "\f307";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-hammer:before {
content: "\f308";
}
.dashicons-heart:before {
content: "\f487";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-hidden:before {
content: "\f530";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-id-alt:before {
content: "\f337";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-id:before {
content: "\f336";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-image-crop:before {
content: "\f165";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-image-filter:before {
content: "\f533";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-image-flip-horizontal:before {
content: "\f169";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-image-flip-vertical:before {
content: "\f168";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-image-rotate-left:before {
content: "\f166";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-image-rotate-right:before {
content: "\f167";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-image-rotate:before {
content: "\f531";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-images-alt:before {
content: "\f232";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-images-alt2:before {
content: "\f233";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-index-card:before {
content: "\f510";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-info:before {
content: "\f348";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-instagram:before {
content: "\f12d";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-laptop:before {
content: "\f547";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-layout:before {
content: "\f538";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-leftright:before {
content: "\f229";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-lightbulb:before {
content: "\f339";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-list-view:before {
content: "\f163";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-location-alt:before {
content: "\f231";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-location:before {
content: "\f230";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-lock:before {
content: "\f160";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-marker:before {
content: "\f159";
}
.dashicons-media-archive:before {
content: "\f501";
}
.dashicons-media-audio:before {
content: "\f500";
}
.dashicons-media-code:before {
content: "\f499";
}
.dashicons-media-default:before {
content: "\f498";
}
.dashicons-media-document:before {
content: "\f497";
}
.dashicons-media-interactive:before {
content: "\f496";
}
.dashicons-media-spreadsheet:before {
content: "\f495";
}
.dashicons-media-text:before {
content: "\f491";
}
.dashicons-media-video:before {
content: "\f490";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-megaphone:before {
content: "\f488";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-menu-alt:before {
content: "\f10b";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-menu:before {
content: "\f333";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-microphone:before {
content: "\f482";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-migrate:before {
content: "\f310";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-minus:before {
content: "\f460";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-money:before {
content: "\f526";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-move:before {
content: "\f545";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-nametag:before {
content: "\f484";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-networking:before {
content: "\f325";
}
.dashicons-no-alt:before {
content: "\f335";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-no:before {
content: "\f158";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-palmtree:before {
content: "\f527";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-paperclip:before {
content: "\f546";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-performance:before {
content: "\f311";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-phone:before {
content: "\f525";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-playlist-audio:before {
content: "\f492";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-playlist-video:before {
content: "\f493";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-plus-alt:before {
content: "\f502";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-plus-alt2:before {
content: "\f543";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-plus:before {
content: "\f132";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-portfolio:before {
content: "\f322";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-post-status:before {
content: "\f173";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-pressthis:before {
content: "\f157";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-products:before {
content: "\f312";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-randomize:before {
content: "\f503";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-redo:before {
content: "\f172";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-rest-api:before {
content: "\f124";
}
.dashicons-rss:before {
content: "\f303";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-schedule:before {
content: "\f489";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-screenoptions:before {
content: "\f180";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-search:before {
content: "\f179";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-share-alt:before {
content: "\f240";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-share-alt2:before {
content: "\f242";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-share:before {
content: "\f237";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-shield-alt:before {
content: "\f334";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-shield:before {
content: "\f332";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-slides:before {
content: "\f181";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-smartphone:before {
content: "\f470";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-smiley:before {
content: "\f328";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-sort:before {
content: "\f156";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-sos:before {
content: "\f468";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-star-empty:before {
content: "\f154";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-star-filled:before {
content: "\f155";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-star-half:before {
content: "\f459";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-sticky:before {
content: "\f537";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-store:before {
content: "\f513";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-tablet:before {
content: "\f471";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-tag:before {
content: "\f323";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-tagcloud:before {
content: "\f479";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-testimonial:before {
content: "\f473";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-text:before {
content: "\f478";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-thumbs-down:before {
content: "\f542";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-thumbs-up:before {
content: "\f529";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-tickets-alt:before {
content: "\f524";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-tickets:before {
content: "\f486";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-tide:before {
content: "\f10d";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-translation:before {
content: "\f326";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-trash:before {
content: "\f182";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-twitter:before {
content: "\f301";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-undo:before {
content: "\f171";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-universal-access-alt:before {
content: "\f507";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-universal-access:before {
content: "\f483";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-unlock:before {
content: "\f528";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-update:before {
content: "\f463";
}
.dashicons-upload:before {
content: "\f317";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-vault:before {
content: "\f178";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-video-alt:before {
content: "\f234";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-video-alt2:before {
content: "\f235";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-video-alt3:before {
content: "\f236";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-visibility:before {
content: "\f177";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-warning:before {
content: "\f534";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-welcome-add-page:before {
content: "\f133";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-welcome-comments:before {
content: "\f117";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-welcome-learn-more:before {
content: "\f118";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-welcome-view-site:before {
content: "\f115";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-welcome-widgets-menus:before {
content: "\f116";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-welcome-write-blog:before {
content: "\f119";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-wordpress-alt:before {
content: "\f324";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-wordpress:before {
content: "\f120";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-yes-alt:before {
content: "\f12a";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-yes:before {
content: "\f147";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
/* Additional CSS classes, manually added to the CSS template file */
.dashicons-format-links:before {
content: "\f103";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-welcome-edit-page:before {
content: "\f119";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-format-standard:before {
content: "\f109";
}
Administration: Update Dashicons to the latest version. This change introduces the following new icons to the Dashicon font: - `.dashicons-admin-site-alt (f11d)` - `.dashicons-admin-site-alt2 (f11e)` - `.dashicons-admin-site-alt3 (f11f)` - `.dashicons-buddicons-activity (f452)` - `.dashicons-buddicons-bbpress-logo (f12b)` - `.dashicons-buddicons-buddypress-logo (f448)` - `.dashicons-buddicons-community (f453)` - `.dashicons-buddicons-forums (f449)` - `.dashicons-buddicons-friends (f454)` - `.dashicons-buddicons-groups (f456)` - `.dashicons-buddicons-pm (f457)` - `.dashicons-buddicons-replies (f451)` - `.dashicons-buddicons-topics (f450)` - `.dashicons-buddicons-tracking (f455)` - `.dashicons-businessperson (f12e)` - `.dashicons-businesswoman (f12f)` - `.dashicons-color-picker (f131)` - `.dashicons-editor-ltr (f129)` - `.dashicons-editor-ol-rtl (f12c)` - `.dashicons-email-alt2 (f10a)` - `.dashicons-instagram (f12d)` - `.dashicons-menu-alt (f10b)` - `.dashicons-rest-api (f124)` - `.dashicons-yes-alt (f12a)` - `.dashicons-tide (f10d)` These icons were added to the `.ttf, ` and `.eot` font files, as well as the SVG sprite. However, they were not added to the `.woff` font file. The new `dashicons.woff2` file should be utilized instead. For instances where IE<11 needs to be supported, the `.woff` file will remain for backwards compatibility. However, if the new icons are needed in those scenarios, the WOFF format is now included as embedded within the `dashicons.css`. Props EmpireOfLight, liljimmi, jaymanpandya, netweb, melchoyce, joen, folletto, nateallen, bahia0019, JeffPaul, desrosj, cathibosco1. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@44940 git-svn-id: http://core.svn.wordpress.org/trunk@44771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-20 16:44:00 +01:00
.dashicons-share1:before {
content: "\f237";
}